summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update supported platforms and compilersv5.15.25.15.2Heikki Halmet2020-11-121-9/+8
| | | | | | | | Task-number: QTBUG-86964 Change-Id: I2f9fc595a7ac31fa2441222de39d3db8e0a34b00 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Kalle Viironen <kalle.viironen@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Clarify that the CI does not define the reference configurationsTor Arne Vestbø2020-11-121-11/+6
| | | | | | | | | | | | | For various reasons, not all reference configurations are tested in the CI, but may instead be tested day to day by developers, and manually as part of the release process. By removing the CI references in the documentation we make it clear that the CI does not define the list of reference configurations. Pick-to: 5.15 Change-Id: Ie16dd23afe5cae9d0a67a216cd113ab3c3ca10ec Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Document Third-Party Code changes in 5.15.2Jani Heikkinen2020-11-031-0/+23
| | | | | | | | | | | | | | The changes where obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.15.1 and Qt 5.15.2 checkouts, and diff'ing these. Task-number: QTBUG-86908 Pick-to: 5.15 dev Change-Id: I3ccec8d26a8889be372ff245de45d6e87c56e75d Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Add changes file for Qt 5.15.2Antti Kokko2020-10-281-0/+38
| | | | | | | | | | | | | | | | | | - d090008ce51f995c87b7a5cd9f7cf47dda1865b3 Add changes file for Qt 5.15.1 + 6ab3f6199bd74726143efa0db4a697d7d9fda460 Android: update docs, and remove few duplicates - 5313fada1d847bd4c4872ed338cadab46189cc4a Document Third-Party Code changes in 5.15.1 - b452310a1366f3422d6a7cf98d3b85562218759a Restore macOS supported platforms documentation + 684cf652c8b0e58ec33125197cf0918091ceb097 Tweak CMake "hello world" + 7e47a90ba78972c1d85eed28563206ca0f34a40b Remove 'Open Source Licensing of Qt' page + 433c92b655a62609e06c109ab0ecaeb73ab152d9 Doc: fix dead links + e3333439a4ebd6a765bb148d94319138610b7535 Update QDoc source code location + 2e1697578072216795d1a3642c7bfbcb0a381fbc Bump version + dbec3ef48a1bb5ba17c4a2ddc486fbd23b3ab006 Add changes file for Qt 5.12.10 + 85d3a019f854d16c07e5d3cac1c617aa50626bba Android: update android building and getting started pages Pick-to: dev 5.15 Change-Id: I691087f7528039a4e4e92b8ad0bd452b14c1948d Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Android: update android building and getting started pagesAssam Boudjelthia2020-10-214-86/+188
| | | | | | | | | | | | | Better organize few sections and provide updated commands for building for Linux and Windows. Also, remove/update few links and phrases and examples list. Task-number: QTBUG-87070 Change-Id: I4da9c9cbdbd2fad3072e525e9d3fc21946149c88 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit b24df371cd65fe8ff0ad7fa1e11f06fd13e1d03e) Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* Add changes file for Qt 5.12.10Antti Kokko2020-10-211-0/+28
| | | | | | | Change-Id: I6c36cb134bdf21c41a64dceb75377b67365fcd47 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 0a78fdafa390a7c1d1194ad35c67c1dc8d2185f0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Bump versionJani Heikkinen2020-09-281-1/+1
| | | | Change-Id: I6c059de3097abb6030ca477584e43c9c042a38ba
* Update QDoc source code locationCarl Schwan2020-09-261-2/+2
| | | | | | | | | | | The location of the QDoc source code moved from qtbase to qttools. This commit reflect this change in the README. Change-Id: I488faf6fd94d57eb651524f3fa0eb1d0397e66d2 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 99be756c0f907014b73fd97cdc8c883ed83d1b0c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: fix dead linksAndreas Buhr2020-09-221-2/+2
| | | | | | | | | | | Two of three links to the unicode documentation were broken. This patch fixes the links. Change-Id: I4833805e3266416750981cd5ff9cb4ae88f4aaa2 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> (cherry picked from commit 18f4feb9248e1561229d0d9d9a1fbbb659b227a1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove 'Open Source Licensing of Qt' pageKai Koehne2020-09-161-73/+0
| | | | | | | | | | | This page is not up to date - not all Qt modules are available under LGPL v3. Anyhow, the page does also duplicate much information from 'Qt Licensing', and is not linked to from anywhere. So it's probably best to just remove it. Change-Id: I8c2fd1173a2a2fb11f7d5192cd44033740cf4484 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit f6176032826d32d50d285c65251bcfd5d6d3e971) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Tweak CMake "hello world"Kai Koehne2020-09-151-1/+4
| | | | | | | | | | | | Follow the advise from "Professional CMake: A practical guide" and set the VERSION and LANGUAGES for the project explicitly. Finally, do explicitly require C++11. Change-Id: I81eab1abf2bddb0519216bdc0d633e2d00b6b289 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit a1d67257ecc6b553325991e25ffc8d36afdeb45e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Restore macOS supported platforms documentationTor Arne Vestbø2020-09-021-8/+2
| | | | | Change-Id: I1eb22f94821514e3fc3a80de6c594ae8c2ecc0ed Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Document Third-Party Code changes in 5.15.1Jani Heikkinen2020-09-011-0/+13
| | | | | | | | | | | | | | | The changes where obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.15.0 and Qt 5.15.1 checkouts, and diff'ing these. Task-number: QTBUG-84935 Change-Id: I6f2de7e35134f94d35d7d022719b9f20525e76dd Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit 2b804a46cd35400b69bf832218c7e524cc8fb686) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Android: update docs, and remove few duplicatesAssam Boudjelthia2020-08-282-41/+35
| | | | | | | | | | | Update some out-dated info, and remove duplicates about packages to install and JDK setup. Change-Id: Ia035ed5683d880bb420a6d44beb84ae47295ac06 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> (cherry picked from commit 3813fd4149fd5039a5d8e6d57c8b8ecbccb99a50) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add changes file for Qt 5.15.1Antti Kokko2020-08-251-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + 33549ee35f6dcb22dcb473d7729b7f789de682b8 CMake: Fix TOC + 5e207d3aec8d049e9bbb8cb6b337f1c405edb31d Update uic, rcc command line help to reflect Python usage + 6a080760bbb6af21da935e075707fd906cf5f747 Document new flags and env.vars. for Windows OpenGL + 086dcc8c9d2f2f0631b62e983d190ddbb3c4b43d Remove -qt-xcb from linux documentation + c8458acf4cf4985a72229af418b1641a5497b8e3 Specify that iOS 13.2 SDK is required for Qt + 8006bf9f94cef92bc595195b0c192f15c9ab8439 Doc: Add Qt distance field generator to the list of tools + d089c60dfd513e27b0197f93c66fdaca6ef1e55e Doc: Add cmake instructions for app icon setup + fc94e5c5cfab13aeae8609c55dcf2c883533ef3d Explain that qmlscene automatically creates windows for bare Items + 64a0b3a31ab1080bd6183594588330a51cf4ad58 Redefine supported platforms and compilers + f1a522e3f687575cfdf33881809d1d61c4febe5b Support ICC 19.1 instead of ICC 18 + 94876f4ae378c9ae005b781bc98aa1742630416a Doc: Add info on how to install docs + 7a1a9d372c68d1d019f410a7e09dc8b6472537c7 Doc: Add libxcb-xinerama0-dev to suggested packages for Linux + 2c038f10d67f855e21f2b4338b56139d03949c32 Remove tech preview section from 5.15 docs + 95ec925c123fa802a9899870cc1867a73ca15362 Add Qt Marketplace entry to Qt Licensing page + 0dcb328b0332f2b438f00f365fb8d5707ea73339 Document the requirements of Linux Accessibility + f440a3e1ed071310f03ccd478ff3b6148d1cf84b Indicate that SQLite was updated to 3.32.3 + dba7e708d1fe5236cdb338486e0fa043964b3d21 Bump version + 21083c44075c2289f1593b6932d390e9f2383392 Fix "rectange" typo + 9c83b672f144fc5b099ad28f5f170b2801e86b2d Update emsdk install example + a43c74bc1c8d672f7137a7e1ca0dad687a64e73e Doc: Remove Qt Quick Controls 1 Example from Overview page Change-Id: I3abf17b9310ac3a691b568f347788988391561d8 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 0aead2ee97757b6cc4abbe1eee2ceb2e315feca6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Remove Qt Quick Controls 1 Example from Overview pageKai Koehne2020-08-121-1/+0
| | | | | | | | | | Qt Quick Controls 1 module is deprecated since quite some time, and won't be part of Qt 6. Change-Id: Icb5ee0030abd32111f605852a69dc9dfbd323876 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit b3010566d3efe6b79684138e1de1a0b5440ad7c5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update emsdk install exampleMorten Johan Sørvig2020-08-031-3/+3
| | | | | | | | | | | The emsdk version naming scheme has changed; use a current version instead of and old version. Fixes: QTBUG-84396 Change-Id: Id51ed7e1d87594dcff063b33ca85727ad46ccb9a Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 14b0181bfb07a8b70fd1d705ea4499d0081da731) Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* Fix "rectange" typoOliver Wolff2020-07-301-1/+1
| | | | | | | Change-Id: I617b27909349a1cead679a23e93249d8bd1a72c9 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io> (cherry picked from commit 7dbaed07d471c8cbdb250e9ce482bae282a0913e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Bump versionAlexandru Croitor2020-07-301-1/+1
| | | | Change-Id: Ie12849120087647662c0a33c70eb010afd867a61
* Indicate that SQLite was updated to 3.32.3Andy Shaw2020-07-181-0/+13
| | | | | | Change-Id: I8c39891713ab6f7db70550025dc9f5907439006d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 009d24fe02962e37752f3f59e8b344d2e0ea80b4)
* Document the requirements of Linux AccessibilityFriedemann Kleint2020-06-301-0/+6
| | | | | | | Change-Id: I2e7bf3caf5c42ba9d2fbc79dbbc0816d96d1ff1f Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 0c51083433d5cecc071621d0efec88d122503295) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add Qt Marketplace entry to Qt Licensing pagePaul Wicking2020-06-292-0/+9
| | | | | | | | | | | | | Add an entry that explains licensing for marketplace items, and an external page to the license agreement text. Fixes: QTBUG-84422 Change-Id: Ibb1d30400891691febee030fbfd02c4ef6be1514 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tino Pyssysalo <tino.pyssysalo@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit c4fb087637bee5a305636c4b5f323fe9bea85634) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove tech preview section from 5.15 docsPaul Wicking2020-06-251-14/+0
| | | | | | | | | | | | | As QtPDF was the only tech preview module, remove the entire section. An empty table might indicate that something is missing (while it wouldn't be). Stating "we don't have tech preview modules" seem redundant when the section can simply be removed. Fixes: QTBUG-85257 Change-Id: Ibed3a0beff3c4bf446a72e0b02dd431f754f3f30 Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 1bd4874bd1d54ad6d7064d6fb4fc1e6167566b33) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Add libxcb-xinerama0-dev to suggested packages for LinuxPaul Wicking2020-06-241-0/+1
| | | | | | | | Fixes: QTBUG-85228 Change-Id: I259d62525ee22b13c7604f010c4e3fe2b2ddd443 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit f18821766d57a4b72fc8336d210e7478611d1bc4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Add info on how to install docsPaul Wicking2020-06-241-0/+8
| | | | | | | | | Fixes: QTBUG-83479 Change-Id: I7a1af26335acc10494e474d05e2366515dc7f6b9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> (cherry picked from commit 7adaa5c782b729da8113acade21c3f00e4e9aaef) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Support ICC 19.1 instead of ICC 18Tony Sarajärvi2020-06-231-1/+1
| | | | | | | | As we got Qt working with ICC 19.1, we bump the supported ICC version from 18 to 19.1 Change-Id: I8edec759942c38f8dcf96a54659512db1f914702 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Redefine supported platforms and compilersTony Sarajärvi2020-06-181-22/+29
| | | | | | | Update document to represent the real Qt 5.15 situation. Change-Id: I47f79ac5e681fbd0234f95b433444d80698d08a4 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Explain that qmlscene automatically creates windows for bare ItemsUlf Hermann2020-06-151-1/+8
| | | | | | | | | Fixes: QTBUG-81963 Change-Id: I6cb597cdebdbdae04bb0b16d193898b83ed236a9 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit efb4d6bfd876b71fc4c942444319cb0b24bda41e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Add cmake instructions for app icon setupVenugopal Shivashankar2020-06-152-19/+87
| | | | | | | | | | | Added CMake-specific app icon setup instructions for windows and macOS. Change-Id: I81378ba8cee010685811b34b4dee85fdbe2b2edf Fixes: QTBUG-83696 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 33b7bf61824b80cf71042c31c505b73e82e11b37) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Add Qt distance field generator to the list of toolsVenugopal Shivashankar2020-06-081-0/+3
| | | | | | | Change-Id: I6caf1ffc927dca54d5f5e96449491dadfd7e274b Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit a6e82bfb7bd8a72f3e0da0c23fac19d22c744a9a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Specify that iOS 13.2 SDK is required for QtAndy Shaw2020-06-061-1/+1
| | | | | | | Change-Id: Icb4c85ce36b035eff79debf866994c6fc9ee614a Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit da251f16c7d04a30047b91653ef4425dee8ae522) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove -qt-xcb from linux documentationKai Koehne2020-05-182-33/+17
| | | | | | | | | The option got removed in qtbase commit 60588e1a5dd Change-Id: Ib847c3707c6193ce7afcd5b1e03337bc30e889a7 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io> (cherry picked from commit 9f6b42bb8e5646b2bf59b6cffe9f5398e7a1505c) Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Document new flags and env.vars. for Windows OpenGLLaszlo Agocs2020-05-181-0/+14
| | | | | | | | | Task-number: QTBUG-82372 Change-Id: I011cc1397a40f63ce1b18ef12f3a6af6f08d83c1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Andy Nichols <andy.nichols@qt.io> (cherry picked from commit a1e61b25d817e40d480ae5d034a7c0b6620f3199) Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
* Update uic, rcc command line help to reflect Python usageFriedemann Kleint2020-05-182-13/+25
| | | | | | | | Change-Id: If1e15d55a4b73f790e7c5cd06300752b82863199 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: hjk <hjk@qt.io> (cherry picked from commit 86c7c40f8d19c82ab837931bab83586b1b01a62e)
* CMake: Fix TOCKai Koehne2020-05-181-1/+1
| | | | | | | | Amends 4ba6e29bea36910cdc510d7b6c98c8b8ab393ef1 Change-Id: If4e4876b55873815334d9d196cdd1057ea5c9ffe Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 9043b57823b291012d1b041a2bc3861b253c1a24)
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-1412-34/+192
|\ | | | | | | Change-Id: I247d77630e1cdb35883b143ca1ed69da7488181b
| * Document Third-Party Code changes in Qt 5.15.0v5.15.0-rc2v5.15.0-rc1v5.15.05.15.0Jani Heikkinen2020-04-291-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | The changes where obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.15.0 and Qt 5.14.2 checkouts, and diff'ing these. Task-number: QTBUG-83515 Change-Id: I5a78596f75ea4b9bcae58da5b74211760c413098 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| * Android: add sdk and ndk environment variables to deployment docsAssam Boudjelthia2020-04-281-5/+18
| | | | | | | | | | | | Task-number: QTBUG-80390 Change-Id: I595fdd2047dad92dd8bd52be2eea0525cd0692c4 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| * Android: remove broken links to services examplesAssam Boudjelthia2020-04-271-10/+2
| | | | | | | | | | Change-Id: Iffed15e3ec54afbf5c84466d828bfdf367ef0b28 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| * Android: note about difference between qt resources and android assetsAssam Boudjelthia2020-04-251-6/+9
| | | | | | | | | | | | | | Task-number: QTBUG-80390 Change-Id: Ib5139ef92b44665e58a86860c4d11b7e9cddd9bd Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| * Doc: Fix snippetPaul Wicking2020-04-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | The field sa_flags of the structure term is not initialized to zero, so SA_RESTART is in OR with whatever value was in the memory. It should be set to zero as already done for the structure hup. Fixes: QTBUG-83686 Change-Id: If4c2b68136fb0cab26af164bbdb461807b11ce70 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Levon Sargsyan <levon.sargsyan@qt.io>
| * Doc: Update 'All Qt Modules' page for Qt 5.15Topi Reinio2020-04-242-7/+24
| | | | | | | | | | | | | | | | | | | | | | - Link to Qt PDF (Technology Preview) - Move Qt Lottie Animation and Qt Quick 3D out of Tech Preview and list them as modules available under GPLv3/Commercial license. - Link to Qt for MCUs Fixes: QTBUG-83752 Change-Id: Id7f06494f91a054766afcb19d3634409d755592f Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| * Android: Add limitations and few frequent questionsAssam Boudjelthia2020-04-242-0/+41
| | | | | | | | | | | | Task-number: QTBUG-80391 Change-Id: I9485665baf7ebec1d87b9196c8e270d1e15f3543 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| * Add changes file for Qt 5.15.0Antti Kokko2020-04-241-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + f0c97814bd1cd33cdbe013584599733850cb008b Bump version + cf2ca6dcc3de5d28a865ff5a4e6324526de63650 Update the Qt Quick Compiler docs with regards to resource handling + 58c17ea6a79d682da976815901830839ddc9cec0 Use networkError instead of error + ea11d049ab497bbaa78a2cecbc0f028433847058 Revert "Use networkError instead of error" + 49591c453fea8bb7f1f80d815496aa57620add53 Demos: request Android storage permissions when using QStandardPaths + 1c2369121e1c2a3b81c14ddb1fdd38061289abae Use Qt::SplitBehavior in preference to QString::SplitBehavior + 490c55ff10b9002da4bdabf0c331a8ffbde5a245 Remove the comment about building MySQL and clarify doc + d17f1b97c1a78ab7bd7aedf2dd31bd1f004981bd Doc: Remove \contentspage commands + 0c1a0fd13c86f774ba42346a74b498626abfc6b2 Record 5.15's updates to UCD and the public suffix list + dcfe75ec675683f62ed36dfb5fa15ecc92ff7b0c Update the supported platforms documentation re Visual Studio 2019 + 9dbfb42c2176d6790c1be516df220426e35aa179 Doc: Remove incomplete list of development tools + 7634e39bccf807fad270fa95a7d55a70d1cb3839 WASM: Do not recommend --embedded option for emsdk + 5f047a357399e1bf88ff4678a10e04dfd337a5a3 Document minimum emsdk version for Qt 5.15 + a86bcb6bc3b3a2cdbed07befe98d967968f638fe Improve IPC documentation + d9b39705b08defd13ba351644666da0ecf5e6189 Android: move and re-organize android docs to separate platforms/android + 5cec5e99f391918c189d501e94523c3f1b5d3c73 Add chromium updates for 5.14 and 5.15 Change-Id: I7279d5fd014ad3c96b3d453a46492f965bc710ce Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| * Document new options for macdeployqtMichael Brüning2020-04-241-0/+9
| | | | | | | | | | | | | | | | This adds documentation for the new options that were added to macdeployqt in Qt 5.15. Change-Id: I7fab7588e09693d9cb507125aa2c4366134efbd1 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
| * Doc: Update VxWorks supported architectures/releases text to 5.12Paul Wicking2020-04-241-2/+13
| | | | | | | | | | | | | | Fixes: QTBUG-83705 Change-Id: I6ab940fe47e2cf48cc69ab2655bb8d6cb9902ba7 Pick-to: 5.12 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| * Android: note limitation with multiple services in one processAssam Boudjelthia2020-04-242-1/+9
| | | | | | | | | | | | Task-number: QTBUG-80391 Change-Id: I6681b062f24dcbe1fdf6ccf3edbf4dc08629e9d9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| * Merge remote-tracking branch 'origin/5.15' into 5.15.0Qt Forward Merge Bot2020-04-2222-923/+2072
| |\ | |/ |/| | | Change-Id: Ibac97219e1738afb001d4a6829e4ab7269378382
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-212-0/+31
|\ \ | | | | | | | | | Change-Id: Ic1de676b463a9c5f2dd7f7f3ddd7f84e8918e5e0
| * \ Merge remote-tracking branch 'origin/5.14.2' into 5.145.14Qt Forward Merge Bot2020-04-212-0/+31
| |\ \ | | | | | | | | | | | | Change-Id: If2507a727789bb04196e21e1c1a7df12d4b8924d