Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-06 | fix(tests): Fix abort of Task test on Linux | flow | |
Not sure exactly what caused the issue, though I suppose using QThread's exec instead of our own thingie is nice. I can't remember why I didn't use that before, so I hope there's no issue with that! :^) Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-07-05 | fix(tests): linux big task memory leak. | Rachel Powers | |
- move big_task into function scope Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-05 | fix(test): tasks test memmory leak. don't store local task copy. | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-05 | fix(test): task test memory leak *again* | Rachel Powers | |
- put Big thread on the stack so stack will clean it up. Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-05 | fix: Task test memory leaks again | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-05 | fix: extra } in CXX args | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-04 | Apply suggestions from code review | Rachel Powers | |
Co-authored-by: seth <getchoo@tuta.io> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-04 | chore: cleanup compiler type branches | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-03 | fix: memory leaks in tests | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-03 | fix: memory leaks in ResourceModel Test | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-03 | fix: memory leaks in filesystem test | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-03 | build: optimize address-sanitizer | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-03 | build: enable address sanitiser in debug builds | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-01 | Merge pull request #1292 from Trial97/export5 | seth | |
Removed logs from instance export | |||
2023-06-30 | removed extra condition | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-30 | Made sure the logs are ignored when collecting files | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-30 | Removed logs from instance export | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-28 | Merge pull request #1266 from TheKodeToad/smol-tweaks | Sefa Eyeoglu | |
2023-06-27 | Merge pull request #1280 from Trial97/shortcut | seth | |
Fixed illegal characters in shortcuts name | |||
2023-06-27 | Merge pull request #1281 from Trial97/screenshot | seth | |
Added more information to the screenshot upload warning | |||
2023-06-27 | Added more information to the screenshot upload warning | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-27 | omit icon remove on macos | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-27 | Fixed illegal characters in shortcuts name | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-26 | Merge pull request #1277 from Trial97/remove_mojang | TheKodeToad | |
Removed unused files | |||
2023-06-26 | Removed unused files | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-26 | Merge pull request #1274 from TheKodeToad/java-signature | Sefa Eyeoglu | |
2023-06-26 | Merge pull request #1275 from Scrumplex/git-blame-ignore | Sefa Eyeoglu | |
2023-06-26 | chore: add Git Blame ignore file | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-06-26 | fix: install logo to multimc theme in genicons.sh | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-06-26 | Merge pull request #1065 from leo78913/gamescope-close-button | Sefa Eyeoglu | |
2023-06-26 | Generate special signature :sparkles: composed of multiple elements instead ↵ | TheKodeToad | |
of relying on timestamp for Java version cache invalidation Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-25 | Merge pull request #1272 from Trial97/fix_selected | seth | |
fix: Page container extra info set on logs page | |||
2023-06-25 | fix: Page container extra info set on logs page | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-25 | Merge pull request #1270 from TheKodeToad/fix-unchecked-value | TheKodeToad | |
Fix unsafe usage of std::optional::value in FlameAPI | |||
2023-06-25 | Deduplicate launcher icon | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-25 | Add fixme comment for no SSD detection | Leo | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Leo <leo3758@riseup.net> | |||
2023-06-25 | Fix markdown header | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-25 | Fix big mistake :iea: | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-25 | Fix unsafe usage of std::optional::value in FlameAPI | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-25 | Replace accidental usages of QAbstractButton::pressed | TheKodeToad | |
This signal is not usually what you want, and creates an inconsistent experience. Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-24 | Revert "feat(Mods): hide 'Provider' column when no mods have providers" | TheKodeToad | |
With Ryex's change, this causes issues. Apparently you need to sign off reverts! That's just weird... Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-24 | Fix Open Global Settings, why not | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-24 | Fix flat white launcher icon | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-24 | A few tweaks, with inspiration from Zeke :3 | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-24 | Merge pull request #986 from Trial97/develop | TheKodeToad | |
Mod dependencies | |||
2023-06-24 | Added translation | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-24 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into develop | |||
2023-06-24 | Merge pull request #1261 from telans/modrinthexport-url | Sefa Eyeoglu | |
2023-06-23 | Merge pull request #1255 from Trial97/export4 | Rachel Powers | |
Added Thumbs.db to excluded files in MrPackExport | |||
2023-06-24 | Merge pull request #1258 from leo78913/resources-pack-page-crash-fix | seth | |
fix: fix crash when hiding columns on resource packs page |