aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/mod/ModFolderModel.cpp
AgeCommit message (Expand)Author
2023-03-20fix: typosRachel Powers
2023-03-20feat: warnings when instance resources are linkedRachel Powers
2023-02-22review fixeskumquat-ir
2023-02-13do not create nilmods folderkumquat-ir
2022-12-29refactor(Mods): make provider() return a std::optionalflow
2022-12-15feat: add a provider column to the mods pageleo78913
2022-11-14Check parent in rowCount/columnCount/canFetchMoreTheLastRar
2022-09-20fix: ensure all resource folders existSefa Eyeoglu
2022-09-16fix: prevent container detaching in ResourceFolderModelflow
2022-09-03fix: race condition on ResourceFolderModel testsflow
2022-09-03feat: add basic resource pack parsing of pack.mcmetaflow
2022-08-20change: add enable/disable to resourcesflow
2022-08-20refactor+fix: add new tests for Resource models and fix issuesflow
2022-08-20refactor: simplify Mod structureflow
2022-08-20fix: don't give shared pointer to obj. external to the modelflow
2022-08-20refactor: adapt rest of the codebase to the new resource modelflow
2022-08-20refactor: move more tied logic to model and move logic to the resourcesflow
2022-08-20refactor: move things around in the mod modelflow
2022-08-20refactor: move general code from mod model to its own modelflow
2022-08-11fix: only remove orphaned metadata on first openingflow
2022-07-17fix: raw-pointers and leaks in ModFolderLoadTaskflow
2022-07-17fix: std::list -> QListflow
2022-07-17change: make Mod a QObject used as a pointerflow
2022-07-17change: mod metadata improvementsflow
2022-07-17feat: remove existing mod when updating/redownloading itflow
2022-07-17feat: add update mods to the ui / mod modelflow
2022-07-10refactor: fix deprecation up to Qt 6Sefa Eyeoglu
2022-07-10refactor: fix deprecation up to Qt 5.15Sefa Eyeoglu
2022-07-03fix: aborts when using a Qt build with assertions enabledflow
2022-06-12chore: add license headersSefa Eyeoglu
2022-06-12refactor(test): fix loading mod metadata settingSefa Eyeoglu
2022-05-23fix: don't try to delete mods multiple timesflow
2022-05-23refactor: abstract metadata handling and clarify namesflow
2022-05-23refactor: remove unused mod info and organize some stuffflow
2022-05-23refactor: move mod tasks to their own subfolderflow
2022-05-23feat: use mod metadata for getting mod informationflow
2021-09-09NOISSUE enable listing symlinks in mod/world listsPetr Mrázek
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek