summaryrefslogtreecommitdiffstats
path: root/examples/declarative/listview/content
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-1620-66/+0
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-1/+1
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-082-2/+2
|
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-1/+1
| | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops.
* Replace Animation's repeat property with loops.Michael Brasser2010-03-251-1/+1
| | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite.
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-222-2/+2
|
* More strict type checking of ListElement properties.Warwick Allison2010-02-191-0/+1
| | | | Task-number: QTBUG-6203
* forgot iconsYann Bodson2009-10-276-0/+0
|
* make listview/dynamic.qml work againYann Bodson2009-10-271-7/+9
|
* lowercase idsYann Bodson2009-10-062-28/+23
|
* tweakWarwick Allison2009-09-111-0/+29
|
* Missed icons.Warwick Allison2009-09-083-0/+0
|
* Get recipes example running again.Michael Brasser2009-09-071-6/+6
|
* Rename State change elements.Martin Jones2009-08-211-1/+1
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Rename centeredIn to centerIn.Michael Brasser2009-07-311-1/+1
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-0/+2
| | | | | Adjust examples and demos accordingly. As per QT-558
* Add parameterized synthesized signalsAaron Kennedy2009-07-021-1/+1
| | | | Also changed syntax for emitting a signal to be consistent with normal QtScript.
* Use QML signal syntaxAaron Kennedy2009-05-011-3/+1
|
* Use QML properties syntaxAaron Kennedy2009-05-011-3/+2
|
* port syntaxWarwick Allison2009-04-301-21/+40
|
* Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore.Yann Bodson2009-04-291-2/+2
|
* Allow method text of recipe example to scrollMartin Jones2009-04-232-0/+0
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-228-0/+21