Commit Graph

466 Commits

Author SHA1 Message Date
Albert S. 2b1dc72410 Release v0.9, Update docs 2023-05-07 20:18:55 +02:00
Albert S. 22fee1d064 shared: TokenType: FILTER_TAG_ASSIGNED is not a content search token 2023-05-07 17:11:31 +02:00
Albert S. 50a5c399c4 gui: PreviewGeneratorPlainText: Don't add header if we have nothing to show 2023-05-07 17:11:31 +02:00
Albert S. 4b3ebb08c2 cli: commandadd: Improve help message 2023-05-07 17:11:31 +02:00
Albert S. 4c5643e342 cli,shared: Add remove, show and list for tags 2023-05-07 17:11:31 +02:00
Albert S. e8d217e191 cli: CommandAdd: Add verbose (-v) 2023-05-07 17:11:31 +02:00
Albert S. 4604970f9d shared: Indexer: Add setProgressReportThreshold() 2023-05-01 23:52:45 +02:00
Albert S. 6cd7a92576 shared: Indexer: Fix case where errors did not increase counter 2023-05-01 23:51:00 +02:00
Albert S. 9540f27c95 gui: Indexing: Disable 'Add' and '...' button when indexing 2023-04-10 19:55:24 +02:00
Albert S. 244e6aa95e gui: Add tag checkboxes and inputdialog for search context menu 2023-04-10 19:55:24 +02:00
Albert S. 3e3a4d0cd4 cli: CommandTag: Use TagManager 2023-04-10 19:55:24 +02:00
Albert S. 94fbdb5a92 shared: sqlitesearch: Allow filtering by tags 2023-04-10 19:55:24 +02:00
Albert S. abd1b94235 shared: LooqsQuery: Add tag:(),t:() filters to filter by tags 2023-04-10 19:55:24 +02:00
Albert S. d2dcc2f95b shared: sqlitedbservice: Add setTags(),getTagsForPath(),getTags() 2023-04-10 19:55:24 +02:00
Albert S. f324da0369 shared: Begin TagManager 2023-04-10 18:31:22 +02:00
Albert S. a3cfb7ade1 shared: FileScanWorker: Catch LooqsGeneralException for better error msgs 2023-04-02 21:41:35 +02:00
Albert S. 44b9986166 cli: Begin 'tag' command 2023-04-02 21:41:35 +02:00
Albert S. 4fe745e858 shared: sqlitedbservice: Begin addTag() 2023-04-02 21:41:35 +02:00
Albert S. a0b95479e2 migrations: Add 5.sql: Tag support 2023-04-02 21:41:35 +02:00
Albert S. 07630c3b36 gui: main: Fix exiting after failed migration 2023-04-02 21:41:35 +02:00
Albert S. a7c4ad5e7c gui: Only enable 'Previews' tab if previews can be generated 2023-04-02 21:41:35 +02:00
Albert S. 32c2653b0f shared: FileSaver: addFile(): Consider fillExistingContentless 2023-04-02 21:41:35 +02:00
Albert S. a869d677a3 shared: sqlitedbservice: Introduce exec(),execBool(). Refactor 2023-04-02 21:41:35 +02:00
Albert S. 2550af307f gui: mainwindow: Default to index everything 2023-03-26 15:36:23 +02:00
Albert S. 0b829215e5 shared: LooqsQuery: Remove explicit copy constructor 2023-03-12 16:50:37 +01:00
Albert S. 566c4a8c58 tree: Resolve clang-tidy, clazy, compiler warnings 2023-03-12 16:50:25 +01:00
Albert S. 3d0c236cb3 submodules: exile.h: Sync 2023-03-12 10:08:58 +01:00
Albert S. 590a8888fc gui: Add index options group in index tab 2023-01-08 17:37:28 +01:00
Albert S. ccc4d09b36 shared: FilesSverOptions: Rename members 2023-01-08 17:37:28 +01:00
Albert S. 8298b675aa cli: CommandAdd: Implement --no-content and --fill-content 2023-01-08 17:37:28 +01:00
Albert S. 71789b5b56 shared: SqliteDbService: Add queryFileType() 2023-01-08 17:37:28 +01:00
Albert S. 363d207ccc LICENSE: Update copyright year 2023-01-08 17:37:28 +01:00
Albert S. 4b1522b82a Introduce FileSaverOptions to consolidate common parameters 2023-01-08 17:37:28 +01:00
Albert S. 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
Albert S. 0cd19b53e4 gui: PreviewGeneratorPdf: Enable Text hinting 2023-01-08 17:37:28 +01:00
Albert S. 889725033a gui: mainwindow: Refactor to use new PreviewCoordinator 2023-01-08 17:37:28 +01:00
Albert S. 8485a25b21 gui: Introduce PreviewCoordinator
Move some preview generation logic to PreviewCoordinator
2023-01-08 17:37:28 +01:00
Albert S. 57f0afaf91 gui: mainwindow: Fix typo in method name 2022-11-22 20:29:32 +01:00
Albert S. 20a1f8b2cd Release v0.8.1 2022-11-19 11:54:24 +01:00
Albert S. 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
Albert S. 9686ef30c7 gui: PreviewResult*: Wrap result in shared pointer immediatly 2022-11-13 17:37:35 +01:00
Albert S. abce4cfcd9 gui: PreviewGeneratorPlaintext: Escape words we pass to QRegularExpression 2022-11-13 17:27:45 +01:00
Albert S. d55187a71c submodules: exile.h: Sync to current master 2022-10-26 13:14:03 +02:00
Albert S. 9e1bc98f38 gui: mainwindow.h: Initialize preview-related members with a default 2022-10-26 13:13:20 +02:00
Albert S. 496aefaa09 shared: sqlitesearch: Remove unused var 2022-10-26 13:10:00 +02:00
Albert S. b4320f611b Release v0.8, minor README changes 2022-10-22 17:20:20 +02:00
Albert S. 1b1ab2387e gui: PreviewGeneratorPdf: Guard cache lookup with mutex
No guarantes the read-only lookup is thread-safe so better
just lock there too
2022-10-22 15:08:29 +02:00
Albert S. 49a1a14009 gui: previewgenerator: Use QHash and guard using mutexes 2022-10-22 15:07:46 +02:00
Albert S. 48ca25abe3 gui: mainwindow: Reorder members for readability 2022-10-19 11:56:21 +02:00
Albert S. 42e9ac5f41 gui: previews: Ensure order matches relevance ranking
Previously, the order of previews would depend simply
on which generator would finish first.

Fix this by caching out of order previews. This may
cause a small delay but should overall be hardly noticable.
2022-10-19 11:11:29 +02:00