aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-211-0/+34
* fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2015-07-212-0/+23
* Test if the state machine reacts to a QObject signal.BogDan Vatra2015-07-154-1/+201
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-266-10/+18
|\
| * Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-101-2/+2
| * Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-035-8/+16
* | Improve qml error message "invalid alias location"Aleix Pol2015-06-105-5/+5
|/
* Avoid namespacing QTEST_MAINRainer Keller2015-05-086-35/+95
* Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-05-041-0/+21
|\
| * Fix passing of locals as function arguments with side-effectsSimon Hausmann2015-04-301-0/+21
* | Fix default value for XMLHttpRequest.response propertySimon Hausmann2015-05-031-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-2727-112/+147
|\|
| * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-2523-102/+129
* | Instantiator: Make asynchronous mode workGabriel de Dietrich2015-04-252-0/+53
* | Fix regression with nested objects served by custom parsersSimon Hausmann2015-04-232-0/+23
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-1610-10/+10
|\|
| * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-1410-10/+10
* | Tests: Make qqmldebugjs significant againCaroline Chao2015-04-081-2/+0
* | Remove outdated V8 profiler testUlf Hermann2015-04-085-372/+0
* | Guard profiler service test against unusual clock behavior.Ulf Hermann2015-03-271-60/+168
* | Remove QItemSelection value-type, use Array insteadGabriel de Dietrich2015-03-223-20/+33
* | Remove QModelIndexList value type, use Array insteadGabriel de Dietrich2015-03-223-23/+82
* | Fix conversion between char and string.Christian Strømme2015-03-211-1/+87
* | Remove bogus autotests for invalid portsKai Koehne2015-03-121-68/+0
* | Fix qqmldebuggingenabler autotestKai Koehne2015-03-121-1/+1
* | Don't evaluate the expression in switch() multiple timesLars Knoll2015-03-111-0/+24
* | QML Engine: ArrayBuffer XHR response type supportValery Kotov2015-03-095-0/+56
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Frederik Gladhorn2015-03-061-0/+13
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-031-0/+13
| |\|
| | * V4: fix ToFixed rounding for 0 fraction digits.Erik Verbruggen2015-03-031-0/+13
* | | tst_qqmlitemmodels: Remove pointless QVariant::type() checksGabriel de Dietrich2015-03-051-5/+0
|/ /
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-242-0/+66
|\|
| * Fix QML Timer running not being updated together with triggered signalTroels Nilsson2015-02-111-0/+64
| * Fix failing assertion in debug builds for JS that calls constantsSimon Hausmann2015-01-151-0/+2
* | Add Qt.hsva() functionSean Harmer2015-02-182-0/+34
* | Fixed license headersJani Heikkinen2015-02-1714-24/+24
* | Add Q_GADGET wrappers for QModelIndex & Co.Gabriel de Dietrich2015-02-1211-0/+857
* | Update copyright headersJani Heikkinen2015-02-12163-1251/+1179
* | Fix autotest not to rely on broken operator<<(QDebug, QUrl) behaviorKai Koehne2015-02-031-7/+6
* | CleanupsLars Knoll2015-01-231-1/+1
* | Remove all remaining usages of ValueRefLars Knoll2015-01-232-6/+6
* | Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* | QQmlValueTypeWrapper: Use QVariant to QString conversion if possibleGabriel de Dietrich2015-01-201-0/+30
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-164-1/+57
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-164-1/+57
| |\|
| | * Parse dates as Qt::RFC2822Date tooAlbert Astals Cid2015-01-082-1/+8
| | * V4: fix reverse type propagationErik Verbruggen2014-12-181-2/+2
| | * V4: only optimize out to-int32 conversions when the operands are int32.Erik Verbruggen2014-12-181-0/+12
| | * QML Debugging: Fix breakpoints/stepping in a with-statement.Erik Verbruggen2014-12-101-0/+18
| | * QML Debugging: Fix crash when stepping through try-catch block.Erik Verbruggen2014-12-091-0/+20