aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
AgeCommit message (Collapse)Author
2023-08-20Revert "feat: add toggle for quilt beacon"Sefa Eyeoglu
This reverts commit 89aaedc06c3eb7a035d8be593a7bbe417cb2f712. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-19Merge pull request #1320 from TheKodeToad/better-launchTheKodeToad
Combine launch buttons in instance window, persist profiler
2023-08-17ReformatTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-08-17Merge pull request #1392 from Scrumplex/feat-native-overrideSefa Eyeoglu
2023-08-16Merge branch 'develop' into better-launchTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-08-15Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into curseforge-url-handle3 Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-08-15fix: improve debug messageSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-15feat: add custom native library path settingsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-15Merge pull request #1407 from TheKodeToad/icon-indexingSefa Eyeoglu
2023-08-14chore: reformatSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-07Fix actionsTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-08-07Merge branch 'develop' into icon-indexingTayou
Signed-off-by: Tayou <31988415+TayouVR@users.noreply.github.com>
2023-08-06Merge remote-tracking branch 'upstream/staging' into curseforge-url-handleSefa Eyeoglu
2023-08-06Merge pull request #1464 from Ryex/fix/windows-console-attachseth
[Windows] Fix attaching logs to console
2023-08-04Merge pull request #1459 from Scrumplex/formatSefa Eyeoglu
2023-08-02Merge branch 'develop' into sparkle-disableSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-02Merge pull request #1476 from Scrumplex/fix-saving-metaurlSefa Eyeoglu
2023-08-02fix: don't reset meta url on launchSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-02chore: reformatSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-02Merge pull request #1339 from TheKodeToad/remove-direct-launchSefa Eyeoglu
2023-07-30refactor(windows console): move to external fileRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-30fix(windows console): properly bind windows consoleRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-28Merge branch 'PrismLauncher:develop' into developAsh
2023-07-27chore: don't include sparkle when not enabledseth
Signed-off-by: seth <getchoo@tuta.io>
2023-07-22Merge branch 'develop' into better-launchTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-21Remove redundant methodsTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-21Merge remote-tracking branch 'upstream/develop' into icon-indexingTheKodeToad
2023-07-20(UX) Add open folder button next to combo boxesTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-19Better theme resetTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-19Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into catpacks
2023-07-18Multiple icon themes!TheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-17Merge pull request #1286 from TayouVR/better-instance-group-separatorTayou
2023-07-17Merge pull request #1357 from getchoo/quilt-beaconSefa Eyeoglu
feat: add toggle for quilt beacon
2023-07-16Merge pull request #1276 from Scrumplex/print-build-platformseth
Print build platform on launch
2023-07-16Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into catpacks
2023-07-14Merge pull request #1336 from Ryex/packaging/fix-duplicate-share-directoriesseth
packaging: fix duplicate share directories (use only lowercase)
2023-07-14Update launcher/Application.cppRachel Powers
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-13packaging: use PascalCase folder name insteadRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-12feat: add toggle for quilt beaconseth
Signed-off-by: seth <getchoo@tuta.io>
2023-07-12renamed settingTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-11Merge branch 'develop' into curseforge-url-handleRachel Powers
2023-07-11feat:Added option to use system localeTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-10Remove direct launchTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-10Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into catpacks Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-08packaging: fix duplicate share directories (use only lowercase)Rachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-07Persist app data between install versionsashuntu
2023-07-07fix: improve QUrl constructionSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-07fix: reset invalid meta url on launchSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-06Combine launch buttons in Instance window, persist profilerTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-02Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into catpacks