aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs
AgeCommit message (Collapse)Author
2023-08-10Merge remote-tracking branch 'upstream/staging' into chore/add-compiler-warningsSefa Eyeoglu
2023-08-10Merge pull request #1324 from leia-uwu/ui-tweaksSefa Eyeoglu
2023-08-05Merge branch 'staging' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into icons
2023-08-02Merge pull request #1359 from Trial97/importSefa Eyeoglu
2023-08-02fix: fix copyright yearApix
Signed-off-by: Apix <apix0n@outlook.com>
2023-07-30chore(rename): fix unfinshed renames from deshadow changesRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-30Merge branch 'develop' into chore/add-compiler-warningsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-28added missing )Trial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-28Update launcher/ui/dialogs/NewInstanceDialog.cppAlexandru Ionut Tripon
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
2023-07-28keep the icon suffixTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-27Ignore cache files entirely, also apply to modpack exportLostLuma
Signed-off-by: LostLuma <lilly@lostluma.net>
2023-07-26Address review commentsLostLuma
Signed-off-by: LostLuma <lilly@lostluma.net>
2023-07-26Ignore cache files when exporting instancesLostLuma
Signed-off-by: LostLuma <lilly@lostluma.net>
2023-07-18Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into import Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-17Added QFutureWatcherTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> abort forgot Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-16Added progress bar to Prism instance exportTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-16formatTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-15Update launcher/ui/dialogs/ExportToModListDialog.uiAlexandru Ionut Tripon
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
2023-07-14Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into export Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-14renamesTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-14Added buttonsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-14Made custom template enabled all timeTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-14Added json and csv formatTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-14fix: html sintax for modlist exportTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-13Merge branch 'develop' into chore/add-compiler-warningsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-13Added FTBAPP ImportTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-12i forgor to change skin upload browse buttonleo78913
Signed-off-by: leo78913 <leo3758@riseup.net>
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-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-01chore: fix shadowed member and signed/unsigned mismatchRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: supress unused with [[maybe_unused]] Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: unshadow ^&^& static_cast implicit return Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: deshadow and mark unused in parse task Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: mark unused in folder models Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: deshadow and mark unused with instances Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: more deshadow and unused Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: remove uneeded simicolons Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: mark unused Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: prevent shadow Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
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-26Update launcher/ui/dialogs/ExportToModListDialog.cppAlexandru Ionut Tripon
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
2023-06-26Update launcher/ui/dialogs/ExportToModListDialog.cppAlexandru Ionut Tripon
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
2023-06-26Update launcher/ui/dialogs/ExportToModListDialog.cppAlexandru Ionut Tripon
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
2023-06-25Use internal markdown implementationTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-25Added markdown QT version checkTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-25Added plantxt exportTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-25Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into export
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>