c5dff41df5
shared: token: Add FILTER_OUTLINE_CONTAINS
2024-05-24 09:58:23 +02:00
c6c0b09e56
PdfProcessor: Extract outline from documents
2024-05-24 09:58:23 +02:00
9a2ef19308
shared: processors: Use DocumentProcessResult instead of PageData vector
2024-05-24 09:58:23 +02:00
e68706b8d6
shared: Add DocumentProcessResult
...
This should be returned by processors
2024-05-24 09:58:23 +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
a47af257f3
gui: previews: Fix incorrect pos calculation in cached previews
...
The cached order position introduced in 42e9ac5
is incorrect
as it does not consider the case when we are viewing any
other result page than the first.
Fix this by considering which page we are in when calculating
the offset
2022-11-18 22:22:11 +01:00
9686ef30c7
gui: PreviewResult*: Wrap result in shared pointer immediatly
2022-11-13 17:37:35 +01:00
abce4cfcd9
gui: PreviewGeneratorPlaintext: Escape words we pass to QRegularExpression
2022-11-13 17:27:45 +01:00
d55187a71c
submodules: exile.h: Sync to current master
2022-10-26 13:14:03 +02:00
9e1bc98f38
gui: mainwindow.h: Initialize preview-related members with a default
2022-10-26 13:13:20 +02:00