aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* fix include guard to not clash with qscriptvalueiteratorMichael Zanetti2013-08-231-3/+3
* Fix -Wpedantic warningsAlbert Astals Cid2013-06-126-6/+6
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-101-1/+1
|\
| * Fallback to QMetaObject for properties not in QQmlPropertyCacheAlberto Mardegan2013-05-311-1/+1
* | Fix -Wpedantic warningsAlbert Astals Cid2013-06-071-1/+1
|/
* Doc: Fix some broken linksSze Howe Koh2013-05-201-6/+6
* Doc: Define Qt global object as a QML type and fix referring docsTopi Reinio2013-05-151-5/+5
* Document percieved memory leakAlan Alpert2013-05-011-0/+4
* Doc: Create links to Qt Quick 1Sze Howe Koh2013-04-241-2/+2
* Doc: Fix module name formatSze Howe Koh2013-04-232-2/+3
* Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-231-2/+2
* 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