summaryrefslogtreecommitdiffstats
path: root/examples/declarative/parallax/parallax.qml
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-41/+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).
* Remove QDeclarativeLoader::resizeModemae2010-05-031-1/+1
| | | | | | | | | | | | The explicit resizeMode is superfluous, all usecases could be achieved with the corrected default behaviour of the former ResizeLoaderToItem mode. The NoResize usecase is covered by wrapping the loader in an extra item. That means: A loader automatically gets its size from the item loaded unless the loader has an explicit size itself. Go-ahead-by: Michael Brasser
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* cleanupYann Bodson2009-10-301-0/+1
|
* small fixes to parallax exampleYann Bodson2009-10-301-20/+7
|
* fix parallax exampleYann Bodson2009-10-301-4/+2
|
* Update parallax exampleAaron Kennedy2009-10-271-3/+15
|
* Improve highlight range API and fix incorrect list end calc.Martin Jones2009-10-271-26/+23
|
* parallax exampleAaron Kennedy2009-10-261-0/+46