aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs
AgeCommit message (Collapse)Author
2023-07-11Merge branch 'develop' into better-component-installationTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-10Merge pull request #1334 from TheKodeToad/litemod-dlTheKodeToad
LiteMod downloading
2023-07-10Merge pull request #1249 from Trial97/curseTheKodeToad
Curseforge modpack export
2023-07-08LiteMod downloadingTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-08fix(progress dialog): if there is a parent center on creationRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-03Better parent version filtering; handle old fabric :PTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-03Various tweaksTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-02fix: update if new size is largerRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-02fix: update if new size is largerRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-02fix: header `<qpoint.h>` -> `<QPoint>`Rachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-02fix: properly calculate min size for progress dialog, apply it at creationRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-02fix: segfault in progress dialogRachel Powers
- dialog tries to resize after unhiding the subtask scroll area - after resize attempts to recenter on parent - `calls parentWidget()->{x|y}()` - what if there is no parent? nullptr->() = segfault - recenter on last pos, don't access parent Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-02fixed typosTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-02Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into curse Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-01Double-click to install/change versionTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-01NopTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-01Modify "Change Version" to use "Install Loader" dialogTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-01Fix search focusingTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-01Merge branch 'develop' into better-component-installationTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-30Made sure the logs are ignored when collecting filesTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-30Removed logs from instance exportTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-24A few tweaks, with inspiration from Zeke :3TheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-24fixed authorsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-24removed projectIDTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-24Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into curse
2023-06-24Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into develop
2023-06-24Added condition for modlistTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-24Renamed ExportMrPackDialog to ExportPackDialogTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-24Made sure CurseForge string is corectTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-24Removed modlist checkboxTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-24Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into curse
2023-06-23Merge pull request #1255 from Trial97/export4Rachel Powers
Added Thumbs.db to excluded files in MrPackExport
2023-06-24Added some warningsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-23Update developersTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-23Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into develop Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-23Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into curse
2023-06-23Added curseforge searchTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-23Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into net_job_crash
2023-06-23Added Thumbs.db to excluded files in MrPackExportTrial97
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-22Dynamic button textTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-22Added curseforge exportTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-22Merge branch 'PrismLauncher:develop' into better-component-installationTheKodeToad
2023-06-22FixTheKodeToad
I could use rvalue references and fix my brain fart, but i think regular references are more readable and safer here. Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-21Added regex expresion to exclude .DS_Store filesTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-20Rework icons (Fabric is blurry now but looks better)TheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-20Just use the old orderingTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-19License all the thingsTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-19Basic, unfinished & broken implTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-19Fixed regresion regarding modrinth project_id in dependence arrayTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>