summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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.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>
* | | doc: Add a link from "Qt for Embedded Linux" to the "Wayland and Qt" topicv5.13.0-beta3Kavindra Palaraja2019-04-161-6/+7
| | | | | | | | | | | | | | | Change-Id: Idc093150ad02e62861df38eba24a0f9b0fdd03f5 Reviewed-by: Johan Helsing <johan.helsing@qt.io>
* | | docs: Improve EGLFS documentationKavindra Palaraja2019-04-151-144/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reworded parts of the content to improve readability * Converted the long lists into tables that can be skimmed quickly * Minor grammar fixes Change-Id: Ia2d0badb5184fc62315553158b74cbae7be84e11 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com> Reviewed-by: Andy Shaw <andy.shaw@qt.io>
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-1011-13/+27
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: doc/src/qmlapp/deployment.qdoc Change-Id: I04f75d1a82c611f1781e4ec942c490f6f465d7d6
| * | Document QTQUICK_COMPILER_SKIPPED_RESOURCESJüri Valdmann2019-04-021-0/+10
| |/ | | | | | | | | | | | | | | | | | | | | Document the qmake variable for skipping resource files. Copied from the old Qt Quick Compiler docs (https://doc.qt.io/QtQuickCompiler/). Fixes: QTBUG-74078 Change-Id: I7fc2fa5171aad7ec380a46495298b29caf86b6a2 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| * Document that Qt Script is deprecatedMitch Curtis2019-03-271-0/+4
| | | | | | | | | | Change-Id: I0646c50ea17a71ae49b630ad1cb3ddb1c12d098d Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| * Doc: Avoid auto-linking to WebEngine, WebSocket etcTopi Reinio2019-03-279-13/+13
| | | | | | | | | | | | | | | | | | | | When discussing the modules, it typically makes no sense to link to QML types or external locations - prefix these words with a backslash to instruct QDoc not attempt autolinking. Task-number: QTBUG-74634 Change-Id: If134b6c8d00ed3e555834dd19c0b5a4030c9a53d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | [docs] Add documentation about Wayland architecturev5.13.0-beta2Kavindra Palaraja2019-04-014-0/+259
| | | | | | | | | | | | | | | | | | * Created a new topic to provide some conceptual content on Wayland * Added some diagrams to support the story Task-number: AUTOSUITE-679 Change-Id: Iac4fb425f1bdce8fba79e06994f933ac86d55056 Reviewed-by: Johan Helsing <johan.helsing@qt.io>
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-270-0/+0
|\ \ | |/ | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Iedca7a1d55ce814fd0825f9a95c9a85b127d01df
| * Bump versionKari Oikarinen2019-03-211-1/+1
| | | | | | | | Change-Id: I081fd47d1c494a35ac7601be32bfdb7c0713695d
* | Note 5.13's updates to D-Bus and the public suffix listEdward Welbourne2019-03-221-0/+11
| | | | | | | | | | | | | | Task-number: QTBUG-72623 Task-number: QTBUG-72622 Change-Id: I620af94031d68dff8b1d83d8cea91cfa18282dab Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-0/+5
|\ \ | |/ | | | | Change-Id: Ib1389ab0904e51ae54b3e4858e755b7807319ca2
| * Handle recursion depth errors when parsing JavaScriptLiang Qi2019-03-201-0/+5
| | | | | | | | | | | | | | Implementations of QQmlJS::AST::Visitor are required to do so. Change-Id: I47d55d25d7c4dd3f826b3cd24a29fc4287d113c8 Reviewed-by: Liang Qi <liang.qi@qt.io>
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-162-0/+67
|\ \ | |/ | | | | Change-Id: I9f8b1b2c85e1d96fe4baad0359fc07353c82d721
| * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-152-0/+67
| |\ | | | | | | | | | Change-Id: I06014d1d05518145664d7a0628172a09eaf127eb
| | * Document Third-Party Code changes in Qt 5.12.2v5.12.25.12.2Jani Heikkinen2019-02-271-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes where obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.12.1 and Qt 5.12.2 checkouts, and diff'ing these. Webengine changes is based on 8fefc0d9b8ae46d65e8c05f9cc55bbfc0e88b632 Changes that just did add incomplete metadata (like homepage of upstream)are not listed. At same time add missing Third-Party Code changes in Qt 5.12.1. Task-number: QTBUG-74094 Change-Id: I2978c95873c337df3b0e076f38d7e135d4eef9bf Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| | * Add changes file for Qt 5.12.2Antti Kokko2019-02-251-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + c556903f7571e9f533dc016a97f2189767058c70 macdeployqt: document how to affect the volume name + 20e2c195f44286e91ed46d96a3b54c552e6e2943 windows: Clarify dependencies for ANGLE when MSVC or MinGW is used + 6576640a33353e8f3b35df27cf082c72d9a4b9dd Bump version + 478c0843c48259ce257dea0cf4e383dbb7944c9a Update windeployqt documentation + 09f7f933740458585fc389fd03f11ab5f8302f79 Add documentation about QtOpenGLExtensions library and its license + cc1a7a75ec5d2222230e90a6afb8770dc5810ed6 Make examples self-contained + 2e9adec0f0d929d971d3da1c7f1f170930fc7ae0 Doc: Fix versioned links on All Classes/QML Types pages + 0661dfc0bd89dd88ffd58c01bfce07d0de0f0eb2 Doc: Add overview page to Qt for WebAssembly + 81200196ada801601c6c973643d2962be5a88ba7 List Qt Network Authorization as GPLv3 add-on + a38799f6e165e224750494bf515c78db4c4217db Doc: Add the missing animated gif Change-Id: I5e334b5687ebef3790a19d901515c99016a8128c Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* | | gettingstartedqml.qdoc: Terminate commentFriedemann Kleint2019-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fix warning: doc/src/getting-started/gettingstartedqml.qdoc:28: (qdoc) warning: Unterminated C++ comment Change-Id: Ide04c8f358fa63fb39da7356f3b26914ab4010bf Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | | Doc: Fix link and qdoc compilation errors in qtdocv5.13.0-beta1Nico Vertriest2019-03-0112-17/+17
| | | | | | | | | | | | | | | Change-Id: I3d05fd5fd5c35648bbbf1e1521f52bc128dfcede Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* | | Doc: Add linking for Qt Lottie AnimationTopi Reinio2019-02-272-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add a dependency and linking to the module (as Technology Preview). Task-number: QTBUG-74041 Change-Id: I44c8cd2804fcb46cbe2d379e688c7c755c33ef04 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* | | Fill in "Target Platforms" column for Qt Remote ObjectsKai Koehne2019-02-251-1/+1
| | | | | | | | | | | | | | | | | | Change-Id: I117aa2799cf9931cd32688decb729925a89647ae Reviewed-by: Brett Stottlemyer <bstottle@ford.com> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-231-24/+24
|\ \ \ | |/ / | | | | | | Change-Id: Id48ee2e44b57defece2e3bc09f0b8b884e75f344
| * | Consistently fill out Platform columns in Qt Modules overviewKai Koehne2019-02-221-24/+24
| |/ | | | | | | | | Change-Id: Ie6b023c2ec00486be55c84e027ef715d000e202b Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-162-5/+5
|\ \ | |/ | | | | Change-Id: Iddaf3939f04ae46cccffa831dc354036663bdd93
| * Doc: Add the missing animated gifVenugopal Shivashankar2019-02-131-0/+0
| | | | | | | | | | | | | | | | | | The example that demonstrated custom QML type creation was replaced in 9d88932795ff, but the corresponding animated gif was not updated/added. Change-Id: I81e85e2d1c815405164ec047d9adda4e31958429 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
| * List Qt Network Authorization as GPLv3 add-onKai Koehne2019-02-121-5/+5
| | | | | | | | | | | | Fixes: QTBUG-73705 Change-Id: Ia81b9181c28b99f454e7136c021a62666371c93e Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-092-1/+163
|\ \ | |/ | | | | Change-Id: I28366f0153d33a537471865bd94ce7f7e33a29cb
| * Doc: Add overview page to Qt for WebAssemblyNico Vertriest2019-02-062-1/+163
| | | | | | | | | | Change-Id: I677255a5ad311e9bbca57d07a6e11149a14a22ce Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-021-3/+3
|\ \ | |/ | | | | Change-Id: Idb1548cf0ae64d28869f7f8cdd29851e3a51eb04
| * Doc: Fix versioned links on All Classes/QML Types pagesTopi Reinio2019-02-011-3/+3
| | | | | | | | | | Change-Id: I924c4228a3c5117d87b98ca4643dc3871d205e88 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-2628-1131/+225
|\ \ | |/ | | | | Change-Id: I1c8dd12e37606df62c6ac30916caeb20044e082e
| * Make examples self-containedKai Koehne2019-01-2427-1131/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove shared main entry function and shared resources (that were not used anyway), and simplify the entry point: * Get rid of special handling of QT_QUICK_CORE_PROFILE, QT_QUICK_MULTISAMPLE environment variables. * Remove QQmlFileSelector, which is not used in the examples. * Do set QtCoreAppication::organizationName to 'QtExamples', so that the settings are separate from QtProject. This follows recent changes in Qt WebEngine examples. Change-Id: I01851b3434901fefc2738136a2f1795d682a3233 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>