aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/ModModel.cpp
AgeCommit message (Expand)Author
2023-06-10Removed const specificationTrial97
2023-06-08Higlight installed modsTrial97
2023-05-26fix(memory leak): IndexedPack too large to live inside a qlist without pointe...Rachel Powers
2023-01-23fix(license): add/fix my copyright/license headersflow
2023-01-13refactor(RD): move BaseInstance dep. to subclasses of ResourceModelflow
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): pass copy of IndexedPack to callbacks instead of ref.flow
2023-01-13refactor(RD): clear up sorting methodsflow
2023-01-13refactor(RD): decouple ResourceModels from ResourcePagesflow
2023-01-13refactor: put resource downloading classes in common namespaceflow
2023-01-13refactor: generalize mod models and APIs to resourcesflow
2022-10-24fix: retry mod search job after aborting itflow
2022-10-18fix: use display name in codeSefa Eyeoglu
2022-09-23fix: use placeholder icon when the project has no icon in MRflow
2022-09-23fix: remove manual icon resize in ModModelflow
2022-09-07Merge pull request #939 from flowln/mod_downloader_improveflow
2022-08-28refactor: make NetJob inherit from ConcurrentTask as well!flow
2022-08-01fix: prevent segfault due to callbacks into deleted objectsflow
2022-08-01feat: cache mod versionsflow
2022-08-01refactor: use function cb instead of class cb in getVersionsflow
2022-08-01feat: cache extra mod info (like links and body)flow
2022-08-01refactor: use function cb instead of class cb in getModInfoflow
2022-08-01feat+refactor: add shortcuts to mod downloader and clean upflow
2022-08-01feat: create delegate for project item viewsflow
2022-07-03fix: aborts when using a Qt build with assertions enabledflow
2022-06-21fix: scale mod icons to the right sizeflow
2022-06-14Merge pull request #634 from flowln/donate_linksEzekiel Smith
2022-05-30Merge pull request #505 from flowln/improve_download_uxSefa Eyeoglu
2022-05-24feat: add donate links for modrinth modsflow
2022-05-21feat(ui): make selected mods in downloader bold with underlineflow
2022-05-19refactor: allow tracking multiple mod loadersSefa Eyeoglu
2022-05-08adopt changes from #497 remappedRyan Cao
2022-04-18fix: handle network errors when downloading modlistSefa Eyeoglu
2022-04-15rework: make the filter as a tabbed widget in the dialog itselfflow
2022-04-15fix(ui): Refresh mod list when changing filtering optionsflow
2022-04-15feat: Use version filter when searching modsflow
2022-04-07fix: check for Quilt as Fabric-compatible loaderSefa Eyeoglu
2022-03-29Merge pull request #352 from Scrumplex/fix-nameSefa Eyeoglu
2022-03-27fix: remove "PolyMC" from stringsSefa Eyeoglu
2022-03-24optimize: Improve mod versions request to Modrinthflow
2022-03-14tidy: Fix clang-tidy issues on files changed in this PRflow
2022-03-07refactor: move things around so that related things are close togetherflow
2022-03-07refactor: move more common code to base classflow
2022-03-07refactor: de-duplicate common code in network mod APIsflow
2022-03-07refactor: move NetJob away from ModModel to ModAPIflow
2022-03-06refactor: use Enum instead of raw int for ModLoaderTypeflow
2022-03-06clarify some method names and commentsflow
2022-03-06refactor: move "get versions" task from page to modelflow
2022-03-02refactor: move url creation for mods to modplatform/flow