summaryrefslogtreecommitdiffstats
path: root/examples/declarative/text
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to release version.Jason McDonald2010-10-181-13/+13
|
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Jason McDonald2010-10-015-5/+5
| | | | | | | | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones (cherry picked from commit 49452ad6b22e080b1dfdfde38c21c48bb910a1ae) Conflicts: tests/auto/declarative/qdeclarativeconnection/data/error-object.qml tests/auto/declarative/qdeclarativeconnection/data/error-property.qml tests/auto/declarative/qdeclarativeconnection/data/error-property2.qml tests/auto/declarative/qdeclarativeconnection/data/error-syntax.qml tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp tests/auto/declarative/qdeclarativeqt/data/quit.qml tests/auto/declarative/qdeclarativeview/data/error1.qml
* Fix example after changes to font.letterSpacing.Yann Bodson2010-09-231-1/+2
| | | | (cherry picked from commit 5372b313127302d94c748732052dd62d0e38a1cd)
* Doc: Fixed text in license headers.David Boddie2010-09-135-5/+5
|
* Rename example: edit -> textselectionBea Lam2010-06-226-0/+16
|
* Clean up some examplesBea Lam2010-06-221-17/+54
|
* Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-031-0/+3
| | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison
* Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-311-7/+9
| | | | | | By making selectionStart/End read-only, and adding adding select(). Task-number: QTBUG-11056
* Add selection methods to TextEditWarwick Allison2010-05-305-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 McDonald2010-05-214-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 variousBea Lam2010-05-167-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).