summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative
Commit message (Collapse)AuthorAgeFilesLines
* 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.