aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update calls for keyToValue and keysToValueLiang Qi2011-10-241-2/+3
* Return v8::Local instead v8::Handle in some functions.Jędrzej Nowacki2011-10-246-26/+25
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-192-2/+7
* Clean up declarative includesKent Hansen2011-10-175-11/+7
* Merge PropertyCache::Data and ValueTypeDataAaron Kennedy2011-10-174-17/+24
* Rename QDeclarativeV4 -> QV4Aaron Kennedy2011-10-121-1/+0
* Optimize signal handlingAaron Kennedy2011-10-122-80/+53
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-101-4/+4
* Fix crashes caused by handle management in worker threadsChris Adams2011-10-102-1/+29
* QV8Profiler serviceChristiaan Janssen2011-10-062-0/+43
* Fix QJSEngine::newQObject ownership behaviourSimon Hausmann2011-10-062-1/+20
* Add a get function to VisualDataGroup.Andrew den Exter2011-10-061-1/+1
* Add JavaScript "var" property type to QMLChris Adams2011-10-062-0/+8
* Ensure all persistent handles are disposed properlyChris Adams2011-10-052-1/+6
* Modify JS Object to QVariant conversionChris Adams2011-09-301-7/+1
* Improve QDeclarativeIncubator JS APIAaron Kennedy2011-09-301-0/+2
* Asynchronous component instantiationAaron Kennedy2011-09-292-1/+5
* Build with qt-in-namespaceKent Hansen2011-09-281-2/+5
* Fix crash in String.arg()Chris Adams2011-09-282-12/+26
* Unwrap QJSValue from QVariant in QV8Engine::fromVariantJędrzej Nowacki2011-09-191-1/+5
* Separate declarative builtin functions from QV8Engine classJędrzej Nowacki2011-09-155-985/+1115
* Split qjsconverter_p header.Jędrzej Nowacki2011-09-155-191/+282
* Remove dead code.Jędrzej Nowacki2011-09-151-15/+0
* Fix potential memory corruption.Jędrzej Nowacki2011-09-151-1/+17
* Merge branch 'refactor'Gunnar Sletta2011-09-132-3/+4
|\