summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies on '6.5.0' in qt/qtactiveqtv6.5.0-rc1Qt Submodule Update Bot2023-03-141-1/+1
| | | | | Change-Id: I50c0ca0f54b5542325c061a879d68c76627d1f6b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5.0' in qt/qtactiveqtQt Submodule Update Bot2023-03-131-1/+1
| | | | | Change-Id: Ie55ff80063dc81201891b09c1bda1e8b1ba616d0 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5.0' in qt/qtactiveqtQt Submodule Update Bot2023-03-101-1/+1
| | | | | Change-Id: Iebca704c532f721a8eaf3637f7837211b5043342 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5.0' in qt/qtactiveqtQt Submodule Update Bot2023-03-081-1/+1
| | | | | Change-Id: I4e733028166203639ff9093017491fb86521a145 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5.0' in qt/qtactiveqtQt Submodule Update Bot2023-03-031-1/+1
| | | | | Change-Id: I13231246f74dcc9921c1a41481b7228de38b6943 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-03-021-1/+1
| | | | | Change-Id: I8004f62d5407a2774619c2675ede99e4949b45d3 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* idc: Sync usage info with actual parameter parsingOliver Wolff2023-03-011-2/+4
| | | | | | | Change-Id: I58f444023e955dae4cb93b8265481a231bd40bf0 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io> (cherry picked from commit 8f0609ee78c1ecc180326b522a0bc5ba3e2360b1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-03-011-1/+1
| | | | | Change-Id: I4c1e5624dec82e63487eee1abe3c85cb92bf2398 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-02-231-1/+1
| | | | | Change-Id: I4938b8ba9938e3596017ab9fe4b01ea11b444934 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-02-211-1/+1
| | | | | Change-Id: I3a69d7225b4f2e32e50e065c1f3b5955b767f763 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Doc: Define WINAPI for documentation builds on non-Windows platformsTopi Reinio2023-02-201-0/+4
| | | | | | | | | | | QDoc's Clang-based parser gets confused if WINAPI is not defined, causing it to fail to match documentation blocks with declarations in the header. Change-Id: I222c085c03bdb9e7361b055b8c2371ef4c9c6a38 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit 4b169ce5b5f224ae9b443dc46dd16c832d3fdda3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtv6.5.0-beta3Qt Submodule Update Bot2023-02-151-1/+1
| | | | | Change-Id: I7dfb4d31c77a77e0e246b32bf8d06ea7c59e4c28 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-152-0/+8
| | | | | | | | | Task-number: QTBUG-109394 Change-Id: I11c1f93360bc07980636b32c65e7b99095e4f2d9 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 1feefed0e4a19cd1430ea840be63ef40cb855496) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-133-8/+3
| | | | | | | | | | Use the new headers to get the Windows image conversion functions. Task-number: QTBUG-109394 Change-Id: I34cc05865c1fa1305a1cbca96a0c47525288639c Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit 07c86351a78cff4af8d78ed232916147fd181d3f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-02-101-1/+1
| | | | | Change-Id: I06e45b05c813d77efd245942b0e295544ecc4cab Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-0923-141/+22
| | | | | | | Change-Id: I1e1a376363224b88354da3e30fcea877f0e82f41 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit a983cf7572ab3e8f351e89cd2c9b6ef8b7e68f60) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix compilation of code within macro QT_CHECK_STATEFriedemann Kleint2023-02-091-2/+4
| | | | | | | | Task-number: QTBUG-109394 Change-Id: I362a7bb24e23a30e49ffb80422573dca8562e87c Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit 8c616b587c13f161ab3f6de7cb1b18e8d97d2300) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-02-081-1/+1
| | | | | Change-Id: Idc3a341014ce07ebe166d54801c00ecf9b128367 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-02-061-1/+1
| | | | | Change-Id: I5333aeb76d558004dc6adf1faeffd2c79c8fb9c1 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-02-011-1/+1
| | | | | Change-Id: I7ce973d1afd5a48ceed0b5ee430d4b2a31e95240 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-01-311-1/+1
| | | | | Change-Id: I497fe8a7441503a989ef965ba308439fb0aec5bf Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-01-271-1/+1
| | | | | Change-Id: I6fe360ca11012a9ade089bb73b1020831b4d27b0 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Fix invalid QApplication constructionFredrik Orderud2023-01-232-6/+3
| | | | | | | | | | | | | | | | | QApplication construction with argc=0 is incorrect according to the doc. The construction pattern is furthermore causing problems in QtWebEngine, which is expecting the executable name as first command-line arguments as reported in QTBUG-110157. Fix problem by using the Microsoft-specific __argc and __argv globals. This ensures that the actual command-line arguments are used for QApplication construction. Task-number: QTBUG-110158 Change-Id: Ib8e6ac7a1c24cfabfdafe8489fe8b8c4765753fd Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit a1b49152e7a46da955515b8d38d86b947d78bd26) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtv6.5.0-beta2Qt Submodule Update Bot2023-01-231-1/+1
| | | | | Change-Id: If93c320434e70b94c9e7ba733cea94db7b5fa475 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-01-121-1/+1
| | | | | Change-Id: I0cde1732c5b5436267f2852d5c7d67e1459312bb Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-01-091-1/+1
| | | | | Change-Id: I68be6ab7ce2e4b8283e521b090500ca28c8aeb9e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-01-041-1/+1
| | | | | Change-Id: Ibfa849c3e31ebd5c9eab7cc549b8a3e9d5b5bfc2 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Remove QT_USE_SYNCQT_CPPAlexey Edelev2023-01-021-2/+0
| | | | | | | | | Option has not effect anymore. Change-Id: I234cf7df1563d8f3f0dbda2cd60b58529b804762 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 51d48ac835cde7c98db8a5b3ae5727c79ccafa3a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2023-01-021-1/+1
| | | | | Change-Id: I009a69ebda147c3911daeb5ca69b2385670471de Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2022-12-301-1/+1
| | | | | Change-Id: I9ccd18288308b144e79cfdcd0993ca81986ae22b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2022-12-291-1/+1
| | | | | Change-Id: I9436acbbf37543eabff86f49fd27d808ef5ef136 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2022-12-281-1/+1
| | | | | Change-Id: I872fbadc1af0c01f1214bd07d8fcdbccaaed0c0b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2022-12-261-1/+1
| | | | | Change-Id: Icf8038f7ece9b735b3b2217339bcea95863f83d6 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Port from <cctype> toupper() to QtMiscUtils::toAsciiUpper()Marc Mutz2022-12-233-5/+9
| | | | | | | | | | | | | | | | | The C toupper function is locale-dependent. Given the right locale (Türkiye, e.g.), toupper(i) is either - İ (LATIN CAPITAL LETTER I WITH DOT ABOVE; if representable) or - i (unchanged; if it isn't) Both results are wrong for the use-cases at hand. Task-number: QTBUG-109235 Change-Id: Ia9726f0079c5f2625d97a341836b3d4505db6be1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Samuel Ghinet <samuel.ghinet@qt.io> (cherry picked from commit 09b4615abcdbef7087bb9862a3e73f3bb7930768) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2022-12-231-1/+1
| | | | | Change-Id: I1fc2e9fb0f8f6983eb9669a530256abe5eea7ed9 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtv6.5.0-beta1Qt Submodule Update Bot2022-12-161-1/+1
| | | | | Change-Id: I14cfc67f62ef20366a42b14000c781666445ef03 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Extend TestCon with AppContainer sandboxingFredrik Orderud2022-12-155-4/+148
| | | | | | | | | | | | | | TestCon already support starting OLE controls in a "regular" separate process and in a low integrity level (low IL) process. This commit will extend QAxWidget::setClassContext and the impersonation support to also allow starting OLE controls in a AppContainer-isolated process for enhanced security sandboxing. Task-number: QTBUG-109184 Change-Id: I525e99ba6934025710bbc97fba0045d0358413b7 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 55876d1b4e6a98d8a6ea7a03a0ef3288df4c84e7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Introduce security sandboxing factoryFredrik Orderud2022-12-153-42/+67
| | | | | | | | | | | | Encapsulate the LowIntegrity sandboxing impl. behind a Sandboxing interface with a factory function. Done to make room for upcoming AppContainer sandboxing support. Task-number: QTBUG-109184 Change-Id: Iaca3b8ba37d317b9cdcde0d194ba13c8beef110b Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 9f6b6ec6a51d2dccb08841d44c2f2ce5639ecdb4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Move low integrity level sandboxing to a new impl. fileFredrik Orderud2022-12-144-49/+67
| | | | | | | | | | Done to clean up and make room for upcoming AppContainer isolation sandboxing. Task-number: QTBUG-109184 Change-Id: I6ad77ed9a51f11ba134052d96e8ea4614fe2de11 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit e6bea5d2ca28a4810befaa5132aac4467c7a1718) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtactiveqtQt Submodule Update Bot2022-12-131-1/+1
| | | | | Change-Id: I32809d06cd9279cbf106c6dcd10e275582e4f485 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtactiveqtQt Submodule Update Bot2022-12-111-1/+1
| | | | | Change-Id: If0294ddbf0886e0a0e890a5e8e12afcfd33f0444 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtactiveqtQt Submodule Update Bot2022-12-101-1/+1
| | | | | Change-Id: If1090d372283e797dd64997b3645004e1d598dee Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtactiveqtQt Submodule Update Bot2022-12-101-1/+1
| | | | | Change-Id: I6dc664712f162406017d70ef2bb5049dd03fec02 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtactiveqtQt Submodule Update Bot2022-12-091-1/+1
| | | | | Change-Id: I0bba43bbba002c08251a24c704524149879caeac Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtactiveqtQt Submodule Update Bot2022-12-071-1/+1
| | | | | Change-Id: Icf2d3e408075e41f6c775dd317e4e5764fd3c799 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Mark the module free of qAsConst()Marc Mutz2022-12-051-0/+1
| | | | | Change-Id: I914ccc09297ac6283d7cf24d5afc96ebdaf294d0 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* Update dependencies on 'dev' in qt/qtactiveqtQt Submodule Update Bot2022-12-051-1/+1
| | | | | Change-Id: Ifb9adfbcc00a32d1b8a05904d6f487e2e4e99b8f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtactiveqtQt Submodule Update Bot2022-11-261-1/+1
| | | | | Change-Id: Id0f3963e7a50a4d7ebc997a6da382718d102a5e8 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtactiveqtQt Submodule Update Bot2022-11-181-1/+1
| | | | | Change-Id: I23fd805e84724658767055d5e7fe44d15b03479f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtactiveqtQt Submodule Update Bot2022-11-161-1/+1
| | | | | Change-Id: I7c9f1c19e18f9395216caad274ac2a497ad08cbc Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>