aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* QtDeclarative fixes and workarounds for NaClwip/naclMorten Johan Sørvig2016-05-131-0/+3
* 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
* Load component synchronously in method_createQmlObjectUlf Hermann2015-11-031-1/+6
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
* Add extension API to QJSEngineMitch Curtis2015-09-253-25/+43
* Speed up QQmlEngine constructorLars Knoll2015-09-252-30/+34
* Move remaining objects to new constructor syntaxLars Knoll2015-09-222-13/+11
* 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
* Remove qml context related methods from QQmlV4FunctionLars Knoll2015-09-151-2/+0
* Use the QmlContext as the scope for QQmlV4Function callsLars Knoll2015-08-201-7/+6
* 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
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-1/+1
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-183-18/+10
* Fix docs and remove an invalid ###Lars Knoll2015-06-171-4/+4
* Remove unused typedefLars Knoll2015-06-151-2/+0
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-243-11/+9
* Use Heap::Pointer in more placesLars Knoll2015-04-241-1/+1
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-242-2/+2
* 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-212-3/+3
* | | More cleanupsLars Knoll2015-04-212-7/+7
* | | 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-182-0/+29
* | Update copyright headersJani Heikkinen2015-02-128-56/+56
* | CleanupsLars Knoll2015-01-231-174/+174
* | Remove all remaining usages of ValueRefLars Knoll2015-01-231-4/+4
* | Get rid of most uses of ValueRefLars Knoll2015-01-232-3/+3
* | Rework QJSValue internalsLars Knoll2015-01-211-7/+5
* | 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-172-0/+8
* | Fix Qt.inputMethod ownershipJ-P Nurmi2015-01-171-1/+0
* | Refactor persistent valuesLars Knoll2015-01-161-3/+6
* | Redirect console.info to new QtInfoMsgKai Koehne2015-01-152-2/+12
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-1/+1
* | Get rid of the bindingKeyFlagLars Knoll2015-01-121-1/+0