František Kučera <franta-hg@frantovo.cz> [Thu, 13 Dec 2018 01:45:28 +0100] rev 32
fix: multiple relations
František Kučera <franta-hg@frantovo.cz> [Mon, 03 Dec 2018 16:11:40 +0100] rev 31
CLI: untieStdIO() to avoid unwanted implicit flush() calls on std::cout → less write() calls
František Kučera <franta-hg@frantovo.cz> [Sat, 01 Dec 2018 23:22:41 +0100] rev 30
fix names
František Kučera <franta-hg@frantovo.cz> [Thu, 29 Nov 2018 22:30:12 +0100] rev 29
license: GNU GPLv3+
František Kučera <franta-hg@frantovo.cz> [Sun, 18 Nov 2018 00:38:49 +0100] rev 28
Qt Charts: first working version
František Kučera <franta-hg@frantovo.cz> [Tue, 30 Oct 2018 23:52:55 +0100] rev 27
rename from out-chart to out-gui
František Kučera <franta-hg@frantovo.cz> [Wed, 10 Oct 2018 00:01:48 +0200] rev 26
table: integer data type support
František Kučera <franta-hg@frantovo.cz> [Tue, 09 Oct 2018 23:22:05 +0200] rev 25
table cells are not editable if not yet loaded
František Kučera <franta-hg@frantovo.cz> [Tue, 09 Oct 2018 23:10:00 +0200] rev 24
table header tooltip: data type name
František Kučera <franta-hg@frantovo.cz> [Tue, 09 Oct 2018 23:02:11 +0200] rev 23
use our own QAbstractTableModel and a QTableView instead of the QTableWidget
František Kučera <franta-hg@frantovo.cz> [Mon, 08 Oct 2018 14:08:21 +0200] rev 22
Qt Charts: includes and namespace
František Kučera <franta-hg@frantovo.cz> [Sun, 30 Sep 2018 21:49:02 +0200] rev 21
rename cmake project
František Kučera <franta-hg@frantovo.cz> [Sun, 30 Sep 2018 20:54:35 +0200] rev 20
better use of signal/slot mechanism, threads, Qt::ConnectionType::QueuedConnection
František Kučera <franta-hg@frantovo.cz> [Sun, 30 Sep 2018 18:34:34 +0200] rev 19
code clean-up, exit code
František Kučera <franta-hg@frantovo.cz> [Sun, 30 Sep 2018 01:40:29 +0200] rev 18
add QTableWidget with rows and collumns filled with attribute values
František Kučera <franta-hg@frantovo.cz> [Sat, 29 Sep 2018 14:14:00 +0200] rev 17
rename background thread to RelationalReaderThread
František Kučera <franta-hg@frantovo.cz> [Sat, 29 Sep 2018 13:26:33 +0200] rev 16
Do not destroy background thread before application end.
Avoids "QThread: Destroyed while thread is still running" and SIGABRT / core dump.
This error occured when the thread was still reading STDIN (no EOF yet) and the window was closed.
František Kučera <franta-hg@frantovo.cz> [Sat, 29 Sep 2018 12:58:04 +0200] rev 15
tab icons
František Kučera <franta-hg@frantovo.cz> [Sat, 29 Sep 2018 12:48:16 +0200] rev 14
switch to the first relation tab
František Kučera <franta-hg@frantovo.cz> [Sat, 29 Sep 2018 00:43:16 +0200] rev 13
background thread for STDIN reading + proxy with signals/slots for passing data to the GUI thread
František Kučera <franta-hg@frantovo.cz> [Fri, 28 Sep 2018 13:23:21 +0200] rev 12
splitter and component placeholders
František Kučera <franta-hg@frantovo.cz> [Fri, 28 Sep 2018 12:51:55 +0200] rev 11
define windows size in the .ui file
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 20:54:50 +0200] rev 10
add Qt Charts library using cmake
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 17:35:23 +0200] rev 9
comment on possible CLI argument collision
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 17:34:30 +0200] rev 8
cmake: example of macro for printing all cmake variables
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 16:33:45 +0200] rev 7
netbeans/qt update
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 16:28:39 +0200] rev 6
code clean-up, comments
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 16:25:53 +0200] rev 5
ASan AddressSanitizer: add ignore list