summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'v5.15.9-lts-lgpl' into 5.155.15Tarja Sundqvist2023-04-0514-55/+106
|\ | | | | | | Qt 5.15.9-lts-lgpl release
| * Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into ↵v5.15.9-lts-lgplTarja Sundqvist2023-03-2314-55/+106
| |\ | | | | | | | | | | | | | | | tqtc/lts-5.15-opensource Change-Id: Ic581f3373c78cc49dd0d75f67f65bf4debd049a9
| | * Add information of the updated zlib versionTarja Sundqvist2022-04-011-1/+4
| | | | | | | | | | | | | | | | | | | | | The zlib version was updated to 1.2.12. Change-Id: I572be7b59e25c5bf0f04bc079533c64f26a0608d Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | * Document third-party code changes in Qt 5.15.9Tarja Sundqvist2022-03-221-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes were obtained by running qtattributinsscanner -output-format json in the sources of both Qt 5.15.8 and Qt 5.15.9 checkouts, and diff'ing these. Pick-to: 5.15 Change-Id: I6060df23bbedceaa8f12cb9e1a463dce439c9274 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | * macOS: Update docs for specifying build architectureTor Arne Vestbø2022-03-141-7/+14
| | | | | | | | | | | | | | | Change-Id: I60c8ba70030bf4449eeb4983c8ec570cdf31b228 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
| | * Update supported platforms and compilers for lts-5.15.9Heikki Halmet2022-03-141-5/+13
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-99909 Change-Id: I07a4e40e55b8e716f78205cad265b943170f161c Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
| | * Remove version number for Qt VS Tools supportLeena Miettinen2022-02-181-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The link in the paragraph leads to the latest information, so we should not have to maintain it here. Change-Id: I8d5c73fe8ab479af0027970d8f3aef72d5a9bdb2 Reviewed-by: Miguel Costa <miguel.costa@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit c4aa05647ae20b2a9ddbf72d412c02646fcb52b8) Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
| | * Fix alarms demo to run successfullyAlexandru Croitor2022-02-083-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it failed with QQmlApplicationEngine failed to load component qrc:/alarms/main.qml: No such file or directory main.cpp was adjusted to use alarms/main.cpp but the resource file locations were not changed. Change them to match the expected path in main.cpp. qtquickcontrols2.conf needs to stay in the root of the resource path, so it's added via a separate resource. Amends 302121874ea6e664ea2a59a07bff8fa06983c335 Fixes: QTBUG-100434 Change-Id: I3436e07600ca7dad8bba45274ba49dc6c137a938 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit c43d133e5233415260afbed78f7cda8b4dec680c)
| | * Update Qt Quick GS tutorialLeena Miettinen2022-01-244-19/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update information about and screenshots of Qt Creator New Project wizard template. - Use the main.cpp file generated by Qt Creator 7.0 Fixes: QTBUG-99847 Change-Id: I1c2208267e9554e2f929ffffaa3dabd5554fc12e Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 302121874ea6e664ea2a59a07bff8fa06983c335) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| | * Docs: add color attribute to Property BindingYe ShanShan2022-01-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unable to see the two children rectangles within the property binding example without color, so add color attribute to Property Binding example for easier readability. Fixes: QTBUG-91543 Change-Id: I5d7f316898a89dcc99f047b865cea88252fb820e Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit d4999d2dbafbc88ed1d856b129f2596bee4e9df0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| | * Bump versionTarja Sundqvist2021-12-311-1/+1
| | |
| | * Add Open Asset Import Library version numberTarja Sundqvist2021-12-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-98203 Change-Id: Id3b50042f5d77187588bcaab2619e2fbb35194c3 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit 64fdbc43346dc75c3bb97f9e9e41cbba0019797f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| | * Docs: Add QNX 7.1 informationMarianne Yrjänä2021-12-221-12/+13
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-97907 Change-Id: I0e98415f549cfb55e24ae82300e2a30ccf348091 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
| | * Document third-party code changes in Qt 5.15.8Tarja Sundqvist2021-12-141-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes were obtained by running qtattributionscanner -output-format json in the sources of both Qt 5.15.7 and Qt 5.15.8 checkouts, and diff'ing these. Change-Id: Ice16e888c32e6ace5c7bd2af27b64beae146f7df Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit cd61e094112f3539b376d37705c18f8b28646bdf) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* | | Merge tag 'v5.15.8-lts-lgpl' into 5.15Tarja Sundqvist2023-01-034-9/+19
|\ \ \ | |/ / | | | | | | Qt 5.15.8-lts-lgpl Release
| * | Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into ↵v5.15.8-lts-lgplTarja Sundqvist2022-11-114-3/+19
| |\ \ | | | | | | | | | | | | | | | | | | | | tqtc/lts-5.15-opensource Change-Id: I13149acf89fea903fd75bbf7cf038b0ba529d2af
| | * | Add Open Asset Import Library version numberTarja Sundqvist2021-12-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Pick-to: 5.15 Task-number: QTBUG-98203 Change-Id: Id3b50042f5d77187588bcaab2619e2fbb35194c3 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
| | * | Document third-party code changes in Qt 5.15.8Tarja Sundqvist2021-12-141-0/+10
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes were obtained by running qtattributionscanner -output-format json in the sources of both Qt 5.15.7 and Qt 5.15.8 checkouts, and diff'ing these. Pick-to: 5.15 Change-Id: Ice16e888c32e6ace5c7bd2af27b64beae146f7df Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| | * Doc: add missing visible property to ApplicationWindow exampleSamuel Gaist2021-12-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without that property the window stays invisible which will be confusing for newcomers testing this example. Change-Id: I7c4f5af170fb0830ff0a8eb4eee9cd463ab9b361 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 707eae4de62110283b985281ada5175a9950bbac) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| | * Bump versionTarja Sundqvist2021-11-081-1/+1
| | |
| | * Bump iOS supported version to iOS 15Tor Arne Vestbø2021-11-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Testing various examples shows no regressions, and there's nothing in the release notes that would indicate that iOS 15 shouldn't work as well as iOS 14. Change-Id: Idc63e4b92d81085906ffea42d9f3b844dee75c05 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit 03728a0241369e0ba241c5be45e937a13feff047) Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
| | * Document third-party code changes in 5.15.7Tarja Sundqvist2021-10-201-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes were obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.15.6 and Qt 5.15.7 checkouts, and diff'ing these. Task-number: QTBUG-96475 Change-Id: I952f1ea483309727fc80dffb927442637b2f6f85 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 2d3881979ba464889b40faccb8bba0b2f85f23da) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* | | Merge tag 'v5.15.7-lts-lgpl' into 5.15Tarja Sundqvist2022-10-2712-20/+192
|\ \ \ | |/ / | | | | | | Qt 5.15.7-lts-lgpl Release
| * | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into ↵v5.15.7-lts-lgplTarja Sundqvist2022-09-1212-22/+188
| |\ \ | | | | | | | | | | | | | | | | | | | | tqtc/lts-5.15-opensource Change-Id: Id4a5c639bd97c86e01449567351292dd46e0738f
| | * | Document third-party code changes in 5.15.7Tarja Sundqvist2021-10-201-0/+18
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes were obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.15.6 and Qt 5.15.7 checkouts, and diff'ing these. Pick-to: 5.15 Task-number: QTBUG-96475 Change-Id: I952f1ea483309727fc80dffb927442637b2f6f85 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| | * Add qml runtime tool documentationShawn Rutledge2021-10-027-8/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qmlscene is deprecated. Much of the same information has been applicable to the qml runtime tool for a number of years already; however that wasn't documented until now. We remove the information about the --dummy-data argument because it's a means of injecting context properties, which are deprecated. Information about the -I imports option is temporarily omitted because it was deemed somewhat confusing (although still applicable). Task-number: QTBUG-53219 Task-number: QTBUG-96800 Change-Id: I12370d523d43f7ea6ca4ce3ff1ceb8431d87a889 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit eb630974940420a6e01e47cebadf343390e6759c)
| | * Add Qt version to 3rdparty license pageKai Köhne2021-09-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Details about the Third-Party licenses differ from minor to minor, and patch-level to patch-level release. Make it explicit that the list shown is only for the specific Qt version the documentation is part of. Change-Id: Ic8a11dfed7001d693685f70b214f27709f94ef5b Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit 9ca11e93af2eafff8f143de322110afbd29d293f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| | * Update supported macOS and iOS platformsTor Arne Vestbø2021-09-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | We now test 5.15 on macOS 11 in CI, so we can comfortably say it's supported. iOS 14 has been verified to work as expected, so we assume it's no less supported than iOS 13. Change-Id: I0d628517ed6e1175f96186ea63aed01b6075482a Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
| | * Doc: Recommend Strawberry instead of ActiveState perlKai Köhne2021-09-141-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both work, but ActiveState is currently moving to a very restrictive license policy: https://www.activestate.com/blog/important-changes-to-activestate-licensing-and-pricing-model-in-2021/ Actually nowadays also the msys perl from git work, so the warning about the order of PATH is superfluous, too. This fix is only for 5.15, because the page has been more or less rewritten for Qt 6. Change-Id: I3b7cf484313e3297f97080e8f43900330385c000 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
| | * Bump versionTarja Sundqvist2021-09-071-1/+1
| | | | | | | | | | | | Change-Id: I5b4126774f32d72cae6d4bfd3e092e8db3fea982
| | * Document third-party code changes in 5.15.6Tarja Sundqvist2021-08-201-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes were obtained by running qtattributionsscanner -output-format json in the sources of both 5.15.5 and 5.15.6 and diff'ing these. Task-number: QTBUG-94654 Change-Id: Ibbd7f5297a17c391658b0cd65ac678700fc665dc Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 060bd151b272f57a3404b1fc010c7b6207e31fa4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| | * Document third-party code changes in 5.15.5Tarja Sundqvist2021-08-201-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this change was originally merged only to tqtc/lts-5.15.5 branch so cherry-picking it to the lts-5.15 branch too. The changes were obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.15.4 and Qt 5.15.5 and diff'ing these. Pick-to: 5.15.6 Task-number: QTBUG-93906 Change-Id: I383819d841aab3f98b6f92738bb1177179a08ba7 Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit d2312c82299b26185c8d5e34428fa856808b2300) Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | | Merge tag 'v5.15.6-lts-lgpl' into 5.15Tarja Sundqvist2022-09-0711-15/+41
|\ \ \ | |/ / | | | | | | Qt 5.15.6-lts-lgpl Release
| * | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into ↵v5.15.6-lts-lgplTarja Sundqvist2022-08-1611-15/+41
| |\ \ | | | | | | | | | | | | | | | | | | | | tqtc/lts-5.15-opensource Change-Id: I840bfab4ceb870661e8accb5252e455c14833704
| | * | Document third-party code changes in 5.15.6Tarja Sundqvist2021-08-201-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes were obtained by running qtattributionsscanner -output-format json in the sources of both 5.15.5 and 5.15.6 and diff'ing these. Pick-to: 5.15 Task-number: QTBUG-94654 Change-Id: Ibbd7f5297a17c391658b0cd65ac678700fc665dc Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| | * | Document third-party code changes in 5.15.5Tarja Sundqvist2021-08-201-0/+15
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes were obtained by running qtattributionsscanner -output-format json in the sources of both 5.15.4 and 5.15.5. and diff'ing these. Note: this change was originally merged only to tqtc/lts-5.15.5 branch. Task-number: QTBUG-93906 Change-Id: I21990deb21e6fdf2dc2fe95977468fc8b800174d Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| | * Update supported platforms and compilers for Qt 5.15.6Heikki Halmet2021-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-94655 Change-Id: Ia4ea594460bf06d38b2ae89fe7b502ecb49c9440 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
| | * Doc: Update getting started video linkTopi Reinio2021-08-043-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include update to config. Task-number: QTBUG-91675 Change-Id: I3f4abc05d7c8d82a7051fa0de29407cf8442771f Reviewed-by: Andy Shaw <andy.shaw@qt.io> (cherry picked from commit bee16ca5b6d8ebc8e99c9e0ca14860a16a437d36) Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
| | * Doc: Fix broken URLsPaul Wicking2021-06-253-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use https for links to unicode.org. * Fix broken link to QtWS video in resource center. Change-Id: Idad535ea5e9a1bc9aff535274914035cbd374c47 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 610e195acf8b87e57fc3b44d7e570391daa35277) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| | * Doc: Update location to Qt Quick app templatePaul Wicking2021-06-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the Qt Creator UI has changed, update the instructions to reflect said change. Fixes: QTBUG-94607 Change-Id: Ib3912512f8812226ddf325088b70080a0a1b3051 Reviewed-by: Nico Vertriest <nico.vertriest@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 44e06153d25a1abefd0052d724a2576dd16b5c43) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| | * Fix broken linkAssam Boudjelthia2021-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | A link was using \c instead of \l. Change-Id: Iaea36a8a8f13ec48e51a003a5c5b5207060004e0 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 950781405bdf8199f1264187798e2d1414118510) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| | * Bump versionTarja Sundqvist2021-06-071-1/+1
| | |
* | | Merge tag 'v5.15.5-lts-lgpl' into 5.15Tarja Sundqvist2022-06-164-7/+37
|\ \ \ | |/ / | | | | | | Qt 5.15.5-lts-lgpl Release
| * | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into ↵v5.15.5-lts-lgplTarja Sundqvist2022-05-164-7/+37
| |\ \ | | | | | | | | | | | | | | | | | | | | tqtc/lts-5.15-opensource Change-Id: I6845108dc16125f21d5f23e1c18047f2bdfac101
| | * | Document third-party code changes in 5.15.5Tarja Sundqvist2021-06-021-0/+15
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes were obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.15.4 and Qt 5.15.5 and diff'ing these. Task-number: QTBUG-93906 Change-Id: I383819d841aab3f98b6f92738bb1177179a08ba7 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
| | * Bump versionTarja Sundqvist2021-05-201-1/+1
| | | | | | | | | | | | Change-Id: I19285f02394f9a2526d5451368efdc2033910a9b
| | * Android: Fix build error issue in examplesJukka Passi2021-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android target was omitted from unix branch when compiling coffee demo Fixes: QTBUG-56322 Change-Id: I59a8aac7574188cbe0925d03808670417c152c9b Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> (cherry picked from commit dad1d9e61796efb357fa1f99063d4f025ef8acdc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| | * Doc: Update VxWorks 7 added support for llvm/clang releases text to 5.12Pasi Petäjäjärvi2021-04-281-5/+20
| | | | | | | | | | | | | | | | | | Fixes: QTBUG-88987 Change-Id: I924a06785a236cb5a2180c04857ef7ca3164792c Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
| | * Document third-party code changes in Qt 5.15.4Tarja Sundqvist2021-04-221-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes were obtained by running qtattributionsscanner -output-format json in the Qt 5.15.3 and Qt 5.15.4 source packages and diff'ing the changes. Change-Id: I2f416dcb442a13c4c9f23feade2f86476bebb48f Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 1d7f17705f35d5c3d0f58a6317c78bd26637341c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* | | Merge tag 'v5.15.4-lts-lgpl' into 5.15Tarja Sundqvist2022-05-099-13/+42
|\ \ \ | |/ / | | | | | | Qt 5.15.4-lts-lgpl Release