summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Add `-xunitxml' option to qtestlib documentationSergio Ahumada2011-12-301-0/+2
| | | | | Task-number: QTBUG-14305 Reviewed-by: Casper van Donderen
* Merge remote-tracking branch 'upstream/4.7' into 4.7Sergio Ahumada2011-10-271-1/+1
|\ | | | | | | | | Conflicts: src/gui/inputmethod/qcoefepinputcontext_s60.cpp
| * Doc: Fix example codeSergio Ahumada2011-10-211-1/+1
| | | | | | | | Task-number: QTWEBSITE-281
* | Fix security problem on webpage due to bad JSCasper van Donderen2011-10-211-12/+1
| | | | | | | | Reviewed-by: Trust Me
* | Doc: adding link to the Qt Quick Components for Symbian page.Jerome Pasion2011-10-214-0/+125
|/ | | | Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
* Doc updates to installation, platform notes and symbian introduction.Eero Hyyti2011-10-103-137/+133
|
* Document updates to Qt for Symbian installation instructions and platform notes.Eero Hyyti2011-09-272-291/+374
|
* Doc: Removed whitespace.David Boddie2011-08-301-1/+0
| | | | | | (cherry picked from commit 01b3f508d1f7e9951baf60f487feadfa98ba4751) Reapplied after bad v4.7.4 merge
* Doc: Added a simple introduction to Qt and fixed links.David Boddie2011-08-305-5/+209
| | | | | | (cherry picked from commit 9ed61311bce15b8f1bb4b30ee9133f1a2355f41d) Reapplied after bad v4.7.4 merge
* Doc: Removed non-ASCII characters from the documentation.David Boddie2011-08-301-6/+6
| | | | | | (cherry picked from commit 1bd6f1bd280ee6e1ecd4de2291c8ccfb4d06b7a4) Reapplied after bad v4.7.4 merge
* fix copying webkit guide under windowsOswald Buddenhagen2011-08-171-2/+6
| | | | | | patch by Rob Tomek. Task-number: QTBUG-19155
* Remove broken link to Symbian.org documentation.Casper van Donderen2011-07-122-16/+0
|
* Update QtOpenGL section in Symbian platform notes.Jani Hautakangas2011-07-012-5/+42
| | | | | Task-number: QTBUG-20216 Reviewed-by: Laszlo Agocs
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Laszlo Agocs2011-06-202-24/+7
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-272-24/+7
| |\ | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Remove unnecessary QtQuick 1.1 effectiveLayoutDirection, effectiveHorizontalAlignment and anchors.mirror properties
| | * Remove unnecessary QtQuick 1.1 effectiveLayoutDirection, ↵Joona Petrell2011-05-272-24/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | effectiveHorizontalAlignment and anchors.mirror properties * these properties are seldomly used * they confuse developers that do not care about right-to-left user interfaces * LayoutMirroring.enabled property can be used instead to determine if mirroring is enabled * if needed, you can easily determine the effective layout directions and alignments with a little bit of JavaScript: function effectiveLayoutDirection() { if (LayoutMirroring.enabled) return (listView.layoutDirection == Qt.LeftToRight) ? Qt.RightToLeft : Qt.LeftToRight; else return listView.layoutDirection; } Task-number: QTBUG-11042 Reviewed-by: Martin Jones
* | | Qmlshadersplugin examples added.Marko Niemelä2011-06-133-11/+22
| | | | | | | | | | | | | | | | | | Example application for OpenGL shading language and QML. Added also a link from qml examples main documents labs section. Reviewed-by: Kim Gronholm
* | | Qmlshadersplugin API documentation enhancements.Marko Niemelä2011-06-132-0/+13
|/ / | | | | | | | | | | Added a link from qml element index, removed some unnecessary doc markings, added missing example image and some other minor fixes. Reviewed-by: Kim Gronholm
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2011-05-17573-5842/+5842
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Updating file with CRLF line endings for the updated header Fix a regression in QList::mid() update gitignore remove -fno-stack-protector Fix make confclean Update licenseheader text in source files
| * | Update licenseheader text in source filesJyri Tahtela2011-05-13573-5842/+5842
| | | | | | | | | | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2011-05-131-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Martin Smith2011-05-091-1/+1
| |\ \
| * | | doc: Fixed a QML snippet referenceMartin Smith2011-05-091-1/+1
| | | | | | | | | | | | | | | | Also updated the Config class for reuse.
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-review into 4.7David Boddie2011-05-023-3/+7
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Fixing potential js hole in the js function for the feedback channel.Morten Engvoldsen2011-04-291-1/+1
| |/
| * Ensured that incomplete downloads are removed.David Boddie2011-04-071-1/+3
| | | | | | | | Task-number: QTBUG-18509
| * Aim to fix Windows builds.David Boddie2011-04-051-1/+3
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2011-04-261-24/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Input method hints are not correct if using proxy widget Fix for GL graphcics system orientation which Update Symbian platform notes documentation
| * | Update Symbian platform notes documentationJani Hautakangas2011-04-261-24/+8
| | | | | | | | | | | | | | | Task-number: QTBUG-17357 Reviewed-by: Jason Barron
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-122-0/+34
|\ \ \ | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Allow enum values to be used as signal parameters ListModel::clear() should not clear roles
| * | | Allow enum values to be used as signal parametersBea Lam2011-04-122-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix does not work for enums declared outside of the class that emits the signal, since in this case it is not possible to access the metaobject of the class that declared the enum. However the fix makes a special case for the Qt namespace to allow enums in this namespace to be used. Task-number: QTBUG-15983 Change-Id: I6f72255b07010311a20fe068bd97c7db7b294d9b Reviewed-by: Aaron Kennedy
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into ↵Qt Continuous Integration System2011-04-062-6/+6
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging: Fixed the declarative headers and includes within qdoc. Removed invalid public slots section. Minor feature fix led to refactoring for i18n's sake. Fixed string-int concatenation issue. qdoc: Allowed multiple values for certain metadata tags. qdoc: modified \include to take a 2nd arg, snippet id. Doc: Minor fix to title. Doc: Fixed markup. Doc: Added a missing command. Doc: Removed duplicate documentation. Removed some links and prettified others. Doc: Squashed commit of Roland Wolf's threading tutorial.
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2011-04-054-3/+6
| |\ \ \
| * \ \ \ Merge branch '4.7' of ../qt-doc-team-threading into 4.7David Boddie2011-04-052-6/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/getting-started/tutorials.qdoc
| | * \ \ \ Merge branch '4.7' of /home/dboddie/git/qt-doc-team into 4.7David Boddie2011-03-29100-234/+4726
| | |\ \ \ \
| | * | | | | Doc: Minor fix to title.David Boddie2011-03-291-1/+1
| | | | | | |
| | * | | | | Merge branch '4.7' of /home/dboddie/git/qt-doc-team into 4.7David Boddie2011-03-182-4/+4
| | |\ \ \ \ \
| | * | | | | | Doc: Squashed commit of Roland Wolf's threading tutorial.David Boddie2011-03-172-6/+6
| | | | | | | |
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-041-0/+206
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix failing autotest XmlListModel should allow types other than application/xml Document using Behaviors with States.
| * | | | | | Document using Behaviors with States.Michael Brasser2011-04-041-0/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I74f163cef8caa16cccb158061ec30ffb4e471fd1 Task-number: QTBUG-16856 Reviewed-by: Bea Lam
* | | | | | | Removed mobile demos from the Symbian build in demos.proJerome Pasion2011-04-013-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The demos require QtMobility libraries. Added notices in the demo pages about the requirement. Reviewed-by: Casper van Donderen
* | | | | | | Moved a couple of links into one list.Jerome Pasion2011-03-291-3/+1
| |/ / / / / |/| | | | |
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Geir Vattekar2011-03-295-75/+128
|\ \ \ \ \ \
| * | | | | | Added a link to the Debugging Techniques article.Jerome Pasion2011-03-281-0/+1
| | | | | | |
| * | | | | | Edited the Tutorials and Examples pages. Renamed links in index.qdoc.Jerome Pasion2011-03-254-75/+127
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a link to the eLearning materials and Creator manual. Reviewed-by: David Boddie
* | | | | | Doc: Work on GettingStartedQt tutorialGeir Vattekar2011-03-291-110/+114
|/ / / / / | | | | | | | | | | | | | | | Task-number: QTBUG-16609
* | | | | Doc: Work on a11y docsGeir Vattekar2011-03-243-33/+35
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-8078
* | | | | Edited QtWebKit Guide qdoc and added external links.Jerome Pasion2011-03-235-752/+546
| | | | |
* | | | | Merge branch 'clone_4.7' into 4.7Jerome Pasion2011-03-2377-139/+4283
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fixed external link in QtWebKit Guide.Jerome Pasion2011-03-221-2/+2
| | | | |