| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Change-Id: I77241f895835b4bfc8f6565ecfff728687065dc5
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
Q_ENUM does what Q_ENUMS did plus declaring two friend functions, so the
behavior should be the same.
Q_ENUMS has been deprecated since at least Qt 6.
Pick-to: 6.11 6.10 6.8 6.5
Change-Id: If962712acd70fd827bea646d87de67bde46577f0
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
|
| |
|
|
|
| |
Change-Id: I97333c414c86203cb377d8be2bc002119e0120e3
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
|
|
|
|
| |
It's only a comment, but QSequentialIterable is deprecated and should
not be mentioned anymore.
Task-number: QTBUG-140181
Change-Id: I615165ee80f84ac21a8e243bd2ae9fb64a701181
Reviewed-by: Arno Rehn <a.rehn@menlosystems.com>
|
| |
|
|
|
| |
Change-Id: I8880aa431c7134f8673d1f3e46d877449340858b
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I9f4a1f0f8d1ff98da3b5a8595a34aff02f05fa64
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
|
| |
|
|
|
|
|
|
| |
More readable.
Pick-to: 6.10 6.8 6.5
Change-Id: I18c55c5df05c2d8e4b0c9944a349889a3dc9e842
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
|
| |
|
|
|
| |
Change-Id: I7440325953cd800f93859d44469555e48d31a7ae
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: Icca11b20172e4580ab206010a23b80a35bdeed40
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I6294f3e15ef03d7c01db2cc2babe30b0b8433cf4
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I00df3f39696fb098911053316bbe1f7118c3b138
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: Ie3b0602b537984e67daf956a7055644aec4b2f1a
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: Ife12e4f8fc9660341c55b88c2eebb6fcb96b9c98
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: Ic7a5dcbe8b72308c250674f6481ad23a048a9d72
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I887d33bb4d59370c81b5a4809131bc92f583723a
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: Ieb81f1e6f4b52eb0c5d861a536b7c7a933845b31
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: Ibd8b8a5470cf0010f5ebef5459d8dfacab13d121
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: Ied9d2d9f8e33d2721861f8effef16cc17f1f750d
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I951851815ace808518d643a5ee970c9e02c3bcea
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: Ida7d872207bf90dbe7551932b14451c18a7fa2cc
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: Ic8b58ceeef68d3bd75129acc0db2fb9825b24355
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
|
|
|
|
| |
QT_NO_AS_CONST got renamed in qtbase.git in commit
03baf08d2bb9
Task-number: QTBUG-141558
Change-Id: I45cff016722b1f163f4e2b9a7ab4d4e128855a68
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
|
| |
|
|
|
|
| |
Task-number: QTBUG-140629
Change-Id: Ibbc6130857fafc2e08ceb5f40d80d1a84f5f87f2
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
|
| |
|
|
|
| |
Change-Id: I1478696efe9148282cfcd7c9ae1367655e85d72e
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
There was an assumption that QML context existed for passed in object
which caused a crash when the object wasn't constructed in QML engine or
if null was passed.
Fixes: QTBUG-141648
Pick-to: 6.10 6.8 6.5
Change-Id: I9ec938c6450f100736988bb94c58523d2c958901
Reviewed-by: Arno Rehn <a.rehn@menlosystems.com>
|
| |
|
|
|
| |
Change-Id: If2fc19a047c9726981a1ca50203a1b14e61951c3
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I58ccf115654bbbbf5c6130ec4cb650da7302ff2f
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I43438979e3855bc8cd7067adbcddfc26250248ea
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I9d25ebb541020011731e29b6b22b8fe9ee8efa95
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: Iae100393413073acfeeb659993af92c423d2254d
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I91245b303977ec977f18fb7baddd438ce9c04e28
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I51e5dd6538ec9eafd0c15925102803adbfdfc402
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I92ce7d01d8ccede5f1ff6f10010d012d1f11f99e
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I73bea5459bf288513e96db67f0a4d72582f188fb
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I49421be4bdb6dc73cc0e2f97be59c67d4cf716f5
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: Idbfe3f7a79eed26e6a1285770330a30df042ea3e
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I22a54b8b8066b55c46166d5c332f70cffcaacfd2
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I96ed12cbb4f35cd0078401b8de23c4473a799053
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I8c2ccaaaf6196fc7c4f785bd51b4634616aae792
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: Iddb5221568e2c5f5b3519161e9f2c747d320bb35
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
|
|
|
|
| |
QUIP: 23
Fixes: QTBUG-135781
Pick-to: 6.10 6.9 6.8
Change-Id: I12395cd3d25fc3cfc051ebfeeb808e67761f59cd
Reviewed-by: Arno Rehn <a.rehn@menlosystems.com>
Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
|
| |
|
|
|
| |
Change-Id: I5f788a16c512d937b879061cedbbc80ece023ef0
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds all example dirs with qt_internal_add_example() so that their
source code will be installed when QT_INSTALL_EXAMPLES_SOURCES is set.
Also puts qwebchannel.js into a proper location at src/webchannel and
removes it from the examples/ tree. Adds a CMake file that will find
qwebchannel.js.
Tested configurations (CMake only):
* Out-of-source build, examples built normally
* Out-of-source build, examples built as ExternalProject
* Examples built standalone
Change-Id: Iac80602203676399a730ac4816c38bd0068e9570
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
|
| |
|
|
|
|
|
| |
Maintenance overhead is too high for these.
Change-Id: I44832527c9536e1117b9a2e27bcb837b2e5c6da0
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
|
| |
|
|
|
| |
Change-Id: I9e61bad488c027d576528febe4cc9907d1a17b77
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I146d1d4d1b4a4beba2cd07b82a14cdb7301707a3
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
|
| |
|
|
|
| |
Change-Id: Ibdfe441847f8e95bf898135855839916dad49512
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: If6f15a61e6cbdf4a2bf220d61fa0c1cae7268f12
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I545f5221538c344347755999102c6c7b670c85af
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|
| |
|
|
|
| |
Change-Id: I8855d2d34b6aea6519bb8946b6fe0145e2a61b79
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
|