aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-161-2/+9
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-161-2/+9
| |\
| | * Add note clarifying return value of Qt.openUrlExternally()Aaron McCarthy2015-04-021-2/+9
* | | Speed up object creationSimon Hausmann2015-04-161-1/+1
|/ /
* | Fix warningAleix Pol2015-03-161-1/+1
* | Add Qt.hsva() functionSean Harmer2015-02-181-0/+28
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | CleanupsLars Knoll2015-01-231-174/+174
* | Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-1/+1
* | Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-3/+0
* | Move vtable out of internalClassLars Knoll2015-01-201-1/+2
* | Expose QStyleHints as Qt.styleHintsJ-P Nurmi2015-01-171-0/+7
* | Fix Qt.inputMethod ownershipJ-P Nurmi2015-01-171-1/+0
* | Redirect console.info to new QtInfoMsgKai Koehne2015-01-151-2/+11
* | Get rid of the bindingKeyFlagLars Knoll2015-01-121-1/+0
* | Cleanup variant conversion codeLars Knoll2015-01-091-27/+27
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-27/+27
* | Remove v8engine dependency in the builtin functionsLars Knoll2015-01-081-4/+4
* | Remove v8engine dependency from qqmllocaleLars Knoll2015-01-081-2/+1
* | Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-3/+1
* | Remove v8engine usage in the value type providerLars Knoll2015-01-081-4/+4
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* | Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* | Use QV4::ScopedContext typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* | Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* | Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-28/+17
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-18/+10
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-8/+8
* | Move prototype back from the vtable into ObjectLars Knoll2014-12-111-1/+1
* | Use heap objects in the remaining managed objectsLars Knoll2014-11-121-3/+4
* | Convert ExecutionContext::parent/outer to use a heap objectLars Knoll2014-11-121-1/+3
* | Move Data of the builtin functions to the Heap namespaceLars Knoll2014-11-081-55/+55
* | Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-2/+2
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-081-2/+2
* | Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* | Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-3/+3
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-11/+11
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-3/+3
* Convert constructors for builtin functionsLars Knoll2014-07-221-69/+69
* Get rid of StringRefLars Knoll2014-07-221-8/+8
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-238/+238
* Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-221-1/+1
* Convert qqmlbuiltinfunctions to the new storage layoutLars Knoll2014-07-221-13/+11
* Move data of FunctionObject into an inner structLars Knoll2014-07-221-1/+1
* Move Managed data into it's own subclassLars Knoll2014-07-221-1/+1
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-1/+1
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-1/+1
* Add support for translations in pure QJSEngine based environmentsSimon Hausmann2014-06-131-7/+26
* Fix potential null pointer dereferencingFrederik Gladhorn2014-05-301-2/+3