Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qt | David Boddie | 2011-06-17 | 2 | -2/+2 |
|\ | | | | | | | | | | | | | Conflicts: doc/src/declarative/righttoleft.qdoc examples/draganddrop/fridgemagnets/main.cpp examples/script/context2d/main.cpp | ||||
| * | Fix QtDeclarative keyinteraction example | Yann Bodson | 2011-05-23 | 2 | -2/+2 |
| | | | | | | | | Task-number: QTBUG-19033 | ||||
* | | Doc: Added missing license headers for documentation and examples. | David Boddie | 2011-06-08 | 3 | -0/+120 |
| | | |||||
* | | Squashed commit of the changes from the mobile-examples repository | David Boddie | 2011-04-28 | 17 | -16/+978 |
|/ | | | | (4.7-generated-declarative branch). | ||||
* | Fix FocusScope example. | Michael Brasser | 2011-02-18 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-17501 Reviewed-by: Martin Jones | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 5 | -5/+5 |
| | | | | Reviewed-by: Trust Me | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 5 | -5/+5 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Doc: Fixed text in license headers. | David Boddie | 2010-09-13 | 5 | -5/+5 |
| | |||||
* | Rename example component file for clarity | Bea Lam | 2010-08-05 | 4 | -8/+22 |
| | | | | Task-number: QTBUG-12633 | ||||
* | QML focus API updates. | Michael Brasser | 2010-07-21 | 4 | -11/+11 |
| | | | | | | | | | The wantsFocus property has been renamed to activeFocus, to better reflect its value. Reading and writing the focus property is also now consistent -- this property represents focus within a scope. Other small changes were made to keep things consistent with the new naming. Reviewed-by: Aaron Kennedy | ||||
* | Examples clean up | Bea Lam | 2010-06-28 | 3 | -7/+9 |
| | |||||
* | Improve appearance when scaling | Bea Lam | 2010-06-28 | 1 | -6/+11 |
| | |||||
* | qmldir no longer necessary | Bea Lam | 2010-06-22 | 1 | -4/+0 |
| | |||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 5 | -0/+200 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 10 | -0/+286 |
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). |