aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Expand)Author
2023-01-24fix(Tasks): don't try to start more tasks than necessaryflow
2023-01-24fix(ResourceFolder): don't create two smart ptrs for the same raw ptrflow
2023-01-23Merge pull request #675 from flowln/generalize_mod_modelSefa Eyeoglu
2023-01-23Merge pull request #758 from flowln/fix_process_events_backstabSefa Eyeoglu
2023-01-23fix(license): add/fix my copyright/license headersflow
2023-01-20make MainWindow cat update instantlyTayou
2023-01-18fix: call processEvents() before adding new tasks to the task queueflow
2023-01-16Merge pull request #696 from Ryex/import-all-the-thingsSefa Eyeoglu
2023-01-14Merge pull request #743 from flowln/fix_mods_with_wrong_modListVersionflow
2023-01-13fix: don't fail mod parsing when encountering invalid modListVersionflow
2023-01-13Merge pull request #685 from byteduck/instance-accountsflow
2023-01-13Apply suggestions from code reviewRachel Powers
2023-01-13fix(ModUpdater): ensure instead of require icon_urlflow
2023-01-13fix(ModUpdater): fail mods individually when there's errors in the JSONflow
2023-01-13refactor(RD): allow setting custom folder target for downloaded resourcesflow
2023-01-13fix(RD): set resource strings for ReviewMessageBox tooflow
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-13fix: CodeQL warnings about the rule of twoflow
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-12fix: Remove extra line breaks for modrinth descriptionsJoshua Goins
2023-01-12refactor: support system and bundled cmarkSefa Eyeoglu
2023-01-12refactor: replace hoedown markdown parser with cmarkJoshua Goins
2023-01-11Merge pull request #731 from flowln/windows_server_trashSefa Eyeoglu
2023-01-10fix(FileSystem): don't attempt to trash items on Windows Serverflow
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