Tue, 09 Oct 2018 23:10:00 +0200 table header tooltip: data type name v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 09 Oct 2018 23:10:00 +0200] rev 24
table header tooltip: data type name
Tue, 09 Oct 2018 23:02:11 +0200 use our own QAbstractTableModel and a QTableView instead of the QTableWidget v_0
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
Mon, 08 Oct 2018 14:08:21 +0200 Qt Charts: includes and namespace v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 08 Oct 2018 14:08:21 +0200] rev 22
Qt Charts: includes and namespace
Sun, 30 Sep 2018 21:49:02 +0200 rename cmake project v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 30 Sep 2018 21:49:02 +0200] rev 21
rename cmake project
Sun, 30 Sep 2018 20:54:35 +0200 better use of signal/slot mechanism, threads, Qt::ConnectionType::QueuedConnection v_0
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
Sun, 30 Sep 2018 18:34:34 +0200 code clean-up, exit code v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 30 Sep 2018 18:34:34 +0200] rev 19
code clean-up, exit code
Sun, 30 Sep 2018 01:40:29 +0200 add QTableWidget with rows and collumns filled with attribute values v_0
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
Sat, 29 Sep 2018 14:14:00 +0200 rename background thread to RelationalReaderThread v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 29 Sep 2018 14:14:00 +0200] rev 17
rename background thread to RelationalReaderThread
Sat, 29 Sep 2018 13:26:33 +0200 Do not destroy background thread before application end. v_0
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.
Sat, 29 Sep 2018 12:58:04 +0200 tab icons v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 29 Sep 2018 12:58:04 +0200] rev 15
tab icons
Sat, 29 Sep 2018 12:48:16 +0200 switch to the first relation tab v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 29 Sep 2018 12:48:16 +0200] rev 14
switch to the first relation tab
Sat, 29 Sep 2018 00:43:16 +0200 background thread for STDIN reading + proxy with signals/slots for passing data to the GUI thread v_0
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
Fri, 28 Sep 2018 13:23:21 +0200 splitter and component placeholders v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 28 Sep 2018 13:23:21 +0200] rev 12
splitter and component placeholders
Fri, 28 Sep 2018 12:51:55 +0200 define windows size in the .ui file v_0
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
Mon, 24 Sep 2018 20:54:50 +0200 add Qt Charts library using cmake v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 20:54:50 +0200] rev 10
add Qt Charts library using cmake
Mon, 24 Sep 2018 17:35:23 +0200 comment on possible CLI argument collision v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 17:35:23 +0200] rev 9
comment on possible CLI argument collision
Mon, 24 Sep 2018 17:34:30 +0200 cmake: example of macro for printing all cmake variables v_0
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
Mon, 24 Sep 2018 16:33:45 +0200 netbeans/qt update v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 16:33:45 +0200] rev 7
netbeans/qt update
Mon, 24 Sep 2018 16:28:39 +0200 code clean-up, comments v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 16:28:39 +0200] rev 6
code clean-up, comments
Mon, 24 Sep 2018 16:25:53 +0200 ASan AddressSanitizer: add ignore list v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 16:25:53 +0200] rev 5
ASan AddressSanitizer: add ignore list
Mon, 24 Sep 2018 16:11:19 +0200 add main window, compile Qt .ui file v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 16:11:19 +0200] rev 4
add main window, compile Qt .ui file
Mon, 24 Sep 2018 14:03:46 +0200 add Qt libraries using cmake v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 14:03:46 +0200] rev 3
add Qt libraries using cmake
Mon, 24 Sep 2018 13:59:06 +0200 add relpipe pkg-config libraries using cmake v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 13:59:06 +0200] rev 2
add relpipe pkg-config libraries using cmake
Mon, 24 Sep 2018 13:47:02 +0200 add ASan AddressSanitizer to detect memory leaks v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 13:47:02 +0200] rev 1
add ASan AddressSanitizer to detect memory leaks
Mon, 24 Sep 2018 13:37:30 +0200 create cmake+netbeans project v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 24 Sep 2018 13:37:30 +0200] rev 0
create cmake+netbeans project
(0) +30 tip