Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-10 | Implement Suggestions from flow & Scrumplex | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-10 | add theme setup wizard | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-09 | fix: fix #700 | Rachel Powers | |
fixed by properly converting from a file path and converting to native seperators. should have known naive handling of file path as a URL would come back to bite us cross platform. Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-01-09 | ui: Let Qt 6.4.2 handle dark mode titlebar | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2023-01-07 | feat: Import all the things! | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-26 | store logs in sperate directory | chmodsayshello | |
Signed-off-by: chmodsayshello <chmodsayshello@hotmail.com> | |||
2022-12-22 | feat(docs): add note about logging env variables in man page | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-22 | feat: use Qt logging facilities instead of our own | flow | |
This system allows us to globally define categories, and control whether they are shown or not at runtime. It also does some things by it's own, so we can remove some (uhhh) code. Lastly, this allows changing the behavior of the logger at runtime via environment variables that Qt takes care of for us. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-14 | Merge branch 'develop' into remove-updater | Sefa Eyeoglu | |
2022-12-11 | Merge pull request #569 from Jan200101/PR/fix-mangohud | Sefa Eyeoglu | |
2022-12-11 | Merge pull request #461 from flowln/fix_big_resource_pack_imgs | flow | |
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/360 | |||
2022-12-11 | chore: replace naive mangohud detection with vulkan layer detection | Jan200101 | |
Signed-off-by: Jan200101 <sentrycraft123@gmail.com> | |||
2022-11-21 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Ryan Cao | |
into import-resource-pack-dialog-uwu | |||
2022-11-21 | refactor: remove old updater | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-21 | Merge pull request #243 from Scrumplex/migration-dialog | Sefa Eyeoglu | |
Closes https://github.com/PrismLauncher/PrismLauncher/issues/46 Closes https://github.com/PrismLauncher/PrismLauncher/issues/204 | |||
2022-11-20 | fix: stray include | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-11-20 | fix: add support for CLI and drag and drop | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-11-19 | fix resource packs and add support for texture packs | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-11-19 | feat: initial support for smart resource pack parsing on file handler | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-11-15 | Add commit hash to `--version` | Fayne Aldan | |
Signed-off-by: Fayne Aldan <FayneAldan@gmail.com> | |||
2022-11-15 | fix: use QPixmapCache only from the main thread | flow | |
It's a required condition. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-12 | fix: implement code review suggestions | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-12 | chore: add REUSE headers | 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-12 | fix: remove PolyMC data paths | 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-06 | Merge pull request #383 from leo78913/toolbar-lock | Sefa Eyeoglu | |
2022-11-05 | Merge pull request #229 from ryanccn/macos-drag-n-drop | Sefa Eyeoglu | |
2022-11-05 | Merge pull request #149 from TayouVR/better-custom-themes | Sefa Eyeoglu | |
2022-11-04 | Merge branch 'develop' into macos-drag-n-drop | Sefa Eyeoglu | |
2022-11-03 | added requested changes | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-11-02 | add an option to lock the toolbars | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-11-01 | add rory | Santiago Cézar | |
Signed-off-by: Santiago Cézar <santiagocezar2013@gmail.com> Co-authored-by: Ashtaka <66513643+AshtakaOOf@users.noreply.github.com> | |||
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 | Merge pull request #351 from Scrumplex/fix-trash | Sefa Eyeoglu | |
2022-10-31 | fix: do not trash instances in Flatpak | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-30 | Fix: Check if Windows 10 before calling setDarkWinTitlebar() | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-10-29 | fix hardcoded svg | fn2006 | |
Signed-off-by: fn2006 <usernamefn2006alreadyused@protonmail.com> | |||
2022-10-24 | Merge pull request #211 from Hibiii/show-instace-arg | Sefa Eyeoglu | |
2022-10-22 | oops | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-10-22 | feat: register as zip/mrpack handler on macOS | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-10-21 | fix: use correct variable for jars path | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2022-10-21 | fix: make jars path specific to prism | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2022-10-21 | Add argument to show instance window | Hibi | |
2022-10-19 | Merge pull request #31 from flowln/who_needs_webview | Sefa Eyeoglu | |
2022-10-18 | Add fallback for multimc.cfg | Fayne Aldan | |
Signed-off-by: Fayne Aldan <FayneAldan@gmail.com> | |||
2022-10-18 | fix: add fallback for polymc.cfg | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-18 | refactor: use correct data path | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-18 | fix: use display name in code | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> |