summaryrefslogtreecommitdiffstats
path: root/examples/declarative/listview
Commit message (Collapse)AuthorAgeFilesLines
...
* Use data as the default property of the views.Michael Brasser2009-09-071-12/+9
|
* Get recipes example running again.Michael Brasser2009-09-071-6/+6
|
* Flickable locked property changed to interactive.Martin Jones2009-09-021-3/+3
| | | | Note that the meaning of the property has been reversed.
* Repeater API updates.Michael Brasser2009-08-271-1/+1
|
* Rename positioners.Warwick Allison2009-08-245-6/+6
| | | | QFxBasePositioner still exists though.
* Rename State change elements.Martin Jones2009-08-213-9/+9
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming Rect -> RectangleYann Bodson2009-08-195-16/+16
|
* Text-related API updates after reviewMichael Brasser2009-08-191-1/+1
| | | | | Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to verticalAlignment. Other assorted fixes.
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-141-3/+3
|
* Rename layouts to positionersAlan Alpert2009-08-135-6/+6
|
* Rework VisualItemModel into VisualItemModel & VisualDataModelMartin Jones2009-08-031-0/+57
| | | | | | QFXVisualModel provides a base class for visual models. QFxVisualDataModel provides a visual model for Qt item view models. QFxVisualItemModel provides a model of QFxItems.
* Rename Rect.pen to Rect.borderMichael Brasser2009-07-311-1/+1
|
* Rename centeredIn to centerIn.Michael Brasser2009-07-311-1/+1
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-237-0/+14
| | | | | 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.
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-262-3/+3
|\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/states/states.qml examples/declarative/states/transitions.qml examples/declarative/tutorials/helloworld/t3/tutorial3.qml src/declarative/util/qmlanimation.cpp
| * Color property is required to be explicity set (at least for now).Michael Brasser2009-06-261-1/+1
| |
| * Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-262-2/+2
| |
* | Update SetProperties to handle changing bindingsAaron Kennedy2009-06-262-11/+6
|/ | | | Also removed all uses of SetProperty
* spelWarwick Allison2009-05-132-2/+2
|
* Remove XML custom parser supportAaron Kennedy2009-05-052-2/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-052-11/+5
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Use QML signal syntaxAaron Kennedy2009-05-011-3/+1
| |
| * Use QML properties syntaxAaron Kennedy2009-05-012-8/+4
| |
* | Join some lines in examples.Martin Jones2009-05-053-177/+66
|/
* Remove unnecessary escaping from dataAaron Kennedy2009-05-011-62/+63
|
* port syntaxWarwick Allison2009-04-301-21/+40
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-302-20/+98
|\ | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/follow/pong.qml examples/declarative/listview/dummydata/MyPetsModel.qml
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-302-5/+5
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Documentation for ListViewMartin Jones2009-04-302-19/+97
| | | | | | | | | | | | Convert to new format, use \snippet.
* | | Convert all examples and demos from XML formatAaron Kennedy2009-04-302-163/+137
| |/ |/|
* | Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore.Yann Bodson2009-04-292-5/+5
|/
* Converted connections, listview and mouse.Roberto Raggi2009-04-271-81/+103
|
* Merge branch 'kinetic-declarativeui' of ↵Roberto Raggi2009-04-271-1/+1
|\ | | | | | | git://scm.dev.nokia.troll.no/qt/kinetic into kinetic-declarativeui-qfx
| * Fix the highlight positioning.Martin Jones2009-04-271-1/+1
| |
* | Converted the examples.Roberto Raggi2009-04-272-141/+281
|/
* Allow method text of recipe example to scrollMartin Jones2009-04-233-16/+18
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-2213-0/+404