Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-13 | Merge pull request #685 from byteduck/instance-accounts | flow | |
2023-01-13 | Merge pull request #714 from redstrate/cmark | flow | |
2023-01-12 | Merge branch 'PrismLauncher:develop' into instance-accounts | Aaron Sonin | |
2023-01-12 | Fix instance account selector face for offline accounts | Aaron | |
2023-01-12 | refactor: replace hoedown markdown parser with cmark | Joshua Goins | |
Signed-off-by: Joshua Goins <josh@redstrate.com> | |||
2023-01-10 | Add hint about Cat | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-10 | fix: set minimum size for setup wizard | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-01-10 | CRLF -> LF | Tayou | |
damn you visual studio for creating CRLF files everywhere... Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-10 | Update launcher/Application.cpp with suggestion from scrumplex | Tayou | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-10 | Implement Suggestions from flow & Scrumplex | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-10 | UX tweak + formatting + added cat to wizard | 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-10 | Merge pull request #726 from TheLastRar/qt6-win-darkmode | Sefa Eyeoglu | |
Closes https://github.com/PrismLauncher/PrismLauncher/issues/158 | |||
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-09 | Merge pull request #715 from getchoo/add-teawie | Sefa Eyeoglu | |
2023-01-06 | feat: add teawie | seth | |
drawn by sympathytea (https://github.com/SympathyTea) Signed-off-by: seth <getchoo@tuta.io> | |||
2023-01-06 | Strip certain HTML tags when rendering mod pages | Joshua Goins | |
Some mod pages use certain tags for centering purposes, but trips up hoedown. Signed-off-by: Joshua Goins <josh@redstrate.com> | |||
2023-01-02 | Merge branch 'PrismLauncher:develop' into instance-accounts | Aaron Sonin | |
2023-01-02 | Reword instance-specific account settings, apply clang-format | Aaron | |
Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-02 | Remove unecessary delete in InstanceSettingsPage destructor | Aaron Sonin | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Aaron Sonin <10217842+byteduck@users.noreply.github.com> Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-02 | Properly connect signal in instance settings for account selector | Aaron Sonin | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Aaron Sonin <10217842+byteduck@users.noreply.github.com> Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-02 | Add null check for face in instance account settings selector | Aaron Sonin | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Aaron Sonin <10217842+byteduck@users.noreply.github.com> Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-02 | Replace unecessary type check with assertion in InstanceSettingsPage | Aaron Sonin | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Aaron Sonin <10217842+byteduck@users.noreply.github.com> Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-02 | Fix conflicting layout name in InstanceSettingsPage | Aaron | |
Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-02 | Allow selecting a default account to use with an instance | Aaron | |
Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2022-12-30 | Merge pull request #626 from leo78913/mods-provider-column | flow | |
closes https://github.com/PrismLauncher/PrismLauncher/issues/402 | |||
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-26 | Merge pull request #618 from TheKodeToad/safer-destructive-actions | Sefa Eyeoglu | |
Fixes https://github.com/PolyMC/PolyMC/issues/948 | |||
2022-12-26 | Use optional instead of hardcoded cancelled string | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-12-26 | About to -> you are about to | TheKodeToad | |
You're is used in some other places but im lazy Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-12-24 | Make requested changes | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-12-17 | Merge pull request #630 from leo78913/yeet-scrollbars | flow | |
2022-12-17 | let the theme decide the notes page right margin | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-12-15 | fix: only show scrollbars when needed | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-12-15 | Merge pull request #605 from flowln/fix_crash_in_downloader_image | flow | |
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/590 | |||
2022-12-14 | Merge pull request #561 from leo78913/iconpicker-stuff | Sefa Eyeoglu | |
closes https://github.com/PrismLauncher/PrismLauncher/issues/494 | |||
2022-12-14 | Add confirmation on customised components | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-12-14 | Improve handling of destructive actions | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-12-14 | move cat to bottom right | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-12-13 | Merge pull request #601 from Scrumplex/fix-translations-3 | flow | |
2022-12-13 | fix: update source strings | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-12 | fix: bind image fetch callback lambda to the parent object | flow | |
Fixes a possible crash with the callback being called after the image object was already deleted. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-12 | fix(ManagedPackPage): crash with GTK2 theme due to QProxyStyle | flow | |
Seemingly related issue: https://bugreports.qt.io/browse/QTBUG-49940 Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-12 | Fix: Reset stylesheet before setting style | TheLastRar | |
Resolves #510 Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.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 #486 from flowln/wide_bar_customization | flow | |
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 #571 from Ryex/blocked-targetFolder | Sefa Eyeoglu | |
fix(blockedmods): Track and use targetFolder for blocked files | |||
2022-12-08 | Merge pull request #568 from leo78913/flatpak-shortcuts | flow | |