summaryrefslogtreecommitdiffstats
path: root/examples/declarative/slideswitch
Commit message (Collapse)AuthorAgeFilesLines
* Add .qmlproject files to declarative examples.Yann Bodson2010-04-201-0/+16
|
* Fix code style in examplesBea Lam2010-04-131-2/+5
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-082-2/+2
|
* 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-2/+2
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-1/+1
| | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well.
* slideswitch example fixesYann Bodson2009-11-251-3/+3
|
* toggle switch example documentationYann Bodson2009-11-231-23/+33
|
* cleanup slideswitch exampleYann Bodson2009-11-235-60/+66
|
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-1/+1
|
* lowercase idsYann Bodson2009-10-061-19/+19
|
* Rename State change elements.Martin Jones2009-08-211-4/+4
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming Rect -> RectangleYann Bodson2009-08-191-1/+1
|
* API improvements for MouseRegion and DragMartin Jones2009-08-191-1/+1
|
* MouseRegion API changes following review.Martin Jones2009-08-181-1/+1
|
* Rename centeredIn to centerIn.Michael Brasser2009-07-311-1/+1
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-232-0/+4
| | | | | Adjust examples and demos accordingly. As per QT-558
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-261-1/+1
|\ | | | | | | | | | | | | | | | | | | 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
| * Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-1/+1
| |
* | Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-4/+4
|/ | | | Also removed all uses of SetProperty
* Join some lines in examples.Martin Jones2009-05-111-45/+10
|
* Use QML properties syntaxAaron Kennedy2009-05-011-3/+3
|
* Doc work.Michael Brasser2009-05-011-1/+0
|
* fixWarwick Allison2009-04-301-1/+1
|
* Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore.Yann Bodson2009-04-291-2/+2
|
* Converted the examples.Roberto Raggi2009-04-272-35/+80
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-224-0/+945