log

age author description
Thu, 29 Feb 2024 21:49:20 +0200 Matti Hamalainen Fix verbose build echos. default tip
Thu, 03 Aug 2023 12:49:58 +0300 Matti Hamalainen Rename Makefile.gen to Makefile.common
Wed, 17 May 2023 11:42:11 +0300 Matti Hamalainen Adjust.
Mon, 15 May 2023 14:50:10 +0300 Matti Hamalainen Update cross-building instructions a bit.
Mon, 15 May 2023 14:49:57 +0300 Matti Hamalainen Add CMake platform file for cross-building Qt6 for Win32 on a *NIX host via MinGW.
Mon, 15 May 2023 14:40:46 +0300 Matti Hamalainen Theoretical 64-bit support, not tested.
Mon, 15 May 2023 14:40:33 +0300 Matti Hamalainen Remove useless libs.
Mon, 15 May 2023 14:07:19 +0300 Matti Hamalainen Implement 'install' target in cross-mingw Makefile, remove the now
Mon, 15 May 2023 14:06:50 +0300 Matti Hamalainen Remove Qt5 support, cleanups.
Mon, 15 May 2023 14:04:33 +0300 Matti Hamalainen Remove optionality of QtHttp.
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_*.