aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Get rid of most uses of ValueRefLars Knoll2015-01-2327-80/+80
* Rework QJSValue internalsLars Knoll2015-01-213-10/+8
* Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-211-1/+1
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-216-22/+22
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-218-23/+0
* QQmlData: More member reorganisation to remove holes.Robin Burchell2015-01-201-2/+3
* QQmlValueTypeWrapper: Use QVariant to QString conversion if possibleGabriel de Dietrich2015-01-201-10/+18
* Move vtable out of internalClassLars Knoll2015-01-201-1/+2
* Expose QStyleHints as Qt.styleHintsJ-P Nurmi2015-01-175-0/+45
* QQmlData: Reorder fields to drop size from 144 to 136 bytes on x86_64.Robin Burchell2015-01-171-5/+5
* Fix Qt.inputMethod ownershipJ-P Nurmi2015-01-172-1/+2
* Don't require an ExecutionEngine member in String anymoreLars Knoll2015-01-161-2/+2
* Refactor persistent valuesLars Knoll2015-01-162-4/+7
* Redirect console.info to new QtInfoMsgKai Koehne2015-01-153-4/+14
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-1312-38/+45
* Get rid of Value::engine()Lars Knoll2015-01-121-4/+4
* Get rid of the bindingKeyFlagLars Knoll2015-01-124-6/+5
* Fix compiler warning about use of uninitialized variableLars Knoll2015-01-101-0/+1
* QML: fix uninitialized variable use.Erik Verbruggen2015-01-091-0/+1
* Remove QQmlTrace. We have a real profiler.Erik Verbruggen2015-01-096-457/+0
* Cleanup variant conversion codeLars Knoll2015-01-098-41/+42
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-0910-735/+41
* Make the remaining variant conversion methods staticLars Knoll2015-01-092-36/+37
* Remove most v8engine references in xhrLars Knoll2015-01-083-85/+50
* Remove v8engine from qmlcomponent and canvas2dLars Knoll2015-01-082-16/+12
* Remove v8engine dependency in the builtin functionsLars Knoll2015-01-081-4/+4
* Remove v8engine dependency from qqmllocaleLars Knoll2015-01-084-11/+8
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-084-22/+18
* Remove v8engine usage in the value type providerLars Knoll2015-01-085-12/+12
* Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-081-12/+5
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-086-25/+22
* Get rid of QV8Engine::toStringLars Knoll2015-01-083-32/+11
* Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-082-10/+5
* Further reduce v8engine dependenciesLars Knoll2015-01-082-3/+3
* The property() calls in the proeprty cache only require a QJSEngine nowLars Knoll2015-01-082-6/+6
* Allow importing protected modules with different major versionsJ-P Nurmi2015-01-085-15/+15
* Fix property access and method invocation on value types that use inheritanceSimon Hausmann2015-01-074-6/+52
* 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