..
migrations
migrations: Add 6.sql: Begin outline index
2023-05-14 14:05:26 +02:00
common.cpp
shared: common: Remove migration logic from ensureConfigured()
2022-07-28 13:31:13 +02:00
common.h
gui: mainwindow: Add vertical scroll option, default to it
2022-08-21 22:57:48 +02:00
concurrentqueue.cpp
shared: Begin basic ConcurrentQueue
2022-04-15 21:06:56 +02:00
concurrentqueue.h
gui: Begin cancellation of Indexer
2022-04-24 15:52:20 +02:00
databasefactory.cpp
Switch sqlite db to WAL mode
2024-05-24 09:58:23 +02:00
databasefactory.h
DatabaseFactory: Move to /shared
2022-04-15 21:06:56 +02:00
dbmigrator.cpp
shared: DBMigrator: Take DatabaseFactory, run vacuum, add error() sig, start() slot
2022-07-28 13:27:37 +02:00
dbmigrator.h
shared: DBMigrator: Take DatabaseFactory, run vacuum, add error() sig, start() slot
2022-07-28 13:27:37 +02:00
defaulttextprocessor.cpp
tree: Move to Qt6
2024-05-24 09:58:23 +02:00
defaulttextprocessor.h
shared: processors: Use DocumentProcessResult instead of PageData vector
2024-05-24 09:58:23 +02:00
dirscanworker.cpp
shared: ParallelDirScanner: Perform first pass to collect paths
2022-06-24 19:17:50 +02:00
dirscanworker.h
shared: DirscanWorker: Use WildcardMatcher to ignore paths
2022-06-04 17:09:26 +02:00
documentoutlineentry.cpp
shared: document*.cpp: Fix type mismatch, causing problems in qt6
2024-05-24 09:58:23 +02:00
documentoutlineentry.h
tree: Move to Qt6
2024-05-24 09:58:23 +02:00
documentprocessresult.cpp
shared: document*.cpp: Fix type mismatch, causing problems in qt6
2024-05-24 09:58:23 +02:00
documentprocessresult.h
shared: Add DocumentProcessResult
2024-05-24 09:58:23 +02:00
encodingdetector.cpp
cli: Move most classes to shared lib for reuse
2022-04-15 21:06:56 +02:00
encodingdetector.h
cli: Move most classes to shared lib for reuse
2022-04-15 21:06:56 +02:00
filedata.h
move more files to shared project ; searchresultt.h: use filedata.h
2019-04-22 21:07:41 +02:00
filesaver.cpp
shared: FileSaver: Use DocumentProcessResult
2024-05-24 09:58:23 +02:00
filesaver.h
Introduce FileSaverOptions to consolidate common parameters
2023-01-08 17:37:28 +01:00
filesaveroptions.h
shared: FilesSverOptions: Rename members
2023-01-08 17:37:28 +01:00
filescanworker.cpp
shared: FileScanWorker: Catch LooqsGeneralException for better error msgs
2023-04-02 21:41:35 +02:00
filescanworker.h
cli: CommandAdd: Implement --no-content and --fill-content
2023-01-08 17:37:28 +01:00
indexer.cpp
shared: indexer: Add globbed pattern to ignore list
2024-05-24 09:58:23 +02:00
indexer.h
shared: Indexer: Add setProgressReportThreshold()
2023-05-01 23:52:45 +02:00
indexsyncer.cpp
tree: Move to Qt6
2024-05-24 09:58:23 +02:00
indexsyncer.h
Introduce FileSaverOptions to consolidate common parameters
2023-01-08 17:37:28 +01:00
limitqueue.h
shared: LimitQueue: Change limit type to int
2022-08-28 13:10:39 +02:00
logger.cpp
Logger: Move to shared/
2022-02-27 23:10:46 +01:00
logger.h
Logger: Move to shared/
2022-02-27 23:10:46 +01:00
looqsgeneralexception.cpp
Rename all symbols to new project name
2021-06-12 14:59:58 +02:00
looqsgeneralexception.h
Rename all symbols to new project name
2021-06-12 14:59:58 +02:00
looqsquery.cpp
shared: LooqsQuery: Add outline search filters
2024-05-24 09:58:23 +02:00
looqsquery.h
shared: LooqsQuery: Add outline search filters
2024-05-24 09:58:23 +02:00
nothingprocessor.cpp
cli: Move most classes to shared lib for reuse
2022-04-15 21:06:56 +02:00
nothingprocessor.h
shared: processors: Use DocumentProcessResult instead of PageData vector
2024-05-24 09:58:23 +02:00
odsprocessor.cpp
cli: Move most classes to shared lib for reuse
2022-04-15 21:06:56 +02:00
odsprocessor.h
cli: Move most classes to shared lib for reuse
2022-04-15 21:06:56 +02:00
odtprocessor.cpp
shared: processors: Use DocumentProcessResult instead of PageData vector
2024-05-24 09:58:23 +02:00
odtprocessor.h
shared: processors: Use DocumentProcessResult instead of PageData vector
2024-05-24 09:58:23 +02:00
pagedata.cpp
cli: Move most classes to shared lib for reuse
2022-04-15 21:06:56 +02:00
pagedata.h
cli: Move most classes to shared lib for reuse
2022-04-15 21:06:56 +02:00
paralleldirscanner.cpp
tree: Resolve clang-tidy, clazy, compiler warnings
2023-03-12 16:50:25 +01:00
paralleldirscanner.h
shared: ParallelDirScanner: Delete DirScanWorkers after they are done
2022-06-04 17:09:26 +02:00
pdfprocessor.cpp
tree: Move to Qt6
2024-05-24 09:58:23 +02:00
pdfprocessor.h
tree: Move to Qt6
2024-05-24 09:58:23 +02:00
plaintexts.qrc
shared: Include license texts as resource
2022-06-29 18:00:05 +02:00
processor.cpp
cli: Move most classes to shared lib for reuse
2022-04-15 21:06:56 +02:00
processor.h
shared: processors: Use DocumentProcessResult instead of PageData vector
2024-05-24 09:58:23 +02:00
sandboxedprocessor.cpp
sandboxing: Disable mechanisms requiring namespaces
2024-07-21 15:39:47 +02:00
sandboxedprocessor.h
shared: processors: Use DocumentProcessResult instead of PageData vector
2024-05-24 09:58:23 +02:00
savefileresult.h
shared: SaveFileResult: Introduce isErrorSaveFileResult()
2022-07-11 17:13:58 +02:00
searchresult.h
shared,gui: SearchResult: remove page vector
2022-08-24 00:00:11 +02:00
shared.pro
tree: Move to Qt6
2024-05-24 09:58:23 +02:00
sqlitedbservice.cpp
sqlitedbservice: Move to BEGIN IMMEDIATE TRANSACTION,finish queries
2024-05-24 09:58:23 +02:00
sqlitedbservice.h
sqlitedbservice: Move to BEGIN IMMEDIATE TRANSACTION,finish queries
2024-05-24 09:58:23 +02:00
sqlitesearch.cpp
shared: sqlitesearch: Begin outline search
2024-05-24 09:58:23 +02:00
sqlitesearch.h
shared: sqlitesearch: Escape FTS arguments
2022-07-28 17:49:40 +02:00
tagmanager.cpp
cli,shared: Add remove, show and list for tags
2023-05-07 17:11:31 +02:00
tagmanager.h
cli,shared: Add remove, show and list for tags
2023-05-07 17:11:31 +02:00
tagstripperprocessor.cpp
tree: Move to Qt6
2024-05-24 09:58:23 +02:00
tagstripperprocessor.h
shared: processors: Use DocumentProcessResult instead of PageData vector
2024-05-24 09:58:23 +02:00
token.cpp
Refactor search queries: Introduced QSSQuery
2019-08-18 00:25:21 +02:00
token.h
shared: token: Add FILTER_OUTLINE_CONTAINS
2024-05-24 09:58:23 +02:00
utils.cpp
tree: Move to Qt6
2024-05-24 09:58:23 +02:00
utils.h
cli: Move most classes to shared lib for reuse
2022-04-15 21:06:56 +02:00
wildcardmatcher.cpp
qt6: wildcardmatcher: use correct option for QRegularExpression::wildcardToRegularExpression()
2024-05-24 09:58:23 +02:00
wildcardmatcher.h
tree: Move to Qt6
2024-05-24 09:58:23 +02:00