summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Removed section names and added a link to Qt Quick page.Jerome Pasion2011-02-1712-105/+76
| | | | Task-number: QTBUG-16071
* Added a qdoc keywordJerome Pasion2011-02-161-1/+1
|
* Removed links to unfinished documentation.Jerome Pasion2011-02-161-4/+0
| | | | Task-number: QTBUG-16071
* Re-wrote QML Views overview page. Created new snippets and images.Jerome Pasion2011-02-168-61/+316
| | | | Task-number: QTBUG-16071
* Added new snippet code.Jerome Pasion2011-02-162-6/+54
| | | | Task-number: QTBUG-16071
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2011-02-164-7/+640
|\
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Morten Engvoldsen2011-02-151-1/+1
| |\
| | * Doc: Fixed a example deployment script.David Boddie2011-02-151-1/+1
| | | | | | | | | | | | Task-number: QTBUG-6467
| * | Doc: Updating platform support pages in the documentationMorten Engvoldsen2011-02-153-6/+639
| |/
* | Resized image and took out extra lines.Jerome Pasion2011-02-162-2/+0
| | | | | | | | Task-number: QTBUG-16071
* | Re-wrote Qt Quick intro. Deleted unused snippets and images.Jerome Pasion2011-02-1527-1791/+110
| | | | | | | | Task-number: QTBUG-16071
* | Edited section titles and added links to relevant sections.Jerome Pasion2011-02-152-8/+8
| | | | | | | | Task-number: QTBUG-16071
* | Shuffled navigation and modified next/previous links.Jerome Pasion2011-02-159-67/+42
| | | | | | | | Task-number: QTBUG-16071
* | Removed unused snippet code. Changed reference to snippet.Jerome Pasion2011-02-155-169/+1
| | | | | | | | Task-number: QTBUG-16071
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2011-02-15234-3771/+5764
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2011-02-141-25/+25
| |\
| * | Doc: Indicated that there is a more extensive list of modules.David Boddie2011-02-091-1/+3
| | |
| * | Doc: Snippet quoting and other documentation fixes.David Boddie2011-02-0910-144/+267
| | |
| * | Doc: Updated the style of comments, which otherwise look like links.David Boddie2011-02-092-0/+2
| | |
| * | Doc: Ensured that code snippets have appropriate file names.David Boddie2011-02-08223-3626/+5492
| | | | | | | | | | | | | | | This helps them to be marked up correctly in cases where code markers are available.
* | | Noted that QML uses JavaScript based regexpJerome Pasion2011-02-101-2/+4
| | | | | | | | | | | | Task-number: QTBUG-16071
* | | Fixed link in QML overview page.Jerome Pasion2011-02-101-1/+1
| | | | | | | | | | | | Task-number: QTBUG-16071
* | | Re-wrote QML Reusable Components documentationJerome Pasion2011-02-107-21/+159
| | | | | | | | | | | | Task-number: QTBUG-16071
* | | Added keyword to the QML property binding documentation.Jerome Pasion2011-02-101-0/+1
| | | | | | | | | | | | Task-number: QTBUG-16071
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2011-02-101-25/+25
|\ \ \ | | |/ | |/|
| * | Doc: correcting typosMorten Engvoldsen2011-02-081-25/+25
| |/
* | Rewrote "Importing Reusable Components" documentation.Jerome Pasion2011-02-085-17/+264
| | | | | | | | | | | | Added snippet code, and replaced the text. Task-number: QTBUG-16071
* | Changed snippet code and edited event overviewJerome Pasion2011-02-082-13/+150
| | | | | | | | Task-number: QTBUG-16071
* | Changed states.qml snippet codeJerome Pasion2011-02-081-12/+73
| | | | | | | | Task-number: QTBUG-16071
* | Adding validator snippet.Jerome Pasion2011-02-071-0/+89
| | | | | | | | Task-number: QTBUG-16071
* | Fixed merge conflict in Copyright date.Jerome Pasion2011-02-071-4/+0
| |
* | Rewrote Qt Quick documentation.Jerome Pasion2011-02-0714-649/+335
| | | | | | | | Task number: QTBUG-16071
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2011-02-0728-79/+615
|\ \ | |/ | | | | | | | | Conflicts: doc/src/declarative/propertybinding.qdoc src/declarative/util/qdeclarativeview.cpp
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2011-02-071-0/+287
| |\
| | * Doc: Adding documentation on configure options for Qt configureMorten Engvoldsen2011-02-071-0/+287
| | |
| * | Doc: Fixed warnings and other problems found while fixing markup.David Boddie2011-02-0711-22/+23
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-02-0416-76/+388
| |\
| | * Move Qt.application docs into Qt global object pageBea Lam2011-02-022-7/+10
| | | | | | | | | | | | | | | | | | Previously it was documented as a separate 'Application' element Reviewed-by: Martin Jones
| | * Add initial size to ListView in FolderListModel exampleBea Lam2011-02-022-5/+14
| | | | | | | | | | | | Plus other minor doc changes
| | * update What's New for QtQuick 1.1 and AnimatedImage docsBea Lam2011-02-021-4/+14
| | |
| | * Update Docs, Examples and Demos for new CreateObject overloadableChristopher Ham2011-01-282-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | Dynamic object in Docs explains QScriptValue argument. SameGame and Dynamic scene now make use of overloadable. Task-number: QTBUG-13087 Reviewed-by: Bea Lam
| | * Allow property bindings to be easily created from JavaScriptBea Lam2011-01-272-51/+94
| | | | | | | | | | | | | | | | | | | | | | | | Properties can now be assigned a function that returns the binding value. Task-number: QTBUG-14964 Reviewed-by: Aaron Kennedy
| | * Add list of new properties/methods in QtQuick 1.1Martin Jones2011-01-241-1/+97
| | |
| | * Add a layout direction example to positionersJoona Petrell2011-01-193-5/+16
| | | | | | | | | | | | | | | Task-number: Reviewed-by: Alan Alpert
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191533-1553/+1574
| | |\
| | * | Document property/method versioning in QML.Martin Jones2011-01-102-0/+84
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-13451 Reviewed-by: Bea Lam
| | * | Introduce Qt.application.active propertyJoona Petrell2011-01-071-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces qmlviewer's runtime.activeWindow property. Task-number: QTBUG-13351 Reviewed-by: Martin Jones
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-0753-3628/+2195
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.cpp tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp
| | * | | Add Repeater itemAdded(), itemRemoved() signals and itemAt() methodBea Lam2011-01-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-15161 Reviewed-by: Martin Jones
| | * | | Add clarifications to QML SQL docs.Michael Brasser2011-01-051-3/+4
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Bea Lam