summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicstextedit
Commit message (Collapse)AuthorAgeFilesLines
* Fix tst_qmlgraphicstextedit::delegateLoading autotestLeonardo Sobral Cunha2010-02-191-8/+2
| | | | | The test case was wrong before, if one sub-component fails, then the whole component fails to load.
* 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-24/+21
|/
* 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
* The virtual keyboard is now working for TextEdit and TextInput components.Alexis Menard2010-02-081-1/+47
| | | | | | | | | 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
* Use QUrl::fromLocalFile() instead of "file://" (i.e. only 2 slashes).Bea Lam2010-02-081-2/+2
| | | | Was causing some test failures on Windows.
* Test fixes.Michael Brasser2010-02-053-5/+5
|
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-032-12/+12
| | | | | | examples accordingly. Task-number: QT-2786
* Fix test timingsAlan Alpert2010-02-011-8/+7
|
* Revert "Qt has more stuff in rich text now."Alan Alpert2010-02-011-1/+0
| | | | This reverts commit 3f095e957f27744c9c7a79679e35bfcc9db161fd.
* Fix tests after 05adc294d063171d9d0accf819826684813d396aMichael Brasser2010-01-131-30/+60
|
* Qt has more stuff in rich text now.Warwick Allison2010-01-111-0/+1
|
* TextEdit ignores unused key navigationAlan Alpert2009-11-191-1/+0
| | | | Task-number: QT-2236
* Remote delegate loading tests.Alan Alpert2009-11-1210-2/+149
| | | | Not entirely finished, see QT-2498
* Improve text edit testAlan Alpert2009-11-101-0/+52
|
* Enhance TextInput test coverageAlan Alpert2009-11-091-0/+12
|
* Improve coverage of TextEdit testsAlan Alpert2009-11-091-1/+64
|
* Rename TextEdit and TextInput autotestsAlan Alpert2009-11-094-0/+594