aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/mod/ResourceFolderModel.h
AgeCommit message (Expand)Author
2023-08-18added -Wno-gnu-zero-variadic-macro-arguments and fixed more warningsTrial97
2023-08-15Some warningsTrial97
2023-08-14chore: reformatSefa Eyeoglu
2023-08-11fix: fix more warningsSefa 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-07disable hiding enable and name columns on folder modelsleo78913
2023-07-01chore: fix shadowed member and signed/unsigned mismatchRachel Powers
2023-07-01Merge branch 'develop' into chore/add-compiler-warningsRachel 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-06-04chore: clean up after new compiler warningsRachel 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-04-29refactor: pass instance ptr to resource models. use it to find instance root.Rachel 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-15fix(ResourceModel): use a single ConcurrentTask for parsing tasksflow
2022-11-14Use Q_UNUSED instead of [[maybe_unused]] in onParseFailedTheLastRar
2022-11-14Check parent in rowCount/columnCount/canFetchMoreTheLastRar
2022-11-14Mark paramaters of onParseFailed as unusedTheLastRar
2022-09-16fix: prevent container detaching in ResourceFolderModelflow
2022-09-16fix: prevent deletes by shared pointer accidental creationflow
2022-09-03fix: crash when adding resource packs directly in the folderflow
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-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 general code from mod model to its own modelflow