summaryrefslogtreecommitdiffstats
path: root/doc/src/examples
Commit message (Collapse)AuthorAgeFilesLines
* Various qt documentation fixes (wk 44)artoka2012-01-311-2/+3
| | | | | | Fixes for bugs: QTBUG-13362, QTBUG-15738, QTBUG-15921, QTBUG-18356, QTBUG-18417, QTBUG-18664, QTBUG-21562, QTBUG-22094, and QTBUG-18741.
* Various qt documentation fixes (wk 40&41)artoka2012-01-311-6/+6
| | | | | | | | Fixes for bugs: QTBUG-21067, QTBUG-17025, QTBUG-11489, QTBUG-20069, QTBUG-3563, QTBUG-20089, QTBUG-13983, QTBUG-11820, QTBUG-14732, QTBUG-14521, QTBUG-9675, QTBUG-18313, QTBUG-18313, QTBUG-11312, QTBUG-17739, QTBUG-7678, QTBUG-14759, QTBUG-14756, QTBUG-14677, QTBUG-16164, QTBUG-20721, QTBUG-15562, QTBUG-17029 and QTBUG-18544.
* Qmlshadersplugin examples added.Marko Niemelä2011-06-131-0/+10
| | | | | | Example application for OpenGL shading language and QML. Added also a link from qml examples main documents labs section. Reviewed-by: Kim Gronholm
* Update licenseheader text in source filesJyri Tahtela2011-05-13258-2580/+2580
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Ensured that incomplete downloads are removed.David Boddie2011-04-071-1/+3
| | | | Task-number: QTBUG-18509
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-03-221-11/+43
|\ | | | | | | | | | | | | | | Conflicts: doc/src/declarative/declarativeui.qdoc doc/src/declarative/dynamicobjects.qdoc doc/src/declarative/elements.qdoc doc/src/examples/qml-examples.qdoc
| * fixes/improvements for new QML right-to-left docsBea Lam2011-03-211-0/+6
| | | | | | | | Clarify some of the docs and fix some broken doc links.
| * Write Qt Quick 1.1 right-to-left documentation and examplesJoona Petrell2011-03-181-11/+37
| | | | | | | | | | | | | | Task-number: QTBUG-11042 Reviewed-by: Martin Jones Change-Id: I6319992dec52a4d9252c2df39801ebe6a7dee75d
* | Doc: Fixed doc bug in undo framework exampleGeir Vattekar2011-03-171-2/+1
| | | | | | | | Task-number: QTBUG-14580
* | Doc: Fixed a doc bug in the Rogue exampleGeir Vattekar2011-03-071-2/+2
| |
* | Doc: Converted the Internationalization with Qt document into a group.David Boddie2011-03-011-0/+1
| |
* | Merge branch 'mimir' into 4.7David Boddie2011-02-233-50/+23
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/qdeclarativemodels.qdoc doc/src/index.qdoc doc/src/template/style/style.css tools/qdoc3/atom.h tools/qdoc3/doc.cpp tools/qdoc3/doc/qdoc-manual.qdoc tools/qdoc3/doc/qdoc-manual.qdocconf
| * | qdoc: Added the \span command.Martin Smith2011-01-241-42/+19
| | | | | | | | | | | | e.g. \span {id="color-red"} {Color this text only}, not this text.
| * | qdoc: Removed some uses of \raw an d \endraw.Martin Smith2011-01-201-6/+2
| | | | | | | | | | | | 8 instances of raw-html remain.
| * | qdoc: Added colorizing of individual table cells.Martin Smith2011-01-141-2/+2
| | |
| * | Merge branch '4.7' into mimirDavid Boddie2010-12-151-1/+1
| |\ \
* | | | Removed GestureArea link from the elements page.Jerome Pasion2011-02-211-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | Additional merge conflicts fix. Reviewed-by: David Boddie
* | | | Merge branch 'jpasions-qt-doc-team-qtquick-4.7' into 4.7David Boddie2011-02-171-14/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/propertybinding.qdoc doc/src/overviews.qdoc src/declarative/util/qdeclarativeanimation.cpp src/declarative/util/qdeclarativeview.cpp
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2011-01-17257-257/+257
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/elements.qdoc doc/src/declarative/extending.qdoc src/declarative/qml/qdeclarativecomponent.cpp
| * | | | | Re-organized the Qt Quick page. Changed titles and links.Jerome Pasion2010-12-201-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-16071
* | | | | | Doc: Fixed snippet.David Boddie2011-02-172-2/+31
| | | | | |
* | | | | | Doc: Snippet quoting and other documentation fixes.David Boddie2011-02-093-3/+40
| | | | | |
* | | | | | Doc: Ensured that code snippets have appropriate file names.David Boddie2011-02-0813-25/+25
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | This helps them to be marked up correctly in cases where code markers are available.
* | | | | Doc: Fixed warnings and other problems found while fixing markup.David Boddie2011-02-075-15/+15
| | | | |
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-02-042-5/+20
|\ \ \ \ \
| * | | | | Add initial size to ListView in FolderListModel exampleBea Lam2011-02-021-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Plus other minor doc changes
| * | | | | Add a layout direction example to positionersJoona Petrell2011-01-191-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: Reviewed-by: Alan Alpert
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2011-01-265-2/+8
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Geir Vattekar2011-01-251-1/+1
| |\ \ \ \ \ \
| | * | | | | | Doc: fixing bugs and typos based on feedbackMorten Engvoldsen2011-01-251-1/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Doc: Fixed missing images in qt demoGeir Vattekar2011-01-254-1/+7
| |/ / / / / | | | | | | | | | | | | | | | | | | Task-number: QTBUG-14274
* | | | | | Doc: Fixed qdoc warnings about broken links.David Boddie2011-01-261-2/+2
|/ / / / /
* | | | | Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-13257-257/+257
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/qdeclarativeintro.qdoc doc/src/declarative/qdeclarativereference.qdoc doc/src/snippets/declarative/focus/focusColumn.qml tools/qdoc3/apigenerator.cpp tools/qdoc3/apigenerator.h tools/qdoc3/archiveextractor.cpp tools/qdoc3/bookgenerator.cpp tools/qdoc3/bookgenerator.h tools/qdoc3/ccodeparser.cpp tools/qdoc3/command.cpp tools/qdoc3/command.h tools/qdoc3/cpptoqsconverter.cpp tools/qdoc3/dcfsection.cpp tools/qdoc3/dcfsection.h tools/qdoc3/jambiapiparser.cpp tools/qdoc3/jambiapiparser.h tools/qdoc3/javacodemarker.cpp tools/qdoc3/javacodemarker.h tools/qdoc3/javadocgenerator.cpp tools/qdoc3/javadocgenerator.h tools/qdoc3/linguistgenerator.cpp tools/qdoc3/linguistgenerator.h tools/qdoc3/loutgenerator.h tools/qdoc3/mangenerator.cpp tools/qdoc3/mangenerator.h tools/qdoc3/polyarchiveextractor.cpp tools/qdoc3/polyarchiveextractor.h tools/qdoc3/polyuncompressor.cpp tools/qdoc3/polyuncompressor.h tools/qdoc3/qsakernelparser.cpp tools/qdoc3/qscodemarker.cpp tools/qdoc3/qscodemarker.h tools/qdoc3/qscodeparser.cpp tools/qdoc3/qscodeparser.h tools/qdoc3/sgmlgenerator.cpp tools/qdoc3/sgmlgenerator.h tools/qdoc3/test/qt-html-templates.qdocconf tools/qdoc3/uncompressor.cpp tools/qdoc3/webxmlgenerator.cpp tools/qdoc3/webxmlgenerator.h
| * | | Update copyright year to 2011.Jason McDonald2011-01-10257-257/+257
| | |/ | |/| | | | | | | Reviewed-by: Trust Me
* | | Merge branch '4.7' into qdoc-simplifiedDavid Boddie2010-12-151-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Geir Vattekar2010-12-091-1/+2
| |\
| * | Doc: Fixed doc bug in Diagram Scene exampleGeir Vattekar2010-12-091-1/+1
| | | | | | | | | | | | Task-number: QTBUG-15647
* | | Merge branch 'qdoc-simplified' into mimir-simplifiedDavid Boddie2010-12-141-1/+2
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: tools/qdoc3/atom.h tools/qdoc3/qdoc3.pro
| * | Add 'Writing New Components' docs, and document the connect() function.Bea Lam2010-12-031-1/+2
| |/ | | | | | | | | | | | | | | The 'Writing QML Components' is mainly a restructuring of the 'Extending types from QML' page. It also documents the signal connect() function that was previously undocumented. Task-number: QTBUG-15718, QTBUG-15138
* | Merge branch 'qdoc-simplified' into mimir-simplifiedDavid Boddie2010-12-071-2/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: doc/src/platforms/compiler-notes.qdoc tools/qdoc3/ditaxmlgenerator.cpp tools/qdoc3/ditaxmlgenerator.h tools/qdoc3/htmlgenerator.cpp tools/qdoc3/htmlgenerator.h tools/qdoc3/node.cpp tools/qdoc3/pagegenerator.h
| * Doc: Fixed qdoc warnings.David Boddie2010-10-081-2/+3
| |
* | doc: Corrections to linking errors detected by the DITA XML generator..Martin Smith2010-11-011-3/+2
|/
* Resized image, added missing files, and reformatted documentation ofJerome Pasion2010-10-081-10/+14
| | | | QtWebKit Image Analyzer example.
* Doc: correct spellingMorten Engvoldsen2010-10-071-1/+1
|
* Added the QtWebKit bridge Image Analyzer example.Jerome Pasion2010-10-041-0/+155
| | | | | | | Originally written by Jervey Kong. Task-number: QTBUG-14154 Reviewed-by: David Boddie
* Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-04256-1280/+1280
| | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files.
* Doc: Made a number of fixes to the documentation.David Boddie2010-10-042-5/+43
|
* Doc: More work on the QML documentation.David Boddie2010-09-071-1/+1
|
* Merge branch '4.7' into qmldocsDavid Boddie2010-09-011-2/+2
|\ | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetext.cpp src/declarative/graphicsitems/qdeclarativetextedit.cpp
| * Updated Twitter demo in response to the new Twitter oauth requirementJens Bache-Wiig2010-08-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Twitter is blocking access to the old authentification method that our demo was using. This breaks the demo completely. To fix this, I changed the demo into only make use of the public search API. You can no longer tweet but you can search for different tweets. At the moment making an oauth capable demo is not desirable due to the problems with handling a secret app token among other issues. Task-number: QTBUG-13181 Reviewed-by: Alan Alpert