3b1ada9cb7
gui/SearchWindow.cpp: in onResult() should advance index by word length and not position.
2020-04-14 16:19:39 +02:00
45005c9950
adding gui/helpers module
2020-04-14 14:38:17 +02:00
6a53999c14
Adding gui/MultiSelect module
2020-04-14 14:38:17 +02:00
bfc40bd3e7
gui/SearchWindow.cpp: Force scrollbar to the bottom when adding text to m_output.
2020-04-11 16:29:42 +02:00
40ddff41db
gui/CMakeLists.txt: Drop the requirement for QT 5.11
2020-04-10 11:52:58 +02:00
3c21e27f45
gui/SearchWindow: Use QFutureWatcher instead of QThread.
...
By removing the call to QThread::create() that requires version >= 5.11 we can have a lower version as requirement.
This is useful because a lot of systems don't ship with 5.11 as default.
2020-04-10 11:52:58 +02:00
8cb3fad9b1
gui/CMakeLists.txt: Adding install target
2020-04-10 11:52:58 +02:00
a2ec5eaaec
gui/CMakeLists.txt: Force Qt 5.11 or later.
2020-04-10 11:52:58 +02:00
0205e25afb
Adding initial GUI code.
2020-04-08 10:11:52 +02:00