aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Only emit focusObjectChanged when an actual change occurs.Michael Brasser2013-12-062-0/+19
| * | Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-052-0/+23
| * | Fix dynamic properties in QQmlPropertyMap not always being visible in QMLSimon Hausmann2013-12-051-0/+81
| * | Fix Flickable StopAtBounds drag over, back, over behavior.Martin Jones2013-12-052-1/+111
| * | Encapsulate the current context and fix it's usageLars Knoll2013-12-042-4/+4
| * | Fix url type testLars Knoll2013-12-041-2/+2
| * | Fix qsTr() in .js contextJ-P Nurmi2013-12-043-31/+134
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-031-0/+20
| |\|
| | * Ensure that QML Windows respect the default platform window stateTor Arne Vestbø2013-11-301-0/+20
| * | Set all attached section properties before emitting change signals.Martin Jones2013-11-302-0/+27
| * | When the MouseArea loses grab, an active drag should be cancelled.Robin Burchell2013-11-301-0/+52
* | | Fix SpringAnimation in Behavior when current value is set.Michael Brasser2013-12-122-18/+113
* | | Fix autotests expecting a trailing whitespace for qDebug streamKai Koehne2013-12-1210-18/+17
* | | Add displayMarginBeginning/End to ListView and GridView.Martin Jones2013-12-114-0/+244
* | | Temporarily skip tst_qqmlinstruction::dump()Kai Koehne2013-12-051-0/+1
* | | Behavior should not trigger when the tracked value has not changed.Michael Brasser2013-12-042-0/+48
* | | Support toggling antialiasing for Text and Rectangle.Michael Brasser2013-12-032-0/+82
* | | Ensure correct horizontal alignment for implicit width multiline text.Michael Brasser2013-12-021-0/+4
* | | Ensure correct horizontal alignment when onLineLaidOut is used.Michael Brasser2013-12-022-0/+38
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-296-102/+225
|\| |
| * | Adapt tests to new events from qqmlprofilerserviceUlf Hermann2013-11-291-10/+10
| * | Fix JavaScript signal connect on alias without other handlersSimon Hausmann2013-11-292-0/+41
| * | 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