log src/main.h @ 246:43a5e09bb832

age author description
Tue, 08 May 2018 13:14:29 +0300 Matti Hamalainen Split some utility functions to util.{h,cpp}
Tue, 08 May 2018 00:18:59 +0300 Matti Hamalainen Move SLSQLSchemaDef struct def to main.h
Tue, 08 May 2018 00:18:34 +0300 Matti Hamalainen Move settings struct definition to main.h
Mon, 07 May 2018 23:33:52 +0300 Matti Hamalainen Streamline SQL table creation.
Mon, 07 May 2018 19:19:13 +0300 Matti Hamalainen Split EditPerson and ViewTransactions to separate source files.
Tue, 06 Mar 2018 14:37:39 +0200 Matti Hamalainen Implement global transactions viewer dialog.
Tue, 02 Jan 2018 01:47:38 +0200 Matti Hamalainen Update copyrights.
Mon, 18 Dec 2017 11:28:00 +0200 Matti Hamalainen Split the custom SQL models code into sqlmodels.cpp
Tue, 21 Nov 2017 12:30:33 +0200 Matti Hamalainen Rename selectRowDelta() to clearer void changeSelectedRow().
Tue, 21 Nov 2017 11:27:15 +0200 Matti Hamalainen Get rid of tiny bit of code duplication.
Thu, 16 Nov 2017 13:05:19 +0200 Matti Hamalainen Cosmetics.
Wed, 15 Nov 2017 10:32:57 +0200 Matti Hamalainen Constify.
Wed, 08 Nov 2017 15:46:51 +0200 Matti Hamalainen Add check for last successful database backup, and show a warning dialog at
Wed, 20 Sep 2017 09:43:11 +0300 Matti Hamalainen Rename some classes to add a SL prefix to their names.
Tue, 19 Sep 2017 11:27:38 +0300 Matti Hamalainen Begin working on printing fixes.