aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Fix the evaluation of JS switch statements in QML bindings.Roberto Raggi2011-11-296-0/+264
* Properly protect access to pixmap reader thread with mutexChris Adams2011-11-296-0/+85
* Add a length property to TextEdit.Andrew den Exter2011-11-291-1/+9
* Add indexed deleter to sequence wrapper, implement length setterChris Adams2011-11-292-6/+47
* Initial window implementationAlan Alpert2011-11-292-0/+44
* Remove unused QTBUG_21691 macrosJoona Petrell2011-11-282-8/+0
* QtDeclarative: Fix warnings in tests.Friedemann Kleint2011-11-2810-15/+21
* Add a getFormattedText function to TextEdit.Andrew den Exter2011-11-281-1/+112
* Remove obsolete include from QDeclarativePixmapCache testJason McDonald2011-11-281-3/+0
* Fix multiline eliding and support eliding when height is set.Martin Jones2011-11-282-0/+54
* qdeclarativedebugclient: Fix flaky autotestKent Hansen2011-11-281-1/+1
* QtDeclarative: Fix building of tests on Windows.Friedemann Kleint2011-11-252-2/+3
* QtDeclarative: Remove obsolete qmetaobjectbuilder-test.Friedemann Kleint2011-11-253-1279/+1
* Fix crash calling VisualDataGroup.setGroups during initialization.Andrew den Exter2011-11-251-1/+45
* Fix searchs for insert positions in QDeclarativeListCompositor.Andrew den Exter2011-11-251-0/+47
* Remove ints from mouse event handling.Martin Jones2011-11-251-5/+4
* Add getText(), insert(), and remove() functions to TextEdit.Andrew den Exter2011-11-251-0/+539
* Improve performance on touch event delivery.Martin Jones2011-11-244-1/+141
* Added test for input method selection in TextInputPekka Vuorela2011-11-241-0/+13
* TextInput elements not to have tentative commit in inputMethodQueryPekka Vuorela2011-11-241-0/+22
* ConsoleAPI: Use environment variableAurindam Jana2011-11-2410-54/+193
* Get rid of unused inputMethodQuery and inputMethodEvent functions in QQuickCa...Joona Petrell2011-11-242-17/+47
* Skip tst_QQuickListView::resizeFirstDelegate unstable testMartin Jones2011-11-241-0/+2
* Debugger: Extend v8 debugger autotestsKai Koehne2011-11-233-49/+179
* Debugger: Re-enable autotests for v8 debuggerKai Koehne2011-11-232-2/+1
* Debugger: Make registration of services explicitKai Koehne2011-11-232-3/+3
* Don't crash when importing script with syntax errorKent Hansen2011-11-236-0/+66
* Fix PathView insertion/removal/move item offsetMartin Jones2011-11-231-0/+314
* tst_QQuickGridView::unaligned() was failing on macBea Lam2011-11-231-1/+1
* Stabilize Behavior tests.Michael Brasser2011-11-231-4/+7
* Don't disconnect mid binding evaluationAaron Kennedy2011-11-222-0/+30
* Debugger: Move server into it's own threadKai Koehne2011-11-222-9/+23
* Fix inserting before the visible area into cache bufferBea Lam2011-11-222-0/+182
* Try again to fix currentIndex() testBea Lam2011-11-221-0/+1
* Move path with highlightMoveDuration: 0Martin Jones2011-11-221-0/+13
* Qt.locale() and JS locale type extension.Martin Jones2011-11-227-0/+1270
* Emit destruction signal before child contexts are destroyed.Glenn Watson2011-11-223-0/+31
* Fix default property preventing signals from being emitted.Glenn Watson2011-11-222-0/+35
* Fix failing openInputPanel autotestsJoona Petrell2011-11-222-2/+59
* Debugger: Fix Qt library dependencies for autotestsKai Koehne2011-11-219-10/+9
* Debugger: Fix QDeclarativeDebugTrace autotestKai Koehne2011-11-211-3/+3
* Fix GridView currentIndex test stabilityMartin Jones2011-11-212-0/+4
* Fixed compile of tst_qdeclarativelistcompositor with -qtnamespace.Rohan McGovern2011-11-211-0/+2
* Don't leak objects when a VisualDataModel is destroyed before a view.Andrew den Exter2011-11-215-0/+121
* GridView sometimes lays out one less column than expectedMartin Jones2011-11-212-0/+75
* Rewrite signal handlers at compile time.Michael Brasser2011-11-201-2/+11
* Un-skip Positioners testAlan Alpert2011-11-181-1/+0
* Mark unstable test to be ignoredAlan Alpert2011-11-181-0/+1
* Fix tst_qquicktext autotestYann Bodson2011-11-181-2/+1
* Add tests for Undo/Redo and key sequences to TextInput/Edit.Andrew den Exter2011-11-182-48/+1248