Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-30 | Merge pull request #436 from Scrumplex/feat-change-maxmem | Sefa Eyeoglu | |
Closes https://github.com/PrismLauncher/PrismLauncher/issues/426 | |||
2022-11-29 | Merge pull request #238 from santiagocezar/new-icons | flow | |
2022-11-29 | chore: move instance_icons.svg | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-28 | fix: don't disable interaction on non-mod models when inst. is running | flow | |
It is still useful for mods though, since we don't wnt to allow disabling mods when the instance is running, as that wouldn't affect the running instance, possibly causing confusion Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-27 | fix: make resource buttons work when instance is running | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-27 | Merge branch 'develop' into new-icons | Santiago Cézar | |
Signed-off-by: Santiago Cézar <48573316+santiagocezar@users.noreply.github.com> | |||
2022-11-27 | resolving reviews | Santiago Cézar | |
Signed-off-by: Santiago Cézar <santiagocezar2013@gmail.com> | |||
2022-11-26 | fix: use monochrome icon for breeze | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-11-25 | remove unused ftb icon | Santiago Cézar | |
Signed-off-by: Santiago Cézar <santiagocezar2013@gmail.com> | |||
2022-11-25 | meat is now round | Santiago Cézar | |
Signed-off-by: Santiago Cézar <santiagocezar2013@gmail.com> | |||
2022-11-25 | resize to 24x24 | Santiago Cézar | |
Signed-off-by: Santiago Cézar <santiagocezar2013@gmail.com> | |||
2022-11-25 | forgot ftb | Santiago Cézar | |
Signed-off-by: Santiago Cézar <santiagocezar2013@gmail.com> | |||
2022-11-25 | merge with upstream | Santiago Cézar | |
Signed-off-by: Santiago Cézar <santiagocezar2013@gmail.com> | |||
2022-11-25 | gradients! | Santiago Cézar | |
Signed-off-by: Santiago Cézar <santiagocezar2013@gmail.com> | |||
2022-11-25 | initial icons | Santiago Cézar | |
Signed-off-by: Santiago Cézar <santiagocezar2013@gmail.com> | |||
2022-11-25 | fix: add missing shortcut icons | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-25 | Merge pull request #227 from Leo40Git/feature/instance-shortcuts | Sefa Eyeoglu | |
Closes https://github.com/PrismLauncher/PrismLauncher/issues/210 | |||
2022-11-25 | Merge pull request #412 from leo78913/legacy-icons | Sefa Eyeoglu | |
add the missing icons to the legacy icon theme | |||
2022-11-21 | fix: actually emit fileCopied | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-21 | Merge pull request #487 from TayouVR/breeze-icon-themes | DioEgizio | |
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 | feat: validate maximum memory allocation in wizard | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-20 | add breeze themes | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-11-19 | Merge pull request #291 from TheKodeToad/betterjavalauncher | Sefa Eyeoglu | |
2022-11-19 | Fix New Zealand English display | jopejoe1 | |
Signed-off-by: jopejoe1 <34899572+jopejoe1@users.noreply.github.com> | |||
2022-11-18 | chore: improve display names of more languages | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-18 | Merge pull request #455 from leo78913/menubar-stuff | DioEgizio | |
2022-11-17 | Merge pull request #439 from Ryex/better-blocked-mods | flow | |
2022-11-17 | feat(BlockModsDialog): remove redundant Ui info | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-11-17 | Merge pull request #454 from RedsonBr140/menu-themes | flow | |
2022-11-17 | fix: Fix usage below | Redson | |
Signed-off-by: Redson <redson@riseup.net> | |||
2022-11-17 | chore: Change var name | RedsonBr140 | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: RedsonBr140 <redson@riseup.net> | |||
2022-11-16 | Merge pull request #467 from Scrumplex/fix-meta-extensions-json | Sefa Eyeoglu | |
Fix serialization of components with custom metadata | |||
2022-11-16 | refactor: use isEmpty instead of size for lists | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-16 | fix: serialize metadata extensions | Sefa Eyeoglu | |
Prism has introduced a few extensions to the meta component version format, which were not exported as JSON in the launcher. This caused the `Customize` button on the version page to not write these new properties to the custom component file. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-16 | fix: remove unnecessary condition | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-16 | chore: Var definition inside the for loop | RedsonBr140 | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: RedsonBr140 <redson@riseup.net> | |||
2022-11-15 | Merge branch 'PrismLauncher:develop' into version | Fayne Aldan | |
2022-11-15 | Add commit hash to `--version` | Fayne Aldan | |
Signed-off-by: Fayne Aldan <FayneAldan@gmail.com> | |||
2022-11-15 | fix: Fix some stuff in the menu bar | leo78913 | |
- Remove duplicated launch actions - Enable the add instance action icon in menus - Remove ugly separator at the end of the help menu if the updater is disabled - Add icons to the help and news menu items Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-11-15 | feat: Make the changes persistent. | Redson | |
Signed-off-by: Redson <redson@riseup.net> | |||
2022-11-15 | fix: Check the box when the theme is changed via settings | Redson | |
Signed-off-by: Redson <redson@riseup.net> | |||
2022-11-15 | fix: Check the current theme box on startup. | Redson | |
Signed-off-by: Redson <redson@riseup.net> | |||
2022-11-15 | fix: Build on QT6 | Redson | |
Signed-off-by: Redson <redson@riseup.net> | |||
2022-11-15 | Merge remote-tracking branch 'upstream/develop' into feature/instance-shortcuts | ADudeCalledLeo | |
2022-11-14 | feat: Add themes and their logic. | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-11-14 | Merge branch 'PrismLauncher:develop' into menu-themes | RedsonBr140 | |
2022-11-14 | Merge pull request #428 from DioEgizio/fixes-to-CI | flow | |
2022-11-14 | Merge pull request #448 from TheLastRar/fixup-warnings | flow | |
2022-11-14 | Restore QRC headers | ADudeCalledLeo | |
Signed-off-by: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com> |