log

age author description
Tue, 24 Dec 2019 05:14:48 +0200 Matti Hamalainen Fix build.
Thu, 05 Dec 2019 16:36:01 +0200 Matti Hamalainen Build system improvements.
Thu, 05 Dec 2019 03:17:24 +0200 Matti Hamalainen Rename the MinGW cross-build Makefile as it is no longer win32 only.
Thu, 05 Dec 2019 03:16:56 +0200 Matti Hamalainen Improve the MinGW cross compilation Makefile so that a 64bit version could be built.
Wed, 10 Oct 2018 13:21:51 +0300 Matti Hamalainen Change API for slCheckAndReportSQLError().
Thu, 10 May 2018 01:16:30 +0300 Matti Hamalainen Fix 10L.
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:30:47 +0300 Matti Hamalainen Added tag rel-0_9_5 for changeset 504aee094514
Tue, 08 May 2018 13:29:54 +0300 Matti Hamalainen Bump version. rel-0_9_5
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:18:58 +0300 Matti Hamalainen Bump version.
Tue, 08 May 2018 13:14:29 +0300 Matti Hamalainen Split some utility functions to util.{h,cpp}
Tue, 08 May 2018 00:44:17 +0300 Matti Hamalainen Added signature for changeset 3e5850e2172d
Tue, 08 May 2018 00:44:09 +0300 Matti Hamalainen Added tag rel-0_9_3 for changeset 975eeb71576f
Tue, 08 May 2018 00:43:46 +0300 Matti Hamalainen Bump version. rel-0_9_3
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 20:07:39 +0300 Matti Hamalainen Adjust build system.
Mon, 07 May 2018 19:19:13 +0300 Matti Hamalainen Split EditPerson and ViewTransactions to separate source files.
Mon, 07 May 2018 18:37:08 +0300 Matti Hamalainen Merged.
Mon, 07 May 2018 18:36:55 +0300 Matti Hamalainen Remove text format copyright / license information in favour of the "HTML" formatted one.
Mon, 07 May 2018 12:31:46 +0300 Matti Hamalainen Cleanup.
Mon, 07 May 2018 12:24:58 +0300 Matti Hamalainen Cleanup build.
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 14:42:06 +0200 Matti Hamalainen Added tag rel-0_9_2 for changeset fa4a628a4961
Tue, 20 Mar 2018 14:42:00 +0200 Matti Hamalainen Bump version. rel-0_9_2
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:52:21 +0200 Matti Hamalainen Improve windows build script.
Mon, 12 Mar 2018 10:27:47 +0200 Matti Hamalainen Add information about two keyboard shortcuts to the help window.
Mon, 12 Mar 2018 10:25:00 +0200 Matti Hamalainen Added tag rel-0_9_1 for changeset d340a85b7669
Mon, 12 Mar 2018 10:24:54 +0200 Matti Hamalainen Bump version. rel-0_9_1
Mon, 12 Mar 2018 10:24:45 +0200 Matti Hamalainen Add some tooltips to the main window.
Wed, 07 Mar 2018 14:47:25 +0200 Matti Hamalainen Add keyboard shortcut ctrl+t for opening the transactions list.
Wed, 07 Mar 2018 14:36:19 +0200 Matti Hamalainen Simplify transactions view window layout.
Tue, 06 Mar 2018 14:38:17 +0200 Matti Hamalainen Added tag rel-0_9_0 for changeset c740d5177b4e
Tue, 06 Mar 2018 14:38:10 +0200 Matti Hamalainen Bump version. rel-0_9_0
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:32:51 +0200 Matti Hamalainen No need to run rm -f "$INSTALL_USB/syntilista.sqlite3" anymore.
Mon, 18 Dec 2017 11:32:31 +0200 Matti Hamalainen Automatically determien MinGW path via gcc.
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.
Fri, 17 Nov 2017 04:12:38 +0200 Matti Hamalainen Enable building via clang++ (tested with 5.0).
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:28:43 +0200 Matti Hamalainen Bump version again.
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 13:10:33 +0200 Matti Hamalainen Bump version.
Thu, 09 Nov 2017 13:08:44 +0200 Matti Hamalainen Use the finalized Cafe Kampus logo.
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:28 +0200 Matti Hamalainen Added tag rel-0_8_0 for changeset 84b6f721440f
Tue, 07 Nov 2017 15:46:22 +0200 Matti Hamalainen Bump version. rel-0_8_0
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.
Tue, 07 Nov 2017 15:45:35 +0200 Matti Hamalainen Move the "pay full debt" button further away from the other buttons.
Tue, 07 Nov 2017 15:24:55 +0200 Matti Hamalainen Move optimization and warning CFLAGS and CXXFLAGS to Makefile.gen
Wed, 01 Nov 2017 14:25:17 +0200 Matti Hamalainen Added signature for changeset 2f558d01b784
Wed, 01 Nov 2017 14:25:01 +0200 Matti Hamalainen Added tag rel-0_7_3 for changeset 0c0827506ccd
Wed, 01 Nov 2017 14:24:42 +0200 Matti Hamalainen Bump version. rel-0_7_3
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 10:55:23 +0300 Matti Hamalainen This comment was no longer relevant.
Wed, 20 Sep 2017 09:49:09 +0300 Matti Hamalainen This page end check is not a kludge anymore, really .. I suppose.
Wed, 20 Sep 2017 09:48:50 +0300 Matti Hamalainen Add person counts summary to printed page summaries.
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:54:46 +0300 Matti Hamalainen Added signature for changeset fa15b12869be
Tue, 19 Sep 2017 13:54:39 +0300 Matti Hamalainen Added tag rel-0_7_2 for changeset 06306bb0ed45
Tue, 19 Sep 2017 13:54:31 +0300 Matti Hamalainen Bump version again! rel-0_7_2
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, 19 Sep 2017 13:15:04 +0300 Matti Hamalainen Bump version.
Tue, 19 Sep 2017 13:14:51 +0300 Matti Hamalainen Apply (kludgey) adjustment scales for printed page to avoid overflow ..
Tue, 19 Sep 2017 13:01:29 +0300 Matti Hamalainen Force default page margins for printing, this fixes some problems under Windows.
Tue, 19 Sep 2017 12:25:13 +0300 Matti Hamalainen Add translated window title to print preview dialog.
Tue, 19 Sep 2017 12:17:26 +0300 Matti Hamalainen Added signature for changeset fa6e70373888
Tue, 19 Sep 2017 12:17:19 +0300 Matti Hamalainen Added tag rel-0_7_0 for changeset a0b8bf6f0776
Tue, 19 Sep 2017 12:17:09 +0300 Matti Hamalainen Major version bump. rel-0_7_0
Tue, 19 Sep 2017 12:10:59 +0300 Matti Hamalainen More work on printing improvements, make certain hardcoded values #defines.
Tue, 19 Sep 2017 11:27:38 +0300 Matti Hamalainen Begin working on printing fixes.
Mon, 18 Sep 2017 09:50:23 +0300 Matti Hamalainen Add logging wrapper function.
Tue, 12 Sep 2017 17:00:37 +0300 Matti Hamalainen Cosmetic.
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.
Mon, 28 Aug 2017 11:11:16 +0300 Matti Hamalainen Cosmetics.
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:39 +0300 Matti Hamalainen Bump version.
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 16:31:19 +0300 Matti Hamalainen Check for missing configuration file for slbackup.
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.