summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge v5.1.0 releasebaserock/morphRichard Dale2013-07-0444-517/+535
|\
| * Doc: Added information about the ADB driver requirement on Windowsv5.1.0-rc2v5.1.0Venu2013-06-271-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | The default USB drivers on Windows does not allow USB debugging so the developers must install the ADB driver to test and debug their application on the Android device. Task-number: QTBUG-30173 Change-Id: I16ba4935b4b8dfda86584b3e8d15fa10b18e9a57 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Nico Vertriest <nico.vertriest@digia.com>
| * Doc: Added information about the tagged desktop examplesVenu2013-06-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | This change informs developers about listing the examples that are tested for Android so that they don't annoy themselves by trying to run examples that don't work. Task-number: QTBUG-30173 Change-Id: I0c422ebf265247c96e63c22fc4a76f28eb37a7d3 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Doc:Updated information about tested platforms.Jerome Pasion2013-06-242-6/+6
| | | | | | | | | | | | | | | | | | -Adding Ubuntu 11.10 32-bit as a tested platform. -Updated Windows 7 and 8 compiler versions -Updated link to MinGW download Change-Id: If2acc11f044ad4623cb035eaefae9ba370f5c5a6 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
| * Doc: Added a link to Qt Quick Controls OverviewJerome Pasion2013-06-171-0/+4
| | | | | | | | | | | | | | Link facilitates the flow of information. Change-Id: If84226455c35460ad226f074f9b3177eac8363e3 Reviewed-by: Martin Smith <martin.smith@digia.com>
| * Document the deprecation of WFlagsLaszlo Papp2013-06-161-0/+2
| | | | | | | | | | | | | | | | Task-number: QTBUG-31737 Change-Id: I95dab7b174438b27e6fd555f88bca78099656d0c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
| * Doc: Do not parse snippets as documentation sourcev5.1.0-rc1Topi Reinio2013-06-1229-351/+352
| | | | | | | | | | | | | | | | | | | | | | | | | | The .qdocconf file was using the root of the repository as a source directory, leading to also the snippets being parsed as source for docs. This change modifies .qdocconf to remove the unnecessary paths and excludes src/snippets. It also fixes the \snippet links to be relative to src/ instead of the root folder. Change-Id: Ifd03d7f5f28360bbe89b250fc4567a81ab3a008d Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Doc: Added a \note about the JAVA_HOME variableVenu2013-06-101-0/+4
| | | | | | | | | | | | | | | | | | | | Without this variable set to the JDK install dir, Qt Creator cannot find the Java binaries required to build the application. Task-number: QTBUG-30173 Change-Id: Id839b6ddc3c60dd09f29a8b47a77a9d147145b3a Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
| * Doc: Cleaned up the supported platforms sectionVenu2013-06-063-43/+8
| | | | | | | | | | | | | | | | | | | | | | - Removed the compiler notes page as it was only pointing to the supported platforms page. - Added links to pages providing information about the Mac OS X developer environment and platform notes. Task-number: QTBUG-30173 Change-Id: Ic2ac5365055858240a77fe3235243e4e8a584c78 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Doc: Updated the external link to the OpenJDK web siteVenu2013-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The earlier link was pointing to the OpenJDK download page for linux distributions only. The new one links to the OpenJDK generic page which talks about the JDK versions for other platforms as well. Task-number: QTBUG-30173 Change-Id: I5fef543e79c2e5c9b3eb86b2e9ad8169b80a4ab0 Reviewed-by: Nico Vertriest <nico.vertriest@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Doc: Minor language edits and broken link fixesVenu2013-06-042-26/+32
| | | | | | | | | | | | | | Task-number: QTBUG-30173 Change-Id: I56e4611b33856cbb075b0710917a1687239259a2 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Doc: Update Qt Quick Controls descriptionCaroline Chao2013-06-041-3/+1
| | | | | | | | | | Change-Id: Idd056eea674a96236656c452e7a1df5e8e20f0fd Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Doc: Enabling cross linking to Qt Quick Controls StylesCaroline Chao2013-06-041-0/+1
| | | | | | | | | | Change-Id: Id4e70590d4d0d15bd6494b2f0063e4d5e8525724 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Doc: Enabling cross linking to Qt Quick DialogsJerome Pasion2013-06-031-0/+1
| | | | | | | | | | Change-Id: Ia5d0243b8086d5cd12c4d459de1676b8af1edfc6 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
| * Make performance guide slightly more accurateGunnar Sletta2013-05-311-17/+18
| | | | | | | | | | Change-Id: I5c7416d4e4a67f8c4c8490109876ae45be59652f Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Change "Item Layouts" to "Item Positioners"Jan Arve Saether2013-05-291-4/+6
| | | | | | | | | | | | | | | | | | | | This is because the title was changed in qtdeclarative. Also add a line with link to Qt Quick Layouts Change-Id: I044e53ae9c2cde39bd2b224caaf47017dff3455a Reviewed-by: Caroline Chao <caroline.chao@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Doc: Reworded a \note and removed references to ARMv5Venu2013-05-283-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | The note was added earlier to inform the developers that they must explicitly select one of the Qt libraries for Android. Now that the latest installer package selects the ARMv7 version by default, I reworded the \note. Also, removed references to the ARMv5 builds. Task-number: QTBUG-30173 Change-Id: I8fa764333a20faff4f3f4b8350c57b233cbd8d54 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Add Qt Quick Dialogs to whatsnew in Qt 5.1Caroline Chao2013-05-281-1/+4
| | | | | | | | | | | | | | | | Add a Submodules section and add a link to the Qt Quick Dialogs page. Change-Id: Id8e18327709e1c544851f847e0bffabc713cb7e6 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Doc: Edited "Testing and Debugging" overview.Jerome Pasion2013-05-271-17/+29
| | | | | | | | | | | | | | | | | | -added links to Qt Creator manual -fixed flow of information and sections Change-Id: Ie35eada39050677db5e12d915d70d6d6c1bb86b4 Reviewed-by: Geir Vattekar <geir.vattekar@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
| * Doc: Edited "Core Internals" overview.Jerome Pasion2013-05-271-41/+45
| | | | | | | | | | | | | | -edited sentences and titles. Change-Id: Ia3ab0f355408828d685b344097355444fc12482e Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
* | Add qtdoc.morph to build the chunkRichard Dale2013-05-301-0/+13
|/
* sync.profile: Point dependencies to an empty stringSergio Ahumada2013-05-261-7/+8
| | | | | | | | | | | This means that we are going to use the same branch name for the dependencies as the branch of the repository under test. If we are testing the 'stable' branch, all dependencies will point to the 'stable' branch as well. Change-Id: Ia7a118539e3e5265cd0bdca7800e48cb6fc534d0 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
* Doc: Clean up qmake options listSze Howe Koh2013-05-261-37/+36
| | | | | | | | | | | - Fix Qt X11 Extras option - Fix Active Qt link - Reduce verbosity - Mark relevant modules as deprecated - The QtDeclarative library's corresponding module name is Qt Quick 1 Change-Id: I5e0d439ff2623563ab57c354337cddfd11179b50 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Add information on using plugins/imports on AndroidEskil Abrahamsen Blomfeldt2013-05-242-0/+25
| | | | | | | | | | | Since Qt Creator doesn't know what dependencies the plugins or imports used by your app has ahead of time, this needs to be maintained manually. Add information about this to the documentation. Change-Id: I7285d93581b4e71243d2ad5537ff19c19ee52f83 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: Removing "technology-apis" group.Jerome Pasion2013-05-244-15/+1
| | | | | | | | | -The new overviews are the new technology articles and that people add arbitrary articles in the group. Change-Id: I0227f689cc3239209c6962800525bf6391e445bd Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
* Doc: removed link to "QML Demos" from QML application page.Jerome Pasion2013-05-241-1/+0
| | | | | | | The linked Qt Quick examples page already lists the demos. Change-Id: I66471b2b2d2631c1b75e2f34836a0fab5762ca3d Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
* Doc: Added QML language reference to list of reference.Jerome Pasion2013-05-241-0/+5
| | | | | Change-Id: I34a0a47221f0562907204ea1c8db986e4a56b016 Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
* Doc: Fixed list in web overview.Jerome Pasion2013-05-241-2/+2
| | | | | Change-Id: If33ff03031d488da0af58d7bdadf252ac564397d Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* WS fix made by qtrepotools/bin/git-split-wsJerome Pasion2013-05-242-3/+3
| | | | | Change-Id: Iefaeffffc1a46168f179c17abe026f90d6d0d8df Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Doc: Document more source incompatibilities with Qt 4Sze Howe Koh2013-05-241-0/+8
| | | | | Change-Id: I935996a9a4a9d15b92a9b88bc43c4afd6e38c175 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Doc: Add information about the installers from Qt Project.Jerome Pasion2013-05-233-14/+54
| | | | | | | | | | The installers are summarized in a table. The platform pages have links to the installer page. Change-Id: Iee2f98556f498118cc4055bf7fc8e6d346db8d69 Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Doc: edit the qmake manualLeena Miettinen2013-05-223-1854/+1379
| | | | | | | | | | | | Restructure to make it easier to find information. Fix Qdoc commands and linking. Edit for grammar and style. Remove descriptions of obsolete variables. Task-number: QTBUG-29167 Change-Id: Id44e7f36bbf21fb98df034210f49025b320be361 Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* update sqlite to 3.7.17.0Mark Brand2013-05-221-1/+1
| | | | | Change-Id: I0fe5f331b3b026db99b2583509bae499bf8c7ef3 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Document how to get d-bus working on the MacShawn Rutledge2013-05-221-0/+8
| | | | | | Change-Id: I112afadf00c03ef66109d650f13f950461c2fec1 Reviewed-by: Hanne Linaae <hanne.linaae@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: Revert QtQuick1 -> QtDeclarativeSze Howe Koh2013-05-222-6/+6
| | | | | | | | | | The library name, header include paths, etc. were reverted back in October 2012: https://codereview.qt-project.org/#change,35516 Change-Id: I9056e9338dfc547cb0a52b49998e5e3a98202d81 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Alan Alpert <aalpert@blackberry.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* doc: Add additional run-time licensing info for AndroidEskil Abrahamsen Blomfeldt2013-05-222-0/+148
| | | | | | | | | | Add the documentation detailing the license of the libstdc++ library which is a dependency of Qt apps on Android. Task-number: QTBUG-31241 Change-Id: I90f3eea86cc89aba1b80bee9c249caee8d223cfa Reviewed-by: Sami Makkonen <sami.makkonen@digia.com> Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
* Update the CMake documentation with 2.8.11 specific information.Stephen Kelly2013-05-204-38/+52
| | | | | Change-Id: I42387a178097598a52b4cd3dbdcd8b093147a740 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
* Doc: Edited "Integrating Web Content" pageJerome Pasion2013-05-162-30/+45
| | | | | | | | | | -made distinction between Qt WebKit and Qt WebKit Widget clearer -corrected module names: "QtWebKit" to "Qt WebKit" -replicated the information into the "User Interfaces" page Change-Id: Ic1dd742dde2c567bb008a4e4b2f701521b30c79f Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: fixed several minor doc issuesNico Vertriest2013-05-164-7/+8
| | | | | | | | | | - \brief statements - snippet specification syntax - folder specification issue Task-number: QTBUG-31177 Change-Id: I853d08775c8eb43441a1edefed1a40d55b673a66 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: Adding a "What's New in Qt 5.1" page.Jerome Pasion2013-05-153-4/+218
| | | | | | | | | | -created a "What's New in Qt 5.0" page to keep 5.0's history. -featurs taken from http://qt-project.org/wiki/New-Features-in-Qt-5.1 Change-Id: I29d289791ee4195ca545ea793557889809a8e6b4 Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com> Reviewed-by: Geir Vattekar <geir.vattekar@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: Replaced the HTTPS links with HTTPVenu2013-05-144-4/+4
| | | | | | | | | | | The HTTPS links fail in Qt Assistant on Windows as the qt installation package includes qt libraries that are built without SSL support for legal reasons. Task-number: QTBUG-31073 Change-Id: I617202d18372b6c454f65251875e5cd0d27a6803 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Add changes-5.1.0 fileSergio Ahumada2013-05-141-0/+22
| | | | | Change-Id: I1fca9cdbd753120afbb24a61e7293fd7902b1d43 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: Cleaned up information about SQL support.Jerome Pasion2013-05-131-10/+9
| | | | | | | | | | | -the list in the "Data Storage" is not aware that the items in the list are chapters in "SQL Programming" guide. -removed extra list items to better give directions to readers. Change-Id: I003132ea1038010e03aca0970d9683437b900e16 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Nico Vertriest <nico.vertriest@digia.com> Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
* Doc: Cleaned up QML introduction.Jerome Pasion2013-05-133-150/+116
| | | | | | | | | | | | | | | | | | -Combined QML "Quick Start" pages into "First Steps with QML" so that we only have 1 piece of QML introduction -Placed the QML links to QML in the "What is QML?" section. We have too many information in too many places and this patch means we have a better documentation focus and we can direct readers depending on their familiarity with QML. A)first step B)qml reference C)qml application Change-Id: I0256f81fea95a55a447776f1cd11764cda656f4d Reviewed-by: Alan Alpert <aalpert@blackberry.com> Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
* Doc: Add Qt Quick Layouts to the list of essential modulesCaroline Chao2013-05-131-0/+4
| | | | | Change-Id: I5c06aa2970c289d02e3f40869440f19227eb2f84 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: Remove PostScript print supportSze Howe Koh2013-05-112-2/+3
| | | | | | | | | PostScript support was removed back in 2011, but not documented then: 34f712e79e97b757b4426e1ffa09e065c9e379a1 (qtbase.git) Change-Id: I1416966d36793abb0c0135586531cd76867a2bb0 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Doc: Added a note about manually selecting the Qt librariesVenu2013-05-101-0/+4
| | | | | | | | | | The Qt 5.1.0 installer by default installs only the desktop version of the libraries. The user will have to manually select the libraries for Android x86 and ARMv7, which is not obvious in the installer. Change-Id: I77b11cd4ca7069e4ce90fd77d8167ee0c0141320 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: Separated "modules" group page from the "All Modules" page.Jerome Pasion2013-05-102-208/+243
| | | | | | | | | -they are separate and causes auto generated links to show up. -we already have a "modules-cpp" group, so "modules" is no longer needed. If "modules" group is to be removed, it should be in a separate patch. Change-Id: Ia74a945455f2765ace32dec798de45fb42b2d1d5 Reviewed-by: Martin Smith <martin.smith@digia.com>
* Doc: Edited list of UI topics in the User Interface page.Jerome Pasion2013-05-101-9/+8
| | | | | | | | | | -list should be the same as the one from the QML Application Developer Resources page. -the use case pages are a better fit than the concept pages because they cover more than just Qt Quick. Change-Id: Icb09349cc1490fa0b5157c9983d09baae55d9a68 Reviewed-by: Martin Smith <martin.smith@digia.com>
* Doc: Removed "SQL in Qt" group page.v5.1.0-beta1Jerome Pasion2013-05-072-15/+3
| | | | | | | | -This information is already in the Qt SQL and "Data Storage" pages. Change-Id: I46125889d33c4d404f2f6db4c56c3d26d68ee9a3 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>