Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 1 | -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::resizeMode | mae | 2010-05-03 | 1 | -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 Brasser | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | cleanup | Yann Bodson | 2009-10-30 | 1 | -0/+1 |
| | |||||
* | small fixes to parallax example | Yann Bodson | 2009-10-30 | 1 | -20/+7 |
| | |||||
* | fix parallax example | Yann Bodson | 2009-10-30 | 1 | -4/+2 |
| | |||||
* | Update parallax example | Aaron Kennedy | 2009-10-27 | 1 | -3/+15 |
| | |||||
* | Improve highlight range API and fix incorrect list end calc. | Martin Jones | 2009-10-27 | 1 | -26/+23 |
| | |||||
* | parallax example | Aaron Kennedy | 2009-10-26 | 1 | -0/+46 |