summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump Qt version to Qt 6wip/qt6Alexandru Croitor2019-07-111-1/+1
| | | | | | Change-Id: I445178a54d1fe659dfb7a51063cb3a2e53453e01 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-2916-161/+700
|\
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-2916-161/+700
| |\ |/ / | | | | Change-Id: Icfdd09cdbb4062b7dc284d3291962db1366c9631
| * Doc: Improve the structure and readabilityKavindra Palaraja2019-06-281-125/+145
| | | | | | | | | | | | Change-Id: I9f945291e849c3298583ecf893c8429feb9f2051 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
| * Merge "Merge remote-tracking branch 'origin/5.13.0' into 5.13"Liang Qi2019-06-2515-36/+555
| |\
| | * Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-2515-36/+555
| | |\ | |/ / | | | | | | | | | | | | | | | | | | Conflicts: doc/src/configure.qdoc doc/src/qtmodules.qdoc Change-Id: Ie40a83f5a86bd1bc78855314cb2eed4e00746713
| | * Update SQLite to 3.28.0v5.13.0-rc3v5.13.0-rc2v5.13.05.13.0Andy Shaw2019-06-061-0/+4
| | | | | | | | | | | | | | | Change-Id: I44c5c461111b31b937c16a244ae362e20a92eebd Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | * Doc: Update supported platforms information for Qt 5.13Topi Reinio2019-06-052-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace RHEL 7.4 with "7.x" as support for 7.4 ends before support for Qt 5.13 does. - Replace openSUSE 42.3 with openSUSE 15.x. - Drop Windows 8.1, Ubuntu 16.04 as a reference configurations - Update reference Windows 10 build version - Update minimum supported Android version to 5 (API level 21) - Add a note explaining that supported (reference) configurations may change in patch releases. Fixes: QTBUG-76211 Change-Id: Ie73fd4c40e4c7500484445206e7ead870aaf1460 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| | * Doc: Update overview page Qt for WebAssemblyNico Vertriest2019-05-232-8/+243
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-72439 Change-Id: Iac0d4770fc1392dd4134b7cdd047cfd9ccb2ab0a Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| | * Mark Qt XmlPatterns as deprecatedv5.13.0-rc1Kai Koehne2019-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This follows deprecation in qt5.git (commit 16201ab3) and in qtxmlpatterns.git (commit ea54a86408c733). Change-Id: I32e63f49be3ebe778b82522d8f1b196e12df3d8b Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
| | * Doc: Fix documentation warningsv5.13.0-beta4Topi Reinio2019-05-217-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previous commits had introduced a number of linking issues and other problems. Linking to Qt Canvas 3D fails as the module was dropped - remove references to it. Change-Id: I7a24f82662929bc56cea4db919c02651a1a456a4 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| | * Doc: Add pages and linking to 'What's New in Qt 5.13'Topi Reinio2019-05-203-4/+238
| | | | | | | | | | | | | | | Change-Id: I5fc807b6fa549c5ac847da35a7e66a7b84f3f86a Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| | * Add changes file for Qt 5.13.0Antti Kokko2019-05-131-0/+18
| | | | | | | | | | | | | | | Change-Id: Ib7aa81dc1df7d531004a7ff13a4feee7fe19356a Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
| | * Document Third-Party Code changes in Qt 5.13.0Jani Heikkinen2019-05-081-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes where obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.12.3 and Qt 5.13.0 checkouts, and diff'ing these. Task-number: QTBUG-75417 Change-Id: I86cc4cd528284644368620a150de70791f8f8b52 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-182-2/+227
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-182-2/+227
| |\ \ \ |/ / / / | | _ / | | / Change-Id: Iebca9a9e8fa3c1eeb99ba59c6c6a21190e89f0e0
| * | Docs: Document the Android Build stepsKavindra Palaraja2019-06-032-2/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving the useful parts of the documentation from Qt Wiki to documentation * Updating the Qt for Android page to link to this new Build page Task-number: QTBUG-32290 Change-Id: I3d50102fec0f7fa4a2c887698657d3ecfc661ff4 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-117-53/+64
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-117-53/+64
| |\ \ \ |/ / / / | | _ / | | / Change-Id: I31a7333bc9a7a23b179b22de1e4afe4af443dead
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-06-086-26/+31
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-086-26/+31
| | |\ \ | |/ / / | | | | | | | | Change-Id: I6935c6493375c4198cf2ffe7e46cde202a325b5f
| | * | Doc: Improve CMake code exampleKai Koehne2019-05-072-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the comments, which are mostly superfluous or should rather be put into the documentation. Name the project and targets the same. Guard CMAKE_INCLUDE_CURRENT_DIR with a version check: This is only needed for CMake 3.6 and older. Add a resource file to be able to show off CMAKE_AUTORCC. Remove superfluous helloworld_SRCS variable indirection. Remove WIN32 argument to add_executable; this seems superfluous. Task-number: QTBUG-72159 Change-Id: I39f0d51d23d5dfbbd7a009c0f70c94e5d6296dab Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
| | * | QNX: List utilities needed for deploying apps to QNX devicesLeena Miettinen2019-06-031-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-69762 Change-Id: I4111411e09b7f643258207512d1d0502ce3fb571 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: James McDonnell <jmcdonnell@blackberry.com>
| | * | embedded: Document more output mode values for drmLaszlo Agocs2019-04-251-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Including the just introduced "skip". Change-Id: Ia551776c9dadb9ccd62f53fcd58f1c36ec5aba68 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
| | * | Adapt wording of documentation licenseKai Koehne2018-05-162-6/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic4f12efece736362e3d5196ad7d2ee6848c45746 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| * | | Add the supported QNX modules informationTarja Sundqvist2019-05-242-27/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the supported QNX modules information to the documention. Reference to the outdated wiki page is removed. Task-number: QTBUG-59976 Change-Id: Ida9d9cdb25fcd1ffd1a58dcd2d526a6d3c14cd40 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-031-8/+5
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-031-8/+5
| |\ \ \ \ |/ / / / / | | _ / / | | / / Change-Id: I75f911cbf56480932df4a58ae8e96b7c69ef17e8
| * | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-05-281-8/+5
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-281-8/+5
| | |\ \ \ | |/ / / / | | | _ / | | | / Change-Id: Iec633d43df503a0757d9bb47ceb361005b97f5bc
| | * | Fix path in Accessiblity docsFrederik Gladhorn2019-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm not sure if this should be here in the first place, but at least point to a valid location. Change-Id: I72342fc53ba2ec3fc0a711c62567f63883a23f37 Reviewed-by: Martin Smith <martin.smith@qt.io>
| | * | Simplify accessibility docsFrederik Gladhorn2019-05-151-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove some verbose noise that doesn't say anything. Change-Id: I009e1663272354d21feda1d2ba988e4841f118ee Reviewed-by: Martin Smith <martin.smith@qt.io>
| | * | Accessibility: We support UIA on WindowsFrederik Gladhorn2019-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems to be the official title MS gives its framework. Change-Id: Ic686628904cc30ccc040d32895db8896121e7281 Reviewed-by: Martin Smith <martin.smith@qt.io>
* | | | Add a note about receipt validation for the macOS storeEskil Abrahamsen Blomfeldt2019-05-141-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If receipt validation were automated by Qt, it would not be very resilient as copy protection. Since the documentation specifically mentions that you should protect the validation code, we should not encourage unsafe patterns and therefore we should not be handling the copy protection code in Qt. Task-number: QTBUG-52655 Change-Id: I3a75f0546d2e503775ca433e275e1714fa2e580a Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-143-63/+87
|\ \ \ \ | |/ / / | | | | | | | | Change-Id: Ib93e3f3b3762b7e383dfcd1d331dedbb88dc6d55
| * | | Doc: Move "Configure a Specific Device for Linux" to a separate pageKavindra Palaraja2019-05-133-63/+87
| | |/ | |/| | | | | | | | | | | | | Task-number: QTBUG-75725 Change-Id: I6fbcc03b4e90c7a14b935102abaa94d61dd9324a Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-0411-16/+32
|\ \ \ | |/ / | | | | | | Change-Id: I85074c2cee36f43ffc322733c60cdfd8b25e2674
| * | Document Qt Wayland license changes in 5.13Johan Klokkhammer Helsing2019-04-301-0/+13
| | | | | | | | | | | | | | | | | | Fixes: QTBUG-73919 Change-Id: I0a8524639b311288483a92a248ced9f0c3e7b8fb Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-2710-16/+19
| |\ \ | | |/ | | | | | | Change-Id: I68aacf7b5095efd43d5d338af4a6593d53979a94
| | * Rename 'CMake Manual' to 'Building with CMake'Kai Koehne2019-04-255-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The name 'CMake Manual' conflicts with upstream CMake documentation. Also, if we just talk about 'CMake' we now link to the actual CMake documentation. Task-number: QTBUG-72159 Change-Id: I209c7660fd881a7ac73b4260f4e8626225035bbf Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| | * CMake: Advocate find_packages(Qt5 COMPONENTS ...) styleKai Koehne2019-04-242-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the style cmake-qt documentation shows nowadays. For motivation see also https://blog.kitware.com/cmake-finding-qt5-the-right-way/ Change-Id: I47651c58387b8bf96a2235395f0321e54ad05a88 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
| | * Fix the EGLFS link in the QPA Plugins listTarja Sundqvist2019-04-232-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | The EGLFS link pointed to a page under VxWorks documentation when it should point to the embedded Linux documentation. Task-number: QTBUG-72530 Change-Id: Id8dc789760194db92162b6632ad1a8eae4b05994 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| | * Photoviewer: Fix warnings floodFriedemann Kleint2019-04-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accept https and check for the match of the regexp, fixing: rc:/PhotoViewerCore/script/script.mjs:61: TypeError: Cannot read property '1' of null qrc:/PhotoViewerCore/script/script.mjs:61: TypeError: Cannot read property '1' of null qrc:/PhotoViewerCore/script/script.mjs:61: TypeError: Cannot read property '1' of null qrc:/PhotoViewerCore/script/script.mjs:61: TypeError: Cannot read property '1' of null qrc:/PhotoViewerCore/script/script.mjs:61: TypeError: Cannot read property '1' of null qrc:/PhotoViewerCore/script/script.mjs:61: TypeError: Cannot read property '1' of null Fixes: QTBUG-75255 Change-Id: I3c447830874d504213276b8064abcf3cef1f72ec Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| | * Doc: Change recommended command for updating Android SDKPaul Wicking2019-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | Fixes: QTBUG-74637 Change-Id: I1d242938695773c879426289fd578f598bf2c625 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-272-0/+27
|\ \ \ | |/ / | | | | | | Change-Id: I4de3d80d1c8cbc8777935b50ee47f03d20b3b05d
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-252-0/+27
| |\ \ | | |/ | | | | | | | | | | | | | | | Conflicts: doc/src/legal/licensechanges.qdoc Change-Id: Ic1dea52541a5f1ce88e1608e90f9dd1bb1b3ca72
| | * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-172-0/+27
| | |\ | | | | | | | | | | | | Change-Id: I15fddfb53c49385e45ecab3391b5d8125a25a96c
| | | * Document Third-Party Code changes in Qt 5.12.3v5.12.35.12.3Kai Koehne2019-04-081-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes where obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.12.2 and Qt 5.12.3 checkouts, and diff'ing these. Fixes: QTBUG-75026 Change-Id: If1b8b44c45333d33e8b163639c6d6a0e81798d53 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | | * Add changes file for Qt 5.12.3Antti Kokko2019-04-051-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 323572c586c06b20a8ddccaed0add6deb9283903 Consistently fill out Platform columns in Qt Modules overview + b107451957d8c74eb70d660d8313b4bc0dcf200b Handle recursion depth errors when parsing JavaScript + 9c821c6dae5a624f13d0c04e1d80aa804ed540c9 Bump version + 583a748340e67ba10cf426fe2712412f9373055a Doc: Avoid auto-linking to WebEngine, WebSocket etc + adaefd7cb8ed0849cd0a36a95912e37b3b14d35a Document that Qt Script is deprecated Change-Id: I01a8b5f3193aee06161433b80356d633f428de60 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-201-150/+165
|\ \ \ \ | |/ / / | | | | | | | | Change-Id: Id684997e13f48d2163c67eba7d0d086e020c47c6