Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tst_qmlgraphicstextedit::delegateLoading autotest | Leonardo Sobral Cunha | 2010-02-19 | 1 | -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/qt | Martin Jones | 2010-02-18 | 1 | -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 McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | QmlView API review. See QmlChanges.txt for details. | Martin Jones | 2010-02-18 | 1 | -24/+21 |
|/ | |||||
* | Fix case sensitivity bug in previous commit | Joona Petrell | 2010-02-12 | 1 | -1/+1 |
| | |||||
* | Adds inputMethodHint property to TextEdit and TextInput. | Joona Petrell | 2010-02-12 | 2 | -0/+22 |
| | | | | Reviewed-by: Martin Jones | ||||
* | The virtual keyboard is now working for TextEdit and TextInput components. | Alexis Menard | 2010-02-08 | 1 | -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 Lam | 2010-02-08 | 1 | -2/+2 |
| | | | | Was causing some test failures on Windows. | ||||
* | Test fixes. | Michael Brasser | 2010-02-05 | 3 | -5/+5 |
| | |||||
* | Disallow ids that start with uppercase letters and update docs and | Bea Lam | 2010-02-03 | 2 | -12/+12 |
| | | | | | | examples accordingly. Task-number: QT-2786 | ||||
* | Fix test timings | Alan Alpert | 2010-02-01 | 1 | -8/+7 |
| | |||||
* | Revert "Qt has more stuff in rich text now." | Alan Alpert | 2010-02-01 | 1 | -1/+0 |
| | | | | This reverts commit 3f095e957f27744c9c7a79679e35bfcc9db161fd. | ||||
* | Fix tests after 05adc294d063171d9d0accf819826684813d396a | Michael Brasser | 2010-01-13 | 1 | -30/+60 |
| | |||||
* | Qt has more stuff in rich text now. | Warwick Allison | 2010-01-11 | 1 | -0/+1 |
| | |||||
* | TextEdit ignores unused key navigation | Alan Alpert | 2009-11-19 | 1 | -1/+0 |
| | | | | Task-number: QT-2236 | ||||
* | Remote delegate loading tests. | Alan Alpert | 2009-11-12 | 10 | -2/+149 |
| | | | | Not entirely finished, see QT-2498 | ||||
* | Improve text edit test | Alan Alpert | 2009-11-10 | 1 | -0/+52 |
| | |||||
* | Enhance TextInput test coverage | Alan Alpert | 2009-11-09 | 1 | -0/+12 |
| | |||||
* | Improve coverage of TextEdit tests | Alan Alpert | 2009-11-09 | 1 | -1/+64 |
| | |||||
* | Rename TextEdit and TextInput autotests | Alan Alpert | 2009-11-09 | 4 | -0/+594 |