Commit Graph

18 Commits

Author SHA1 Message Date
Jani Heikkinen 2775aae09d Bump version to 6.10.0
Change-Id: I3b50130dcb5044c8b6752e70d515428c1188cf46
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-01-03 14:15:19 +00:00
Jani Heikkinen 98ac38aae7 Bump version to 6.9.0
Change-Id: Ia52e8811d0cc496c8a61809e2c664e41fd8b3870
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2024-06-06 03:49:02 +01:00
Ahmad Samir 43f5251c57 Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
By adding it to the default build flags via .cmake.conf.

This disables the 3-arg QObject::connect() overload:
QObject::connect(sender, signal, functor)

For details see:
https://lists.qt-project.org/pipermail/development/2023-July/044141.html

No changes required.

Task-number: QTBUG-116296
Change-Id: I3225d98df5b067d73619b1e46fffed23dae5e7bd
Reviewed-by: Sona Kurazyan <kurazyan.sona@gmail.com>
2024-02-15 00:07:43 +03:00
Jani Heikkinen 5dbd2adbea Bump version to 6.8.0
Change-Id: I36b5d3a6e7a54580bd6546b8f6f285f42793d03c
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2023-12-13 13:36:55 +02:00
Marc Mutz 39c96faa2c Eradicate the last Q_FOREACHs and mark the module free of them ... again
Restores the QT_NO_FOREACH define lost by the removal of .qmake.conf
in 21136bf84c.

The instances in the big5 utility are all over local variables, and
they clearly don't modify the container being iterateed over. Add
std::as_const() to avoid hidden detach()es. Replace two loops with
QByteArrayList::join().

Change-Id: If01bc667f019da0dbce99d84db5832067c5d936d
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-08-04 16:55:26 +02:00
Jani Heikkinen c33d9d4bda Bump version to 6.7.0
Change-Id: Iaaba4a0e102b4b1db4e0169ab5e214d7dd1c9907
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2023-06-14 04:04:25 +01:00
Alexey Edelev cc31b7219f Remove QT_USE_SYNCQT_CPP
Option has not effect anymore.

Pick-to: 6.5
Change-Id: I1c7a1a339d6261885bb8d069c973325d6cd3df45
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
2023-01-02 17:21:56 +01:00
Jani Heikkinen 429567340b Bump version to 6.6.0
Change-Id: I5284b297cc36c9299a765de3caa5f897cd9a68c8
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2022-12-16 02:16:19 +02:00
Marc Mutz 49e71a10b4 Mark the module free of qAsConst()
Change-Id: I914ccc09297ac6283d7cf24d5afc96ebdaf294d0
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2022-12-05 23:04:17 +01:00
Alexey Edelev c8394b6b04 Enable syncqt cpp
Change-Id: I7080d3397d3dab74cc59a95a6ed9066a36af2de6
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2022-10-27 13:25:24 +02:00
Fabian Kosmale a857da1d27 qt5compat: opt in to reduced includes
And add previsouly transitive includes explicitly.

Task-number: QTBUG-97601
Pick-to: 6.4
Change-Id: I553d81000714d3f85341039d662304ae4b3750ed
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
2022-07-30 07:48:34 +00:00
Jani Heikkinen 878b77b22e Bump version to 6.5.0
Change-Id: I8d71deb2206388b9a3a8896d48332669ff9e96f0
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2022-06-13 18:04:59 +03:00
Jani Heikkinen b5cfbc27c1 Bump version to 6.4.0
Change-Id: Iddd826d39e79f6a886e9eb5a45129b2739e9bf2d
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2022-02-01 04:13:58 +02:00
Jani Heikkinen 4b7e14c18e Bump version
Change-Id: Ifa2afd2687d7d40049d8ef89f70e488a9844ce83
2021-09-14 08:18:13 +03:00
Iikka Eklund b4d08bfa93 Support builds with Conan
Provide conanfile.py recipe to support building this module
with Conan. The conanfile.py recipe inherits the main
functionality from base class located in qt-conan-common.git.

'qt-configure-module(.bat)' and cmake is used for the builds.

Dependencies (Conan requirements) are defined by the base
class implementation which reads those from the
'dependencies.yaml' which is also used by the Coin/CI.

Pick-to: 6.2
Task-number: QTBUG-94873
Change-Id: I9eba05115d83090ee43ed753c86005692b207520
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Reviewed-by: Toni Saario <toni.saario@qt.io>
2021-08-26 13:09:38 +03:00
Jani Heikkinen 9429862402 Bump version
Change-Id: I86db56e52ef87f27185c821b16fe8cb7074782ef
2021-02-18 07:21:29 +02:00
Paul Wicking 35bf2a1c77 Bump version
CMake edition.

Task-number: QTQAINFRA-4126
Change-Id: I086bec8fba893f2838cfe11c6de80b14af04b896
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2021-01-12 11:17:49 +01:00
Karsten Heimrich cd70242b87 Move QTextCodec support into Qt5Compat
Fixes: QTBUG-75665
Change-Id: Ibe2c1ea7606e04996c5098977304bf1a633e25d9
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-06-26 12:55:39 +02:00