summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Docs: Remove Obsolete Getting Started with Purchasing QML docNicholas Bennett2022-10-192-260/+8
| | | | | | | | | | | | | Added a note about the state of purchasing in Qt 6. Removed obsolete Qt Purchasing getting started with QML doc and references to it. Fixes: QTBUG-107108 Change-Id: I24fc9c374b13a40a00ac8572da241ad5ecba8037 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Tero Pelkonen <tero.pelkonen@qt.io> (cherry picked from commit da0969991b5395c2e4cef65b61fc2ff5e4d13c76)
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-10-191-4/+4
| | | | | Change-Id: Ifebe31fc82e96677a16a330f1770491be163c5e0 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Doc: CMake Manual: Fix QtIntefraceFramework command annotationDominik Holland2022-10-181-2/+1
| | | | | | | | | | Also add a link to it in the Table of Contents Fixes: QTBUG-105220 Change-Id: I7e28760549188c4abdcf5891b4e8ca8a7d5255b2 Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit c69318b63bae73420954d1c2245d571fb683745d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-10-181-4/+4
| | | | | Change-Id: I7c8da727c3c99b4e442529712ab3cfc40d2050bb Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-10-171-4/+4
| | | | | Change-Id: I868cd2fd5db278305e13f78102fed607261b8d57 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Doc: Add documentation for Qt educational licenseTopi Reinio2022-10-1430-0/+380
| | | | | | | | | | | | | | | | | | | | | | | Add step-by-step install instructions for installing Qt for application development and Qt Design Studio for Qt educational license holders. These steps differ from normal procedure with the online installer as it involves the creation of Qt Account via the education license program, and the available packages differ from those in the open-source edition. Add instructions for using Raspberry Pi as a target hardware via QBSP, also available as part of the educational license. Link to the new pages from Getting Started, and add information about the educational license to Licensing page. Fixes: QTBUG-106537 Done-with: Hanna Humaljoki <hanna.humaljoki@qt.io> Change-Id: Icce481c50f19580363e25e07b084bc80d7e1132a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit aafbdd1fd4a0d2edacbe5c20481adb0696475550) Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-10-141-4/+4
| | | | | Change-Id: Ic2ac1c4c9bf7bc179407bc07dd788150ac727e86 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update supported platforms and compilers for 6.4.0 branchHeikki Halmet2022-10-141-4/+8
| | | | | | | Task-number: QTBUG-106292 Change-Id: Ib2406f31a61296c429e54f832a60537ab0773188 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit a3b8a191fd02c131c3855aa121745bc8c9fec22d)
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-10-131-4/+4
| | | | | Change-Id: I1d6ddd4175fedf2cb7188ead944457876110d023 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Fix path for YouTube video thumbnailTopi Reinio2022-10-132-7/+5
| | | | | | | | | | | | | | | | A relative path was used to refer to a thumbnail image for a video link on Qt for Android overview page. While QDoc was able to locate and copy the image to the output directory, the relative path appears as-is in the generated .qhp file and is no longer correct, causing qhelpgenerator to ignore it. Consolidate all 'extra images' into the same source directory and handle them in one location in the .qdocconf file. Change-Id: I66531da883bac57fcf32e75c11eb087a648d9798 Reviewed-by: Luca Di Sera <luca.disera@qt.io> (cherry picked from commit 4ed44071676b09d0f55a9f2a865d18ba7e6ce4b1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Supported platforms: Update supported MinGW versionOliver Wolff2022-10-121-2/+2
| | | | | | | | | | | | | MinGW 8.1 has not been tested in CI since Qt 6.3. This should be reflected in our supported platforms document. The MinGW entry in Android referred to the host Qt and is no longer relevant. Change-Id: I44e68b4db1bd8f4afe2bcbf0e1e7c8c6f458e506 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 5b0716e5d6c009e8da22db2a36fa5cda5e0d539f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Document that we also support MSVC 2022Kai Köhne2022-10-112-4/+4
| | | | | | | | | | We do only provide prebuilt packages with MSVC 2019. Anyhow, these are compatible also with MSVC 2022. Change-Id: I28df6617684ccfa4fe4817e86c231e747f516d6c Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit d1c3cdecccc784cb1fbc81887b8da7f96cb05296) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Docs: Fix getting started with android YouTube video IDNicholas Bennett2022-10-113-2/+2
| | | | | | | | | | | | | The YouTube ID copied from the browser was incorrect. This patch fixes this. Will build locally and check embedded YouTube videos work in future before pushing. Change-Id: Ib48500a2b49abb17177353bc544dcb05d10c219b Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 0fbb595b7fd843f651ab442d8dd06e5394567f1d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add a link to the docs about building Qt from sourcesThiago Macieira2022-10-111-0/+3
| | | | | | | | | | | This page isn't easy to get to starting from the doc start page. It appears to be linked from only the debugging techniques page or from the descriptions of other configure options. Change-Id: Ic6547f8247454b47baa8fffd170ff1ee966ce1fa Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit c61aaf454a3214de0c7325471caf2bb9ceab2f71) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix typo in 'why moc' documentFabian Kosmale2022-10-101-1/+1
| | | | | | | | Fixes: QTBUG-107245 Change-Id: Ia7eed02b5eff293a3d650e6bae6bdbf01a7acfe9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit b04a538b0e48760bcb3425f72bc2b082f5a5e138) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-10-071-4/+4
| | | | | Change-Id: Ie77b1644e4148cc5f1bf4e0f12d70879cd3248d6 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Docs: Fix some naming around performance optimization documentationNicholas Bennett2022-10-073-6/+11
| | | | | | | | | | | | | | While doing some work to add performance optimization information for embedded Linux targets noticed the naming of some other pages could more match the material to prevent confusion with what is to be added. Added QML in front of the qt quick performance doc page title. Added a link to the Qt Creator docs regarding the QML profiler. Change-Id: Iecf91dbf8d329e89519e16391bebf4295af35397 Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 30827d85a55026342277e5d9f7ca7665c1cfd5ba) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-10-061-4/+4
| | | | | Change-Id: Iec876c1a833a1ed30df7a26d6172ce261478015b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Docs: Fix link to Qt Creator and AndroidNicholas Bennett2022-10-051-1/+1
| | | | | | | | | Used the link from the external resources. Change-Id: Ice4b12e0d026a904e643ab17f0f08bbb5a2ec70f Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit af43e916e14fd160c9bbd6299d1c43b476f2c8e8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Docs: Embed getting started with android video in relevant docs pageNicholas Bennett2022-10-053-1/+9
| | | | | | | | | | Embedded the YouTube video in the getting started with android docs. Fixes: QTBUG-107151 Change-Id: I9b4e77de6f6be19eb29efd7241a9e7ee1ddefa02 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 1908dac3377e1a8d397870526587b614516f06c7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Consolidate information about SSLKai Köhne2022-10-044-11/+5
| | | | | | | | | | | Since Qt 5.15, we only support OpenSSL 1.1.1 or later. Change-Id: Ifc0066767a2bec40dcce7b68bcbdfee2944eb7d9 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> (cherry picked from commit aead590843909462686204feb68c76744a3b7e47) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-10-031-4/+4
| | | | | Change-Id: I95154a2bf580622a29ce30b83c26168892d2f9af Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-09-301-4/+4
| | | | | Change-Id: Ic758c511028a1622c1b97b37ec3faf6ae01f5126 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Fix Coffee machine demoThomas Hartmann2022-09-302-0/+2
| | | | | | | | | | | | | By using a constant/binding we avoid that the binding for the settings state is deleted as a side effect of having a Behavior. This fixes the demo, but not the underlying issue. Task-number: QTBUG-106677 Change-Id: Ic4c5da9f159cb242fd4d3f039286bc0a3bdb803f Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit 7d09e80d53063983cc3dc4c57896095efaf70c31) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-09-291-4/+4
| | | | | Change-Id: I37f9fa6341d13f4c951de5541917b0a1623b9467 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-09-281-4/+4
| | | | | Change-Id: Ifb746bc4b8ddc692bb8a5a885622dc28c28fa989 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* wasm: remove errant )Lorn Potter2022-09-271-1/+1
| | | | | | | Change-Id: I15f9649eeb51cc196e3e0c6d537365a9d3d8f8d7 Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 650fcfc52354b348271e99ada5f5d9f859d92b1e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update 'Supported Qt Versions' documentationJani Heikkinen2022-09-271-1/+6
| | | | | | | | | Task-number: QTBUG-106290 Change-Id: I47c361770565dab8bd6e3ef95e2e7178c7c6491a Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit 704adfd54818b6f479715034c638dd99c706923a) Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
* Doc: SpellcheckNicholas Bennett2022-09-2724-62/+61
| | | | | | | | | | | Mostly just simple spell check but trying to remove confusing hyphenation or world conglomeration that required a rephrase in some places. Change-Id: I57f25b7bcc4c02220e9205ce978fa0d071844dea Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 713fe3cf5344d433da16fc173f41361da54ef3d0) Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-09-261-4/+4
| | | | | Change-Id: I5d733456f9105527c6061220bd5828c31ace3430 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* WhatsNew6.4: Add Android changesRami Potinkara2022-09-261-0/+13
| | | | | | | Change-Id: I899506bb9e6ea8d0b6bbc4517a7f04c24f712c64 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit aa6faf0132192527572add9907c0ab0588f53295) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Clean up Linux issues pageKai Köhne2022-09-231-60/+2
| | | | | | | | | | | | | | The various compiler defects were for compiler versions we don't support anymore, and architectures are better documented in the supported platforms page. What remains is a stub, but since the information also exists for other platforms, it might be good to keep it for future extensions. Change-Id: Idcbb9e4feb5f27f2493d729287174447171548d4 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit d652fddbad846c97d68a1878d9c0a90b5970a338) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* WhatsNew6.4: Add webOS changesTommi Mänttäri2022-09-222-7/+29
| | | | | | | Change-Id: I3df2d8fad0830723580dacebd4a0911d91d1fe59 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit d8580c31eba8c93eacc54f7be84175e370aca5c3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* WhatsNew6.4: Add Embedded changesTommi Mänttäri2022-09-221-2/+7
| | | | | | | Change-Id: Idf0fb8a80ac77091dfde6308c1ff5dcccb5c5e1f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 70637966fbd322fc4770c6f6bb87f30bd3779992) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Document Third-Party Code changes in Qt 6.4.0Jani Heikkinen2022-09-221-0/+61
| | | | | | | | | | | | | | | | The changes where obtained by running qtattributionsscanner -output-format json in the sources of both Qt 6.4.0 and Qt 6.3.2 checkouts, and diff'ing these. Task-number: QTBUG-106291 Change-Id: I9f1dc9fe5f25357ddb5e035f9e51af8bbdfe9895 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit fc1a67a8a44455c2620f632d1e6d96627066a00d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Rewrite accessibility pageKai Köhne2022-09-221-56/+52
| | | | | | | | | | | Give concrete guidance in how Qt does support you in different accessibility topics. Leave the details about AT technologies to the respective sub-pages. Change-Id: Ic19b30998d9a0d2ebc31a064f1455c695da4c000 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 52e743613786b369d909bb3d0c50f9dd478cafb5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* WhatsNew6.4: Remove "Nothing to see here" and mention WASMVolker Hilsheimer2022-09-211-44/+3
| | | | | | | Change-Id: I4379ed0ec58edff2edfd0878fd1cbe2aea93dc19 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> (cherry picked from commit 31b9689625c2eaa3375c57a04c138567983746b5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-09-201-4/+4
| | | | | Change-Id: I861d20c0471f38715d3c8f3275e108d73c876e6e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-09-191-4/+4
| | | | | Change-Id: I9b468cc9b313915b8142bff5ca0313738cbf3d1e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump version to 6.4.1Jani Heikkinen2022-09-161-1/+1
| | | | | Change-Id: I55d31bfe3f286e977360a088737050dd5d6b4b21 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-09-161-4/+4
| | | | | Change-Id: I9cb8f85ec43818cea4bcb5beea64567908604589 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-09-151-4/+4
| | | | | Change-Id: I418854fe674492e940308337cb9e9551210540bd Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* wasm: document (emulated) TCP sockets supportMorten Sørvig2022-09-141-4/+4
| | | | | | | | | | | Qt sockets classes now work with the socket emulation functionality provided by Emscripten, where tcp sockets are tunnelled over WebSockets. Change-Id: Id56fb8817621bc865e2e1f837792ede4adf99f7f Reviewed-by: Lorn Potter <lorn.potter@gmail.com> (cherry picked from commit 33a0ee439faa39f8a849381fb247a86586e748f2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-09-141-4/+4
| | | | | Change-Id: I1609699610c02f7e2e3c28fda66d25cb7291b701 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-09-131-4/+4
| | | | | Change-Id: Idb8bb8f01100eefca27b059db6b3eef75260a809 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-09-121-4/+4
| | | | | Change-Id: If7ba21abe7c8eab2a8d00676d82074da0ec947ba Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.4' in qt/qtdocQt Submodule Update Bot2022-09-091-6/+6
| | | | | Change-Id: I81e4dfd291adb83d03a36439df685ef0d597ed17 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* wasm: update emsdk version in exampleMorten Sørvig2022-09-081-2/+2
| | | | | | | | | | | The list was updated to say 3.1.14, however the example was not. Change-Id: I043ed47dc760279d53aa0116a974a9388466c978 Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io> Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> (cherry picked from commit f52f6fde694ebb90d358efe824b95014d9a0b669) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* wasm: Update asyncify instructionsLorn Potter2022-09-081-0/+27
| | | | | | | | It is now link time enabled Change-Id: I4e2c091614d38fef80e2cc051e207f163cd85a0c Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> (cherry picked from commit 8a9ec5504abdecd7bbe88f85deff1919221f7309)
* Document application startup for Qt on WebAssemblyMorten Sørvig2022-09-081-0/+47
| | | | | | | | | | | | In short, normal app.exec() works (with one caveat), rewriting main() to allocate on the heap and not call exec() is more in line with Emscripten and Web platform behavior. Change-Id: I342ce4d3b1416fff6830f5d3a54e224bac627b5a Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 461299204305d078cd5fd7f5853ffd56b4db4839) Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>