aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2357-1372/+1372
* doc: fix some more typosSergio Ahumada2012-09-101-1/+1
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Delete weak JS objects on exit right awayThomas McGuire2012-08-311-1/+4
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-293-0/+10
* Console API: Print JS objectAurindam Jana2012-08-281-12/+23
* Refactor singleton type registration codeChris Adams2012-08-281-94/+80
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-275-47/+57
* Immediatley delete QV8QObjectResource objects to reduce memory leaksThomas McGuire2012-08-241-2/+6
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-242-33/+1
* Increase test coverage for V4Matthew Vogt2012-08-234-0/+22
* Make connectNotify() work with QMLThomas McGuire2012-08-222-2/+5
* Trim trailing whitespace.Stephen Kelly2012-08-222-17/+17
* Export QV8ValueTypeWrapper.Aaron McCarthy2012-08-221-1/+2
* Fix compilation on Linux with gcc-4.6Sean Harmer2012-08-211-7/+10
* Use object identity to detect cycles in JS-to-C++ type conversionKent Hansen2012-08-204-34/+39
* Get rid of engine-wide state of visited objects for type conversionKent Hansen2012-08-204-42/+58
* Add missing QT_{BEGIN,END}_NAMESPACEKent Hansen2012-08-171-0/+4
* Document QJSEngine's lack of exception handling APIKent Hansen2012-08-161-3/+7
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-168-18/+23
* Remove the use of QWidgetStar from QtQml.Stephen Kelly2012-08-151-11/+1
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-103-17/+13
* Allow invokable functions of value-type classes to be calledChris Adams2012-08-093-12/+51
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-093-1/+18
* Fix test failures in Qt Location with string lists.Glenn Watson2012-08-092-3/+12
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-41/+43
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-083-2/+67
* Improve QML basic types documentationChris Adams2012-07-301-1/+1
* Fix value-type semantics in variant propertiesChris Adams2012-07-242-29/+73
* Allow color to be explicitly compared to a stringMatthew Vogt2012-07-113-1/+41
* Fix broken value-type support by allowing property definitionChris Adams2012-07-115-1/+121
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-092-1/+4
* Add some private V8ASSERT macros.Andrew den Exter2012-07-041-0/+11
* Add basic documentation for QML translation functions.Michael Brasser2012-06-281-4/+128
* Add enum values from related typesMatthew Vogt2012-06-271-2/+3
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-221-3/+13
* Create new documentation structureChris Adams2012-06-211-3/+3
* Delay conversion of v8 exceptions to QQmlErrors.Michael Brasser2012-06-051-8/+5
* Fix doc snippets paths and parsing errorsBea Lam2012-05-314-16/+16
* Ensure that variant property references keep QObjects aliveChris Adams2012-05-301-4/+8
* Add internal API for accessing V8 handles of QJS typesKent Hansen2012-05-294-0/+61
* Fix crash caused by unregistered enum typesChris Adams2012-05-281-4/+10
* Add an v8 object template for visual data model change sets.Andrew den Exter2012-05-253-2/+2
* Remove exceptions support from QtQmlChris Adams2012-05-251-14/+2
* Use static dispatch tables for QQmlAbstractBindingAaron Kennedy2012-05-242-25/+60
* Update license headersKent Hansen2012-05-243-30/+84
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-17/+16
* Fix the logic in void return type checkKent Hansen2012-05-241-1/+1
* Remove QJSEngine::ContextOwnership and associated constructorKent Hansen2012-05-244-24/+8
* Remove QQmlEngine::collectGarbage() overloadKent Hansen2012-05-241-3/+1