Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | Merge remote-tracking branch 'upstream/develop' into ↵ | Sefa Eyeoglu | |
import-resource-pack-dialog-uwu | |||
2022-11-27 | fix: check resource pack validity solely using pack format | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-27 | fix: improve code readability | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
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(RPImportDialog): allow changing item size to accomodate wrapped text | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-25 | fix: add missing shortcut icons | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-25 | reafctor(WideBar): connect to signal instead of overriding menu method | flow | |
This makes stuff more standard and closer to what we do in other places in the codebase. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
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-23 | Button to add agent | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-22 | fix: reset wide bar settings when the list of actions changes | flow | |
This prevents changes to the actions to cause non-intuitive issues in the Wide bar, hiding items that previously weren't hidden. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-22 | Remove blue-ish tint from flat white icons | Trisave | |
Signed-off-by: Trisave <42098407+Protrikk@users.noreply.github.com> | |||
2022-11-21 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Ryan Cao | |
into import-resource-pack-dialog-uwu | |||
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-21 | fix: text wrapping | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-11-20 | feat: validate maximum memory allocation in wizard | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-20 | fix: remove commented-out assertions | flow | |
They may not hold true at all times, and that's fine. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-20 | refactor: move RP/TP validation to their respective utils | flow | |
This makes it easier to validate individual resources, and allows the logic to be used in other places in the future, if we need to. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-20 | add breeze themes | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-11-19 | feat(InstancePages): save/load wide bar visibility settings | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-19 | feat(WideBar): allow loading/unloading visibility via a byte array | flow | |
I really wanted to use a QBitArray :c Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-19 | feat(WideBar): allow hiding buttons with right-click | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-19 | refactor: clean up WideBar a bit | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-19 | Merge pull request #291 from TheKodeToad/betterjavalauncher | Sefa Eyeoglu | |
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 New Zealand English display | jopejoe1 | |
Signed-off-by: jopejoe1 <34899572+jopejoe1@users.noreply.github.com> | |||
2022-11-20 | fix: resource pack import dialog icons and add message | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-11-19 | fix instance IDs and resource pack imports | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-11-19 | fix: add resource pack format for 1.19.3 | Ryan Cao | |
Co-authored-by: Rachel Powers <508861+Ryex@users.noreply.github.com> Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-11-19 | fix: check if packFormat is valid for resourcepack parsing | 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-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> |