Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-23 | fix: fix crash when hiding columns on resource packs page | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-06-23 | Merge pull request #1256 from Trial97/fix11 | TheKodeToad | |
Fixed hashers | |||
2023-06-23 | Fixed hashers | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-23 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into develop Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-23 | Merge pull request #1200 from Trial97/net_job_crash | Rachel Powers | |
Made ByteSynkArray to use shared_ptr | |||
2023-06-23 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into net_job_crash | |||
2023-06-23 | Renamed getResults to resultsReady | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-23 | Added Thumbs.db to excluded files in MrPackExport | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-22 | Merge pull request #1251 from getchoo/github-clarify | seth | |
chore: add 'suggest a feature' message in help | |||
2023-06-22 | Merge pull request #1252 from getchoo/import-hehe | seth | |
chore: avoid confusion in file/url import dialog | |||
2023-06-22 | Merge pull request #1058 from Ryex/feature/images-for-resource-page | Rachel Powers | |
Feature: image coumn for Mod, Resource Pack, and Texturepack pages | |||
2023-06-22 | chore: avoid confusion in file/url import dialog | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-06-22 | Merge pull request #1235 from ChrisLane/java-check-debug-msg-fix | Tayou | |
2023-06-22 | chore: add 'suggest a feature' message in help | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-06-22 | Merge pull request #1243 from Trial97/export | Sefa Eyeoglu | |
Added regex expresion to exclude .DS_Store files | |||
2023-06-21 | Added regex expresion to exclude .DS_Store files | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-21 | Merge pull request #1228 from Trial97/curent_pack_crash | TheKodeToad | |
Fixes #1212 | |||
2023-06-21 | Merge pull request #1231 from telans/modrinth-default-icon | DioEgizio | |
Modrinth: use default icon for non-managed packs | |||
2023-06-21 | fix: resize columns on hide ^& uniform heights | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-06-20 | Merge pull request #1119 from Trial97/mods_txt | seth | |
Added dynamic page extra info | |||
2023-06-20 | Merge pull request #1184 from clickdevin/develop | seth | |
Fix bugs when updating curseforge modpacks | |||
2023-06-20 | Merge pull request #1234 from Szowisz/develop | seth | |
Fix compiling on FreeBSD | |||
2023-06-20 | Remove extra spaces in one more Java checker debug | Chris Lane | |
Signed-off-by: Chris Lane <git@chrislane.com> | |||
2023-06-20 | Clean up 'Running java checker' debug msg code | Chris Lane | |
Signed-off-by: Chris Lane <git@chrislane.com> | |||
2023-06-20 | Add missing space in java checker debug message | Chris Lane | |
Signed-off-by: Chris Lane <git@chrislane.com> | |||
2023-06-20 | Modrinth: use default icon for non-managed packs | James Beddek | |
Fixes: #317 Signed-off-by: James Beddek <telans@posteo.de> | |||
2023-06-20 | Fix compiling on FreeBSD | Jakub Wroński | |
Signed-off-by: Jakub Wroński <kubawronski161@gmail.com> | |||
2023-06-20 | Added fallback for quilt if the API or Kotilin is not present | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-20 | Merge pull request #1233 from p2js/ui-consistency-fix | TheKodeToad | |
Remove inconsistent/unneeded question marks in UI | |||
2023-06-20 | Remove inconsistent/unneeded question marks in UI | Alfio | |
Signed-off-by: P2 <tomarchioalfio5@gmail.com> | |||
2023-06-20 | Screenshots: do not retry image thumbnailing on null result | James Beddek | |
This causes the thumbnailing thread pool to spend a lot of time attempting to retry an image that failed. A null result is common where the image is too large to be allocated (>128MiB alloc). The repeated retries continue after page delete, causing hangs if a user tries to exit the application. Fixes: #1201 Signed-off-by: James Beddek <telans@posteo.de> | |||
2023-06-20 | Screenshots: clear the thumbnailing pool on page delete | James Beddek | |
Removes pending QThreadPool jobs which linger after page delete. May help with #1201 by allowing the pool to finish earlier. Signed-off-by: James Beddek <telans@posteo.de> | |||
2023-06-20 | Screenshots: remove path from watcher if it no longer exists | James Beddek | |
Signed-off-by: James Beddek <telans@posteo.de> | |||
2023-06-19 | Fixed build | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-19 | Fixed removeIf | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-19 | Added overide for Quilt/Fabric | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-19 | Fixed regresion regarding modrinth project_id in dependence array | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-19 | Changed qWarning to qDebug for raw data | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-19 | Fixes #1212 | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-19 | Removed mods from lambda | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-19 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into mods_txt | |||
2023-06-19 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into net_job_crash | |||
2023-06-19 | Merge pull request #1224 from DioEgizio/add-appstream | Sefa Eyeoglu | |
2023-06-19 | chore: change xml name to what linuxdeploy wants | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2023-06-19 | chore: install appstream in appimage | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2023-06-18 | Merge pull request #1214 from ↵ | seth | |
PrismLauncher/renovate/cachix-install-nix-action-22.x chore(deps): update cachix/install-nix-action action to v22 | |||
2023-06-18 | Merge pull request #1210 from getchoo/opengl-appimage | seth | |
fix(appimage): bundle generic opengl lib | |||
2023-06-19 | Small fixes | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-19 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into develop | |||
2023-06-18 | Removed extra headers | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> |