log src/main.cpp @ 255:55581d90c55d

age author description
Wed, 10 Oct 2018 13:21:51 +0300 Matti Hamalainen Change API for slCheckAndReportSQLError().
Tue, 08 May 2018 15:00:41 +0300 Matti Hamalainen Add support for initial INSERT statements for database creation in schema array.
Tue, 08 May 2018 15:00:17 +0300 Matti Hamalainen Move SQL table creation from schema array to util-module.
Tue, 08 May 2018 13:29:46 +0300 Matti Hamalainen Disable doubleclick edit of users for now.
Tue, 08 May 2018 13:21:17 +0300 Matti Hamalainen Oops, forgot to move slCheckAndReportSQLError() to util.cpp. Fixed.
Tue, 08 May 2018 13:14:29 +0300 Matti Hamalainen Split some utility functions to util.{h,cpp}
Tue, 08 May 2018 00:19:18 +0300 Matti Hamalainen Move about-window code to separate file.
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.
Wed, 11 Apr 2018 12:42:11 +0300 Matti Hamalainen Open the links in about dialog via external web browser.
Wed, 11 Apr 2018 12:38:47 +0300 Matti Hamalainen Implement HTML stuff for about dialog.
Tue, 20 Mar 2018 13:45:21 +0200 Matti Hamalainen Implement single running instance check to prevent problems with the SQLite database.
Mon, 12 Mar 2018 10:27:47 +0200 Matti Hamalainen Add information about two keyboard shortcuts to the help window.
Wed, 07 Mar 2018 14:47:25 +0200 Matti Hamalainen Add keyboard shortcut ctrl+t for opening the transactions list.
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.
Thu, 21 Dec 2017 12:26:23 +0200 Matti Hamalainen Remove one temporary variable.
Mon, 18 Dec 2017 11:28:00 +0200 Matti Hamalainen Split the custom SQL models code into sqlmodels.cpp
Tue, 21 Nov 2017 12:31:58 +0200 Matti Hamalainen Add comments.
Tue, 21 Nov 2017 12:30:33 +0200 Matti Hamalainen Rename selectRowDelta() to clearer void changeSelectedRow().
Tue, 21 Nov 2017 12:29:44 +0200 Matti Hamalainen Scroll along with the currently selected person in the person list,
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.
Thu, 16 Nov 2017 11:34:42 +0200 Matti Hamalainen Merge.
Thu, 16 Nov 2017 11:33:05 +0200 Matti Hamalainen Show transaction list values always with a sign prefix (+/-).
Wed, 15 Nov 2017 22:21:54 +0200 Matti Hamalainen Do not use tr() for APP_VERSION.
Wed, 15 Nov 2017 11:08:48 +0200 Matti Hamalainen Use Qt resource aliases.
Wed, 15 Nov 2017 10:34:55 +0200 Matti Hamalainen Use QStringLiteral() some more.