Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-19 | Merge pull request #1320 from TheKodeToad/better-launch | TheKodeToad | |
Combine launch buttons in instance window, persist profiler | |||
2023-08-17 | Reformat | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-08-17 | Merge pull request #1392 from Scrumplex/feat-native-override | Sefa Eyeoglu | |
2023-08-16 | Merge branch 'develop' into better-launch | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-08-15 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into curseforge-url-handle3 Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-08-15 | feat: add custom native library path settings | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-07 | Merge branch 'develop' into icon-indexing | Tayou | |
Signed-off-by: Tayou <31988415+TayouVR@users.noreply.github.com> | |||
2023-08-06 | Merge remote-tracking branch 'upstream/staging' into curseforge-url-handle | Sefa Eyeoglu | |
2023-08-02 | chore: reformat | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-07-22 | Merge branch 'develop' into better-launch | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-21 | Remove redundant methods | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-21 | Merge remote-tracking branch 'upstream/develop' into icon-indexing | TheKodeToad | |
2023-07-20 | (UX) Add open folder button next to combo boxes | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-19 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into catpacks | |||
2023-07-18 | Multiple icon themes! | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-06 | Combine launch buttons in Instance window, persist profiler | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-28 | 4 clang-tidy changes, update copyright info | Tayou | |
while already at it I updated all my emails to use one from my domain Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-06-23 | Added CatPacks | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-05-12 | refactor: normalize url fn & cleanup | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-05 | fix: ensure Application accepts URLs and local files form cmd args | Rachel Powers | |
refactor: Move curseforge:// url scheme detection to Import Page feat: pass along extra CF pack info so pack metadata is established. Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-01 | fix: no need for const bool | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-01 | feat: default qtlogging.ini file | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-08 | fix: do not apply system theme on launch | Sefa Eyeoglu | |
Closes PrismLauncher/PrismLauncher#490 Regression introduced by PrismLauncher/PrismLauncher#249 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-03-01 | Allow custom Modrinth API token | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-01-24 | Merge branch 'develop' into remove-updater | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-01-20 | make MainWindow cat update instantly | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-16 | Merge pull request #696 from Ryex/import-all-the-things | Sefa Eyeoglu | |
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/581 Fixes https://github.com/PrismLauncher/PrismLauncher/issues/700 | |||
2023-01-10 | add theme setup wizard | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-07 | feat: Import all the things! | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-11-21 | refactor: remove old updater | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-12 | feat: add initial Migration dialog | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-08 | Merge pull request #392 from PrismLauncher/max_ram_logic | txtsd | |
2022-11-03 | added requested changes | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-11-01 | added suggested changes | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-11-01 | add support for multiple custom themes | Tayou | |
also moved theme related code from Application.cpp to new ui/themes/ThemeManager.cpp, this class should cleanly isolate theme related functions and help avoid code duplication in future theme related additions. Themes can now be just qss or css files, they won't have color pallette information with them in that case Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-10-31 | fix: do not trash instances in Flatpak | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-21 | Add argument to show instance window | Hibi | |
2022-09-15 | Added Launch Demo button. | jopejoe1 | |
Signed-off-by: jopejoe1 <johannes@joens.email> | |||
2022-08-08 | feat: detect GameMode and MangoHud's presence | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-08 | refactor: store current capabilities | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-11 | Merge pull request #678 from Scrumplex/improvements-around-proprietary-services | Sefa Eyeoglu | |
2022-07-08 | feat: track capabilities of application | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-08 | refactor: rename references to CurseForge to Flame | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-06 | Revert "fix: remove updater if it is not used" | Sefa Eyeoglu | |
This reverts commit 2ff0aa09e35eb6910ef0a030ea41f84a1ed95782. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-03 | feat: resolve JARs dynamically | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-12 | fix: remove updater if it is not used | Sefa Eyeoglu | |
2022-06-12 | Merge pull request #632 from ryanccn/macos-app-heuristic | Sefa Eyeoglu | |
2022-06-04 | feat: custom user-agent | Ryan Cao | |
2022-05-24 | add more `#ifdef`s | Ryan Cao | |
2022-05-24 | standard macOS app behavior | Ryan Cao | |