summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add change file for Qt 5.6.3v5.6.35.6.3Jani Heikkinen2017-09-061-0/+25
| | | | | | Change-Id: I73135f29d5ef8114c8b5b5804144acc8d347299d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 3d3899a36e261c99913830e879d15ac8996de60f)
* Update required FontConfig version to 2.6Eskil Abrahamsen Blomfeldt2017-08-081-1/+1
| | | | | | | | | | The information in this list is severely outdated. Qt depends on FC_LCD_FILTER, which was introduced in FC 2.6, which was released in 2008. Change-Id: I5a74a3d60106f613033361814c4f183fb56484be Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> (cherry picked from commit 0718372fec57aae22aaab544f39c2fbbdb0119a2)
* Add documentation about QtOpenGLExtensions library and its licenseKai Koehne2017-06-221-0/+70
| | | | | Change-Id: I1f22ddd4ff8cd801319cd9e3db1d35a2ab21d2d4 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Re-add mentioning of FreeType code in src/guiKai Koehne2017-06-082-24/+64
| | | | | | | | | This reverts 05334c5a17b46ab555e2755; We have a full freetype2 code base under src/3rdparty/freetype, and - independent from this - some code in src/gui/painting. Change-Id: Iad8119193820a7d801ce678e0c18170f42bbf9bc Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Move 'Native Syle for Android' to Qt GUIKai Koehne2017-02-061-6/+2
| | | | | | | | The code is in qtbase, and used AFAIK by the QPA plugin for Android. I don't think it's directly included by Qt Quick Controls. Change-Id: Id36a7bbaf7178c52cf5bc460739b009aa6084859 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Remove mentioning of QKeyMapper 3rd party codeKai Koehne2017-02-061-30/+1
| | | | | | | The file in question (qkeymapper_x11.cpp) got removed in Qt 5. Change-Id: I45b594092ba7e0c75e5f1fe3a0f2b42d04c9c918 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Remove duplicate mentioning of FreeType from the 3rd party license listKai Koehne2017-02-061-31/+2
| | | | | | | | There's only one codebase, src/3rdparty/freetype. The duplicate entry suggest that there's a 'FreeType', and a 'FreeType 2' code base included. Change-Id: Iad3466980fb5629b33ad23f1ed5d26d2b11ed7d6 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Fix tableKai Koehne2017-02-061-0/+1
| | | | | Change-Id: I12bd2f90e76e960de91dee000521c6ec89f17e9b Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Doc: Move Easing Equations 3rd party documentation to Qt CoreKai Koehne2017-02-061-8/+4
| | | | | | | | | The Easing Equations by Robert Penner seem to always have been part of qtbase, so it's unclear to me why they were documented as part of Qt Quick. Change-Id: Ia99514980d9194c1676c86d354242ed557dda39c Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Bump versionOswald Buddenhagen2016-11-281-1/+1
| | | | Change-Id: Ib080f5805756989dc9209c776bd963010ac5f19b
* Fix layout of license table for Qt QmlKai Koehne2016-11-181-3/+3
| | | | | | | | | Correct wrong layout introduced in commit 65022ba780dd: Each module needs to have an even number of rows, and the module name should span all of them. Change-Id: I729b4ef04eee5a24dd4fecfbe28e64e5944faf27 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Update qtmain library license informationKai Koehne2016-11-183-15/+28
| | | | | | | | | | | The qtmain library is now available under commercial licenses, too. Furthermore remove license from table with 3rd party code - it is already linked to under 'Additional Information'. Finally, fix description, and remove incorrect reference to 'QAxContainer'. Change-Id: I8a5ee2af54676260289a94524ef4bb080d94ec55 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Remove mentioning of Drag&Drop code that got removed in Qt 5Kai Koehne2016-11-151-15/+0
| | | | | | Change-Id: I0cf2f4012e42134b9495e8becf3009db8bc4f9ee Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* remove dependencies from sync.profileOswald Buddenhagen2016-11-141-9/+1
| | | | | | | the CI obtains them from the qt5 super repo nowadays. Change-Id: Ie52771b596d5aecb811b8570e5d2af9500cdda31 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* Link to new Qt VS Tools instead of Qt Visual Studio Add-inLeena Miettinen2016-11-112-3/+3
| | | | | Change-Id: I4cc71bdb535c1b5201fbebdec49a3160ce5c3c66 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Document 3rd party code in qtypetraits.hKai Koehne2016-11-092-0/+45
| | | | | | | Note that the code got removed in 5.8. Change-Id: Iea84e01464ba3d695978fc4360c6e8550956ab0b Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Doc: give the clipping section of the performance docs a targetMitch Curtis2016-11-011-0/+1
| | | | | | | | | There is another section in "Qt Quick Scene Graph Renderer" whose title is "Clipping", and since it's in the same module, it gets picked up first. Avoid the ambiguity altogether by using a target. Change-Id: I640766f7555ea9dd34239cb8822c170779d34c40 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Reword comment about Fusion style recommendationJake Petroules2016-10-201-1/+4
| | | | | | | | | | This is completely out of place here and has led to users being confused about the support status of other styles (i.e. do Windows and macOS styles not support high-DPI?) Done-With: Morten Sørvig <morten.sorvig@qt.io> Change-Id: I46948962a7ae0d137ca99181b52f7d8851b75400 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* licenses.qdoc: Fix grammar issue in documentationFrederik Schwarzer2016-10-171-1/+1
| | | | | Change-Id: I5268e631b4469deeb5f23f0e736cde21a6f5f849 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Doc: Mention the need to run 'make install' for a prefix buildVenugopal Shivashankar2016-10-131-35/+33
| | | | | | Change-Id: I9e4e6db98dc31f62bb21680ce7761c2da3c0e72d Task-number: QTBUG-51392 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* Fix link to Plug & Paint example in windows deployment docsKai Koehne2016-10-061-1/+1
| | | | | Change-Id: I8f1d2edac1dc1e77cbc691f19a2fd9cd2cf161c5 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* gettingstartedqml.qdoc: fix typos in documentation tutorialFrederik Schwarzer2016-10-061-2/+2
| | | | | Change-Id: Id3f43a04d24a353bf26e63b6757bf3ea7ff64c93 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* gettingstartedqml.qdoc: fix wrong comment markers in tutorial exampleFrederik Schwarzer2016-10-051-3/+3
| | | | | Change-Id: Id4e14276ff15ce20364db2fb6921de27d6c3e491 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* gettingstartedqml.qdoc: add id to element in example codeFrederik Schwarzer2016-10-041-0/+1
| | | | | | | | This id is referenced within the same code example, so it is easier to understand this way. Change-Id: Ie0255ee8e0e84b93626ccf406f8ad11dbc5a010e Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Remove claim we support iOS 5.0Alex Blasche2016-09-291-7/+6
| | | | | | | | | | | | | | | Removed the explicit mentioning of 5.0 and replaced it with a link to the official list of supported platforms. This reduces the risk of forgetting left over version indications. The same treatment was given to the device list. We only mention the general type of device from now on. The assumption is that both conditions together, device type and minimum OS version, will define the list of supported devices. Change-Id: Ia9f318ad1f1952025e3736589749943193172d86 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Fix list of supported compilers on Windows 10Oliver Wolff2016-09-201-2/+3
| | | | | | | Change-Id: I547c51f0da75bcae5b7266f76deeae9d60bc1dc3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-161-0/+28
|\ | | | | | | Change-Id: Iaf88fb6b424fcbccd52a31c423a76f53ff81344b
| * Add changes file for 5.6.2v5.6.25.6.2Jani Heikkinen2016-09-091-0/+28
|/ | | | | Change-Id: I1774a9dc43b297ebb4f8d6a88822db10679ad3c2 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-1230-159/+168
| | | | | | | | | | | | | As of version 10.12 (Sierra), the name of Apple's desktop operating system will be macOS. Change all occurrences where the Mac platform is discussed to use the macro \macos (defined in the documentation configuration in qtbase). Also, fix the usage instructions for related Q_OS_* macros. Change-Id: I5bac6f787a4c434d7ff83036a2cfea4eef41cdc1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Ant is (still) needed only on WindowsBogDan Vatra2016-08-101-1/+1
| | | | | | | On Linux & Mac is used gradle Change-Id: Idbe03ef75ce53c5a204147e1e620c50daaab50ba Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Deployment: Link to list of 3rd party licensesKai Koehne2016-08-081-0/+2
| | | | | | Change-Id: Ib04c3cf193cdeba089043f736d2d7a7fa30848e2 GPush-Base: fa09c0b5738d5284db0e1fcdff8ed648755dc588 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Deployment: Mention QML modulesKai Koehne2016-08-081-0/+3
| | | | | Change-Id: I14f288ee68c1dd533f6cf18f7b049036ccfc0a64 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Update Qt logosFriedemann Kleint2016-08-054-0/+0
| | | | | | Task-number: QTBUG-55137 Change-Id: Ic021aba06977d7f3c6fa8c616a1d453f01e7d0ce Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Doc: Generate All QML Modules page correctlyTopi Reinio2016-08-051-10/+5
| | | | | | | | | Instead of relying that each QML module has remembered to use the correct \ingroup command, use '\generatelist qml-modules' to list all QML modules that qdoc is aware of. Change-Id: I16442eabea1b7c61f9ed6b7b8fb921a417d1178a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Deployment: Clarify that Qt can be part of the systemKai Koehne2016-08-051-2/+2
| | | | | | | | It's not always true that Qt isn't part of the system libs, especially for embedded systems. Change-Id: I99abaf1198cf04ec7899f2f11f092ee49d3ef4fe Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Deployment: Remove mentioning of plugandpaint exampleKai Koehne2016-08-051-3/+1
| | | | | | | It got moved to platform specific pages. Change-Id: I952a6342f15b01f9c938c1839d22b9d058124cad Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Deployment: Remove Qt libraries tableKai Koehne2016-08-051-34/+0
| | | | | | | It's incomplete, and doesn't serve any direct purpose. Change-Id: I08e85ebca1f084e0e051cce9132ebf6661fe3209 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* embedded: Add rpi output env var doc and reword the paragraphLaszlo Agocs2016-08-041-7/+12
| | | | | Change-Id: Ibd1516d65dde9fcfaef102f7e1fa2ce1dba8b358 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* windeployqt: Mention that it changes Qt5Core.dll path'sKai Koehne2016-08-031-2/+12
| | | | | | Task-number: QTBUG-54575 Change-Id: Iad6536e26f5be6f1fb68f271702ea740ef267e06 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Windows: Fix deployment of ICUKai Koehne2016-08-031-8/+4
| | | | | | | | | | Qt Core doesn't link against ICU anymore by default since Qt 5.5, and with Qt WebKit dropped from the 5.6 release there's no reason to still discuss ICU as a 'hard' dependency. Change-Id: I90672586dd97a6b43d317de8ccadb70ca7ca9729 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* embedded: Document opt out from signal handlingLaszlo Agocs2016-07-261-0/+14
| | | | | | Task-number: QTBUG-54733 Change-Id: I38843c93b5cc6e7ff9999e86b2fb06d05b2801cb Reviewed-by: Andy Nichols <andy.nichols@qt.io>
* Not all modules are available on all platforms/configurationsKai Koehne2016-07-201-0/+4
| | | | | | Task-number: QTBUG-49900 Change-Id: I50aab25b90cda91e6fbfede1bc183c7f37216ab3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Update Qt Creator screenshot in Development Tools topicLeena Miettinen2016-07-191-0/+0
| | | | | Change-Id: I07eb75e08235f60d2ab24fe8f1c0d8a109fd4845 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
* Remove references to Qt WebEngine WikiKai Koehne2016-07-183-20/+4
| | | | | Change-Id: I031b2ce80e5a58a06691b44567b72afb3c14fd83 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Fix invocation of static methods of QCoreApplication and subclassesFriedemann Kleint2016-07-188-23/+23
| | | | | | | Replace qApp-> by static invocation where applicable. Change-Id: I24df2689b0df8609d1aa8e7c9c9da75ed94a4bab Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* Document BlueZ license dependency in QtBluetooth sdpscannerAlex Blasche2016-07-112-0/+32
| | | | | | | | | | | | For most Qt and BlueZ interaction DBus is used which provides a clean interface from a license perspective. The only exception is the SDP scan code which directly interacts via BlueZ's SDP APIs. Sdpscanner is called via QProcess at runtime and the result is passed back on the command line. This way the Qt library and client code is not tainted by BlueZ's GPL code. Change-Id: I7961d1b30a5b033dce144d5eb95e687218fceaa7 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Mention the BSD-style license of the string double conversion codeSimon Hausmann2016-07-082-0/+38
| | | | | | | | This is a partial cherry-pick from commit 9bd687f3df2ccd28f8d1b33a55db447cae25b345 Task-number: QTBUG-53566 Change-Id: I1c35ac3a3d9169fa70b196db6720c89b6b3b794a Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Use \note commandKai Koehne2016-06-212-2/+2
| | | | | Change-Id: Ifc9c58476772948cb7648b1499183f2d675d615b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Expand license scope from "Qt GUI Toolkit" to "Qt Toolkit"Sze Howe Koh2016-06-173-3/+3
| | | | | | | | See http://comments.gmane.org/gmane.comp.lib.qt.devel/25771 Change-Id: I64f62b98f1006a01678895e1d14347095be5ca9b Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Qt high-DPI doc update.Morten Johan Sørvig2016-06-141-14/+49
| | | | | | | | | | | | | | | | Introduce pixel density, DPI and PPI. Separate this from display pixel resolution via a 4K monitor example. Add a general, platform independent introduction to the devicePixelRatio high-DPI mode. Update OS X section. Remove the “efficient scaling algorithm” paragraph which was not 100% correct. Add info about Info.plist settings. Change-Id: I3d428d896d56b4ee222c8253e2bc269a1f58028b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>