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-07-14
Split in two the options
Trial97
2023-07-14
made the number of concurrent tasks configurable
Trial97
2023-05-04
fix: super lax compare
Rachel Powers
2023-05-03
fix add an addtion lax file name match with ` ` replaced with `+`
Rachel Powers
2023-04-12
refactor: rename watch_subdirectories -> watch_recurisve (prevent confusion o...
Rachel Powers
2023-04-07
fix: canonical*File*Path()
Rachel Powers
2023-04-03
fix: harden watchPath. NO DUPLICATES! >:(
Rachel Powers
2023-04-02
fix: no loops in watch paths! >:(
Rachel Powers
2023-03-27
fix: use QDir::Filter::NoDotAndDotDot
Rachel Powers
2023-03-27
feat: add setting to watch recursively
Rachel Powers
2023-03-21
fix: don't try to watch the entier filesystem by watching parent links
Rachel Powers
2023-03-21
feat: watch sub directories for mods
Rachel Powers
2023-03-13
feat: Add setting for downloads directory
Janrupf
2023-01-24
Merge branch 'develop' into remove-updater
Sefa Eyeoglu
2023-01-13
refactor: generalize mod models and APIs to resources
flow
2022-12-14
Merge branch 'develop' into remove-updater
Sefa Eyeoglu
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-21
refactor: remove old updater
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