looqs/gui
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
..
clicklabel.cpp ClickLabel: rename clicked to leftClicked and only fire when left mouse button clicked 2019-04-30 12:40:28 +02:00
clicklabel.h ClickLabel: rename clicked to leftClicked and only fire when left mouse button clicked 2019-04-30 12:40:28 +02:00
gui.pro Refactor search queries: Introduced QSSQuery 2019-08-18 00:25:21 +02:00
main.cpp begin work on qt gui - basic search & pdf preview 2018-08-12 16:45:39 +02:00
mainwindow.cpp Refactor search queries: Introduced QSSQuery 2019-08-18 00:25:21 +02:00
mainwindow.h gui: mainwindow: remove dead code and unused members 2019-04-29 23:09:23 +02:00
mainwindow.ui gui: handle ESC (to quit) and CTRL+L (focus on searchbar and select content) 2018-12-29 20:21:13 +01:00
pdfpreview.cpp begin work on qt gui - basic search & pdf preview 2018-08-12 16:45:39 +02:00
pdfpreview.h gui: stop generating preview images after a memory limit has been reached. 2019-04-30 14:13:10 +02:00
pdfworker.cpp pdfworker: Renderer copy constructor missed max mem field 2019-08-12 10:26:16 +02:00
pdfworker.h PdfWorker: generatePreviews: take const ref to container with search results 2019-04-29 23:01:11 +02:00