aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-1/+1
|\
| * Doc: fix incorrect argument name for createQmlObject()Mitch Curtis2016-11-171-2/+2
* | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* | QML: Fill QtObject lazily.Erik Verbruggen2016-05-111-11/+71
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-2/+2
|\|
| * V4: 'Cache' enumeration end instead of calling a method.Erik Verbruggen2016-04-221-2/+2
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-211-2/+20
|\|
| * Document default argument behavior of Qt.createComponent()Mitch Curtis2015-11-161-2/+15
| * Introduce a more sane "default constructor" for Qt.matrix4x4()Sean Harmer2015-11-111-0/+5
* | Allow enabling of QML profiler in JS-only environmentUlf Hermann2015-11-181-8/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-031-1/+6
|\|
| * Load component synchronously in method_createQmlObjectUlf Hermann2015-11-031-1/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-25/+39
|\|
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
| * Add extension API to QJSEngineMitch Curtis2015-09-251-23/+37
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-16/+14
|\|
| * Move remaining objects to new constructor syntaxLars Knoll2015-09-221-11/+9
| * Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-1/+1
| * Store the stack of executioncontext's on the JS stackLars Knoll2015-09-151-4/+4
* | Add proper documentation to Qt.atob()Jan Arve Saether2015-09-221-1/+1
|/
* qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-131-2/+2
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-5/+7
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-041-2/+2
* Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-301-3/+3
* Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-291-2/+3
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-11/+10
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-3/+10
|\
| * 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
| |/ /
* | | Get rid of asFunctionObject()Lars Knoll2015-04-211-2/+2
* | | More cleanupsLars Knoll2015-04-211-6/+6
* | | Get rid of Value::asDateObject()Lars Knoll2015-04-161-1/+2
* | | Further cleanupsLars Knoll2015-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