summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Doc fixesBea Lam2010-04-301-27/+21
|
* Remove Component's isReady, isLoading, isError and isNull properties.Bea Lam2010-04-291-3/+3
| | | | | | | The Component status enum covers all of these properties already and removing these also makes the API consistent with Image and Loader. Note this change only affects the QML Component API; the methods are still available for QDeclarativeComponent.
* Fix references to createComponent() and createQmlObject() toBea Lam2010-04-284-0/+87
| | | | | Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification.
* Move snippets to correct locationBea Lam2010-04-2823-0/+767
|
* Doc fixesBea Lam2010-04-281-3/+11
|
* Ensure workerscript.qml works (autotested).Warwick Allison2010-04-211-0/+1
|
* import Qt 4.6 -> import Qt 4.7Yann Bodson2010-04-1222-22/+22
|
* Move documentation code to snippet.Yann Bodson2010-04-121-0/+24
|
* coding conventionsYann Bodson2010-04-121-16/+14
|
* doc fixesYann Bodson2010-04-121-1/+1
|
* Start documenting coding conventionsYann Bodson2010-04-126-0/+136
| | | | Task-number: QT-2845
* Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-081-1/+1
|
* Improve flipable example.Yann Bodson2010-03-311-0/+37
|
* Update QML documentation snippets to latest syntax.Aaron Kennedy2010-03-056-29/+5
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-222-3/+3
|
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-032-2/+2
| | | | | | examples accordingly. Task-number: QT-2786
* docWarwick Allison2009-11-131-0/+31
|
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-1/+1
|
* DocAaron Kennedy2009-10-271-0/+15
|
* Doc.Michael Brasser2009-10-261-6/+10
|
* Docs.Martin Jones2009-10-211-0/+12
|
* lowercase idsYann Bodson2009-10-067-34/+34
|
* Repeater doc update.Yann Bodson2009-09-211-7/+9
|
* More ListView API changes.Martin Jones2009-09-141-5/+5
| | | | | ListView: wrap -> keyNavigationWraps ListView: autoHighlight -> highlightFollowsCurrentItem
* Add MouseRegion::pressedButtons property. Update mouseX/Y when hovered.Martin Jones2009-08-211-0/+1
|
* Update documentation regarding font.pointSizeYann Bodson2009-08-203-3/+3
|
* Renaming Rect -> RectangleYann Bodson2009-08-1912-20/+20
|
* API improvements for MouseRegion and DragMartin Jones2009-08-191-3/+3
|
* readd and fix the qml documentation for Rotation and ScaleLars Knoll2009-08-141-4/+4
| | | | | | | This got forgotten during the move to QGraphicsTransform. The docs also required a few adjustments as Rotation3D is now gone and some properties in Scale and Rotation have changed.
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-2316-0/+32
| | | | | Adjust examples and demos accordingly. As per QT-558
* Better gradient support for Rect.Martin Jones2009-05-271-0/+8
|
* Start on a Qml syntax introduction for non-C++ programmers.Michael Brasser2009-05-121-0/+9
|
* Documentation.Martin Jones2009-05-062-32/+15
|
* GridView docs.Martin Jones2009-05-065-21/+85
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-051-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Remove XML custom parser supportAaron Kennedy2009-05-051-1/+1
| |
* | Content/ContentWrapper documentation.Martin Jones2009-05-052-11/+14
|/
* Add not-yet-working Content example.Martin Jones2009-05-052-0/+17
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-012-0/+27
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-014-0/+77
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Format conversion for animation, states and transitions, and transformMichael Brasser2009-05-012-0/+27
| | | | | | | | | | | | elements.
* | | More format changesMartin Jones2009-05-012-0/+39
| | |
* | | More format conversion.Martin Jones2009-05-011-0/+12
| |/ |/|
* | PathView format conversion.Martin Jones2009-05-014-0/+77
|/
* Documentation for ListViewMartin Jones2009-04-303-0/+132
Convert to new format, use \snippet.