index
:
github/PrismLauncher.git
develop
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
launcher
/
minecraft
/
mod
/
ResourceFolderModel.cpp
Age
Commit message (
Expand
)
Author
2023-08-14
chore: reformat
Sefa Eyeoglu
2023-08-10
Merge remote-tracking branch 'upstream/staging' into chore/add-compiler-warnings
Sefa Eyeoglu
2023-08-10
Merge pull request #1324 from leia-uwu/ui-tweaks
Sefa Eyeoglu
2023-07-13
Merge branch 'develop' into chore/add-compiler-warnings
Rachel Powers
2023-07-10
Merge pull request #1331 from TheKodeToad/hungry-trash
seth
2023-07-08
Make trash hungry
TheKodeToad
2023-07-07
disable hiding enable and name columns on folder models
leo78913
2023-07-01
chore: fix shadowed member and signed/unsigned mismatch
Rachel Powers
2023-06-28
Added warnings for running instances
Trial97
2023-06-28
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...
Trial97
2023-06-21
Made buttons on ModsFolderPage enabled all the time
Trial97
2023-06-21
fix: resize columns on hide ^& uniform heights
Rachel Powers
2023-05-28
fix: use instance settings, make image column user resizeable, fix memory leak
Rachel Powers
2023-05-28
refactor: column names as class property, use string names in setting
Rachel Powers
2023-05-28
Merge branch 'develop' into feature/images-for-resource-page
Rachel Powers
2023-05-28
fix(memory leak): don't give shared pointers out to foldermodels (causes cycl...
Rachel Powers
2023-05-24
feat: Column on left, hideable
Rachel Powers
2023-04-29
refactor: pass instance ptr to resource models. use it to find instance root.
Rachel Powers
2023-03-20
cleanup: code review sugestions
Rachel Powers
2023-03-20
fix: typos
Rachel Powers
2023-03-20
feat: warnings when instance resources are linked
Rachel Powers
2023-02-22
review fixes
kumquat-ir
2023-02-13
do not create nilmods folder
kumquat-ir
2023-01-24
fix(ResourceFolder): don't create two smart ptrs for the same raw ptr
flow
2022-12-15
fix(ResourceModel): use a single ConcurrentTask for parsing tasks
flow
2022-11-14
Pass index.parent() as parent parameter for rowCount
TheLastRar
2022-09-20
fix: ensure all resource folders exist
Sefa Eyeoglu
2022-09-16
fix: prevent deletes by shared pointer accidental creation
flow
2022-09-03
fix: race condition on ResourceFolderModel tests
flow
2022-08-20
fix: LGTM warnings
flow
2022-08-20
change: add enable/disable to resources
flow
2022-08-20
refactor+fix: add new tests for Resource models and fix issues
flow
2022-08-20
fix: don't give shared pointer to obj. external to the model
flow
2022-08-20
refactor: move more tied logic to model and move logic to the resources
flow
2022-08-20
refactor: move general code from mod model to its own model
flow