log src/main.cpp @ 210:02aae61e807e

age author description
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.
Wed, 15 Nov 2017 10:34:24 +0200 Matti Hamalainen Cosmetics/indentation.
Wed, 15 Nov 2017 10:32:57 +0200 Matti Hamalainen Constify.
Wed, 15 Nov 2017 10:18:11 +0200 Matti Hamalainen Stray whitespace.
Thu, 09 Nov 2017 15:19:03 +0200 Matti Hamalainen Show AppDataPath as a link in the about window.
Thu, 09 Nov 2017 14:14:02 +0200 Matti Hamalainen Add some comments.
Thu, 09 Nov 2017 13:52:51 +0200 Matti Hamalainen Improve the notice/warning message about last backup having been too long ago.
Thu, 09 Nov 2017 13:52:22 +0200 Matti Hamalainen Better comment.
Thu, 09 Nov 2017 12:19:27 +0200 Matti Hamalainen Move a line cosmetic.
Wed, 08 Nov 2017 15:46:51 +0200 Matti Hamalainen Add check for last successful database backup, and show a warning dialog at
Tue, 07 Nov 2017 15:46:03 +0200 Matti Hamalainen Add confirmation dialog to "pay full debt".
Tue, 07 Nov 2017 15:45:51 +0200 Matti Hamalainen Cosmetic adjustments to the delete person confirmation dialog.
Wed, 01 Nov 2017 14:24:32 +0200 Matti Hamalainen Display the 'added to database' timestamp in the edit person dialog.
Mon, 02 Oct 2017 13:39:58 +0300 Matti Hamalainen Add some comments.
Mon, 25 Sep 2017 13:53:36 +0300 Matti Hamalainen Use QShortcuts() instead of setShortcut().
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 13:47:15 +0300 Matti Hamalainen Add error message dialogs for cases when SQL tables could not be created,
Tue, 19 Sep 2017 13:42:44 +0300 Matti Hamalainen Make 'config' commandline option's backup location and secret settings
Tue, 12 Sep 2017 15:56:40 +0300 Matti Hamalainen Move most of the printing related code to printing.cpp
Fri, 08 Sep 2017 03:22:54 +0300 Matti Hamalainen Add few misc. comments.
Thu, 07 Sep 2017 12:53:03 +0300 Matti Hamalainen Add a comment.
Mon, 28 Aug 2017 13:06:10 +0300 Matti Hamalainen Disable network availability check for now, it seems to return false values in some cases.
Mon, 28 Aug 2017 12:24:39 +0300 Matti Hamalainen Add some comments.