Commit Graph

7 Commits

Author SHA1 Message Date
404f05b89f 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
d1963e52a1 gui: executable name set to qss-gui instead of qss 2019-04-30 14:15:50 +02:00
d435ec3bfd pdf preview generation: Use QtConcurrent::mapped + QFutureWatcher instead of own single-thread solution 2019-04-29 20:50:52 +02:00
021722b090 gui: remove searchworker 2019-04-27 21:24:53 +02:00
95a650dd30 move more files to shared project ; searchresultt.h: use filedata.h 2019-04-22 21:07:41 +02:00
c928c94eb1 Begin 'shared' project to share code between cli and gui 2019-04-20 23:31:14 +02:00
8797139ae6 rename gui/qss.pro to gui/gui.pro 2019-04-06 17:28:27 +02:00