log src/main.cpp @ 310:8541509ff8a0 default tip

age author description
Mon, 15 May 2023 14:04:33 +0300 Matti Hamalainen Remove optionality of QtHttp.
Tue, 09 May 2023 13:18:38 +0300 Matti Hamalainen Bump copyright years.
Tue, 09 May 2023 12:32:52 +0300 Matti Hamalainen Get rid of deprecated usage of QMessageBox.setButtonText() etc.
Tue, 09 May 2023 11:40:49 +0300 Matti Hamalainen Simplify.
Tue, 09 May 2023 11:37:13 +0300 Matti Hamalainen Change + operator to | for defining keyboard shortcuts combinations and use correct keyboard
Tue, 09 May 2023 11:23:49 +0300 Matti Hamalainen Use std::move() in QSqlQuery::setQuery().
Tue, 09 May 2023 11:11:10 +0300 Matti Hamalainen Change QRegExp to QRegularExpression.
Tue, 18 Apr 2023 13:41:32 +0300 Matti Hamalainen Rename button -> label.
Fri, 17 Mar 2023 13:13:16 +0200 Matti Hamalainen Update backup info message.
Fri, 17 Mar 2023 13:11:47 +0200 Matti Hamalainen Add alt+enter key shortcut for toggling fullscreen window.
Fri, 17 Mar 2023 13:09:43 +0200 Matti Hamalainen Add parent window argument to slErrorMsg() and use it.
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.