aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-287-28/+0
* Merge branch 'stable' into devGunnar Sletta2013-01-1712-12/+12
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1012-12/+12
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-043-6/+0
|\|
| * Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-043-6/+0
* | Added parsing for getter/setter definitions in property assignments.Erik Verbruggen2012-12-172-2/+16
|/
* Fixed missing virtual destructors in qtdeclarative.Samuel Rødal2012-09-241-1/+1
* Windows CE buildfixAndreas Holzammer2012-09-241-0/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2312-288/+288
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-295-40/+59
* Fix compiler warnings from MSVC2010Kai Koehne2012-08-281-0/+5
* Reduce memory usage of QV4Bindings::Subscription by 8 bytes.Thomas McGuire2012-08-282-18/+50
* Refactor singleton type registration codeChris Adams2012-08-287-38/+34
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-272-7/+7
* Fix warnings in QtQmlMatthew Vogt2012-08-241-1/+2
* Increase test coverage for V4Matthew Vogt2012-08-231-4/+26
* Make connectNotify() work with QMLThomas McGuire2012-08-222-26/+59
* Trim trailing whitespace.Stephen Kelly2012-08-222-44/+44
* Fix V4 calculations that vary from V8 resultsMatthew Vogt2012-08-222-8/+100
* Reduce memory consumption in QV4Bindings::BindingMatthew Vogt2012-08-172-56/+53
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-168-47/+47
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-102-23/+22
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-083-16/+16
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-097-42/+78
* Consistent use of syntax in V4 Register classMatthew Vogt2012-06-271-16/+16
* Decode directory separators in source URLsMatthew Vogt2012-06-251-2/+4
* Delay conversion of v8 exceptions to QQmlErrors.Michael Brasser2012-06-051-8/+5
* Store QQmlMetaObject in V4Aaron Kennedy2012-05-251-4/+4
* Use static dispatch tables for QQmlAbstractBindingAaron Kennedy2012-05-242-31/+53
* Reduce size of QQmlNotifierEndpointAaron Kennedy2012-05-242-5/+10
* Lazily create QMetaObjectsAaron Kennedy2012-05-245-41/+49
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-248-1/+261
* Simplify QVariant::convert and QVariant::canConvert calls.Jędrzej Nowacki2012-05-211-2/+2
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-211-1/+2
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-172-13/+5
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-145-138/+138
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-112-5/+5
* Allow V4 bindings to be assigned to aliasesMichael Brasser2012-05-102-10/+25
* Fix MSVC warning C4200 (zero-sized array in struct/union).Friedemann Kleint2012-05-081-0/+5
* QmlProfiler: storing binding typeChristiaan Janssen2012-05-041-1/+1
* Ensure binding target has not been deletedMatthew Vogt2012-05-041-0/+4
* Add support for var properties in V4Matthew Vogt2012-04-246-13/+258
* Support and use parameters in QQmlNotifierEndpoint.Michael Brasser2012-04-232-2/+2
* Fix warnings about non-virtual destructorsTobias Hunger2012-04-201-1/+1
* Use QUrl constructor directly.Michael Brasser2012-04-201-3/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-17/+10
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1111-501/+540
| |\
| * \ Merge master into api_changesKent Hansen2012-03-271-10/+10
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-235-6/+35
| |\ \ \
| * | | | Migrate gui dependencies from QtQml to QtQuick.Matthew Vogt2012-03-201-15/+8