Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-06 | feat(ManagedPackPage): add reload button when in a fail state | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | fix(ManagedPackPage): check app capabilities for creating the CF page | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | chore(ManagedPackPage): format and add headers | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | fix(ManagedPackPage): clear combo boxes when adding new versions | flow | |
Prevents versions to undergo mitosis. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | feat(ManagedPackPage): implement Flame modpack updating button | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | fix(ManagedPackPage): give extra_info to InstanceImportTask in MR packs | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | fix(ManagedPackPage): add warning about old bug with pack IDs | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | feat(ManagedPackPage): add Flame UI | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | fix(ManagedPackPage): better changelog text when fetching / no changelog | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | feat+fix: allow forwarding extra info to InstanceImportTask | flow | |
This allows us to pass to the creation instances their actual pack ID and version ID, that in Flame's case, are only available before starting to create an instance. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | feat(ManagedPackPage): add link to the Modrinth's pack page | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | fix(ManagedPackPage): better UX for when network requests fail / are pending | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | fix: do not display managed pack page for providers without an impl. yet | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | fix: use rich text in changelog for modrinth modpacks | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | feat: add functionality to MR modpack update in the page :D | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | feat: add PageContainer::getPage | flow | |
This allows us to directly access a page from outside. This will be useful for telling the ManagedPackPage who is the window it's on, so that we can close it when updating :^) Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | feat: add (current) indicator to the currently installed version in MR | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | feat: add logic for the modrinth instance modpack page | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | feat: add basic ManagedPackPage classes | flow | |
The idea is to have a base class that defines common behavior, and subclasses for each modpack provider, adding specific behavior. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | feat(ui): add ManagedPackPage ui | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | fix: remove rogue notr | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-06 | chore: reformat code | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-06 | chore: add license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-06 | refactor: replace Open All with Open Missing | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-06 | feat: implement lax filename match in BlockedModsDialog | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-06 | fix: improve resize behavior of BlockedModsDialog | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-06 | chore: reformat code | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-05 | dix: disable FS watcher after closing BlockedModsDialog | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-04 | feat: add a proper server icon | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-12-03 | fix: warn before trashing instances | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-12-02 | Merge pull request #423 from TheKodeToad/addagent | flow | |
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/414 | |||
2022-12-02 | Merge pull request #481 from ryanccn/import-resource-pack-dialog-uwu | flow | |
2022-12-01 | fix: explicitly set scheme for local file in -I argument | flow | |
Otherwise isLocalFile() will return false for local files without the file:// thingy. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-30 | Merge pull request #436 from Scrumplex/feat-change-maxmem | Sefa Eyeoglu | |
Closes https://github.com/PrismLauncher/PrismLauncher/issues/426 | |||
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 remote-tracking branch 'upstream/develop' into ↵ | Sefa Eyeoglu | |
import-resource-pack-dialog-uwu | |||
2022-11-27 | fix: improve code readability | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-25 | fix(RPImportDialog): allow changing item size to accomodate wrapped text | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
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-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-21 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Ryan Cao | |
into import-resource-pack-dialog-uwu | |||
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 | 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> |