aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages
AgeCommit message (Collapse)Author
2023-06-28Merge pull request #1266 from TheKodeToad/smol-tweaksSefa Eyeoglu
2023-06-27Added more information to the screenshot upload warningTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-25fix: Page container extra info set on logs pageTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-25Fix big mistake :iea:TheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-25Replace accidental usages of QAbstractButton::pressedTheKodeToad
This signal is not usually what you want, and creates an inconsistent experience. Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-24Fix Open Global Settings, why notTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-24A few tweaks, with inspiration from Zeke :3TheKodeToad
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 net_job_crash
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-21Merge pull request #1228 from Trial97/curent_pack_crashTheKodeToad
Fixes #1212
2023-06-21fix: resize columns on hide ^& uniform heightsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-06-20Merge pull request #1119 from Trial97/mods_txtseth
Added dynamic page extra info
2023-06-20Remove inconsistent/unneeded question marks in UIAlfio
Signed-off-by: P2 <tomarchioalfio5@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 develop
2023-06-18Removed extra headersTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-18Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into net_job_crash
2023-06-18Fixed leaksTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-15Made ByteSynkArray to use shared_ptrTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-15Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into installed_mods
2023-06-15Updated text and fixed mod page text updateTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-15Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into mods_txt
2023-06-15Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into develop
2023-06-14Merge branch 'develop' into feat/dont-hide-settingsTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-10Removed const specificationTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-09Updated the messagesTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-09Fixed some crashesTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-08Higlight installed modsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-07Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into mods_txt
2023-06-07Merge pull request #1111 from Trial97/requiresTayou
2023-06-07Added dynamic page extra infoTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-06Merge pull request #1073 from leo78913/accounts-menus-fixesTayou
2023-06-06save meta custom url as string, not QUrlTayou
Signed-off-by: Tayou <tayou@gmx.net>
2023-06-06Renamed requires fieldsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-02Fix crash when selecting same mod from different providers (#1029)Alexandru Ionut Tripon
2023-05-28fix: use instance settings, make image column user resizeable, fix memory leakRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-28Merge branch 'develop' into feature/images-for-resource-pageRachel Powers
2023-05-28Merge branch 'Fix_Assert' of github.com:Trial97/PrismLauncher into developTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-05-28Removed extra loopTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-05-28Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into Fix_Assert Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-05-28Fixed repaint issueTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-05-28refactor: function scope staticsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-28cleanup: move qstyle getInstance decl inlineRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-27fix(memory leak): refactor NoBigComboStyle -> singletonRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-26fix(memory leak): don't override default deconstructor + reset shared_ptr + ↵Rachel Powers
ensure modal get's cleaned up Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>