summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Document Third-Party Code changes in Qt 5.11.2v5.11.25.11.2Kai Koehne2018-08-311-0/+35
| | | | | | | | | | | | | | | | The changes where obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.11.1 and Qt 5.11.2 checkouts, and diff'ing these. For Chromium information was taken from QTBUG-69663. Changes that just did add incomplete metadata (like homepage of upstream project, version number....) are not listed. Task-number: QTBUG-70278 Change-Id: Ia70f762fbbfe0ee04ff1eb3991c318416cfda479 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Add QDoc's Clang dependency info to platform requirement pagesPaul Wicking2018-08-303-0/+18
| | | | | | | | | Add information about QDoc's Clang dependency to the requirement pages for Windows, macOS, Linux. Task-number: QTBUG-65762 Change-Id: Id2ff49459ba28b2eaffb839012a96b4497521a12 Reviewed-by: Martin Smith <martin.smith@qt.io>
* Add changes file for Qt 5.11.2Antti Kokko2018-08-291-0/+24
| | | | | Change-Id: I2e30992d05f39d6d9321fab4893d4fba35d9fc74 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* Doc: Mention qbs in qtmain library documentationPaul Wicking2018-08-091-1/+1
| | | | | | Task-number: QTBUG-64803 Change-Id: Id560169cb281c3b991b1b5ee673e27bf75d218c8 Reviewed-by: Martin Smith <martin.smith@qt.io>
* Doc: Update screenshot in Layout Examples group pagePaul Wicking2018-08-081-0/+0
| | | | | | | | | Screenshot on the group page is too small to make sense of, use updated picture with increased dimensions. Task-number: QTBUG-63248 Change-Id: Id3f78a2589301b74120e472327004c3cdff5249d Reviewed-by: Martin Smith <martin.smith@qt.io>
* Doc: Fix erroneous linkPaul Wicking2018-08-071-1/+1
| | | | | | | | | Add qualifier to the link so that the auto-linker links to the correct location, here the QML type and not QDoc's \row command. Task-number: QTBUG-59445 Change-Id: I84b3cbf60203b4ee0be9b75c67c58ff990d5611b Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Doc: Fix typoPaul Wicking2018-07-311-1/+1
| | | | | | Task-number: QTBUG-67136 Change-Id: I4b5e3e0ad33c07d222875eed358df45be46f90b5 Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
* Bump versionOswald Buddenhagen2018-07-301-1/+1
| | | | Change-Id: Ib1d4574d16eaa1bb65696b509121b9f7ff3165af
* Doc: Fix broken external link to Apple Developer pagePaul Wicking2018-07-241-1/+1
| | | | | | | | | | | | | Change link target so that it points to a location that is less prone to change in the future. The original document is gone, and the Apple Developer site has undergone major restructuring in the years since. By pointing the user to the main landing page, our link will likely work also in the future, even if Apple decides to redesign their Apple Developer site. Task-number: QTBUG-60494 Change-Id: Icff92dcbbe202bc5e2e46ba44eabac610f9b1899 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Fix external links to Qt Creator ManualLeena Miettinen2018-07-203-3/+4
| | | | | | | | | The section name changed in the Qt Creator Manual and external-resources file. Change-Id: I6f547b161bdb17eab6cfec2e636be050540ba428 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Remove Qt Quick Enterprise Controls from All ModulesLeena Miettinen2018-07-201-4/+1
| | | | | | | | It has been integrated in the Qt Quick Extras add-on module. Change-Id: Icdbdae9283df3554a207453e99d76ac866cdbbe7 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* Add commercial modules to All ModulesLeena Miettinen2018-07-192-2/+22
| | | | | | | Task-number: QTBUG-66573 Change-Id: Ie41b50c40576e926136752c4166c5f7cf7750026 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* supported-platforms: correct supported GCC version on Ubuntu 16.04Gatis Paeglis2018-07-191-2/+2
| | | | | | | | | | | | | A default compiler version on Ubuntu is GCC 5.4.0, not GCC 6 as was set in 73c29d331e5ea09b0186ec9944f026ef7ce8e43b. WMs in CI use the default version. gcc-6 --version The program 'gcc-6' is currently not installed. You can install it by typing: sudo apt install gccgo-6 Change-Id: I9029f81bd9ea7c06142403b0bd7dd7035dd80fcc Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* Doc: link to best practices documentation from "QML Applications" pageMitch Curtis2018-07-161-0/+1
| | | | | | Change-Id: I4a9dc4c3ac3753fcab215bf944db2a22536570b1 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Doc: link to best practices doc on coding conventions pageMitch Curtis2018-07-161-0/+6
| | | | | Change-Id: Ic00dfd7f6ab3833f092b2d56d8b405d9dc03de39 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Doc: give property assignments their own line in coding conventionsMitch Curtis2018-07-161-3/+9
| | | | | | | | | | | | The point of the convention was that related properties should be part of the same "block" or "group" of assignments, which can be achieved by ensuring that they are directly above/below one another. Bunching up assignments onto one line for a few properties should not be a recommended practice. Change-Id: Ie84163b3261e7138d69678e059a91c2c82b43507 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Remove outdated references to Unicode standardsKai Koehne2018-07-131-3/+1
| | | | | | Task-number: QTBUG-56699 Change-Id: I669aa9316042fe6d3a40c2a470cf5ba0c0697693 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Remove QtQuickCompiler from the table of commercial add-on modulesSimon Hausmann2018-06-251-3/+0
| | | | | | | | | Since 5.11 this functionality is folded into the qtdeclarative module. Task-number: QTBUG-66566 Change-Id: I0aa11c803df37c3892ae2612c00ea270423d8f47 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-192-1/+41
|\ | | | | | | Change-Id: If9364d08ffe71db57bf91917940069ffb0d652d6
| * Update ChangeLog for 5.11.1 license changesv5.11.15.11.1Kai Koehne2018-06-121-1/+17
| | | | | | | | | | Change-Id: I18f8fe0fd3c1469be881f63b92cb5d455393ea82 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| * Add changes file for Qt 5.11.1Antti Kokko2018-06-091-0/+24
| | | | | | | | | | | | Change-Id: I0b22defaf42ff21b5f8c1d4e0a094a01f5f3d07e Reviewed-by: Topi Reiniö <topi.reinio@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io>
* | Fix link to Boot2Qt entry pageKai Koehne2018-06-181-1/+1
| | | | | | | | | | Change-Id: I29e86ae78b45067bb128cc68d9b747383e046a6f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Change Qt for VxWorks through Qt Professional ServicesTuomas Heimonen2018-06-181-2/+2
|/ | | | | | | | | Task-number: QTPM-1135 Change-Id: Icfd340d5621e084d8dec976d3ff3106dfa5495c3 Reviewed-by: Santtu Ahonen <santtu.ahonen@qt.io> Reviewed-by: Kalle Viironen <kalle.viironen@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Doc: Move coffeemachine examples to examples/demosNico Vertriest2018-06-0744-1/+105
| | | | | | | | | | -Also add license file for TitilliumWeb-Regular.ttf -Add qt_qttribution.json and LICENSE.txt Task-number: QTBUG-68357 Change-Id: I705a28ed9f113e7ad3cca1b93eb162cc223d9d2d Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* Add changes file for Qt 5.9.6Antti Kokko2018-06-011-0/+24
| | | | | | | Change-Id: I251ceca7a9a065f08fdcc37d7e649db32e60e01d Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit a78613965f257b092a555683d8f225c61cfb160e) Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Add changes file for Qt 5.9.5Antti Kokko2018-06-011-0/+25
| | | | | | | | | Change-Id: Iba3d1bd6ee04e760c30694cf25a12a4d8ceffff5 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 87e708b2ac894776501756ec8982311d759aa874) Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Bump versionOswald Buddenhagen2018-05-311-1/+1
| | | | Change-Id: Ic5a372fd444d3bd27c4db9621c2ab042c85f3013
* Change to VxWorks in 5.9 as it is 5.5Tuomas Heimonen2018-05-291-1/+1
| | | | | | | Task-number: QTPM-1135 Change-Id: I2f5673100e4ed0e5ab0d202010d6506fd6171346 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Add license headers to qml files in Coffee Machine exampleKai Koehne2018-05-184-0/+200
| | | | | | Task-number: QTBUG-68249 Change-Id: If7a5ecca2eea2e2ef42ddfb0b1f0b7c17f9a45d9 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-18159-13765/+2
|\ | | | | | | Change-Id: Iba471895b413b5d2d048d679b4dc47a547e2d59f
| * Fix whats new docs for Qt 5.11v5.11.0-rc2v5.11.05.11.0Simon Hausmann2018-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | CONFIG += qmlcompiler is not a valid way for activating the Qt Quick Compiler, it's CONFIG += qtquickcompiler. Task-number: QTBUG-68292 Change-Id: I3c48772f97336a1414fe2ba66edcda5786b57250 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * Remove the qtcluster demoAlessandro Portale2018-05-14158-13764/+1
| | | | | | | | | | | | | | | | | | | | | | The license checker of the CI spotted deviating license headers in the demo. In addition, in it current state, the demo lacks any polishing. Let's remove it. Task-number: QTBUG-67529 Change-Id: Ic9375deb0a889e2e7e96e874b62fbc314269e455 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Update Copyright year in license documentationKai Koehne2018-05-172-6/+6
| | | | | | | | | | Change-Id: I72a6d1d250961cd87d832d3762ec81f42161fc39 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-0917-38/+468
|\ \ | |/ | | | | Change-Id: Ia89ba486cc268967a59147236bc7bb91a492b325
| * Add attribution for LLVM code that is part of qdoc binaryv5.11.0-rc1Kai Koehne2018-05-021-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | The attribution was assembled from LLVM 60 release: llvm/LICENSE.TXT llvm/lib/Support/COPYRIGHT.regex llvm/lib/Support/MD5.cpp Task-number: QTBUG-66354 Change-Id: I026a6e4aa3da296a826afed8994978c21773a323 Reviewed-by: Martin Smith <martin.smith@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
| * Update list of 3rd party changesKai Koehne2018-04-301-3/+40
| | | | | | | | | | | | Task-number: QTBUG-67978 Change-Id: I2ae3baac71204bd88976ed47bcb278a267bccd3a Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * Doc: WebEngine in 5.11 now requires MSVC 2017Kai Koehne2018-04-301-0/+1
| | | | | | | | | | | | Change-Id: I6da4d7634c94a4b250d1465200c34aaba921ebf1 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
| * Doc: Document the Qt Quick WebGL platform pluginTopi Reinio2018-04-273-0/+105
| | | | | | | | | | | | | | | | Task-number: QTBUG-67910 Change-Id: Ief9defb7820b6bfec7532b7378a52aa2bc3ecda0 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io>
| * Doc: Fix documentation issuesTopi Reinio2018-04-2710-38/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add dependency to qtqmltest - Remove dependencies to obsolete documentation modules - Fix linking to WorkerScript QML type - Drop mention of deprecated/removed Active Qt example (Web Browser) - Fix conflicting page titles for 'Qt for VxWorks' - Update status of Qt Network Auth, Qt Speech from preview to add-ons. Task-number: QTBUG-67980 Change-Id: Iae75cecd5cbac095a699abfa6ceef68337f67e12 Reviewed-by: Martin Smith <martin.smith@qt.io>
| * Doc: Update What's New in 5.11 to include changes in Qt WidgetsPaul Wicking2018-04-261-0/+8
| | | | | | | | | | | | | | | | | | Also corrected one heading as pointed out by bug reporter. Task-number: QTBUG-67837 Change-Id: I2fc3f8b4b578e86c9bbc5e45f990fbd880d06a63 Reviewed-by: Topi Reiniö <topi.reinio@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
| * Add changes file for Qt 5.11.0Antti Kokko2018-04-251-0/+40
| | | | | | | | | | Change-Id: I35cf1adae71e2bf6114633036109581b0dfae30d Reviewed-by: Lars Knoll <lars.knoll@qt.io>
| * Document license changes in Qt 5.11Kai Koehne2018-04-241-0/+98
| | | | | | | | | | | | | | | | | | | | This page lists changes in the Qt license itself, but also changes in the third-party components we incorporate. The idea is that customers can clear minor releases of Qt by just looking at the delta. Change-Id: I87b7667f5ace1c70524c8af42d1d69f22765c08a Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* | Doc: Remove 'Contributions to the Cocoa Platform Plugin Files'Kai Koehne2018-05-031-55/+0
| | | | | | | | | | | | | | | | | | These are already documented under Qt Gui: https://doc.qt.io/qt-5/qtgui-attribution-cocoa-platform-plugin.html Change-Id: Ie57339afb83459e32df236c7ba6e27e8bb5be021 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* | Add reference to BSD license for ActiveQtAndy Shaw2018-04-301-0/+63
| | | | | | | | | | | | Change-Id: I413cf1f6fc7d7ed0b0f2b4e8e81d5c0f7d8eab1a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* | Indicate that qtquick1 has not been available since 5.6Joni Poikelin2018-04-231-2/+2
|/ | | | | Change-Id: I0a1b45f781670fc50283efff21508451b2da3242 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* List 'Qt Help', 'Qt UI Tools' as normal addonsKai Koehne2018-04-171-6/+11
| | | | | | | | | | Listing them under 'Qt Tools' is misleading, since there's nothing special about the libraries, except that they have related host tools. But they are running on the target platform, not the host. Change-Id: I25ce8edff3477be69fa306fccfde9384d5445789 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* VxWorks: Add information about Qt Professional servicesTuomas Heimonen2018-04-171-1/+3
| | | | | | | | minor fixes Task-number: QTPM-1303 Change-Id: I6f161a150e3a9f97352a405ac0b067f6672a9c04 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* iOS: Mention how to get access to the native image pickerAndy Shaw2018-04-161-0/+18
| | | | | Change-Id: I2e5d895700a236667f2774a6ecb11e2a40a17e21 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
* Doc: Add What's new page for 5.11v5.11.0-beta4Paul Wicking2018-04-133-3/+292
| | | | | | | | | | | | Based on the wiki entries here: https://wiki.qt.io/New_Features_in_Qt_5.11 Also added links to the new page from relevant pages, based on the similar commit for version 5.9. Task-number: QTBUG-67560 Change-Id: I927db8fec99fd9949534e54f0e3378af77f58a53 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Document CONFIG+=qtquickcompiler as the official way of doing AOTSimon Hausmann2018-04-121-44/+34
| | | | | | | | | | | | | | | | As 5.11 provides the migration path for what used to be the Qt Quick Compiler add-on in qtdeclarative itself, we might as well document it to be the official way of doing ahead-of-time compilation. The CONFIG+=qmlcache approach turned out to have one grave disadvantage that was overlooked during the initial release: It ends up working only inside Qt modules as qml_module.prf is private qmake API. The CONFIG+=qqc approach on the other hand has been public since its introduction and it also comes with a CMake integration. Change-Id: I9bbf4cda1b0a5ff0aa3ac522d77205699255c571 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>