aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Avoid an incorrect warning when dynamically parenting a WindowJocelyn Turcotte2015-01-163-21/+128
* | | Redirect console.info to new QtInfoMsgKai Koehne2015-01-151-1/+1
|/ /
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+4
* | Add ability to retrieve QJSEngine for a given QObjectSimon Hausmann2015-01-121-0/+15
* | Cleanup variant conversion codeLars Knoll2015-01-091-1/+1
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-1/+1
* | Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-082-3/+6
* | Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-1/+1
* | Get rid of QV8Engine::toStringLars Knoll2015-01-081-1/+1
* | Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-081-1/+1
* | Allow importing protected modules with different major versionsJ-P Nurmi2015-01-085-0/+98
* | Fix property access and method invocation on value types that use inheritanceSimon Hausmann2015-01-072-0/+57
* | Unify QQmlDirParser version parsing and error reportingJ-P Nurmi2015-01-073-1/+21
* | Add propertyName to errorAlbert Astals Cid2015-01-052-2/+2
* | Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-3/+3
* | Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* | Fix build: include <qdatastream.h> before using QDataStreamThiago Macieira2015-01-021-0/+1
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-1/+1
* | Do not cause SegFault when importing empty javascriptNobuaki Sukegawa2015-01-025-0/+16
* | Enable gadget wrapping for custom value typesSimon Hausmann2015-01-023-0/+94
* | Prepare for QQmlPropertyCache to become available in QJSEngineSimon Hausmann2014-12-291-3/+3
* | support XMLHttpRequest sync modeTasuku Suzuki2014-12-262-11/+42
* | Fix QQmlProperty to work correctly with deeply nested objects.Michael Brasser2014-12-231-0/+15