aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| * | tests: update tst_qquicktextinputLiang Qi2013-11-283-92/+140
| * | TextInput: call fixup() when appropriateJ-P Nurmi2013-11-271-0/+34
* | | Fix delivery of QEvents to QQuickItemsDaniel d'Andrada2013-11-291-0/+97
|/ /
* | Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-262-0/+58
|\|
| * TextInput: add editingFinished signalLiang Qi2013-11-222-0/+58
* | Also update viewport size when header/footer size changesRobin Burchell2013-11-262-0/+49
* | Tests: Enable TestHTTPServer to receive data in chunks.Friedemann Kleint2013-11-252-23/+39
* | Fix crash when assigning a null QObject or derived property as a ListView modelAndrew den Exter2013-11-242-0/+43
* | Fix assert after giving focus to a disabled item.Andrew den Exter2013-11-221-1/+24
* | tst_qqmlxmlhttprequest: Use QScopedPointer.Friedemann Kleint2013-11-211-196/+99
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-2033-29/+655
|\|
| * V4: fix Array.indexOf() for QStringListLiang Qi2013-11-202-0/+15
| * V4: remove failing assert and fix code.Erik Verbruggen2013-11-192-0/+26
| * Fix failing assertion when trying to assign to an id referenced QML objectSimon Hausmann2013-11-192-0/+18
| * Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-183-0/+120
| * Fix interaction between head room and appending in arraysLars Knoll2013-11-181-0/+13
| * Don't assert in QQuickItem::updateLars Knoll2013-11-182-0/+22
| * Limit the amount of memory we allocate on the stackLars Knoll2013-11-181-0/+6
| * Don't call receivers from disconnectNotifyAlan Alpert2013-11-171-1/+2
| * Remove '-enable-debugger' argument from qml executableKai Koehne2013-11-165-7/+3
| * Do not crash when one of group animation's children is nullJacek Całusiński2013-11-153-0/+38
| * Fix === operator for value typesLars Knoll2013-11-154-1/+69
| * Fix stacking order bug in the rendererGunnar Sletta2013-11-152-0/+66
| * Don't crash when trying to assign to null.propLars Knoll2013-11-153-0/+32
| * Make tst_qqmlprofilerservice more robustKai Koehne2013-11-151-2/+3
| * Don't dereference a null animationTemplateLars Knoll2013-11-142-0/+32
| * V4 debugging: Fix instable test.Erik Verbruggen2013-11-141-2/+2
| * Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-144-0/+99
| * Make tst_nodes use QSGRenderLoop to behave more like QQuickWindowGunnar Sletta2013-11-131-6/+14
| * Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614Alan Alpert2013-11-131-1/+1
| * Polish up QQmlFileSelectorAlan Alpert2013-11-132-9/+20
| * V4 IR: scan arguments when entering function scope in QML.Erik Verbruggen2013-11-122-0/+33
| * V4: fix loop block marking for initializer blocks.Erik Verbruggen2013-11-122-0/+21
* | Stabilize tst_qpauseanimationjobFrederik Gladhorn2013-11-201-34/+17
* | qqmldebugclient.cpp: Fix warning about missing return.Friedemann Kleint2013-11-181-0/+1
|/
* Intercept qmldir files with the url interceptorAlan Alpert2013-11-116-1/+31
* Debugging with V4Erik Verbruggen2013-11-103-319/+177
* Avoid using huge floating point values in the renderer.Gunnar Sletta2013-11-093-0/+112
* Add a new variant of qmlRegisterSingletonType for QML singletons.Antti Piira2013-11-093-0/+123
* Fix a few more compiler warnings in release buildsLars Knoll2013-11-091-7/+0
* Remove debugging tests for commands not used by Qt Creator.Erik Verbruggen2013-11-091-122/+0
* Simplify & speed up function callingLars Knoll2013-11-091-2/+2
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-052-0/+20
* Fix QQuickText hover event handlingJ-P Nurmi2013-11-052-0/+50
* Fix rounding behavior of Qml when assigning doubles to integer propertiesSimon Hausmann2013-11-052-5/+5
* Don't propagate mouse events to disabled MouseAreasAlan Alpert2013-11-052-0/+61
* Say hello to the scene graph sanity-tests for renderingGunnar Sletta2013-11-016-0/+646
* tests: fix tst_qqmlmoduleplugin::incorrectPluginCase()Liang Qi2013-11-011-7/+7
* Fix valgrind errors in tst_qqmlecmascript::revisionSimon Hausmann2013-11-011-1/+1
* KeyNavigation should use forceActiveFocusFrederik Gladhorn2013-11-012-1/+104