aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-173-1/+168
|\
| * V4: fix range splitting when split is between intervals.Erik Verbruggen2014-01-173-1/+168
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-176-4/+93
|\|
| * Increase the timeout for QPacketProtocol testsUlf Hermann2014-01-161-1/+1
| * Make sure that profiling can only be started if debugging is enabled.Ulf Hermann2014-01-154-3/+91
| * Fix some compiler warnings in tests and examples.Christian Kandeler2014-01-151-0/+1
* | Allow assignment of a QML Locale object to a C++ QLocale property.Mitch Curtis2014-01-141-0/+36
* | Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-081-0/+13
|\|
| * [ChangeLog][QtQml] Fix JavaScript Array.pop() not updating the internal array...Simon Hausmann2014-01-071-0/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-066-11/+67
|\|
| * Fix property access to QQmlPropertyMap objects when addressed via idSimon Hausmann2014-01-021-2/+27
| * Fix lookups of enums in singletonsSimon Hausmann2014-01-024-0/+39
| * V4: re-enable test cases disabled for QTBUG-34047Erik Verbruggen2014-01-021-9/+1
* | Change C++ parameter type used for var parameters in QML declared signalsSimon Hausmann2013-12-243-3/+17
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-1615-38/+384
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-122-1/+9
| |\
| | * Fix a crash in JSON.parseLars Knoll2013-12-041-0/+8
| | * Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-041-1/+1
| * | Fix regression in QML string list concatenationsSimon Hausmann2013-12-111-0/+16
| * | Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-104-0/+115
| * | 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
| * | 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
* | | Fix autotests expecting a trailing whitespace for qDebug streamKai Koehne2013-12-128-15/+14
* | | Temporarily skip tst_qqmlinstruction::dump()Kai Koehne2013-12-051-0/+1
|/ /
* | 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
* | tst_qqmlxmlhttprequest: Use QScopedPointer.Friedemann Kleint2013-11-211-196/+99
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-2025-23/+505
|\|
| * 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
| * Fix === operator for value typesLars Knoll2013-11-154-1/+69
| * 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
| * 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
| * 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