summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improved QUrl breaking information5.3Samuel Gaist2014-10-031-0/+2
| | | | | | | | | Add a warning about the fact that QUrl has massively changed between Qt4 and Qt 5 as well as setPath new behavior Task-number: QTBUG-27728 Change-Id: I9798eb4f06e42987a7c08d530467a31c14e47065 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Remove mentioning of QML_CONSOLE_EXTENDEDKai Koehne2014-09-291-3/+0
| | | | | | | | | | | | The QML_CONSOLE_EXTENDED environment variable is gone since Qt 5.0. Additional metadata is now available through standard means, e.g. QT_MESSAGE_PATTERN=%{file}:%{line} %{message} logs file, line information also for JS console statements. Change-Id: Ie7fc2c35dd6b0f529aa8a151185f3894bec52e18 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
* Describe how to configure & build Qt for Windows XPKai Koehne2014-09-221-4/+32
| | | | | | | | Also change structure so that not all things are listed under 'Windows XP'. Change-Id: Ifc93a9a054041cd5b21fe6d92e606d7b30d6c715 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Merge remote-tracking branch 'origin/5.3.2' into 5.3Frederik Gladhorn2014-09-172-0/+37
|\ | | | | | | Change-Id: I730f27f7a56cc285803c5cc88fdd1022d1cc93e2
| * Add 5.3.2 changelog for qtdocsv5.3.25.3.2Topi Reinio2014-09-101-0/+25
| | | | | | | | | | Change-Id: Ic8554edca6d40042f14e32363b2bedd6621df34c Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com>
| * Android: add documentation for an environment variable.Yoann Lopes2014-09-031-0/+12
| | | | | | | | | | | | | | | | | | Documented QT_ANDROID_DISABLE_GLYPH_CACHE_WORKAROUND. Task-number: QTBUG-40483 Change-Id: I1d52f672f07b2dca3d71b80febcc9e70bd2f139c Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
* | Bump versionFrederik Gladhorn2014-08-291-1/+1
|/ | | | Change-Id: Ie9432b4c888c0dd5c4049074a4f5295cd5ab1ffd
* A minor change by correcting am inline code command to reduce qdoc warningsVladimir Minenko2014-08-271-1/+1
| | | | | | | - use "\c" for inline code Change-Id: I5c5fe9b72d295086d52ac9d17a5345e116fb709e Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
* Reworked platform notes for QNXVladimir Minenko2014-08-261-50/+271
| | | | | | | | | | | - updated for SDP 6.5 - updated for SDP 6.6 and Apps&Media - added more details about target runtime requirements Change-Id: I6e26aa61ca2bb7ebf0a71a71f5c517acab67636f Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Bernd Weimer <bweimer@blackberry.com> Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
* Add missing API change for session managementSamuel Gaist2014-08-131-0/+3
| | | | | | Task-number: QTBUG-40554 Change-Id: If1a7e802ed71ae5d277470bc61a2c78e0db64678 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Update build instructions for Windows.Friedemann Kleint2014-08-081-4/+8
| | | | | | | | | | Use VS2013; remove path to qtrepotools, which only exists in git checkouts. Task-number: QTBUG-40421 Change-Id: I6409888920041ca1146ee8025aba7ed8aa9c91ad Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Doc: Removed the reference to Qt Mobile.Venu2014-08-061-2/+1
| | | | | Change-Id: I237967f9bdbe3619f074063ffe496fdf8675dd10 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Improve documentation of custom QDebug stream operatorsKai Koehne2014-07-232-7/+9
| | | | | | | | The original example was resetting the stream to space(). Since Qt 5.1 we have QDebugStateSaver to avoid this, so let's use it. Change-Id: Ia840a9bad121c0f7bc6714742f58b52c59fb7c74 Reviewed-by: David Faure <david.faure@kdab.com>
* Doc: Fixed small typo in graphics topic page.Jerome Pasion2014-07-081-1/+1
| | | | | | | Change-Id: I20f773ee9c37a52250a4aeb464047a85e2de0a06 Task-number: QTWEBSITE-563 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: Updated the list of Demos publishedVenu2014-07-022-0/+24
| | | | | | | | | Added a couple of links to apps that are published on Android and iOS app stores. Change-Id: Ied6c3723d7b38b722a7ac5c9865f4d7eeaef87da Reviewed-by: Nico Vertriest <nico.vertriest@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Update "Getting Started with Qt for Android".Mitch Curtis2014-06-271-4/+14
| | | | | | | | | - Mention the dependencies that are necessary for 64-bit machines. - Remove mention of JAVA_HOME, as that's done in Creator now. Change-Id: I1bcb1f607fe80ba9089f746b3c01f40a66e6f6b7 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
* Merge "Merge remote-tracking branch 'origin/5.3.1' into 5.3" into ↵Frederik Gladhorn2014-06-261-0/+25
|\ | | | | | | refs/staging/5.3
| * Merge remote-tracking branch 'origin/5.3.1' into 5.3Frederik Gladhorn2014-06-251-0/+25
| |\ | | | | | | | | | Change-Id: Ib12a908dce5ea0286c90937fe282c11b495d3927
| | * Added changes-5.3.1 file.v5.3.15.3.1Jerome Pasion2014-06-181-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | General comment about documentation fixes Change-Id: Ie344dd701da02ab9c344b5ffd39e4d0c9b6ea31f Reviewed-by: Sergio Ahumada <sahumada@blackberry.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | | Add WinRT to Digia supported platformsMaurice Kalinowski2014-06-251-1/+1
| | | | | | | | | | | | | | | Change-Id: I03c291d0b2446fb2532b75c36adbee615274a7b3 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | | Doc: Added information about required QML library directories.Jerome Pasion2014-06-251-17/+29
|/ / | | | | | | | | | | | | | | | | | | -mentioned QT_INSTALL_QML in deployment article. -pointed to existing documentation and Qt Creator manual. -WS and section fixes to accommodate new section. Task-number: QTBUG-33296 Change-Id: Ic18d65a2323b4e5a8dd01a6f4f4fe436c7555c75 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* | Doc: Adding Stylesheets examples page to main "Qt Examples..." page.Jerome Pasion2014-06-201-0/+1
| | | | | | | | | | | | | | -this highly frequented page needs to be more visible. Change-Id: I0745df7c22e97cf9ff58ec9fdc8dea570689d9b4 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Bump versionOswald Buddenhagen2014-06-181-1/+1
|/ | | | Change-Id: I3d9670e0116efd4edcb0c9862818a97217733f3b
* Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-113-19/+23
|\ | | | | | | Change-Id: Iefe01912d41638b88f64543d63107f6dcec97366
| * Doc: Edited section about loading QML files.stableJerome Pasion2014-06-061-9/+11
| | | | | | | | | | | | | | -focus should be on Qt Creator, not qmlscene. Change-Id: Iea2c958aaa3457f5040c77c5e2cc1a8367ff82dc Reviewed-by: Martin Smith <martin.smith@digia.com>
| * Doc: Updated "Layout Examples" page.Jerome Pasion2014-06-062-10/+12
|/ | | | | | | | | -added link from "Qt Examples and Tutorials" -edited paragraphs and links Task-number: QTBUG-33597 Change-Id: I06ed1234e16be523bb70a13960e1e5a609882a2e Reviewed-by: Martin Smith <martin.smith@digia.com>
* Doc: Added "Qt Examples for iOS" page.Jerome Pasion2014-06-053-1/+92
| | | | | | | | | | | -lists examples that are specifically known to work on iOS (based from the list in qtbase/doc/global/manifest-meta.xml) -focused on Qt Creator and Qt Quick examples. -excluded Qt Widgets examples from the list -added links to this new page. Change-Id: I9d9d775dafd6c6573e2c45ea75756f189e4d07d4 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Edited list of examples in "Qt for Android Examples" page.Jerome Pasion2014-06-041-2/+3
| | | | | | | | | -more functional with regards to a developer progression. -added link to "Creating a Mobile Application" page. Change-Id: I8a1b5261df96459592ae253f6a19b57909c51173 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Android: Add documentation for including third-party libsEskil Abrahamsen Blomfeldt2014-06-041-0/+62
| | | | | | | | | Since Qt 5.3.1, androiddeployqt will support deploying third-party libraries in a relatively simple way. This needs to be documented, though, since it will probably not be entirely intuitive. Change-Id: I5ea5127b93f69d9d445cb6d29f330c8e8e895164 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
* Update documentation on accessibility.Friedemann Kleint2014-06-031-2/+3
| | | | | | | Task-number: QTBUG-39306 Change-Id: I876f970c8b467e7208e22bc4d5585e5f5d2d428f Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
* elinux: Revise the tty key input notes once againLaszlo Agocs2014-06-031-9/+25
| | | | | | | All options are documented now. Change-Id: Iaed8d1baadcfb323005317273b4135a9c623f72c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: Adding a page which lists Android-friendly examples.Jerome Pasion2014-05-283-1/+131
| | | | | | | | | | -list taken from manifestmeta.android.names variable from qtbase/doc/global -doesn't include all of the examples tagged for Android; focus is on QML examples Change-Id: I4f58af21840f7df903d16ca530f8fa7f4c7aaa37 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* doc: Updated link to "Qt D-Bus Examples"Jerome Pasion2014-05-262-19/+2
| | | | | | | | -deleted page from qtdoc and transferred it to the Qt D-Bus sources -updated link with the new title Change-Id: Ief9a32f02b332f568352a8e095497e2e417b8f97 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-144-2/+15
|\ | | | | | | Change-Id: I702087ea1a6b416da7f9011419de6a17ccfc00c3
| * iOS: Clarify Xcode 5 requirement for developing with Qt for iOSv5.3.0releasebaserock/v5.3.05.3.0Tor Arne Vestbø2014-05-122-2/+13
| | | | | | | | | | | | | | | | Change-Id: I3472fb011f9e669efe5b8b8a7b90bfb662063688 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Doc: add link to Scalability topicv5.3.0-rc1Leena Miettinen2014-05-022-0/+2
| | | | | | | | | | | | | | | | Add the link to topics that describe UI development with Qt Quick. Change-Id: Ib44e61f480d6417cec230bf9122a36af4c260749 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Update the Qt for Embedded Linux page giving env variables preferenceThiago Macieira2014-05-111-12/+16
| | | | | | | | | | | | | | | | | | | | | | Environment variables are inherited by child processes, whereas command-line options aren't. Environment variables are therefore preferable for anything relating to how to interact with the display server. Change-Id: I5e947065ec19bb19d41ce55310699f11cfe76d52 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | BlackBerry: Added platform specific documentationBernd Weimer2014-05-074-1/+652
| | | | | | | | | | | | | | | | Moved some documentation from http://qt-project.org/wiki into qtdocs. Change-Id: I42588f090ecce49d77bfc31de189d69e554786da Reviewed-by: Sergio Ahumada <sahumada@blackberry.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* | Bump QtQuick import to 2.3Kai Koehne2014-05-0736-88/+88
| | | | | | | | | | | | | | | | It doesn't make sense to advocate the use of QtQuick 2.0 anymore. We can expect that people target Qt 5.3 in the Qt 5.3 documentation ... Change-Id: I6ac8dca59a2717fe6d8baec13d968bd74070e90e Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* | Call new QtQuick "QtQuick 2" instead "QtQuick 2.0"Kai Koehne2014-05-074-16/+15
| | | | | | | | | | | | | | | | | | | | Usually you talk about 'QtQuick 2' in contrast to the Qt 4.x stack (Qt Quick 1). 'QtQuick 2.0' is just the exact import line we supported in Qt 5.0 ... The latest import we support in Qt 5.3 is 'import QtQuick 2.3'. Change-Id: Ibc74eed98f721da1cd7d78a575e9ab82c37bf0f9 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Alan Alpert <aalpert@blackberry.com>
* | Enhance input documentation on embeddedLaszlo Agocs2014-05-021-7/+69
| | | | | | | | | | | | | | | | | | | | Especially for keyboard. The main inspiration here is to document the 'grab' parameter and make the Input section more readable. In addition some notes about the other parameters and custom keymaps are added too. Change-Id: I0ded5b673c62d51b34e75d48246f0b58d805100a Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-018-113/+145
|\ \ | |/ | | | | Change-Id: Ie6bbbdf2f9a1ef34deef9c38aa3d1bd10292aacf
| * Doc: Document development tools setup on different Linux distrosTopi Reinio2014-04-301-2/+31
| | | | | | | | | | | | | | | | | | | | | | Document the packages to install on different Linux distros in order to fulfill the basic requirements for application development using the Qt installers. Task-number: QTBUG-37293 Change-Id: I82f48f0ae48abbb75547b3ae5b4d9dfd94184f1d Reviewed-by: Sergio Ahumada <sahumada@blackberry.com> Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
| * Doc: List more platforms on Building from Sources pageTopi Reinio2014-04-253-34/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Separate building from source instructions from the getting started documentation for Qt for iOS. Add links to build instructions for Embedded Linux, Android, iOS, and WinRT platforms to 'Building Qt Sources' page and update the links on 'Qt Configure Options'. Task-number: QTBUG-37145 Change-Id: I4e9bfbfb55dbb2f6f63e68b105987b5e587189b7 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Doc: Sort Enginio link alphabeticallySergio Ahumada2014-04-241-6/+6
| | | | | | | | | | | | | | | | since there is no "Qt" prefix for this module, it should go right after Active Qt. Change-Id: If0a72954ecdbdbc7043dae08cba33186eafec04c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
| * Doc: List Qt Quick Dialogs on the Qt modules page.Topi Reinio2014-04-241-1/+5
| | | | | | | | | | | | | | | | | | | | | | Add a link and description to Qt Quick Dialogs module index page. Task-number: QTBUG-38556 Change-Id: I1be113d8386454c1e9618b37b2aa059871993fdb Reviewed-by: Sergio Ahumada <sahumada@blackberry.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
| * Doc: Removed the instructions to build from sourcesVenu2014-04-242-70/+33
| | | | | | | | | | | | | | | | | | Added a link to the wiki containing instructions to build Qt 5 for Android. Task-number: QTBUG-37292 Change-Id: I443ea2bf6dfc2d123cd91ba039262e2b4311709c Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: Mention OpenSSL in Qt for Windows requirementsTopi Reinio2014-04-241-0/+5
| | | | | | | | | | | | | | | | Task-number: QTBUG-37293 Change-Id: I43b08f696205e5c28bf4c53cbf383aca7227fb55 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Peter Hartmann <phartmann@blackberry.com> Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
* | Fix argument to enable debugging.Sergio Martins2014-04-301-1/+1
| | | | | | | | | | Change-Id: Ibb7a17bba70108f50f1e7d8a8c3ac7569293464a Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-237-207/+401
|\ \ | |/ | | | | Change-Id: I71194401c53ced7854a57cbfbf8c3a9f52ef209e