summaryrefslogtreecommitdiffstats
path: root/examples/declarative/parallax/qml/ParallaxView.qml
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-83/+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).
* CleanupYann Bodson2010-05-061-8/+7
|
* Replace Flickable overshoot property with boundsBehaviorMartin Jones2010-04-221-1/+1
| | | | Task-number: QTBUG-9993
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* Make sure currentIndex is updated when view is flicked.Martin Jones2010-03-031-0/+1
| | | | Task-number: QTBUG-8396
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-2/+2
| | | | 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.
* Add ListView snapMode to ensure flicking settles on an item boundary.Martin Jones2009-11-301-7/+1
|
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-1/+1
|
* cleanupYann Bodson2009-10-301-0/+89