aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* Add QJSValue::callWithInstance() functionKent Hansen2012-01-202-4/+17
* Add QJSValue::call() overloadKent Hansen2012-01-202-0/+23
* Add QJSValue::isCallable() functionKent Hansen2012-01-202-3/+16
* Add QJSValue::toInt() and toUInt()Kent Hansen2012-01-202-4/+30
* Add QJSValue::deleteProperty() functionKent Hansen2012-01-202-1/+30
* Add QJSValue::hasProperty() and hasOwnProperty() functionsKent Hansen2012-01-204-1/+52
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-203-3/+0
* Assigning empty object to Q_PROPERTY(QVariantMap)Matthew Vogt2012-01-191-7/+8
* Allow QML URLs to contain pre-encoded octetsMatthew Vogt2012-01-181-2/+4
* Console API: Add console.infoKai Koehne2012-01-162-2/+5
* QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-162-2/+4
* Remove obsolete toBoolean() and isBoolean() QJSValue gettersSimon Hausmann2012-01-112-28/+0
* Update copyright year in license headers.Jason McDonald2012-01-0552-52/+52
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-291-0/+12
* V8: Remove extra V8::Context allocated for expressing strong referencesSimon Hausmann2011-12-152-107/+70
* Fix that QJSEngine cannot be used from threads other than the gui threadSimon Hausmann2011-12-152-46/+63
* Cleanup: Fold QV8GCCallback class declaration(s) back into qv8engine_p.hSimon Hausmann2011-12-144-118/+50
* Fix leak of v8 context used for implicit strong references.Simon Hausmann2011-12-142-17/+18
* QDeclarativeBuiltinFunctions: Remove warningAurindam Jana2011-12-141-1/+1
* Add a tracing API for the QML engineAaron Kennedy2011-12-142-3/+12
* QV8Engine: Console APIs, Extend functionalityAurindam Jana2011-12-143-21/+88
* Cleanup: Remove redundant call to QV8GCCallback::registerGcPrologueCallback()Simon Hausmann2011-12-141-2/+0
* V8: Minor cleanupSimon Hausmann2011-12-122-4/+5
* Ensure that scarce resources work with var propertiesChris Adams2011-12-063-8/+104
* Introduce more generic fast property handlingAaron Kennedy2011-12-054-206/+242
* Improve value type read performanceAaron Kennedy2011-12-012-13/+48
* Debugger: Disable breakpoint relocation in JSKai Koehne2011-11-291-2/+4
* Add indexed deleter to sequence wrapper, implement length setterChris Adams2011-11-293-3/+87
* QtDeclarative: Fix building of tests on Windows.Friedemann Kleint2011-11-251-2/+2
* ConsoleAPI: Use environment variableAurindam Jana2011-11-241-15/+19
* Qt.locale() and JS locale type extension.Martin Jones2011-11-228-4/+119
* Fixed more declarative -qtnamespace compilation issues.Rohan McGovern2011-11-211-0/+4
* Fix console.log function.Jędrzej Nowacki2011-11-161-3/+5
* QV8Engine: Console APIsAurindam Jana2011-11-113-23/+87
* Remove unused codepaths from QV8SequenceWrapperChris Adams2011-11-112-36/+1
* Return a string from resolvedUrl() to match 4.x behaviorAaron Kennedy2011-11-091-3/+3
* Ensure connection lists get cleanedAaron Kennedy2011-11-091-0/+2
* Fix gcc compilation warningsKai Koehne2011-11-091-1/+1
* Add console.time / console.timeEnd APIKai Koehne2011-11-094-0/+54
* Include correct line number when throwing an exception from a slotAaron Kennedy2011-11-081-1/+2
* Optimization: Minimize refreshing when root context changesAaron Kennedy2011-11-041-0/+6
* Don't crash if contexts are deleted during refreshExpressionsAaron Kennedy2011-11-041-1/+1
* Skip the captured properties step in bindingsAaron Kennedy2011-11-042-20/+10
* Fix crash in object serialization due to sequencesChris Adams2011-11-041-15/+17
* Add support for more sequence typesChris Adams2011-11-028-20/+876
* Declarative: Fix gcc 4.6 warnings about assigned/unused variables.Friedemann Kleint2011-11-012-3/+0
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-264-29/+29
* Optimize listmodel and allow nested elements from worker script.Glenn Watson2011-10-262-3/+3
* Fix "for (... in ...)" loops for list properties.Michael Brasser2011-10-262-2/+19
* Cache QObject method argumentsAaron Kennedy2011-10-251-79/+50