1849eba190
shared: sqlitesearch: Escape FTS arguments
...
Most users are not to be expected to be familiar with
sqlite's FTS syntax. It also leads to unnnecessary
arrows in some instances.
So wrap every space separated word in quotes, unless
it's already in quotes. Then we just escape those with
double-quotes.
2022-07-28 17:49:40 +02:00
1188e51c35
cli: Run migrations if necessary
2022-07-28 14:28:45 +02:00
1da8344295
shared: Adjust queries to db revision 2
2022-07-28 14:00:46 +02:00
78f38fa418
shared: migrations: Add 2.sql: Change to contentless FTS
...
We never used the content copy we stored. It only wasted space.
Update scheme so we do not store the content anymore. Switch
to contentless FTS approach
2022-07-28 14:00:46 +02:00
7fa266e5e8
gui: main: Execute migrations. Show migration progress dialog
...
We don't do silent upgrades anymore because they might take considerable
time.
2022-07-28 13:43:02 +02:00
c03d7da821
shared: common: Remove migration logic from ensureConfigured()
...
Running migrations is okay for initialization. However, doing
it here might take ages, so the GUI simply would not show up.
Therefore, migration must be done by the CLI or GUI and they
should show that migrations are running
2022-07-28 13:31:13 +02:00
49b57e1740
shared: DBMigrator: Take DatabaseFactory, run vacuum, add error() sig, start() slot
2022-07-28 13:27:37 +02:00
5996971195
shared: common: setPdfViewer(): Fix misplaced QSettings
2022-07-24 23:57:38 +02:00
bf1265fe3a
shared: Retire Common::findInPath() for builtin Qt function
2022-07-24 18:19:38 +02:00
43a0f08579
gui: PreviewGeneratorPlainText: Fix case of empty preview when word found on pos 0
2022-07-24 12:25:38 +02:00
1aa5ae0ccc
gui: Introduce PreviewGeneratorOdt for basic previews of .odt files
2022-07-24 11:43:00 +02:00
20d42a66a6
gui: Begin PreviewResultOdt
2022-07-24 11:41:25 +02:00
cba4df3eac
gui: previews: Add label with file path below every preview
2022-07-24 11:40:38 +02:00
fdbf3a7358
gui: PreviewGeneratorPlainText: Move snippet gen to own function for reuse
2022-07-24 11:34:52 +02:00
ac4d7dd0a5
gui: mainwindow: Obey scale settings for plaintext previews too
2022-07-23 20:21:45 +02:00
ab064c3e3b
gui: mainwindow: Add menu action to open web user manual
2022-07-23 20:16:19 +02:00
a33c7f1859
gui: MainWindow: Move all connect() calls from constructor to connectSignals()
2022-07-16 23:35:40 +02:00
4ce14a7284
README.md: Remove Ubuntu 21.10 as it is EOL so we won't care anymore about it
2022-07-15 16:31:12 +02:00
cc9dae37e5
shared: Indexer: Use isErrorSaveFileResult() to check for non-successful results
2022-07-11 17:14:45 +02:00
64a9638d1e
shared: SaveFileResult: Introduce isErrorSaveFileResult()
2022-07-11 17:13:58 +02:00
5f19328679
Release v0.4
2022-06-29 19:31:40 +02:00
5ffd7ae97e
shared: common: setPdfViewer(): Fix missing spaces between viewer and args
2022-06-29 19:31:40 +02:00
9ed28df09c
README.me: Minor changes
2022-06-29 18:00:05 +02:00
69e028daf5
gui: mainwindow: Open new AboutDialog
2022-06-29 18:00:05 +02:00
d4b0c1feae
gui: Add new AboutDialog to show our licenses "paperwork"
2022-06-29 18:00:05 +02:00
990888efc1
shared: Include license texts as resource
2022-06-29 18:00:05 +02:00
3f8c147182
Add LICENSE-3RD-PARTY
2022-06-29 18:00:05 +02:00
ba030169aa
gui: previews: Allow filtering file for which to show preview
2022-06-29 18:00:05 +02:00
1636e39c5b
shared: ParallelDirScanner: Fix missing progress report from top-level scan
2022-06-27 23:11:26 +02:00
bda23670e3
shared: ParallelDirScanner: Correct filter to 'NoDotAndDotDot' from 'NoDotDot'
2022-06-27 23:10:53 +02:00
d0fe51c666
README: Mention prebuilt tarball, add sig verification, minor improvements
2022-06-24 19:17:50 +02:00
a561032668
shared: Indexer: Adjust for OK_WASEMPTY
2022-06-24 19:17:50 +02:00
b8006bde7b
shared: FileSaver: Don't launch SandboxedProcessor for empty files
2022-06-24 19:17:50 +02:00
614238edda
shared: FileSaver: Print message for OK_WASEMPTY
2022-06-24 19:17:50 +02:00
83ed935790
shared: FileSaver: Return OK_WASEMPTY
...
We get OK_WASEMPTY from the processor when there
usually should be something. Rarely, this is not the case.
Let the callers know about this state at least
2022-06-24 19:17:50 +02:00
69837ed60f
shared: SaveFileResult: Add OK_WASEMPTY when processor could not extract anything
2022-06-24 19:17:50 +02:00
2ad99699bf
shared: FileSaver: Adjust to SandboxedProcessor new SaveFileResult value
2022-06-24 19:17:50 +02:00
b6b3e2f3c0
shared SandBoxedProcessor: Return SaveFileResult, remove defines
...
Not entirely ideal as SandboxedProcessor does not save anything,
but an improvement nevertheless over the current mess
2022-06-24 19:17:50 +02:00
cf0c940b15
shared: Move SaveFileResult enum to own header
2022-06-24 19:17:50 +02:00
9c41d531b0
gui: mainwindow: Add button to save log of failed paths
2022-06-24 19:17:50 +02:00
780318db6d
shared: Indexer: Consider new NOACCESS too
2022-06-24 19:17:50 +02:00
9fd48d4664
shared: FileSaver: Return NOACCESS when no read access
2022-06-24 19:17:50 +02:00
e99b2ba091
shared: Indexer: IndexResult: Introduce failedResults()
2022-06-24 19:17:50 +02:00
0867ab294d
shared: SandboxedProcessor: Return NO_ACCESS when file not readable
2022-06-24 19:17:50 +02:00
01a6a499c5
shared: SqliteDBService: Add 'NOACCESS'. Add function to convert enum to str
2022-06-24 19:17:50 +02:00
b3c6ce3899
cli: main: Improve usage text, print it when unknown command given
2022-06-24 19:17:50 +02:00
72dae1f7be
cli: CommandAdd: Mention we read from stdin when no path is given
2022-06-24 19:17:50 +02:00
e01f5d6490
shared: ParallelDirScanner: Perform first pass to collect paths
...
Scan the top directory to collect paths for the threads. This
way we don't launch threads for paths without subdirs. Secondly,
large trees like usually $HOME will be scanned by multiple threads
at first.
Nevertheless, ParallelDirScanner can be improved still as threads may
run quickly out of work, so we may end up with only one anyway again
2022-06-24 19:17:50 +02:00
759d2a7924
Fix builds with quazip 1.X
...
Sigh. quazip changed the lib name, include locations, etc. from version 1.
Some distributions only have 0.9. Some only 1.x and so some packages break,
so they simply patch it when building the package.
Luckily, nothing we use from quazip is affected from an API perspective.
So detect if there is quazip1, then use pkg-config to link that, else do it like before.
2022-06-21 22:33:50 +02:00
a820183477
README.md: Add voidlinux build instructions
2022-06-20 23:24:10 +02:00