summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add changes file for Qt 5.11.3v5.11.35.11.3Antti Kokko2018-11-221-0/+20
| | | | | | | | | | | | | | | | | | | | | + a51ddb2cd2931255d6aedac6089d35c3954aed87 Remove conflicting anchor targets from the sidebar + a2aecd12642f2d68b87dbff2863367413d2c5a27 Update minimum freetype version + 9dc1f60bcb01696a99c11480a771de09bcc841d0 Doc: Fix links to build requirements pages + 4fbe46da117d9241548b0cbce25576a43a3480d3 QNX: Update platform and compiler notes + 22572163e4133a5a2ab6a06bb71e8f8a61f3f7ca Fix a link to a Qt Creator tutorial + 8a1e70b463a48ca40e32a6b4f65fc75ec0bb460c Document how to create an .ico file from a set of images using ImageMagick + 4c131661e2038b0274c5b51ceaba8fa146999856 Properly document license of Qt examples + 94e64d551f72f3531a75edd3cab601f9b01449db Doc: Fix the broken link to the Qt for Device Creation docs + 9558eaf0800d201a6bc493b4edcf62b43089ae09 Doc: Change the \section2 title to avoid wrong links + db16cdb8e6883e8e89b0edb59df7a78facf843e1 Doc: Use explicit links to fix broken links to Qt WebEngine module + c6e73db4f577f2076e6ad4b542f7dab08b744659 Doc: fix typo + ec6883bd7c3141ccf30cf43f3030f7468c1a6e0a Doc: Remove broken link from iOS documentation + 9c8b608839addd80a57d8a8d159dcfec623a511f Bump version Change-Id: I4bbcf08d97e428b99f9001765b28431d571b73a0 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io>
* Merge 5.11 into 5.11.3Oswald Buddenhagen2018-11-091-1/+1
|\ | | | | | | Change-Id: I413be40f42f8218907d9c1715438dc14ddf8620d
| * Bump versionOswald Buddenhagen2018-11-081-1/+1
| | | | | | | | Change-Id: I5a4042807c7987085a82dfb9876b10f0e0c8a8a0
* | Doc: Remove broken link from iOS documentationPaul Wicking2018-11-081-3/+0
|/ | | | | | | | | | | | | The wiki page containing the example as referred to in the docs has been removed. The example code has been tracked down and will get pushed as a proper example in a separate commit. This page will be updated accordingly when the example is there. Task-number: QTBUG-55651 Change-Id: Ie25b7a6ebfe7a022bb02f3ceee9fce3c8a7326af Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
* Doc: fix typoSamuli Piippo2018-10-181-1/+1
| | | | | Change-Id: I741b7f5fcf58c594bf79d778e5defd4f388d466e Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Doc: Use explicit links to fix broken links to Qt WebEngine moduleLeena Miettinen2018-10-161-4/+4
| | | | | | | | Task-number: QTBUG-70944 Change-Id: Ib3ed1c551179398906c5000ab2ec41d96af1166f Reviewed-by: Artem Sidyakin <artem.sidyakin@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
* Doc: Change the \section2 title to avoid wrong linksVenugopal Shivashankar2018-10-121-1/+1
| | | | | | Change-Id: I4b6435f27d90d52a208b6fce8cc62a6868990a75 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Doc: Fix the broken link to the Qt for Device Creation docsVenugopal Shivashankar2018-10-112-2/+6
| | | | | | | Task-number: QTBUG-70899 Change-Id: I070d4b0e9e6ca63be0dd7a17186bff6dee65e089 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Properly document license of Qt examplesKai Koehne2018-10-115-4/+101
| | | | | | | | | | | | | | | | So far we only referenced http://opensource.org/licenses/bsd-license.php, which is actually not the BSD-3-clause license we use, but BSD-2-clause. While at it, also document the license itself as part of the documentation, and reference it from the licensing entry page. Change-Id: I877dde5b8a1f1c2dfbdc01665a2a9965a997552d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Document how to create an .ico file from a set of images using ImageMagickMitch Curtis2018-10-091-0/+8
| | | | | | | | | | I had to do this recently, and trying to use Visual Studio to create an .ico file using my existing images was a nightmare. The various online converters didn't do what I expected, either. Change-Id: I3f001a006156545205a9cb9869321e9fb521d936 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Liang Qi <liang.qi@qt.io>
* Fix a link to a Qt Creator tutorialLeena Miettinen2018-09-261-1/+1
| | | | | | | | | The filename had changed. Change-Id: I6f14d58c8e3b2423015cc87a3fbf9d21ae5d3a1c Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Janne Anttila <janne.anttila@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* QNX: Update platform and compiler notesLeena Miettinen2018-09-251-5/+27
| | | | | | | | Some Qt Creator requirements were missing. Task-number: QTBUG-69762 Change-Id: I6331e7a68241119335ec1a4ae1c7cd47363cb5b8 Reviewed-by: hjk <hjk@qt.io>
* Doc: Fix links to build requirements pagesKai Koehne2018-09-212-3/+3
| | | | | Change-Id: I03117c644885898f901de778b3bcd12803269105 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Update minimum freetype versionAllan Sandfeld Jensen2018-09-191-1/+1
| | | | | | | | We need at least 2.3.0 now (released 2007). Task: QTBUG-70601 Change-Id: I62acb85ff17b821ed4f4fbd6d1436df24a76cb98 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-095-0/+77
|\ | | | | | | Change-Id: I1db347184bc117074027e4717851cef734f6b4cd
| * 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>
* | Remove conflicting anchor targets from the sidebarTopi Reinio2018-09-071-6/+3
|/ | | | | | | | | These are unnecessary and break linking on pages with identical section titles. Task-number: QTBUG-70435 Change-Id: I86f2b94253fc9217bc5b197d03c7018a94c717c6 Reviewed-by: Kai Koehne <kai.koehne@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