aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
AgeCommit message (Expand)Author
2023-01-13fix(RD): don't assert search offset on fetchMore() in ResourceModelflow
2023-01-13refactor: change some ResourceAPI from NetJob to Taskflow
2023-01-13refactor(RD): move BaseInstance dep. to subclasses of ResourceModelflow
2023-01-13fix(RD): correctly set the strings for the specific resource namesflow
2023-01-13refactor(RD): move success callbacks from ModModel to ResourceModelflow
2023-01-13refactor(RD): add helper in ResourceModel to find current sortingflow
2023-01-13fix(RD): separate search and versions/info tasksflow
2023-01-13fix(RD): pass copy of IndexedPack to callbacks instead of ref.flow
2023-01-13refactor(RD): clear up sorting methodsflow
2023-01-13fix: build with qt5.12 on Linux and pedantic flagflow
2023-01-13feat(RD): add roleNames and Q_PROPERTY to ResourceModelflow
2023-01-13refactor(RD): decouple ResourceModels from ResourcePagesflow
2023-01-13refactor(RD): unify download dialogs into a single fileflow
2023-01-13fix(RD): prevent weird behavior of progress widgetflow
2023-01-13refactor: put resource downloading classes in common namespaceflow
2023-01-13refactor: generalize mod models and APIs to resourcesflow
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-11feat: add button to import component JSONsSefa Eyeoglu
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