Gráfico de commits

9 Commits

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