d60d8c3108
update CHANGELOG.md
2024-07-21 16:37:04 +02:00
aa5222d47a
Update README.md
2024-07-21 16:32:26 +02:00
2906b56cd6
sandboxing: Disable mechanisms requiring namespaces
...
Needs detection whether we have them available at some point, especially
since Ubuntu 24.04 blocks them with Apparmor. But for now, don't unshare
anything.
submodules: exile.h: Sync
2024-07-21 15:39:47 +02:00
c74ef48b40
shared: SandboxedProcessor: Return proper exit code for failures
2024-07-21 14:34:55 +02:00
877fb3b61a
Update Debian/Ubuntu build instructions
2024-07-21 10:25:41 +02:00
ef9ab30372
shared: indexer: Add globbed pattern to ignore list
...
We added the wrong var previously... interestingly didn't matter.
2024-05-24 09:58:23 +02:00
71f81bb682
mainwindow: Don't pass empty ignore patterns to indexer
2024-05-24 09:58:23 +02:00
544554ead2
update CHANGELOG
2024-05-24 09:58:23 +02:00
1365772ba2
sqlitedbservice: Move to BEGIN IMMEDIATE TRANSACTION,finish queries
2024-05-24 09:58:23 +02:00
f5622ac480
COPYING: Update copyright year...
2024-05-24 09:58:23 +02:00
4d3f10d118
gui: Disable 'Delete path' button during indexing
2024-05-24 09:58:23 +02:00
d4868f05fc
sqlitedbservice: Only add non-empty outline entries
2024-05-24 09:58:23 +02:00
fc510b4376
sqlitedbservice,indexer: Add runWalCheckpoint() and call it after indexing
2024-05-24 09:58:23 +02:00
d85c0bd2a5
shared: document*.cpp: Fix type mismatch, causing problems in qt6
2024-05-24 09:58:23 +02:00
cfc64705e3
qt6: wildcardmatcher: use correct option for QRegularExpression::wildcardToRegularExpression()
2024-05-24 09:58:23 +02:00
6640504b49
Switch sqlite db to WAL mode
2024-05-24 09:58:23 +02:00
1e06ec5d69
tree: Move to Qt6
2024-05-24 09:58:23 +02:00
1f9c048838
gui: PreviewCoordinator: Forward error() signal of client
2024-05-24 09:58:23 +02:00
667ed0cd8b
gui: PreviewGeneratorOdt: Adjust for DocumentProcessResult
2024-05-24 09:58:23 +02:00
ead4b58aed
cli: cli.pro: Add poppler include path
2024-05-24 09:58:23 +02:00
ff293b8505
shared: LooqsQuery: Add outline search filters
2024-05-24 09:58:23 +02:00
fcc3732917
shared: sqlitesearch: Begin outline search
2024-05-24 09:58:23 +02:00
4728001e7e
shared: SqliteDbService: Add insertOutline(), Use DocumentProcessResult
2024-05-24 09:58:23 +02:00
d36a435195
shared: FileSaver: Use DocumentProcessResult
2024-05-24 09:58:23 +02:00
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