Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 4 | -132/+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). | ||||
* | Add .qmlproject files to declarative examples. | Yann Bodson | 2010-04-20 | 1 | -0/+16 |
| | |||||
* | Fix code style in examples | Bea Lam | 2010-04-13 | 2 | -15/+33 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 2 | -2/+2 |
| | |||||
* | Replace Text::wrap property with Text::wrapMode enumeration. | Martin Jones | 2010-04-08 | 1 | -3/+3 |
| | | | | wrap remains for a little while, and will produce a warning. | ||||
* | More declarative examples cleanup. | Yann Bodson | 2010-03-05 | 1 | -0/+0 |
| | |||||
* | Improve declarative tabs example. | Yann Bodson | 2010-03-05 | 2 | -33/+60 |
| | |||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | Demonstrate "container" type objects. | Warwick Allison | 2009-11-23 | 2 | -0/+71 |