aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi
Commit message (Expand)AuthorAgeFilesLines
...
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-092-4/+4
* This method is only used one place, so inline it thereLars Knoll2015-01-091-1/+16
* Make the remaining variant conversion methods staticLars Knoll2015-01-091-1/+1
* Some minimal changes to make qmlpuppet compile againhjk2015-01-061-2/+2
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-4/+4
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Add a direct accessor to retrieve the JS engine from the ExecutionEngineLars Knoll2015-01-021-1/+1
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-1/+1
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-5/+4
* Enable gadget wrapping for custom value typesSimon Hausmann2015-01-022-1/+11
* Fix constructions of QJSEngine objectsLars Knoll2015-01-011-2/+3
* Make QQmlPropertyCache available in QJSEngineSimon Hausmann2014-12-292-1/+145
* Make Managed inherit ValueLars Knoll2014-12-201-2/+2
* Make Property uses GC safeLars Knoll2014-12-202-1/+3
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-7/+7
* Fix the way we set the property name during iterationLars Knoll2014-12-201-6/+6
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-3/+3
* Better encapsulate access to the global objectLars Knoll2014-12-112-3/+3
* Encapsulate accesses to the root contextLars Knoll2014-12-111-2/+2
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-0/+6
|\
| * Add string::arg method in installTranslatorFunctionsKai Koehne2014-12-051-0/+6
* | Cleanup exception catching codeLars Knoll2014-11-153-49/+31
* | Remove the remaining uses of Returned<T>Simon Hausmann2014-11-151-3/+6
* | Cleanup header file dependenciesLars Knoll2014-11-041-2/+3
|/
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-173-31/+72
* Update license headers and add new licensesJani Heikkinen2014-08-259-171/+99
* Get rid of StringRefLars Knoll2014-07-222-10/+16
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-222-5/+5
* Convert ObjectIterator to new storage schemeLars Knoll2014-07-221-5/+5
* Convert ObjectIterator to new data layoutLars Knoll2014-07-221-5/+5
* Move Managed data into it's own subclassLars Knoll2014-07-221-1/+1
* Add support for translations in pure QJSEngine based environmentsSimon Hausmann2014-06-132-0/+42
* Merge remote-tracking branch 'origin/release' into stableIikka Eklund2014-05-201-4/+9
|\
| * Fix QJSEngine::evaluate using the wrong execution contextv5.3.0Simon Hausmann2014-05-091-4/+9
* | Fix regression in QJSValueIterator::next() since Qt 5.1.1Gunnar Sletta2014-05-141-6/+3
|/
* Document QJSEngine as reentrant.Michael Brasser2014-04-101-0/+1
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-3/+3
* Cleanup our runtime methodsLars Knoll2014-03-112-9/+9
* Fix copying of Property'sLars Knoll2014-03-101-1/+1
* Make it possible to call QQmlEngine::setObjectOwnership at any timeSimon Hausmann2014-03-021-1/+5
* CleanupsLars Knoll2014-01-311-2/+2
* Rename some filesLars Knoll2014-01-312-2/+2
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-1/+1
|\
| * Fix warning about comparing double to boolean in js_equal().Friedemann Kleint2014-01-231-1/+1
* | Remove Property * return value from ObjectIteratorLars Knoll2014-01-202-17/+12
* | clean up Object::has(Own)PropertyLars Knoll2014-01-201-1/+1
* | Add Object::hasOwnProperty()Lars Knoll2014-01-091-1/+1
|/
* Doc: Fix broken linksSze Howe Koh2013-12-301-2/+0
* Encapsulate the current context and fix it's usageLars Knoll2013-12-043-16/+16
* Fixup the implementation mess for QJSValue(QString)Lars Knoll2013-12-043-10/+111