Commit Graph

15 Commits

Author SHA1 Message Date
Albert S. 0d81452a67 rename icon to looqs.svg 2022-06-06 15:55:21 +02:00
Albert S. 8f2e77b152 gui: Introduce IPCPreviewClient 2022-05-29 10:44:19 +02:00
Albert S. 9d160ed7a0 gui: Add icon
Not the best on dark themes, better than nothing for now.
2022-04-28 09:13:34 +02:00
Albert S. d73674937d gui: Begin support to also preview results in plain text files 2022-04-24 15:52:20 +02:00
Albert S. 0af7d4a3dc GUI: Begin new 'Indexer' tab 2022-04-15 21:06:56 +02:00
Albert S. 404ce22ce6 Generalize previews: Mainwindow: Do necessary renames 2022-01-04 11:24:37 +01:00
Albert S. 890925929a GUI: Begin IPC mechanism to open files despite sandboxing 2022-01-01 17:58:52 +01:00
Albert S. aac027fa16 gui.pro: Change target to looqs-gui 2021-06-12 15:06:41 +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. 55da974558 gui: executable name set to qss-gui instead of qss 2019-04-30 14:15:50 +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. 2cf26a17e1 gui: remove searchworker 2019-04-27 21:24:53 +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. b717587d26 rename gui/qss.pro to gui/gui.pro 2019-04-06 17:28:27 +02:00