763bc47a89
shared: LooqsQuery: Add outline search filters
2023-05-14 14:23:57 +02:00
517e62dca2
shared: sqlitesearch: Begin outline search
2023-05-14 14:23:21 +02:00
0f47f581b3
shared: SqliteDbService: Add insertOutline(), Use DocumentProcessResult
2023-05-14 14:21:22 +02:00
18b18d5103
shared: FileSaver: Use DocumentProcessResult
2023-05-14 14:20:25 +02:00
f4eed7a6ef
fixup! shared: processors: Use DocumentProcessResult instead of PageData vector
2023-05-14 14:19:28 +02:00
6878f7846a
shared: token: Add FILTER_OUTLINE_CONTAINS
2023-05-14 14:19:07 +02:00
b2ae0e488f
PdfProcessor: Extract outline from documents
2023-05-14 14:15:50 +02:00
02a371b81e
shared: processors: Use DocumentProcessResult instead of PageData vector
2023-05-14 14:14:59 +02:00
d960570171
shared: Add DocumentProcessResult
...
This should be returned by processors
2023-05-14 14:07:15 +02:00
c5713f5839
shared: Introduce DocumentOutlineEntry
2023-05-14 14:06:24 +02:00
8550506517
migrations: Add 6.sql: Begin outline index
2023-05-14 14:05:26 +02:00
2b1dc72410
Release v0.9, Update docs
2023-05-07 20:18:55 +02:00
22fee1d064
shared: TokenType: FILTER_TAG_ASSIGNED is not a content search token
2023-05-07 17:11:31 +02:00
50a5c399c4
gui: PreviewGeneratorPlainText: Don't add header if we have nothing to show
2023-05-07 17:11:31 +02:00
4b3ebb08c2
cli: commandadd: Improve help message
2023-05-07 17:11:31 +02:00
4c5643e342
cli,shared: Add remove, show and list for tags
2023-05-07 17:11:31 +02:00
e8d217e191
cli: CommandAdd: Add verbose (-v)
2023-05-07 17:11:31 +02:00
4604970f9d
shared: Indexer: Add setProgressReportThreshold()
2023-05-01 23:52:45 +02:00
6cd7a92576
shared: Indexer: Fix case where errors did not increase counter
2023-05-01 23:51:00 +02:00
9540f27c95
gui: Indexing: Disable 'Add' and '...' button when indexing
2023-04-10 19:55:24 +02:00
244e6aa95e
gui: Add tag checkboxes and inputdialog for search context menu
2023-04-10 19:55:24 +02:00
3e3a4d0cd4
cli: CommandTag: Use TagManager
2023-04-10 19:55:24 +02:00
94fbdb5a92
shared: sqlitesearch: Allow filtering by tags
2023-04-10 19:55:24 +02:00
abd1b94235
shared: LooqsQuery: Add tag:(),t:() filters to filter by tags
2023-04-10 19:55:24 +02:00
d2dcc2f95b
shared: sqlitedbservice: Add setTags(),getTagsForPath(),getTags()
2023-04-10 19:55:24 +02:00
f324da0369
shared: Begin TagManager
2023-04-10 18:31:22 +02:00
a3cfb7ade1
shared: FileScanWorker: Catch LooqsGeneralException for better error msgs
2023-04-02 21:41:35 +02:00
44b9986166
cli: Begin 'tag' command
2023-04-02 21:41:35 +02:00
4fe745e858
shared: sqlitedbservice: Begin addTag()
2023-04-02 21:41:35 +02:00
a0b95479e2
migrations: Add 5.sql: Tag support
2023-04-02 21:41:35 +02:00
07630c3b36
gui: main: Fix exiting after failed migration
2023-04-02 21:41:35 +02:00
a7c4ad5e7c
gui: Only enable 'Previews' tab if previews can be generated
2023-04-02 21:41:35 +02:00
32c2653b0f
shared: FileSaver: addFile(): Consider fillExistingContentless
2023-04-02 21:41:35 +02:00
a869d677a3
shared: sqlitedbservice: Introduce exec(),execBool(). Refactor
2023-04-02 21:41:35 +02:00
2550af307f
gui: mainwindow: Default to index everything
2023-03-26 15:36:23 +02:00
0b829215e5
shared: LooqsQuery: Remove explicit copy constructor
2023-03-12 16:50:37 +01:00
566c4a8c58
tree: Resolve clang-tidy, clazy, compiler warnings
2023-03-12 16:50:25 +01:00
3d0c236cb3
submodules: exile.h: Sync
2023-03-12 10:08:58 +01:00
590a8888fc
gui: Add index options group in index tab
2023-01-08 17:37:28 +01:00
ccc4d09b36
shared: FilesSverOptions: Rename members
2023-01-08 17:37:28 +01:00
8298b675aa
cli: CommandAdd: Implement --no-content and --fill-content
2023-01-08 17:37:28 +01:00
71789b5b56
shared: SqliteDbService: Add queryFileType()
2023-01-08 17:37:28 +01:00
363d207ccc
LICENSE: Update copyright year
2023-01-08 17:37:28 +01:00
4b1522b82a
Introduce FileSaverOptions to consolidate common parameters
2023-01-08 17:37:28 +01:00
efca45b88a
gui sandbox: Allow wpath to improve poppler text rendering
...
Apparently poppler or something needs open() with write
flags to render pdfs with proper fonts.
Landlock guards file system write access, so this is fine.
2023-01-08 17:37:28 +01:00
0cd19b53e4
gui: PreviewGeneratorPdf: Enable Text hinting
2023-01-08 17:37:28 +01:00
889725033a
gui: mainwindow: Refactor to use new PreviewCoordinator
2023-01-08 17:37:28 +01:00
8485a25b21
gui: Introduce PreviewCoordinator
...
Move some preview generation logic to PreviewCoordinator
2023-01-08 17:37:28 +01:00
57f0afaf91
gui: mainwindow: Fix typo in method name
2022-11-22 20:29:32 +01:00
20a1f8b2cd
Release v0.8.1
2022-11-19 11:54:24 +01:00