summaryrefslogtreecommitdiff
path: root/examples/declarative/velocity
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-176-192/+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).
* Use enum for drag.axis in doc and examples.Yann Bodson2010-05-061-1/+1
|
* Add .qmlproject files to declarative examples.Yann Bodson2010-04-201-0/+16
|
* Fix code style in examplesBea Lam2010-04-132-22/+60
|
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-1/+1
|
* Fix warning in declarative/examples/velocityLeonardo Sobral Cunha2010-04-081-2/+6
|
* Missing fileYann Bodson2010-04-081-0/+0
|
* Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-081-2/+1
|
* Improve velocity exampleYann Bodson2010-04-084-135/+84
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-082-2/+2
|
* More declarative examples cleanup.Yann Bodson2010-03-051-1/+1
|
* declarative examples cleanupYann Bodson2010-03-051-2/+2
|
* 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.
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-1/+1
| | | | A viewport is the thing you look through, not what you look at.
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|
* 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.
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-1/+1
|
* cleanupYann Bodson2009-10-282-113/+72
|
* lowercase idsYann Bodson2009-10-062-21/+21
|
* Fix following API changes.Bea Lam2009-10-061-1/+1
|
* Follow renamed to SpringFollow.Martin Jones2009-09-101-1/+1
|
* Make a number of Flickable API changes following review.Martin Jones2009-08-281-1/+1
|
* Repeater API updates.Michael Brasser2009-08-272-2/+2
|
* Rename positioners.Warwick Allison2009-08-241-1/+1
| | | | QFxBasePositioner still exists though.
* Rename State change elements.Martin Jones2009-08-211-2/+2
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming Rect -> RectangleYann Bodson2009-08-192-2/+2
|
* API improvements for MouseRegion and DragMartin Jones2009-08-191-1/+1
|
* MouseRegion API changes following review.Martin Jones2009-08-181-4/+4
|
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-141-2/+2
|
* Rename layouts to positionersAlan Alpert2009-08-131-1/+1
|
* Rename Rect.pen to Rect.borderMichael 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
* Remove non-functioning opaque property.Michael Brasser2009-07-171-1/+0
|
* Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-1/+1
|
* Remove XML custom parser supportAaron Kennedy2009-05-051-1/+1
|
* Use QML properties syntaxAaron Kennedy2009-05-011-7/+3
|
* Convert all examples and demos from XML formatAaron Kennedy2009-04-302-122/+228
|
* Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore.Yann Bodson2009-04-291-3/+3
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-225-0/+122