summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add changelog for 5.6.0v5.6.05.6.0Topi Reinio2016-02-241-0/+37
| | | | | Change-Id: I12ac0a0423f14b7aa2afaa86eed5ac7d64de4d56 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* Doc: Fix broken links in Supported Platforms documentationv5.6.0-rc1Topi Reinio2016-02-151-15/+13
| | | | | | | | | | | | Using \include commands to pull in content that starts with a backslash produces incorrect output in some environments. Also fix minor formatting issues in the platforms tables. Change-Id: I12ea39ff9196bd2711480678336e05b7d6629a0a Task-number: QTBUG-51085 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
* Doc: Add an \externalpage entry for the Enginio doc archiveVenugopal Shivashankar2016-02-123-24/+4
| | | | | | | | | | | Removed most of the references to Qt Cloud services and Enginio, except in the "All Modules" and "What's New in Qt 5.3" pages, where they are still relevant. Task-number: QTBUG-51087 Change-Id: I2c08e4ce41881e69d324fc5ff7a24a2aa3d18902 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com> Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Doc: Update supported platforms informationTopi Reinio2016-02-102-101/+484
| | | | | | | | | | | | | | | | | | Remove the separate table of reference configurations, and include the list of supported platforms/configurations that was previously maintained separately outside of this repository. The supported configurations are now listed in a single file, supported-platforms.qdocinc, and included into the main 'Supported Platforms' page. Separate sections linking to different platform pages are removed, and replaced with the links within the supported configurations table headers. Change-Id: I991e4ee2c69c3e8992b34289cb869f53521a05be Reviewed-by: Sami Makkonen <sami.makkonen@theqtcompany.com> Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
* Doc: Remove C++ style comment block delimitersVenugopal Shivashankar2016-02-091-66/+66
| | | | | | | | QDoc gets confused with these delimiters and stops reading at '*/', assuming that it reached the end of the file. Change-Id: Ia15baf6aed2b5eed805367124fa43b3df1c82e32 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Doc: Add 3rdparty license text for Qt Quick 2D RendererVenugopal Shivashankar2016-02-092-0/+129
| | | | | Change-Id: I2bb01ef850913da5b83a494cd3a17cc0d5228373 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Doc: Remove references to Qt SpeechTopi Reinio2016-02-093-12/+0
| | | | | | | | Adding Qt Speech as a technology preview module was premature, as its release has been delayed. It will not be part of Qt 5.6. Change-Id: I5679737b88e59affda47781fb9d8e5c5755464ca Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* Doc: Add 3rdparty license text for Qt Virtual KeyboardVenugopal Shivashankar2016-02-092-0/+545
| | | | | | Change-Id: If8709ba551c32ba33e327e8ba2eb04486d5fbbd0 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Doc: Remove outdated reading listSze Howe Koh2016-01-301-13/+3
| | | | | | | | | | | | These books were published between 1995 and 1997, and are very dated. Newcomers should be directed to learn about C++11's std::thread instead of the platform-specific APIs. We don't want to continue maintaining this list, as it's very easy for users to find their own introductory reading material. Change-Id: I780f58630e6bbebf01e89a9382832051cc3a1444 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
* Doc: Update list and descriptions of deprecated modulesSze Howe Koh2016-01-291-9/+7
| | | | | | | | - Remove incorrect label; Qt XML is NOT deprecated. - Unify and simplify Qt OpenGL and Qt Script descriptions. Change-Id: I0de1821aedf6c41d95353177f9418382f88bf714 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Fixed enum value name that disable HiDPI scalingNikita Krupenko2016-01-271-1/+1
| | | | | Change-Id: I670d33ef2e32f5223571b67371c7dc5dd651d5f3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
* Doc: Update deprecated/removed modulesTopi Reinio2016-01-272-8/+2
| | | | | | | | - Remove Qt Quick 1 from the list of Qt modules - Mark Enginio as deprecated Change-Id: I7a7885453ee628bc71abaabf09d8ef12e03f11da Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Doc: Remove unused snippetJoerg Bornemann2016-01-251-5/+0
| | | | | | Change-Id: I074243651b8f97f41c729c5631c18bbb3e3519f2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* Doc: Correct claim about embed_manifest_exe qmake optionJoerg Bornemann2016-01-252-4/+3
| | | | | | Change-Id: I67c239214bcb74d04677e9ad5fe864bb63b7c169 Task-number: QTBUG-50631 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Doc: Update Qt licensing overviewTopi Reinio2016-01-251-32/+23
| | | | | | | | | | Remove mentions of obsolete commercial licensing schemes, remove a link to download page (which no longer contains license-specific information), link to qt.io for sales contact details, and edit the formatting. Change-Id: I1bab8e2151c67ddca4c18690a3df104924362097 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
* Doc: Fix linking issuesTopi Reinio2016-01-182-2/+2
| | | | | | | | qt5-intro.qdoc:28: warning: Can't link to 'www.mapquest.com' whatsnew55.qdoc:28: warning: Can't link to 'Qt3D Module' Change-Id: I9af6fd8bdd99892770d35d83883befe9924083c1 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
* Doc: Update dependencies in documentation configTopi Reinio2016-01-181-1/+1
| | | | | | | | | - Remove dependency to qtmultimediawidgets (qtmultimedia includes now also Qt Multimedia Widgets documentation) - Add qdoc (QDoc Manual) Change-Id: I45a34fbbb20f1fb0e02e456387a93af58b8106e7 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
* Doc: Update information about technology preview modulesTopi Reinio2016-01-183-3/+27
| | | | | | | | | - Update status and descriptions on 'What's New' page - Add Qt Speech, Qt Wayland Compositor to 'Qt Modules' page - Add external links to doc.qt.io for them Change-Id: I4a8372789adc708c16cdd9d55ead502563f8fc2f Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
* Revert "Doc: added link to documentation writing style"Topi Reinio2016-01-141-2/+1
| | | | | | | | | | This reverts commit 867a9d760e8643861868c48a29d0dc3ae3cb1284. UI Interfaces topic is not the correct place to link to QDoc manual. Change-Id: I91fda35ead09939166914c3190fa60c012f8c602 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-073-30/+0
|\ | | | | | | Change-Id: Ia5ef425ae05c8f4d007691cb12298b74078ea9fc
| * Fix Autotest `license5.5Jani Heikkinen2015-12-143-30/+0
| | | | | | | | | | | | | | | | Removed duplicate license headers to be able to pass Autotest `license Change-Id: I32a55bd03e737071f4a56843eaf2dc456d086011 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com> Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | Fix iOS and OS X links in qt module overviewAlex Blasche2016-01-041-1/+1
| | | | | | | | | | Change-Id: I88a5dcd2a91beb0ea94ef71fad970ac676fe1fb4 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
* | Doc: session management documentation updateSamuel Gaist2015-12-241-14/+14
| | | | | | | | | | | | | | | | | | The session management documentation is still written for Qt 4 and reference functions that have moved from QApplication to QGuiApplication. The logic has also changed which is now fixed. Change-Id: I13f3ff7a13cfc67b8f70775dc9212cc1555ca362 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | Doc: Clean up documentation on fullscreen limitations on WindowsTopi Reinio2015-12-161-19/+22
| | | | | | | | | | | | | | | | | | Clarify few details, simplify the language, enable linking to functions that are mentioned, and wrap the paragraphs to 80 characters. Change-Id: Ic8eee8cc87780d6667e827c5d5463ff8f2f69831 Reviewed-by: Andy Shaw <andy.shaw@theqtcompany.com>
* | Add note about fullscreen windows limitation with solutionAndy Shaw2015-12-161-0/+27
| | | | | | | | | | Change-Id: I38178d2b2f61c7ba2aca60aa62146f9f5c2af58c Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | Doc: Add a page listing all Qt examplesv5.6.0-beta1Venugopal Shivashankar2015-12-112-0/+14
| | | | | | | | | | | | | | | | This change depends on the qdoc commit that adds the new \generatelist annotatedexamples feature. Change-Id: I6214e77bef4ddea3ad33ea812f5ffeb78704f744 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
* | Doc: QML Performance: Remove mention of non-existent env. variableTopi Reinio2015-12-081-3/+0
| | | | | | | | | | | | | | | | | | Dumping out debug information on optimized bindings (QML_COMPILER_STATS) is no longer supported by the QML engine. Task-number: QTBUG-49821 Change-Id: Ic5c9195d5920304c2f926ecdc83771b3114db9e0 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
* | Doc: added note about variable QT_PLUGIN_PATHNico Vertriest2015-12-031-0/+2
| | | | | | | | | | | | Change-Id: If957a70fe2012bf7cf4476904847600f1b5ef0a4 Task-number: QTBUG-32573 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | Doc: Replaced Icon Composer with iconutilNico Vertriest2015-12-031-6/+5
| | | | | | | | | | | | | | | | | | Icon Composer is not recommended for retina screens. iconutil is the recommended tool. Change-Id: I635edbbd1c8438a6d0f9c19398ed78cf8c6b58be Task-number: QTBUG-37463 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | Doc: added SSL version info to dependencies documentationNico Vertriest2015-12-032-0/+8
| | | | | | | | | | | | | | Change-Id: I8853390966d976c35aeafb84db3ca0ed47e2c022 Task-number: QTBUG-43813 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com> Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | Doc: Remove obsolete information from 'OS X - Building from Source'Topi Reinio2015-12-031-23/+6
| | | | | | | | | | | | | | | | | | | | | | Remove obsolete information: - Discussing binary packages (done on upper level docs) - Universal binaries (PowerPC no longer supported) - Installing tutorials - Running 'make confclean' (no longer exists) Change-Id: Iac860406ddb2810fb8cb306040a28c82cbf0fb06 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
* | Doc: Add Qt 3D changes to the what's new pageVenugopal Shivashankar2015-12-032-0/+31
| | | | | | | | | | | | Change-Id: I5db29900422e5d0cc8ba19253beb0735e1442148 Reviewed-by: Nico Vertriest <nico.vertriest@theqtcompany.com> Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | Improve QtSerialBus hook into the general documentationAlex Blasche2015-12-022-2/+3
| | | | | | | | | | | | Change-Id: Iab808ae1503a1f2ef65be22405181896913f8026 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com> Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | Doc: added link to documentation writing styleNico Vertriest2015-12-011-1/+2
| | | | | | | | | | | | Change-Id: Ia9b6db301b5a0b85f17da67feef5cc9343a9ee13 Task-number: QTBUG-35840 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
* | Document OpenGL blacklist keyword "disable_rotation".Friedemann Kleint2015-11-281-0/+5
| | | | | | | | | | | | Task-number: QTBUG-49541 Change-Id: I0888f14809fadac797273581e148d34ed10c2c74 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | Doc: Link to the new classes and functions list for 5.6Venugopal Shivashankar2015-11-251-1/+1
| | | | | | | | | | Change-Id: I2ba661693d00bd471b2f701be8974c302930aff9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* | Doc: Update new features list for Qt 5.6Venugopal Shivashankar2015-11-231-35/+98
| | | | | | | | | | Change-Id: I2b687033332f0cf5293c0ef3cc2062698f83d73c Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
* | Doc: Replace \code with \badcodeVenugopal Shivashankar2015-11-201-5/+5
| | | | | | | | | | | | | | | | | | Most instances of \code were listing a CLI command or an entry in the Makefile, which are not candidates for code highlighting. So switching to \badcode is ideal. Change-Id: I3f08910e26e040073be8dc23bd0902937b223b33 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
* | Doc: added specs about qtlibinfix configure optionNico Vertriest2015-11-172-0/+8
| | | | | | | | | | | | Change-Id: I54cedd181d4c28fe69ef6257db6bd99b084dd0ed Task-number: QTBUG-30100 Reviewed-by: Martin Smith <martin.smith@digia.com>
* | Doc: Add steps to build SSL libs without the version no. in sonameVenugopal Shivashankar2015-11-121-0/+21
| | | | | | | | | | | | | | | | | | | | Android doesn't load shared libraries that has version no. in their name. Editing the Makefile generated by the Configure tool is the the easiest way to avoid it. Change-Id: I7999b890ac1fb52363d5bbb3f2b7f6ad2b384b26 Task-number: QTBUG-49316 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Doc: corrected link issuesNico Vertriest2015-11-092-3/+5
| | | | | | | | | | | | | | Change-Id: Iad431288e7baeedf4cfdb696f401b6999dbdf692 Task-number: QTBUG-43810 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
* | Doc: Add missing rcc options in documentationNico Vertriest2015-11-091-0/+15
| | | | | | | | | | | | Change-Id: Iafb09841d7243f8be87d5e718a534f55765a5130 Task-number: QTBUG-43667 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
* | Doc: Add CMake and qdoc to Reference pageKai Pastor2015-11-021-0/+2
| | | | | | | | | | Change-Id: I59500d3859a1e246110530df2b84b5045e5cea69 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Doc: Update supportedplatform groupKai Pastor2015-11-025-2/+9
| | | | | | | | | | | | | | | | | | Adds "\ingroup supportedplatform" to further platforms which are listed on "Getting Started"/"Supported Platforms" but missing from "All Qt Reference Documentation" Change-Id: I2f2aaea1db3b8e811504b167660e4167f050294a Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Doc: Remove docs for old, deleted, platform-specific functionsSze Howe Koh2015-11-022-184/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of these functions were removed prior to the release of Qt 5.0. Three of them remain in the code base though: 1. qt_set_sequence_auto_mnemonic() 2. qt_mac_set_dock_menu() 3. qt_mac_secure_keyboard() (1) is currently referenced by the QShortcut class ref, so I'm transferring its documentation to QKeySequence. (2) is already documented under QMenu. (3) is not mentioned anywhere else in the Qt docs, so I'll just leave it undocumented and let it be quietly replaced with a better function. Change-Id: I27ecc79de7967593781c5cb641e7ec14752b9a3b Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Doc:Corrected typo mmSize --> mmsizeNico Vertriest2015-10-301-1/+1
| | | | | | | | | | | | Change-Id: If534ba02161e53589b058d2eae3ccf149baee7e4 Task-number: QTBUG-46750 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Doc: replaced \target with \keyword when at top of pageNico Vertriest2015-10-301-3/+3
| | | | | | | | | | | | Change-Id: If690d811ed4db01f14e47bae978c54aa3a73cf51 Task-number: QTBUG-48482 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Doc: Fix broken link to the Qt 3D module pageVenugopal Shivashankar2015-10-302-3/+2
| | | | | | | | | | | | | | | | | | Qt 3D now uses a single documentation project that covers all its submodules. So it is not required to list the submodule name as a depends in the qdocconf. Change-Id: If907fb3e58f5b717d4e14ccce7789c6a4a0c2ccf Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Update link from gitorious to code.qt.io for qstylepluginSamuel Gaist2015-10-281-1/+1
| | | | | | | | | | | | Change-Id: I40e338e490cff0ec872e9a2a11aa9954e7cb0a3f Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Fix link for known issues pageSamuel Gaist2015-10-281-1/+1
| | | | | | | | | | | | | | | | | | The link pointing to gitorious has been updated to point to the Wiki. The corresponding page has already been created Change-Id: I1968389170752c398cc851ab27a2c1de4adcda7c Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>