looqs/cli
2019-04-16 08:52:43 +02:00
..
addfileexception.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
cli.pro Begin delete command implementation 2019-04-07 20:22:20 +02:00
command.cpp Added Utils::error() and Utils::info() to print to stderr/stdout instead of qDebug() 2019-04-10 18:57:27 +02:00
command.h Added Utils::error() and Utils::info() to print to stderr/stdout instead of qDebug() 2019-04-10 18:57:27 +02:00
commandadd.cpp CommandAdd: refactored to use filesaver etc. 2019-04-16 08:52:43 +02:00
commandadd.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
commanddelete.cpp CommandDelete: refactored to use sqlitedbservice 2019-04-16 08:52:07 +02:00
commanddelete.h CommandDelete: refactored to use sqlitedbservice 2019-04-16 08:52:07 +02:00
commandupdate.cpp Implement CommandUpdate: Searches for files that have been changed and reprocesses them 2019-04-16 08:51:27 +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
filedata.h filedata.h: Model of files table in database 2019-04-16 08:50:31 +02:00
filesaver.cpp Added FileSaver for Saving/Processing of files, used by CommandAdd/CommandUpdates 2019-04-16 08:50:08 +02:00
filesaver.h Added FileSaver for Saving/Processing of files, used by CommandAdd/CommandUpdates 2019-04-16 08:50:08 +02:00
logger.cpp Added Logger class acting as threadsafe wrapper for QDebug 2019-04-16 08:46:39 +02:00
logger.h Added Logger class acting as threadsafe wrapper for QDebug 2019-04-16 08:46:39 +02:00
main.cpp Added Utils::error() and Utils::info() to print to stderr/stdout instead of qDebug() 2019-04-10 18:57:27 +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: Exception instead of empty result when loading of document fails 2019-04-06 23:27:39 +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
qssgeneralexception.cpp Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
qssgeneralexception.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
sqlitedbservice.cpp Added SqliteDbService: All sqlite queries etc. go here 2019-04-16 08:49:02 +02:00
sqlitedbservice.h Added SqliteDbService: All sqlite queries etc. go here 2019-04-16 08:49:02 +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 Added Utils::error() and Utils::info() to print to stderr/stdout instead of qDebug() 2019-04-10 18:57:27 +02:00
utils.h Added Utils::error() and Utils::info() to print to stderr/stdout instead of qDebug() 2019-04-10 18:57:27 +02:00