log src/main.cpp @ 232:07d837442c55

age author description
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.
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.
Mon, 28 Aug 2017 12:24:33 +0300 Matti Hamalainen Oops, CURL stuff leftovers. Remove.
Mon, 28 Aug 2017 11:51:03 +0300 Matti Hamalainen Actually save the backup mode setting to configuration, and add some error checks.
Mon, 28 Aug 2017 11:24:42 +0300 Matti Hamalainen Make the backup stuff compile-time optional.
Fri, 25 Aug 2017 22:34:24 +0300 Matti Hamalainen Add another commandline option "reset" for reseting the UI position, size and scale to default values.
Fri, 25 Aug 2017 01:24:16 +0300 Matti Hamalainen Remove useless linefeed in an error log message.
Fri, 25 Aug 2017 01:21:27 +0300 Matti Hamalainen Add display for total number of people on the database.
Thu, 24 Aug 2017 18:06:11 +0300 Matti Hamalainen Improve backup process error handling.
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:15:48 +0300 Matti Hamalainen Change the program description to english etc.
Thu, 24 Aug 2017 12:12:21 +0300 Matti Hamalainen Change how settings are restored and saved.
Thu, 24 Aug 2017 11:39:34 +0300 Matti Hamalainen Oops, old datapath variable used. Fix it.
Thu, 24 Aug 2017 11:35:20 +0300 Matti Hamalainen Show application data path in the about dialog.
Wed, 23 Aug 2017 23:27:25 +0300 Matti Hamalainen Cosmetic comment.
Wed, 23 Aug 2017 21:30:34 +0300 Matti Hamalainen Move application global settings to a struct.
Wed, 23 Aug 2017 17:18:24 +0300 Matti Hamalainen Commit and close() the database at exit, just in case.
Wed, 23 Aug 2017 17:17:45 +0300 Matti Hamalainen Improve logging.
Wed, 23 Aug 2017 17:02:49 +0300 Matti Hamalainen Rename setCommonStyleSheet() to slSetCommonStyleSheet().
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 14:11:27 +0300 Matti Hamalainen Store SQLite database and log file in application data directory instead of