summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies on '6.5.1' in qt/qtdoc6.5.1Qt Submodule Update Bot2023-05-161-6/+6
| | | | | Change-Id: Ic2a2dd6698af9aae80affaf4c7a72e7a5eb73906 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5.1' in qt/qtdocQt Submodule Update Bot2023-05-161-1/+1
| | | | | Change-Id: I85cf488fad4cfc938b35d5ee4146595e04c054cb Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5.1' in qt/qtdocQt Submodule Update Bot2023-05-151-6/+6
| | | | | Change-Id: Idae017cd392ebd990c5b2cb09b0b87d474cce803 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5.1' in qt/qtdocQt Submodule Update Bot2023-05-111-6/+6
| | | | | Change-Id: I0121f6c41bb18d980cbe126e913ed38082a53eef Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5.1' in qt/qtdocQt Submodule Update Bot2023-05-051-6/+6
| | | | | Change-Id: I0044562803f3b0af96d1656ffc1d7ba26f6b0aa5 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Document Third-Party Code changes for the Qt 6.5.1 releaseJani Heikkinen2023-05-051-0/+49
| | | | | | | Task-number: QTBUG-112549 Pick-to: 6.5 6.2 dev Change-Id: I8ebe566028974614b99dac4a8328a7f4416dd254 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: remove CheckBox from list of Material style changesMitch Curtis2023-05-041-1/+0
| | | | | | | | | | | | | It was mistakenly added to the list, as no actual changes were made to it for 6.5. Amends 2d925e85d4a576016c6f9daca33644c77c066787. Task-number: QTBUG-97993 Change-Id: I98ff6b6bbc26a59d44af1d62006fe1751f63eece Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io> (cherry picked from commit 2f25c11ce447e7aa8046aed3ac2b54544987f0f4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update supported Qt versions documentationJani Heikkinen2023-05-041-3/+3
| | | | | | | Task-number: QTBUG-112548 Pick-to: 6.5 dev Change-Id: Ic3ff686c4fc71181b3bb9830965d095b59e381b8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Update dependencies on '6.5' in qt/qtdocQt Submodule Update Bot2023-05-011-6/+6
| | | | | Change-Id: Ifd032a0770c01c61b48c69e5370286039c4c9bc6 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Docs: Fix "Can't link to" example warningsSafiyyah Moosa2023-04-281-2/+2
| | | | | | | | Task-number: QTBUG-113160 Change-Id: I8aeb8c5619dd8b1bc2d9c6185f4871e7a100d4dc Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit 58d456c89e789b67c6cb0aee84f5abf4011a74cd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtdocQt Submodule Update Bot2023-04-281-6/+6
| | | | | Change-Id: Ic73b344dd8d9c28fc71a33ef9621d21c4007848d Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtdocQt Submodule Update Bot2023-04-261-6/+6
| | | | | Change-Id: Iace187b49edd8dcc3a621e7c645c223dc3a70f3b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Cleanup "Building a reusable QML module"Fabian Kosmale2023-04-261-51/+21
| | | | | | | | | | | | | - Rephrase a few sections. - Add additional links where appropriate. - Drop the part about qmllint; we don't want to promote faulty QML, and running qmllint is not really a core concern of building reusable QML modules. Change-Id: I74f261fe535cd0ef0b4122f0e29b2e768d491646 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit aa34aef7523f3dff13106b90050dfa4c101a3fac) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Qt Languages overviewJaishree Vyas2023-04-262-0/+101
| | | | | | | | | | | An overview of programming languages that you can use to write Qt applications. Task-number: QTBUG-111332 Change-Id: I3dbbca43edca030a6498d0c19c7f1075fc6bc70b Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit dda028dc3cad0d1cf3683b941e98ecef03ebccb2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Use qt_add_executable() and qt_add_library()Leena Miettinen2023-04-254-14/+13
| | | | | | | | | | ...instead of add_executable() and add_library() in example code. Task-number: QTBUG-113116 Change-Id: Id4f1d75b89f56e56ffe309849f2b61954eb22955 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 17d1e2597853aaafc328a512400ed41fde424d14) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Fix CMake module variable name: <module>_VERSIONLeena Miettinen2023-04-241-1/+1
| | | | | | | | Task-number: QTBUG-113116 Change-Id: Ib3bebf2c1189fe8435fd75a1aefe1508cd3dc761 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 37283ea8cf6d5d78a36a27560f9c06dc1a6469f1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtdocQt Submodule Update Bot2023-04-211-6/+6
| | | | | Change-Id: I0b867bd9cdf761aa11538d09129a0ef5ba42e6ae Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Document how macOS chooses the locale and languages for an applicationTor Arne Vestbø2023-04-201-0/+21
| | | | | | | | Task-number: QTBUG-104930 Change-Id: Ia1c4421df00bdb28cda4aa5eacc20f768f4ef579 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> (cherry picked from commit c4357b304dc7f06ce7fd22112c977b12e8d6bcb6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Generalize yocto version on boot2qt tier listsMikko Gronoff2023-04-201-12/+12
| | | | | | | | | | | | | Remove the patch level from yocto version as the main yocto branch is the more relevant one, ie. 4.1 (langdale). As a bonus this reduces maintenance effort a bit as yocto patch releases are updated frequently on Boot2Qt releases. Change-Id: I41c99571486f5ddae70fcb2be21df8e47703b2cd Reviewed-by: Tommi Mänttäri <tommi.manttari@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> Reviewed-by: Esa Törmänen <esa.tormanen@qt.io> (cherry picked from commit ca84477e48942fa3a6bcc1751d60889d736211f8)
* Fix section levels in Qt for macOS Specific IssuesTor Arne Vestbø2023-04-181-6/+6
| | | | | | | | | The \section2 parts had no relation to the Aqua \section1. Change-Id: I07fa543cb626076d47c8521848d816265699a50f Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit af94855f09a04aba7abba44e9719d7a4156537b8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* macOS: Remove reference to WA_MacVariableSize widget attributeTor Arne Vestbø2023-04-181-1/+0
| | | | | | | | | | It was used for the deprecated HI-based theming, removed in qtbase 50428e97270ad7c87439af599dce33b697c8cc44. Change-Id: I86f631985a4193c023ab985aaae715ede1215f5e Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit dd1c006104533b2c1c8500675959e5c4c3cf9b95) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtdocQt Submodule Update Bot2023-04-181-6/+6
| | | | | Change-Id: Ic1bf532bb69f24732cf12c2872cb7aaf302401dc Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtdocQt Submodule Update Bot2023-04-141-6/+6
| | | | | Change-Id: I1b3c8d450fa933c791ab4fa4a32089ba2e31d650 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtdocQt Submodule Update Bot2023-04-121-6/+6
| | | | | Change-Id: I45ec3dda3baa2542c9bc705aacbbdcecac1e72d5 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Doc: Use the \examplecategory macro to tag examplesTopi Reinio2023-04-124-4/+4
| | | | | | | | | | | | | | | | | The '\meta category' command was used for tagging examples with a specific category, used in Qt Creators Welcome mode. As we want to also generate lists of examples belonging to a category elsewhere in the documentation, replace the command with a macro that expands to the original \meta command and also adds the example to a group using the \ingroup command. This way, the category names can be used as arguments to the \generatelist or \annotatedlist commands. Task-number: QTBUG-112731 Change-Id: I8590894bdd31d69c38a60cdd42f7301e2cecd2ed Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit b597ecb9543c1bd8253baa2c5819b943f9b8ed56) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Docs: Revert mention that only up to Android 12 is supportedNicholas Bennett2023-04-121-1/+1
| | | | | | | | | | Android 12 was mentioned, but in reality the expectation is that all released versions from 8 upwards are supported. Change-Id: Ic051647d1b546b849d66d89b644584a81504fa63 Reviewed-by: Tinja Paavoseppä <tinja.paavoseppa@qt.io> (cherry picked from commit fb86e739dda248def053ea4948980f53acc41bf2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Docs: Remove or update obsolete info about SDK and API versionsNicholas Bennett2023-04-112-5/+3
| | | | | | | | | | | | | 6.5.0 uses the SDK 33 platform tools. Information related to API 21 is no longer relevant. Removed and updated as required. Fixes: QTBUG-112416 Change-Id: I126bc775bcac44f8f2cbe6736fe7a1860e02d418 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit e47cb8e3468d8b928847ad37642e8f4e6be5767f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Docs: Update broken link to qml video recorder exampleNicholas Bennett2023-04-111-1/+1
| | | | | | | | | Updated the link. Change-Id: Id0377db12074a90f487660ce01d9d3ca1486350a Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit b2e01dd62c4e322827bd5503e7d7880aa76b7e9f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Replace AUTO_RESOURCE_PREFIX with REQUIRESAmir Masoud Abdol2023-04-061-2/+1
| | | | | | | Change-Id: Id6a371d8afcca65e0f1e010f4a681c4e5673e1ba Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 67aac2075a262ba18cd15d4876278e59bdda9b51) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix a typoAmir Masoud Abdol2023-04-062-2/+2
| | | | | | | | | REQUIRED → REQUIRES. Change-Id: Ia79a63ea8883da53114869749cb35ded0624cb4a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 7df77e699605f33b2b06a35ff72f2275d6868adc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Porting: Fix clazy argumentsChristoph Grüninger2023-04-051-2/+2
| | | | | | | | | Clazy does not recognize the check if it starts with a blank ( ). Change-Id: Icf31c3940a85a820155a2c0bd40535c0eebfc06b Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> (cherry picked from commit e509a3d7ea7b20c7b10b89f3f11b3acbafd9b9d1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtdocQt Submodule Update Bot2023-04-051-1/+1
| | | | | Change-Id: I23ce0e1d33da7d6e2a26fba7979dc685d964a889 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Minor update to the Windows build documentationAmir Masoud Abdol2023-04-051-2/+5
| | | | | | | | | | | | The PATH is modified so that we can call `configure` in the prompt. Besides that, Step 4 only covers the in source build, so I add an alternative note to clarify that if Step 3 is done properly, you can run configure anyway within your custom command prompt. Change-Id: Ia9d7dd5f42f3d497ee58188d69b37a3d07fa54ae Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit a2fc398d1d7dd17d536de47b72ee1ee93064aeb5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove web assembly table from mobile platform documentationVolker Hilsheimer2023-04-041-12/+4
| | | | | | | | | | | | | It's both outdated (it's no longer technology preview) and confusing (in that it lists Desktop as a device under mobile). Add a statement about mobile platforms in the webassembly section instead. Change-Id: I91e3a46483cc3a554ca7ce14a56d83780b77d644 Reviewed-by: Lorn Potter <lorn.potter@gmail.com> (cherry picked from commit 0f7f29b429bcfb5fecbd94c571d5bcbe4dc170b4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update known issues for web assemblyVolker Hilsheimer2023-04-041-2/+0
| | | | | | | | | Accessibility is now supported. Change-Id: I902904bbb71073ae2f1c9c48d1b0ff3a5ca7076b Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io> (cherry picked from commit 226a115bd659533ffeaa984bc3f578c8a0dadb00) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove OpenWF and Mir clients from list of QPA pluginsVolker Hilsheimer2023-04-041-8/+0
| | | | | | | | | | They never made it into Qt 6. Change-Id: I858e2b2d7c0b04077f2c8f0c0820f94ff93c9ec7 Reviewed-by: Janne Koskinen <janne.p.koskinen@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 8701a547f3a3c1518cc76813317425de0c124bc2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.5' in qt/qtdocQt Submodule Update Bot2023-04-041-6/+6
| | | | | Change-Id: Ibf6edeea7aba88a80bd82c3e603763db52b487df Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump version to 6.5.1Jani Heikkinen2023-04-041-1/+1
| | | | | Change-Id: I86e11df3de65417a8b857efcf305e24220ca9d4d Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Docs: fix link to Qt GUI moduleVolker Hilsheimer2023-04-031-6/+6
| | | | | | | | Change-Id: I505afbce433df105bb97c99b35d76375457633a4 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> (cherry picked from commit 8dbe7ea41a08cde3fee9d76fd94ccb3d1516e522) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Docs: fix warnings after changes to photosurface demoVolker Hilsheimer2023-04-032-5/+5
| | | | | | | | | | Fix link after the page was renamed, and fix quoting logic to account for the slide show logic. Change-Id: I76e50ce3f8a6f4c1701ea2ed18623a8f66467b5f Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> (cherry picked from commit c8362caa5afe6a509151617baefc5eabdbeac3a0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Fix typoAndreas Eliasson2023-03-291-2/+2
| | | | | | | | Fixes: QTBUG-112327 Change-Id: I274ac613b881b59d3201254da3f4a694f7c479f4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit bfc11f0d4652cf75d25dc8ccc564d263ae6549cd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* wasm: update clipboard accessLorn Potter2023-03-291-5/+9
| | | | | | | Change-Id: I6cfac904756e86e075e62b16735ac2079c7805a5 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit 862beb375d901bfa6f1c10a298ef7925bad007b3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Drop NVIDIA jetson agx xavier from 6.5.0 releaseSamuli Piippo2023-03-281-1/+0
| | | | | | | | | | Board support won't get finalized for the 6.5.0 release. Change-Id: I780163b94dc7cbc8757d0a54f064d79d076032a9 Reviewed-by: Esa Törmänen <esa.tormanen@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit 5c94f0433372f4097d070d149ff9c42cf24a8ba4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Document Third-Party Code changes for the Qt 6.5.0 releaseJani Heikkinen2023-03-271-0/+65
| | | | | | | | | Task-number: QTBUG-112031 Change-Id: I67c3f0df9607bcf36d3c9f8b150793c1e17d59e5 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit 03e5aa17d13aa62bacd6b724b9a07041abb82f97) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Android: update what's new notes for Android for 6.5.0Assam Boudjelthia2023-03-241-2/+8
| | | | | | | | | Fixes: QTBUG-111962 Change-Id: I33a8589f57e1e7e7ae5c9ca0b3a670428bb14a83 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit b98ad981515616c57a3b9cedc3c3565281e98611) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update packaging option in purchasing example build.gradle fileNicholas Bennett2023-03-241-0/+2
| | | | | | | | | | | The current version 8 of gradle requires a change to the gradle.build file. Fixes: QTBUG-107849 Change-Id: I9bc61674106d650f9eddb30ec793d049ff0ba4fd Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit fa5239c72e33c634f2a03534d04ef420c071a0d3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add entry about QGuiApplication::setBadgeNumber() to 6.5 What's New pageTor Arne Vestbø2023-03-241-0/+4
| | | | | | | Change-Id: I6828e13830685940c97c3275d4a9da0ba058e725 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 2d1f0b1f0b33ac0712e4d925c36f54117049bb79) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update supported platforms and compilers for 6.5.0 branchHeikki Halmet2023-03-241-2/+2
| | | | | | | | | | Task-number: QTBUG-112032 Change-Id: I766ab40fa1c3994cc945118f7a9fd07868985c6d Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> (cherry picked from commit 8afa3c93632689be6b98eca53cfae403e002f421) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* photosurface: Add a "welcome" slide show at startupShawn Rutledge2023-03-244-16/+116
| | | | | | | | | | | The PDF is transparent, so the background shows through. Task-number: QTBUG-108924 Change-Id: I2fb78ad1b9453109a2d2eb19f2aad91f31679a0d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io> (cherry picked from commit 80404e00bb294bd358c93c9c5fefb490a8edb485) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* photosurface demo: Add a procedural texture backgroundShawn Rutledge2023-03-246-21/+110
| | | | | | | | | | | | | | Adapted from https://www.shadertoy.com/view/WdscWN via the Qt Quick Effects Maker and further tweaking by hand. Because we do not have a defined pattern to compile shaders from sources with qmake, building this demo with qmake is no longer supported. Task-number: QTBUG-108924 Change-Id: I0b19b6aa9865f2e8c259fb1d12dffd9a28eae72e Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io> (cherry picked from commit b766d2f1570825092bdb58ded83f7de9aa45b533) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>