Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-29 | feat(Mods): hide 'Provider' column when no mods have providers | flow | |
This makes the mod list look a bit less polluted in the common case of mods having no provider whatsoever. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-29 | refactor(Mods): make provider() return a std::optional | flow | |
This makes it easier to check if a mod has a provider or not, without having to do a string comparison. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-16 | fix: translate unknown mod provider | leo78913 | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-12-15 | feat: add a provider column to the mods page | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-12-12 | Fix: Reset stylesheet before setting style | TheLastRar | |
Resolves #510 Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-12-11 | Not all libraries are from Mojang | Una | |
Signed-off-by: Una <me@unascribed.com> | |||
2022-12-11 | fix: remove leftover TODO | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-12-11 | Merge pull request #569 from Jan200101/PR/fix-mangohud | Sefa Eyeoglu | |
2022-12-11 | fix breeze icon colors and matrix icon | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-12-11 | Merge pull request #486 from flowln/wide_bar_customization | flow | |
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 preload with vklayer detection | Jan200101 | |
Signed-off-by: Jan200101 <sentrycraft123@gmail.com> | |||
2022-12-11 | chore: replace naive mangohud detection with vulkan layer detection | Jan200101 | |
Signed-off-by: Jan200101 <sentrycraft123@gmail.com> | |||
2022-12-10 | Merge pull request #32 from flowln/modpack_update_page | flow | |
Closes https://github.com/PrismLauncher/PrismLauncher/issues/180 Closes https://github.com/PrismLauncher/PrismLauncher/issues/170 | |||
2022-12-09 | fix: prevent potental crash if droping non local files | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-09 | Merge pull request #572 from DioEgizio/breeze-icons-improvements | flow | |
2022-12-09 | Merge pull request #571 from Ryex/blocked-targetFolder | Sefa Eyeoglu | |
fix(blockedmods): Track and use targetFolder for blocked files | |||
2022-12-09 | feat: improve new.svg in breeze icon packs | DioEgizio | |
makes it better and more similar to the one in legacy Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-12-08 | Merge pull request #568 from leo78913/flatpak-shortcuts | flow | |
2022-12-08 | fix(blockedmods): Track and use targetFolder for blocked files | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-08 | fix: fix creating instance shortcuts in flatpak | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-12-08 | fix: re-add LD_LIBARY_PATH to mangohud | Jan200101 | |
Upstream officially supports the use of $LIB/mangohud/ Signed-off-by: Jan200101 <sentrycraft123@gmail.com> | |||
2022-12-07 | fix: don't try updating Flame instance names when updating versions | flow | |
Since the exact version string is only available in the manifest, there's no easy way of getting it before commiting to the update, so there's not much of a good way of showing the updated name in the UI, and using the displayName is weird and gives some buggy behavior. We may want to re-enable it in the future if we find a reliable way of showing the correct info on the UI before starting the update. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-07 | fix: add instance shortcut creation action to menubar | DioEgizio | |
also moves deleteinstance to the same place as the instance toolbar Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-12-06 | fix(FlamePage): don't assert / suggest blocked modpacks | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | fix(ManagedPackPage): only update the current instance exactly | flow | |
Also carry on the original ID to avoid updating the wrong instance. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | fix(ManagedPackPage): preserve pack ID from Modrinth update | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | refactor(InstanceImport): require rvalue from 'extra_info' mappings | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | fix(ManagedPagePage): don't reload pack info when not needed | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | refactor(ManagedPackPage): use smart pointers instead of raw ones | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
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 ManagedPackPage to the instance pages | 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: allow skipping the update confirmation dialog | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-06 | refactor: abstract away update confirmation dialog | flow | |
... so that we can avoid code duplication. 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> |