aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Unify QQmlDirParser version parsing and error reportingJ-P Nurmi2015-01-071-59/+39
* Some minimal changes to make qmlpuppet compile againhjk2015-01-061-0/+2
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-039-20/+20
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-033-6/+6
* Use QV4::ScopedContext typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-026-7/+7
* Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-022-2/+2
* Remove unused variableLars Knoll2015-01-021-1/+0
* Reduce v8engine dependency in the type wrapperLars Knoll2015-01-023-28/+20
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-027-68/+54
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-028-54/+46
* Do not cause SegFault when importing empty javascriptNobuaki Sukegawa2015-01-021-0/+8
* Enable gadget wrapping for custom value typesSimon Hausmann2015-01-024-6/+29
* Don't store a v8engine pointer in qqmllistwrapperLars Knoll2015-01-014-19/+15
* Remove unused enum valueLars Knoll2015-01-011-2/+1
* Make QQmlPropertyCache available in QJSEngineSimon Hausmann2014-12-296-139/+15
* Prepare for QQmlPropertyCache to become available in QJSEngineSimon Hausmann2014-12-294-37/+28
* Removed usage of QQmlValueType in QQmlValueTypeWrapperSimon Hausmann2014-12-285-146/+137
* support XMLHttpRequest sync modeTasuku Suzuki2014-12-261-11/+30
* Prepare method invocation in QObject bindings for gadget supportSimon Hausmann2014-12-234-2/+30
* Move methodParameterTypes and methodReturnType helper functionsSimon Hausmann2014-12-233-145/+136
* Reduce dependencies on QQmlValueType being a QObjectSimon Hausmann2014-12-232-24/+10
* Further value type wrapper cleanupsSimon Hausmann2014-12-233-38/+38
* Begin cleaning up QQmlValueTypeWrapperSimon Hausmann2014-12-232-99/+45
* Cleanup: Fix value type wrapper class nameSimon Hausmann2014-12-233-72/+72
* Fix QQmlProperty to work correctly with deeply nested objects.Michael Brasser2014-12-231-1/+1
* Initial work on gadget supportSimon Hausmann2014-12-228-231/+210
* Store a heap object in the qmlextensionsLars Knoll2014-12-201-3/+5
* Store a pointer to a heap object in the context wrapperLars Knoll2014-12-202-4/+3
* Use pointers to Heap object to avoid recursionLars Knoll2014-12-202-4/+5
* Remove most of the places where getPointer() is usedLars Knoll2014-12-2010-40/+40
* Fix the way we set the property name during iterationLars Knoll2014-12-202-3/+3
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-192-3/+7
* Fix build: include <qdatastream.h> before using QDataStreamThiago Macieira2014-12-191-0/+1
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-192-3/+3
* Replace usage of stdout for debug output by qDebugErik Verbruggen2014-12-192-6/+6
* Simple cache of url for QQmlCompiledDataRobin Burchell2014-12-171-1/+1
* Read and write QObject pointer properties in QML without registration.Mitch Curtis2014-12-131-1/+23
* Simplify calling methods on value typesSimon Hausmann2014-12-131-2/+4
* Fix QQmlPropertyCache population with gadgetsSimon Hausmann2014-12-121-2/+6
* Remove QML bundle codeSimon Hausmann2014-12-128-896/+41
* Add default parameter value for ScopedCallData()Oleg Shparber2014-12-122-2/+2
* Move prototype back from the vtable into ObjectLars Knoll2014-12-113-9/+9
* Better encapsulate access to the global objectLars Knoll2014-12-117-15/+15
* Encapsulate accesses to the root contextLars Knoll2014-12-112-3/+3
* Changed value type property index encodingSimon Hausmann2014-12-106-31/+35
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-093-21/+33
|\
| * Fix application build when combining with Mac OS X Cocoa headersSimon Hausmann2014-12-031-6/+6
| * Fix loading of .ui.qml form files with cached compilation unitsSimon Hausmann2014-12-021-15/+21
| * Document Qt.application.supportsMultipleWindows property.Mitch Curtis2014-11-251-0/+6