summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicstextinput
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-181-19/+16
| |
* | Fix TextInput keypad navigationAlan Alpert2010-02-153-2/+14
|/ | | | | | | Was accidentally ignoring key movements even when an existing selection meant that pressing right/left would do something. Task-number: QT-2944
* Fix case sensitivity bug in previous commitJoona Petrell2010-02-121-1/+1
|
* Adds inputMethodHint property to TextEdit and TextInput.Joona Petrell2010-02-122-0/+22
| | | | Reviewed-by: Martin Jones
* Missed a fileAlan Alpert2010-02-091-0/+23
|
* Support the other validatorsAlan Alpert2010-02-081-6/+89
| | | | | | | Note that a resolution will be required for QTBUG-8025 before the QRegExpValidator is useful. Task-number: QTBUG-7068
* The virtual keyboard is now working for TextEdit and TextInput components.Alexis Menard2010-02-081-0/+50
| | | | | | | | | In order to show the virtual keyboard we need to send RequestSoftwareInputPanel. I also fixed TextInput regarding the inputQuery implementation. Task-number:QTBUG-7602 Reviewed-by:akennedy
* Test fixes.Michael Brasser2010-02-052-4/+4
|
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-032-12/+12
| | | | | | examples accordingly. Task-number: QT-2786
* Fix tests after 05adc294d063171d9d0accf819826684813d396aMichael Brasser2010-01-131-15/+30
|
* Extend tests for TextInputAlan Alpert2009-11-193-9/+49
|
* Enhance TextInput test coverageAlan Alpert2009-11-092-2/+57
|
* Rename TextEdit and TextInput autotestsAlan Alpert2009-11-094-0/+461