aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
* Adjust to API changes after eliminating Handle<T>::operator* for safety reasonsSimon Hausmann2013-04-155-17/+17
* Fix compilation with v4vm's v8 compatibility headersSimon Hausmann2013-04-153-6/+6
* Stabilize CodeAlan Alpert2013-04-021-1/+1
* Use official V8 string manipulation methods in QMLPeter Varga2013-03-121-2/+4
* Replace deprecated V8 functionsPeter Varga2013-03-113-9/+9
* Add QQmlPlatform (exposed as Qt.platform)J-P Nurmi2013-02-142-0/+15
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-072-1/+6
|\
| * Strengthen reference to var properties during constructionAlan Alpert2013-01-291-0/+6
| * Doc: Fix uses of \sinceDebao Zhang2013-01-241-1/+0
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-286-24/+0
* | Move ListModel and ListElement to the QtQml importAlan Alpert2013-01-241-6/+6
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1057-57/+57
* Only free context if the owning QV8ContextResource gets destroyedPhilip Lorenz2012-12-102-8/+18
* Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-044-4/+2
* Declare QQmlV8Handle as a metatype where it is defined.Stephen Kelly2012-12-042-1/+2
* Docs: Fix some more referencesChristian Stenger2012-12-014-8/+13
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-262-0/+6
* Enable mobule build with QT_NO_TRANSLATIONTasuku Suzuki2012-11-263-1/+6
* Fix compilation issue with clang in C++11 mode.Erik Verbruggen2012-11-081-1/+1
* Change qml list interfaceMarco Bubke2012-10-231-1/+0
* 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