summaryrefslogtreecommitdiffstats
path: root/examples/declarative/connections
Commit message (Collapse)AuthorAgeFilesLines
* Use enum rather than string for easing type.Yann Bodson2010-05-051-1/+1
|
* Add .qmlproject files to declarative examples.Yann Bodson2010-04-201-0/+16
|
* Fix code style in examplesBea Lam2010-04-131-7/+18
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-082-2/+2
|
* Fix examples after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Yann Bodson2010-03-181-0/+0
|
* 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.
* Change Connection syntax as per QT-2822.Warwick Allison2010-02-261-2/+2
|
* Connections example could be turned incorrectlyYann Bodson2010-02-251-8/+4
| | | | Task-number: QTBUG-8345
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-231-1/+1
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|
* cleanupYann Bodson2009-10-305-4/+5
|
* improve connections example.Yann Bodson2009-10-265-22/+32
|
* Clean upBea Lam2009-10-081-5/+6
|
* Renaming Rect -> RectangleYann Bodson2009-08-191-2/+2
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-0/+2
| | | | | Adjust examples and demos accordingly. As per QT-558
* Converted connections, listview and mouse.Roberto Raggi2009-04-271-9/+29
|
* Make MouseRegion signals pass a mouse event as their parameter.Martin Jones2009-04-271-3/+3
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+9