log src/main.h @ 213:131463be208b

age author description
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.
Tue, 12 Sep 2017 15:56:40 +0300 Matti Hamalainen Move most of the printing related code to printing.cpp
Mon, 28 Aug 2017 12:24:33 +0300 Matti Hamalainen Oops, CURL stuff leftovers. Remove.
Mon, 28 Aug 2017 11:24:42 +0300 Matti Hamalainen Make the backup stuff compile-time optional.
Mon, 28 Aug 2017 11:11:16 +0300 Matti Hamalainen Cosmetics.
Fri, 25 Aug 2017 01:21:27 +0300 Matti Hamalainen Add display for total number of people on the database.
Thu, 24 Aug 2017 15:44:33 +0300 Matti Hamalainen Implement simple SQLite database backup at program exit using Qt HTTP/HTTPS
Thu, 24 Aug 2017 13:16:09 +0300 Matti Hamalainen Improve one comment.
Thu, 24 Aug 2017 13:15:48 +0300 Matti Hamalainen Change the program description to english etc.
Wed, 23 Aug 2017 16:53:05 +0300 Matti Hamalainen Add "total balance" information in the UI, which displays the total sum balance of all people.
Wed, 23 Aug 2017 13:22:27 +0300 Matti Hamalainen Add program debug logging.
Mon, 10 Jul 2017 13:56:04 +0300 Matti Hamalainen Add few helpers.
Thu, 06 Jul 2017 15:47:18 +0300 Matti Hamalainen Rename SQL_MAX_* defines to SQL_LEN_* for being more descriptive .. maybe.
Thu, 06 Jul 2017 10:53:07 +0300 Matti Hamalainen Validate the length of extra info field in the add/edit person dialog.
Wed, 05 Jul 2017 12:48:55 +0300 Matti Hamalainen Initial prototype support for printing list of users + print preview dialog.
Wed, 05 Jul 2017 09:52:10 +0300 Matti Hamalainen Use #defines for SQL table field lengths.
Tue, 04 Jul 2017 12:43:43 +0300 Matti Hamalainen Cosmetics.
Tue, 04 Jul 2017 09:53:38 +0300 Matti Hamalainen Return inserted person ID from addPerson() (or negative value in case of errors.)
Tue, 13 Jun 2017 13:41:50 +0300 Matti Hamalainen Cosmetics.
Thu, 08 Jun 2017 12:47:57 +0300 Matti Hamalainen Implement new separate About dialog/help window.
Mon, 24 Apr 2017 12:12:39 +0300 Matti Hamalainen Restructure the project by placing source code, images into appropriate base main.h@158df9e59dbf