summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextinput
Commit message (Collapse)AuthorAgeFilesLines
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-16/+16
| | | | | Task-number: Reviewed-by: Martin Jones
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+1
|
* var -> QtObjectWarwick Allison2010-04-131-1/+1
| | | | Avoid warning.
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-124-5/+71
|\ | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetextinput.cpp src/declarative/graphicsitems/qdeclarativetextinput_p.h
| * Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-093-5/+5
| |
| * Make the TextInput element nicer. It has scrolling.Alexis Menard2010-04-091-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | The TextInput has support for scrolling now so it's quite usable. You can deactivate the auto scrolling with a property if you want to do crazy animation while scrolling. This commit also fixed several bugs with the current implementation especially regarding aligments : selection was broken, moving the cursor also -> fixed. I have also added a tiny fix when the TextInput lost the focus -> the selection is cleared. Task-number:QT-2745 Reviewed-by:Michael Brasser
| * Make sure tests cleanup after themselves.Michael Brasser2010-04-071-0/+42
| |
* | Add some TextInput properties and methodsAlan Alpert2010-04-122-0/+50
|/ | | | | | | | | | | | | | | | | | 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
* doc bug relationships more clearlyWarwick Allison2010-03-311-1/+1
|
* Recompute the source location of regexp literals.Roberto Raggi2010-03-261-1/+1
| | | | Task-number: QTBUG-9367
* Remove Q prefix from the validators.Michael Brasser2010-03-262-5/+3
|
* Use QTRY_COMPARE after QTest::qWaitForWindowShown()Kent Hansen2010-03-251-1/+1
| | | | | Apparently it's possible that the window has been shown but haven't received a paint event yet.
* Changing the alignment property should trigger a repaint.Alexis Menard2010-03-231-0/+33
| | | | | | | Just clear the cache when the property changes. Task-number:QTBUG-8155 Reviewed-by:Yann Bodson
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-19/+19
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-249-0/+751
QDeclarativeXXX.