aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Initial work on gadget supportSimon Hausmann2014-12-222-33/+11
* | Make Managed inherit ValueLars Knoll2014-12-201-0/+1
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-192-8/+7
* | Fix handling of enum values encapsulated in QVariantTobias Koenig2014-12-181-0/+12
* | Simplify QFont value type wrapper in preparation for gadgetsSimon Hausmann2014-12-131-1/+0
* | Read and write QObject pointer properties in QML without registration.Mitch Curtis2014-12-132-1/+96
* | Revert "Properly handle negative years when printing JS Dates to strings."Ulf Hermann2014-12-122-4/+11
* | Remove QML bundle codeSimon Hausmann2014-12-1221-416/+0
* | Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* | Encapsulate accesses to the root contextLars Knoll2014-12-112-4/+4
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-099-4/+335
|\|
| * QML: fix warning in testsErik Verbruggen2014-12-091-1/+0
| * Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-091-0/+5
| |\
| | * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-051-0/+5
| | |\
| | | * Add string::arg method in installTranslatorFunctionsKai Koehne2014-12-051-0/+5