a6f73d724a
CommandDelete: Rework deletion logic
...
Allow deleting files from index which still exist
on the fileystem without passing their path to "qss delete".
Thus: "qss delete --deleted" deletes all files which
don't exist anymore.
Also, fix some bugs in offset calculation.
2020-08-30 18:16:08 +02:00
072996e0d3
fixed: missing return value for some command handlers
2020-05-24 15:37:47 +02:00
ec1219acda
cli: commanddelete: fix broken dry-run
2019-04-29 10:24:50 +02:00
6ac7c199fb
CommandDelete: Bugfix: Deleted existing instead of non-existing files
2019-04-22 21:08:31 +02:00
4ece459d77
CommandDelete: refactored to use sqlitedbservice
2019-04-16 08:52:07 +02:00
9ae74b476a
Added Utils::error() and Utils::info() to print to stderr/stdout instead of qDebug()
2019-04-10 18:57:27 +02:00
6da823d7f3
CommandDelete: refactor: split handle to several methods
2019-04-09 22:03:04 +02:00
4fc8a7e37b
CommanDelete: Fixed pattern match and added dry-run mode
2019-04-09 21:38:15 +02:00
2a1ee328cc
Begin delete command implementation
2019-04-07 20:22:20 +02:00