478d57b342
cli: Move most classes to shared lib for reuse
2022-04-15 21:06:56 +02:00
f67b7bbb21
Resolve Qt deprication: endl -> Qt::endl
2021-06-12 22:55:56 +02:00
a1fbf35cde
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
0d3cfefb36
cli: commanddelete: fix broken dry-run
2019-04-29 10:24:50 +02:00
8b999ed4f7
CommandDelete: Bugfix: Deleted existing instead of non-existing files
2019-04-22 21:08:31 +02:00
c8e958d1a6
CommandDelete: refactored to use sqlitedbservice
2019-04-16 08:52:07 +02:00
6ba1147d11
Added Utils::error() and Utils::info() to print to stderr/stdout instead of qDebug()
2019-04-10 18:57:27 +02:00
071bddf28d
CommandDelete: refactor: split handle to several methods
2019-04-09 22:03:04 +02:00
03320ad6eb
CommanDelete: Fixed pattern match and added dry-run mode
2019-04-09 21:38:15 +02:00
db499fb4b3
Begin delete command implementation
2019-04-07 20:22:20 +02:00