log

age author description
Thu, 11 May 2023 13:58:28 +0300 Matti Hamalainen Fix Qt DLL source path.
Thu, 11 May 2023 13:07:05 +0300 Matti Hamalainen Rename some Makefile variables.
Wed, 10 May 2023 14:19:32 +0300 Matti Hamalainen Fixes to the win32 build script.
Tue, 09 May 2023 15:32:07 +0300 Matti Hamalainen Bump version.
Tue, 09 May 2023 14:21:27 +0300 Matti Hamalainen Slightly improve the button texts.
Tue, 09 May 2023 13:18:38 +0300 Matti Hamalainen Bump copyright years.
Tue, 09 May 2023 12:35:29 +0300 Matti Hamalainen Add Makefile parameter QT6=x to build for Qt6.
Tue, 09 May 2023 12:32:52 +0300 Matti Hamalainen Get rid of deprecated usage of QMessageBox.setButtonText() etc.
Tue, 09 May 2023 12:31:42 +0300 Matti Hamalainen Show Qt version we are building for in QT tool names.
Tue, 09 May 2023 12:04:59 +0300 Matti Hamalainen Change from -std=c++11 to c++17 in preparation for Qt6.
Tue, 09 May 2023 12:04:24 +0300 Matti Hamalainen Minor build system cleanups in preparation for Qt6 support.
Tue, 09 May 2023 11:44:58 +0300 Matti Hamalainen Rename.
Tue, 09 May 2023 11:40:49 +0300 Matti Hamalainen Simplify.
Tue, 09 May 2023 11:40:34 +0300 Matti Hamalainen Use logo sized image instead of icon sized.
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, 09 May 2023 11:03:00 +0300 Matti Hamalainen Rename various variables etc.
Tue, 09 May 2023 11:02:10 +0300 Matti Hamalainen Add QT_VERSION_PREFIX Makefile variable.
Tue, 09 May 2023 10:59:28 +0300 Matti Hamalainen Rename Makefile variable QT5_* to QT_*.
Tue, 09 May 2023 10:56:57 +0300 Matti Hamalainen Rename.
Tue, 18 Apr 2023 13:43:35 +0300 Matti Hamalainen Add LOGO_SIZE Makefile variable.
Tue, 18 Apr 2023 13:41:32 +0300 Matti Hamalainen Rename button -> label.
Tue, 18 Apr 2023 13:26:17 +0300 Matti Hamalainen Fix help.
Tue, 04 Apr 2023 12:18:47 +0300 Matti Hamalainen Change application settings ID.
Tue, 04 Apr 2023 12:03:38 +0300 Matti Hamalainen Improve logo/icons intermediate building process.
Tue, 04 Apr 2023 11:24:37 +0300 Matti Hamalainen Cleanup.
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.