Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 5 | -5/+5 |
|\ | |||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 5 | -5/+5 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Use deselect() function in text selection example | Joona Petrell | 2010-12-31 | 1 | -1/+1 |
|/ | | | | | Task-number: QTBUG-16059 Reviewed-by: Christopher Ham | ||||
* | 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 | ||||
* | Fix example after changes to font.letterSpacing. | Yann Bodson | 2010-09-17 | 1 | -1/+2 |
| | |||||
* | Doc: Fixed text in license headers. | David Boddie | 2010-09-13 | 5 | -5/+5 |
| | |||||
* | Rename example: edit -> textselection | Bea Lam | 2010-06-22 | 6 | -0/+16 |
| | |||||
* | Clean up some examples | Bea Lam | 2010-06-22 | 1 | -17/+54 |
| | |||||
* | Improve input panel handling in declarative demos and examples | Joona Petrell | 2010-06-03 | 1 | -0/+3 |
| | | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison | ||||
* | Simplify selection setting. Make TextInput more like TextEdit. | Warwick Allison | 2010-05-31 | 1 | -7/+9 |
| | | | | | | By making selectionStart/End read-only, and adding adding select(). Task-number: QTBUG-11056 | ||||
* | Add selection methods to TextEdit | Warwick Allison | 2010-05-30 | 5 | -0/+258 |
| | | | | | | | | Sufficient to allow different selection look and feel (see whacky example) Task-number: QTBUG-10968 Reviewed-by: Michael Brasser Reviewed-by: Alan Alpert | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 4 | -0/+160 |
| | | | | | | | 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 | 7 | -0/+172 |
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). |