aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
AgeCommit message (Expand)Author
2023-01-27Update launcher/ui/MainWindow.uileo78913
2023-01-26refactor: clean up some MainWindow stuffleo78913
2023-01-20Fix main window icon and stuffleo78913
2023-01-20Fix: make the newsLabel toolbutton fullwidth againleo78913
2023-01-20Fix status bar nameleo78913
2023-01-20remove useless setEnabled callsleo78913
2023-01-20feat(WideBar): custom context menu actionsleo78913
2023-01-20Fix: translate actionNoDefaultAcount textleo78913
2023-01-20Fix: translate NoAccountsAdded textleo78913
2023-01-20fix(widebar): fix insertSeparatorleo78913
2023-01-20feat(WideBar): Allow disabling alt shortcutsleo78913
2023-01-20refactor: Port the main window to a .ui fileleo78913
2023-01-20feat: add Widebar::InsertWidgetBefore methodleo78913
2023-01-20make MainWindow cat update instantlyTayou
2023-01-16Merge pull request #696 from Ryex/import-all-the-thingsSefa Eyeoglu
2023-01-13Merge pull request #685 from byteduck/instance-accountsflow
2023-01-13Apply suggestions from code reviewRachel Powers
2023-01-13Merge pull request #714 from redstrate/cmarkflow
2023-01-12Merge branch 'PrismLauncher:develop' into instance-accountsAaron Sonin
2023-01-12Fix instance account selector face for offline accountsAaron
2023-01-12refactor: replace hoedown markdown parser with cmarkJoshua Goins
2023-01-10Add hint about CatTayou
2023-01-10fix: set minimum size for setup wizardSefa Eyeoglu
2023-01-10CRLF -> LFTayou
2023-01-10Update launcher/Application.cpp with suggestion from scrumplexTayou
2023-01-10Implement Suggestions from flow & ScrumplexTayou
2023-01-10UX tweak + formatting + added cat to wizardTayou
2023-01-10add theme setup wizardTayou
2023-01-10Merge pull request #726 from TheLastRar/qt6-win-darkmodeSefa Eyeoglu
2023-01-09chore: cleanup review suggestionsRachel Powers
2023-01-09fix: fix #700Rachel Powers
2023-01-09ui: Let Qt 6.4.2 handle dark mode titlebarTheLastRar
2023-01-09Merge pull request #715 from getchoo/add-teawieSefa Eyeoglu
2023-01-07fix: *sigh* no implicit QString->QFileInfo conversion in Qt6, again...Rachel Powers
2023-01-07feat: Import all the things!Rachel Powers
2023-01-06feat: add teawieseth
2023-01-06Strip certain HTML tags when rendering mod pagesJoshua Goins
2023-01-02Merge branch 'PrismLauncher:develop' into instance-accountsAaron Sonin
2023-01-02Reword instance-specific account settings, apply clang-formatAaron
2023-01-02Remove unecessary delete in InstanceSettingsPage destructorAaron Sonin
2023-01-02Properly connect signal in instance settings for account selectorAaron Sonin
2023-01-02Add null check for face in instance account settings selectorAaron Sonin
2023-01-02Replace unecessary type check with assertion in InstanceSettingsPageAaron Sonin
2023-01-02Fix conflicting layout name in InstanceSettingsPageAaron
2023-01-02Allow selecting a default account to use with an instanceAaron
2022-12-30Merge pull request #626 from leo78913/mods-provider-columnflow
2022-12-29feat(Mods): hide 'Provider' column when no mods have providersflow
2022-12-26Merge pull request #618 from TheKodeToad/safer-destructive-actionsSefa Eyeoglu
2022-12-26Use optional instead of hardcoded cancelled stringTheKodeToad
2022-12-26About to -> you are about toTheKodeToad