aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/mod/ModFolderModel.cpp
AgeCommit message (Expand)Author
2023-08-14chore: update license headersSefa Eyeoglu
2023-08-14chore: reformatSefa Eyeoglu
2023-08-10Merge remote-tracking branch 'upstream/staging' into chore/add-compiler-warningsSefa Eyeoglu
2023-08-10Merge pull request #1324 from leia-uwu/ui-tweaksSefa Eyeoglu
2023-07-13Merge branch 'develop' into chore/add-compiler-warningsRachel Powers
2023-07-10Merge pull request #1331 from TheKodeToad/hungry-trashseth
2023-07-08Make trash hungryTheKodeToad
2023-07-07disable hiding enable and name columns on folder modelsleo78913
2023-07-01chore: fix shadowed member and signed/unsigned mismatchRachel Powers
2023-06-28Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...Trial97
2023-06-21Made buttons on ModsFolderPage enabled all the timeTrial97
2023-06-21fix: resize columns on hide ^& uniform heightsRachel Powers
2023-05-28fix: use instance settings, make image column user resizeable, fix memory leakRachel Powers
2023-05-28refactor: column names as class property, use string names in settingRachel Powers
2023-05-28Merge branch 'develop' into feature/images-for-resource-pageRachel Powers
2023-05-28fix(memory leak): don't give shared pointers out to foldermodels (causes cycl...Rachel Powers
2023-05-24feat: Column on left, hideableRachel Powers
2023-05-05feat: display license and issue trackerRachel Powers
2023-05-05use 32x32 images for image columnRachel Powers
2023-05-04feat(modpage): mod icon in description and columnRachel Powers
2023-04-29refactor: pass instance ptr to resource models. use it to find instance root.Rachel Powers
2023-03-20cleanup: code review sugestionsRachel Powers
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