summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetextinput
Commit message (Collapse)AuthorAgeFilesLines
* Minor demo fixesAlan Alpert2010-06-161-4/+5
| | | | Found some minor demo issues while testing a TextInput change.
* Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-311-2/+1
| | | | | | By making selectionStart/End read-only, and adding adding select(). Task-number: QTBUG-11056
* Add selection methods to TextEditWarwick Allison2010-05-301-2/+2
| | | | | | | | Sufficient to allow different selection look and feel (see whacky example) Task-number: QTBUG-10968 Reviewed-by: Michael Brasser Reviewed-by: Alan Alpert
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-2110-10/+10
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Add some TextInput properties and methodsAlan Alpert2010-04-1219-189/+4601
| | | | | | | | | | | | | | | | | | Adds the properties -passwordCharacter -displayText And the method -moveCursorSelection(int pos) These just provide a QML way to access existing QLineControl functionality, and are necessary to create desktop style LineEdits (the existing TextInput QML API was designed with a focus on touch input LineEdits) Includes tests and documentation. Task-number: QT-321 Reviewed-by: Aaron Kennedy
* Rename visual test to qmlvisual.Michael Brasser2010-03-2839-0/+9142