aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/BlockedModsDialog.cpp
AgeCommit message (Expand)Author
2023-07-14Split in two the optionsTrial97
2023-07-14made the number of concurrent tasks configurableTrial97
2023-05-04fix: super lax compareRachel Powers
2023-05-03fix add an addtion lax file name match with ` ` replaced with `+`Rachel Powers
2023-04-12refactor: rename watch_subdirectories -> watch_recurisve (prevent confusion o...Rachel Powers
2023-04-07fix: canonical*File*Path()Rachel Powers
2023-04-03fix: harden watchPath. NO DUPLICATES! >:(Rachel Powers
2023-04-02fix: no loops in watch paths! >:(Rachel Powers
2023-03-27fix: use QDir::Filter::NoDotAndDotDotRachel Powers
2023-03-27feat: add setting to watch recursivelyRachel Powers
2023-03-21fix: don't try to watch the entier filesystem by watching parent linksRachel Powers
2023-03-21feat: watch sub directories for modsRachel Powers
2023-03-13feat: Add setting for downloads directoryJanrupf
2023-01-24Merge branch 'develop' into remove-updaterSefa Eyeoglu
2023-01-13refactor: generalize mod models and APIs to resourcesflow
2022-12-14Merge branch 'develop' into remove-updaterSefa Eyeoglu
2022-12-09fix: prevent potental crash if droping non local filesRachel Powers
2022-12-06chore: add license headersSefa Eyeoglu
2022-12-06refactor: replace Open All with Open MissingSefa Eyeoglu
2022-12-06feat: implement lax filename match in BlockedModsDialogSefa Eyeoglu
2022-12-06fix: improve resize behavior of BlockedModsDialogSefa Eyeoglu
2022-12-05dix: disable FS watcher after closing BlockedModsDialogSefa Eyeoglu
2022-11-21refactor: remove old updaterSefa Eyeoglu
2022-11-17feat(BlockModsDialog): remove redundant Ui infoRachel Powers
2022-11-11feat: mark folder paths as linksRachel Powers
2022-11-11feat: add list of watched foldersRachel Powers
2022-11-11always use the pending path set to avoid task duplication.Rachel Powers
2022-11-11chore: clang format & cleanupRachel Powers
2022-11-11properly handle a currently running hashing taskRachel Powers
2022-11-11drag&drop + add folder to watchRachel Powers
2022-11-01clang_format and code cleanupRachel Powers
2022-11-01fix mispellings and wrap strings for translationRachel Powers
2022-11-01minor clean up and add some docsRachel Powers
2022-11-01copy found mods to instance (FTB and Flame)Rachel Powers
2022-11-01watch filesystem, compute and match hashesRachel Powers
2022-11-01send blocked mod info to dialog & prototype UIRachel Powers
2022-07-18qtcreator momentkumquat-ir
2022-07-16Add "Open All" button to blocked mods dialogkumquat-ir