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
/
ui
/
dialogs
/
BlockedModsDialog.cpp
Age
Commit message (
Expand
)
Author
2023-01-13
refactor: generalize mod models and APIs to resources
flow
2022-12-09
fix: prevent potental crash if droping non local files
Rachel Powers
2022-12-06
chore: add license headers
Sefa Eyeoglu
2022-12-06
refactor: replace Open All with Open Missing
Sefa Eyeoglu
2022-12-06
feat: implement lax filename match in BlockedModsDialog
Sefa Eyeoglu
2022-12-06
fix: improve resize behavior of BlockedModsDialog
Sefa Eyeoglu
2022-12-05
dix: disable FS watcher after closing BlockedModsDialog
Sefa Eyeoglu
2022-11-17
feat(BlockModsDialog): remove redundant Ui info
Rachel Powers
2022-11-11
feat: mark folder paths as links
Rachel Powers
2022-11-11
feat: add list of watched folders
Rachel Powers
2022-11-11
always use the pending path set to avoid task duplication.
Rachel Powers
2022-11-11
chore: clang format & cleanup
Rachel Powers
2022-11-11
properly handle a currently running hashing task
Rachel Powers
2022-11-11
drag&drop + add folder to watch
Rachel Powers
2022-11-01
clang_format and code cleanup
Rachel Powers
2022-11-01
fix mispellings and wrap strings for translation
Rachel Powers
2022-11-01
minor clean up and add some docs
Rachel Powers
2022-11-01
copy found mods to instance (FTB and Flame)
Rachel Powers
2022-11-01
watch filesystem, compute and match hashes
Rachel Powers
2022-11-01
send blocked mod info to dialog & prototype UI
Rachel Powers
2022-07-18
qtcreator moment
kumquat-ir
2022-07-16
Add "Open All" button to blocked mods dialog
kumquat-ir