log

age author description
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_*.