aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-23Added Thumbs.db to excluded files in MrPackExportTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-22Merge pull request #1251 from getchoo/github-clarifyseth
chore: add 'suggest a feature' message in help
2023-06-22Merge pull request #1252 from getchoo/import-heheseth
chore: avoid confusion in file/url import dialog
2023-06-22Merge pull request #1058 from Ryex/feature/images-for-resource-pageRachel Powers
Feature: image coumn for Mod, Resource Pack, and Texturepack pages
2023-06-22chore: avoid confusion in file/url import dialogseth
Signed-off-by: seth <getchoo@tuta.io>
2023-06-22Merge pull request #1235 from ChrisLane/java-check-debug-msg-fixTayou
2023-06-22chore: add 'suggest a feature' message in helpseth
Signed-off-by: seth <getchoo@tuta.io>
2023-06-22changed map tipeTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-22finished up the curesforge exportTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-22Updated slug for urlTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-22Added curseforge exportTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-22Use slug for urlTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-22Added ExportModsToStringTaskTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-22Merge pull request #1243 from Trial97/exportSefa Eyeoglu
Added regex expresion to exclude .DS_Store files
2023-06-21Merge branch 'settings2' of github.com:Trial97/PrismLauncher into settingsTrial97
2023-06-21Added regex expresion to exclude .DS_Store filesTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-21Made settings editable when instance is runningTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-21Made buttons on ModsFolderPage enabled all the timeTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-21Removed unused variableTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-21Merge pull request #1228 from Trial97/curent_pack_crashTheKodeToad
Fixes #1212
2023-06-21Merge pull request #1231 from telans/modrinth-default-iconDioEgizio
Modrinth: use default icon for non-managed packs
2023-06-21fix: resize columns on hide ^& uniform heightsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-06-21Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into visit_mod_page Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-20Merge pull request #1119 from Trial97/mods_txtseth
Added dynamic page extra info
2023-06-20Merge pull request #1184 from clickdevin/developseth
Fix bugs when updating curseforge modpacks
2023-06-20Merge pull request #1234 from Szowisz/developseth
Fix compiling on FreeBSD
2023-06-20Remove extra spaces in one more Java checker debugChris Lane
Signed-off-by: Chris Lane <git@chrislane.com>
2023-06-20Clean up 'Running java checker' debug msg codeChris Lane
Signed-off-by: Chris Lane <git@chrislane.com>
2023-06-20Add missing space in java checker debug messageChris Lane
Signed-off-by: Chris Lane <git@chrislane.com>
2023-06-20Modrinth: use default icon for non-managed packsJames Beddek
Fixes: #317 Signed-off-by: James Beddek <telans@posteo.de>
2023-06-20Fix compiling on FreeBSDJakub Wroński
Signed-off-by: Jakub Wroński <kubawronski161@gmail.com>
2023-06-20Added fallback for quilt if the API or Kotilin is not presentTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-20Merge pull request #1233 from p2js/ui-consistency-fixTheKodeToad
Remove inconsistent/unneeded question marks in UI
2023-06-20Remove inconsistent/unneeded question marks in UIAlfio
Signed-off-by: P2 <tomarchioalfio5@gmail.com>
2023-06-20Screenshots: do not retry image thumbnailing on null resultJames 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-20Screenshots: clear the thumbnailing pool on page deleteJames 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-20Screenshots: remove path from watcher if it no longer existsJames Beddek
Signed-off-by: James Beddek <telans@posteo.de>
2023-06-19Fixed buildTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-19Fixed removeIfTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-19Added overide for Quilt/FabricTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-19Fixed regresion regarding modrinth project_id in dependence arrayTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-19Changed qWarning to qDebug for raw dataTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-19Fixes #1212Trial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-19Removed mods from lambdaTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-19Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into mods_txt
2023-06-19Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into net_job_crash
2023-06-19Merge pull request #1224 from DioEgizio/add-appstreamSefa Eyeoglu
2023-06-19chore: change xml name to what linuxdeploy wantsDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2023-06-19chore: install appstream in appimageDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2023-06-18Merge pull request #1214 from ↵seth
PrismLauncher/renovate/cachix-install-nix-action-22.x chore(deps): update cachix/install-nix-action action to v22