커밋 그래프

15 커밋

작성자 SHA1 메시지 날짜
Albert S. 44b9986166 cli: Begin 'tag' command 2023-04-02 21:41:35 +02:00
Albert S. 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
Albert S. be41fab5d5 CLI: Use new 'Indexer' to add Commands 2022-04-15 21:06:56 +02:00
Albert S. 478d57b342 cli: Move most classes to shared lib for reuse 2022-04-15 21:06:56 +02:00
Albert S. 294455b861 DatabaseFactory: Move to /shared 2022-04-15 21:06:56 +02:00
Albert S. ad84c8acf7 cli: moved processing of file content into sandboxed subprocess 2022-01-01 17:58:52 +01:00
Albert S. 1c0d49e5eb cli: set target to 'looqs' 2021-06-12 15:08:33 +02:00
Albert S. 277d466a45 link with -lquazip5 instead -lquazip so it works on ubuntu... 2020-05-01 11:48:31 +02:00
Albert S. cff481a57e Refactor search queries: Introduced QSSQuery
Purpose is to seperate certain logic from SQLite and generalize it more.
Even though we only have Sqlite atm, in general the database layers
must be stupid as possible, while QSSQuery should do most of the hard work.

Fixes in Tokenizer logic.
Switched to C++17.
2019-08-18 00:25:21 +02:00
Albert S. 4c8d201f81 pdf preview generation: Use QtConcurrent::mapped + QFutureWatcher instead of own single-thread solution 2019-04-29 20:50:52 +02:00
Albert S. 326c12ca80 move more files to shared project ; searchresultt.h: use filedata.h 2019-04-22 21:07:41 +02:00
Albert S. 6b94b8f619 Begin 'shared' project to share code between cli and gui 2019-04-20 23:31:14 +02:00
Albert S. 8fdadaf94a updated cli.pro 2019-04-16 08:55:05 +02:00
Albert S. db499fb4b3 Begin delete command implementation 2019-04-07 20:22:20 +02:00
Albert S. 3e23021621 Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00