looqs/cli
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
..
addfileexception.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
cli.pro link with -lquazip5 instead -lquazip so it works on ubuntu... 2020-05-01 11:48:31 +02:00
command.cpp Command: Take SqliteDbService instead of connection string 2019-04-16 08:54:49 +02:00
command.h Command: Remove dbConnection() declaration which isn't used anymore 2019-04-22 21:59:35 +02:00
commandadd.cpp cli: describe --continue in more detail 2019-04-30 23:43:31 +02:00
commandadd.h Command: Take SqliteDbService instead of connection string 2019-04-16 08:54:49 +02:00
commanddelete.cpp CommandDelete: Rework deletion logic 2020-08-30 18:16:08 +02:00
commanddelete.h CommandDelete: Rework deletion logic 2020-08-30 18:16:08 +02:00
commandlist.cpp fixed: missing return value for some command handlers 2020-05-24 15:37:47 +02:00
commandlist.h list command current state 2019-09-22 16:13:13 +02:00
commandsearch.cpp fixed: missing return value for some command handlers 2020-05-24 15:37:47 +02:00
commandsearch.h CommandSearch: Begin basic functionality (prints filename of result) 2019-04-22 23:11:28 +02:00
commandupdate.cpp cli: describe --continue in more detail 2019-04-30 23:43:31 +02:00
commandupdate.h Implement CommandUpdate: Searches for files that have been changed and reprocesses them 2019-04-16 08:51:27 +02:00
databasefactory.cpp Added databasefactory to create database connections 2019-04-16 08:47:30 +02:00
databasefactory.h Added databasefactory to create database connections 2019-04-16 08:47:30 +02:00
defaulttextprocessor.cpp Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
defaulttextprocessor.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
encodingdetector.cpp Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
encodingdetector.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
filesaver.cpp filesaver: count logic was wrong if --continue wasn't given 2019-04-30 23:44:27 +02:00
filesaver.h FileSaver: count how many files failed, Commands: Show how many failed 2019-04-26 22:46:33 +02:00
logger.cpp Logger: Do not quote strings by default 2019-04-22 21:59:05 +02:00
logger.h added todo comment for logger flush 2019-04-20 23:27:27 +02:00
main.cpp Detect first run and initialize database and config 2020-08-24 21:36:45 +02:00
nothingprocessor.cpp Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
nothingprocessor.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
odsprocessor.cpp Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
odsprocessor.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
odtprocessor.cpp Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
odtprocessor.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
pagedata.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
pdfprocessor.cpp pdfprocessor: don't throw exception on encrypted files (locked ones are 2019-05-04 09:38:52 +02:00
pdfprocessor.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
processor.cpp Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
processor.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
sqlitedbservice.cpp sqlitedbservice: provide error message with more context 2020-08-24 21:36:19 +02:00
sqlitedbservice.h Refactor search queries: Introduced QSSQuery 2019-08-18 00:25:21 +02:00
tagstripperprocessor.cpp Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
tagstripperprocessor.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
utils.cpp Utils: Removed QDebug logger 2019-04-16 08:53:23 +02:00
utils.h Utils: Removed QDebug logger 2019-04-16 08:53:23 +02:00