summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Improved tr()-exampleRobert Loehning2012-09-031-1/+1
| | | | | | | Change-Id: I02400b5c6ad2a5b6a5c6a8ffa9f234f27969e0a8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Update contact information in license headers.Sergio Ahumada2012-08-011641-3286/+3285
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Doc: Fix typo "a mount of code" -> "amount of code"Sergio Ahumada2012-07-181-1/+1
| | | | | | Task-number: QTBUG-25608 Change-Id: I948bdec6a1794e630aa5ce576e8d56b77121afa6 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Doc: Fix typo slection -> selectionSergio Ahumada2012-07-161-1/+1
| | | | | | Task-number: QTBUG-25577 Change-Id: I89d6bc2c23283c802240194575a1a4c394b6e96f Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Doc: Fix typoSergio Ahumada2012-07-161-1/+1
| | | | | | Task-number: QTBUG-24317 Change-Id: Ieaddea0df2984bb065bfd16203ba07623432e40f Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Update example about QML Data ModelSukhyun Kim2012-06-131-2/+3
| | | | | | | | When using ListView.view in a delegate, the id of child of delegate has to attach in front of ListView.view to access the model and its properties in some case. Change-Id: I92201b00ab7a401781860d5d264d4ad8026e4c38 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Removed -qt-gif -configure option from documentationKatja2012-05-081-2/+0
| | | | | | | | | -qt-gif is no longer a valid configure option, so it needs to be removed from docs. Task-Id: QTBUG-25671 Change-Id: If599a3a5596f31ba949187dddd3fd18c9b0a5b4b Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* docs: more tweaks to offline stylev4.8.2Daniel Molkentin2012-04-261-2/+3
| | | | | Change-Id: I50a51da61379a57e0b22785caf11874752ec3bf8 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* doc: use hooks introduced to qdoc for correct prev/next disambiguation.Daniel Molkentin2012-04-262-6/+10
| | | | | Change-Id: I076839b146e2c3f92c884fc932f0ace54d5b3545 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Add icons for previous and next page.Daniel Molkentin2012-04-263-22/+43
| | | | | Change-Id: I3b16c70b4742a942ceec2035c46618ebc63b697f Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* docs: fix conflicting resource file namesDaniel Molkentin2012-04-261-0/+0
| | | | | Change-Id: I10bd6abe214507f663cc7c6a0b3a6f3c69668360 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Update QSettings and Mac OS X documentation with App Store informationPasi Matilainen2012-04-232-0/+53
| | | | | | | | | | | Add information about changing the location of global Qt settings to QSettings documentation, and general information about submitting Qt apps to the Mac App Store to the "Qt for Mac OS X - Specific Issues" document. Task-number: QTBUG-16549 Change-Id: Ic0210e8f4d3c3f6369032abd5c1e214b4200b179 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Upgrading libpng: Patches to libpng 1.5.10 for Qt usageaavit2012-04-121-1/+1
| | | | | | | | | | | | This is the collection of those earlier patches to libpng in Qt that are still relevant, updated as required: d6ba0e805fd2b17e2e0cbbce32e218551505d91f 91bf025444f13eb269ece6bb430a841638bb32a8 125dae45c5c8e09a58409095f6661ab65ea1e71f d6947bcbed97889d7d56d400f81eb1691a3f18e1 Change-Id: I06603041b5971ade4742f600dbea4cca98ff95a5 Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
* Fix for QTBUG-21466: References to deprecated mouse driversPasi Petäjäjärvi2012-03-072-21/+8
| | | | | | | | | | | | | References to deprecated and removed mouse and keyboard drivers in documentation. Removed references. Task-number: QTBUG-21466 Change-Id: I0ea9db679023a5e9a60663d64a9797df4310e662 Reviewed-by: Andy Shaw <andy.shaw@digia.com> Reviewed-by: Iikka Eklund <iikka.eklund@digia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Doc fix for LinguistAndy Shaw2012-02-171-1/+1
| | | | | | | Indicate the right menu that the Batch Translation entry can be found in Change-Id: I86da9310f1672d073f7c4e207a46ecdd6757018e Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-02-094-7/+7
| | | | | | Change-Id: Ib13737eac7f7cee3ebca44aa712cb6b152672a81 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-081-1/+1
| | | | | | | | The QTextStream paragraph that is removed referred to something that is incorrect. This was confirmed for Windows, Linux and Mac. Change-Id: Ibac8f82482f2060308b5b8485d6da228bdf52fe6 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Update Offline CSS stylesheet.Casper van Donderen2012-02-021-3/+5
| | | | | Change-Id: I60eba75aac0d70b1f4a6342e623b13db2c5b826f Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* Various Qt documentation fixes (wk 44)artoka2012-01-316-10/+10
| | | | | | | | | | | | | | | | Task-number: QTBUG-13362 Task-number: QTBUG-18356 Task-number: QTBUG-18417 Task-number: QTBUG-18664 Task-number: QTBUG-21562 Task-number: QTBUG-22094 Task-number: QTBUG-18741 Task-number: QTBUG-15921 Task-number: QTBUG-22172 Task-number: QTBUG-15738 Change-Id: I1d383a22612cd4fbcb7e03751e76409ca57fe7a2 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Various qt documentation fixes (wk 43)artoka2012-01-317-25/+120
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-12389 Task-number: QTBUG-16667 Task-number: QTBUG-6151 Task-number: QTBUG-8625 Task-number: QTBUG-19808 Task-number: QTBUG-12096 Task-number: QTBUG-1231 Task-number: QTBUG-21073 Task-number: QTBUG-8939 Task-number: QTBUG-20399 Task-number: QTBUG-20944 Task-number: QTBUG-7542 Task-number: QTBUG-22095 Task-number: QTBUG-11278 Task-number: QTBUG-15653 Change-Id: Ibc369998d06e7f2f11b01a1ba4c2fb927e3c065b Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Various Qt documentation bug fixes (wk 42)artoka2012-01-305-3/+5
| | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-18101 Task-number: QTBUG-8673 Task-number: QTBUG-14194 Task-number: QTBUG-9109 Task-number: QTBUG-9466 Task-number: QTBUG-8323 Task-number: QTBUG-7924 Task-number: QTBUG-20355 Task-number: QTBUG-19367 Task-number: QTBUG-21295 Task-number: QTBUG-14554 Task-number: QTBUG-8331 Task-number: QTBUG-8329 Task-number: QTBUG-8786 Task-number: QTBUG-8787 Change-Id: I4b6403df4a0078fa385abbfab5b6c3a94f175295 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* Update Supported Platforms Documentation.Sergio Ahumada2012-01-131-0/+2
| | | | | | | Added Ubuntu 11.10 x64 as Tier 1 for Qt 4.8 Change-Id: I319b3970c1bcd6a7550c93e44f50449b3daac7be Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Fix typo: jbects->objectsFrederik Gladhorn2012-01-131-1/+1
| | | | | | Change-Id: I051802bbfd127f14f362cbe6ecdf0f48461e360b Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-111642-1656/+1656
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration ↵Qt Continuous Integration System2011-12-311-0/+2
|\ | | | | | | | | | | | | | | | | | | into master-integration * 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration: Revert "Fix NB#290352 Qtwebprocess crashes @ QHttpNetworkReply::readAny" Doc: Add `-xunitxml' option to qtestlib documentation Fix crash in positionInLigature Fix NB#290352 Qtwebprocess crashes @ QHttpNetworkReply::readAny
| * Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-12-311-0/+2
| |\
| | * Doc: Add `-xunitxml' option to qtestlib documentationSergio Ahumada2011-12-301-0/+2
| | | | | | | | | | | | | | | Task-number: QTBUG-14305 Reviewed-by: Casper van Donderen
* | | New style sheet for offline (QCH) documentationCasper van Donderen2011-12-2210-677/+616
| | | | | | | | | | | | | | | This stylesheet makes the Qt Reference docs look the same as the Qt Creator docs.
* | | Add dita_docs target to generate DITA output.Casper van Donderen2011-12-201-1/+4
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into ↵Qt Continuous Integration System2011-11-2944-0/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging: Set execution bits for more scripts. Set execution bits for .test files. Fix more permissions (no execute bit). Fix permission (no execute bit). QGraphicsLayoutItem - bound constraint the minimum and maximum size Notify X11 of its resizable state through MWM Hints.
| * | Fix permission (no execute bit).Frederik Gladhorn2011-11-2244-0/+0
| | |
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into ↵Qt Continuous Integration System2011-11-2513-151/+149
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging: (23 commits) Added missing license header. Adjust pathes once again. Fixed a link Fixed a link Split behavior and wigglytext examples Rename files to show up in docs. Whitespace changes and added depends. Fix up examples. Fixed some linking issues. Removed unecessary files from folders. Fixes for the manifest and links. Changed some of the short descriptions for WebView examples. Removed unecessary duplicate files. Fix link to WebView examples. Fix link to ListView and WebView example pages. Fixed lists to be ordered lists and added curly brackets Change the links to behavior examples. Fix warning about unbalanced parantheses. Fix abstractitemmodel compilation error. Split ListView and WebView examples. ...
| * | | Fixed a linkKevin Wright2011-11-241-1/+1
| | | |
| * | | Fixed a linkKevin Wright2011-11-241-1/+1
| | | |
| * | | Split behavior and wigglytext examplesKevin Wright2011-11-242-0/+10
| | | |
| * | | Whitespace changes and added depends.Kevin Wright2011-11-241-5/+5
| | | |
| * | | Fixed some linking issues.Kevin Wright2011-11-242-2/+5
| | | |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-stagingCasper van Donderen2011-11-241-5/+5
| |\ \ \
| | * | | Changed some of the short descriptions for WebView examples.Kevin Wright2011-11-241-3/+3
| | | | |
| | * | | Removed unecessary duplicate files.Kevin Wright2011-11-241-2/+2
| | | | |
| * | | | Fixes for the manifest and links.Casper van Donderen2011-11-241-6/+4
| |/ / /
| * | | Fix link to WebView examples.Casper van Donderen2011-11-241-9/+10
| | | |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-stagingCasper van Donderen2011-11-241-13/+16
| |\ \ \
| | * | | Fixed lists to be ordered lists and added curly bracketsKevin Wright2011-11-241-13/+16
| | | | |
| * | | | Fix link to ListView and WebView example pages.Casper van Donderen2011-11-241-2/+2
| | | | |
| * | | | Change the links to behavior examples.Casper van Donderen2011-11-242-2/+2
| |/ / /
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-stagingKevin Wright2011-11-241-4/+4
| |\ \ \
| | * | | Fix warning about unbalanced parantheses.Daniel Molkentin2011-11-241-4/+4
| | | | | | | | | | | | | | | | | | | | Reviewed-By: Robert Loehning
| * | | | Split ListView and WebView examples.Kevin Wright2011-11-241-1/+27
| |/ / /
| * | | Close the comments on some examples.Casper van Donderen2011-11-241-2/+13
| | | |