aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4bindings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old v4 and rename v4vm to v4Simon Hausmann2013-04-291-2474/+0
* Move more methods on QV8Engine over to use v4 based syntaxLars Knoll2013-04-291-2/+2
* Rename QQmlJS::VM namespace to QV4Lars Knoll2013-04-191-1/+1
* Cleanup lots of V8 dependencies in QJS* classesLars Knoll2013-04-181-5/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-041-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-291-28/+46
* Fix compiler warnings from MSVC2010Kai Koehne2012-08-281-0/+5
* Reduce memory usage of QV4Bindings::Subscription by 8 bytes.Thomas McGuire2012-08-281-14/+38
* Refactor singleton type registration codeChris Adams2012-08-281-12/+10
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-1/+1
* 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-221-23/+52
* Trim trailing whitespace.Stephen Kelly2012-08-221-25/+25
* Fix V4 calculations that vary from V8 resultsMatthew Vogt2012-08-221-8/+99
* Reduce memory consumption in QV4Bindings::BindingMatthew Vogt2012-08-171-38/+37
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-5/+5
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-101-19/+16
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-8/+8
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-8/+46
* 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
* Use static dispatch tables for QQmlAbstractBindingAaron Kennedy2012-05-241-21/+43
* Reduce size of QQmlNotifierEndpointAaron Kennedy2012-05-241-2/+8
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-7/+16
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-241-0/+191
* 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-171-10/+4
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-3/+3
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-111-4/+4
* Allow V4 bindings to be assigned to aliasesMichael Brasser2012-05-101-9/+17
* 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-241-12/+202
* Support and use parameters in QQmlNotifierEndpoint.Michael Brasser2012-04-231-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-111-238/+218
| |\
| * \ Merge master into api_changesKent Hansen2012-03-231-0/+19
| |\ \
| * | | Migrate gui dependencies from QtQml to QtQuick.Matthew Vogt2012-03-201-15/+8
* | | | Add support for variant properties in V4Matthew Vogt2012-04-161-2/+126
| |_|/ |/| |
* | | Inline the methods of the V4 Register classRoberto Raggi2012-04-041-40/+40
* | | Remove obsolete codeRoberto Raggi2012-04-041-12/+0
* | | Fix QML_BINDINGS_TEST and the V4 auto testsRoberto Raggi2012-04-031-2/+21
* | | Add Throw instruction to the V4 virtual machineRoberto Raggi2012-04-031-0/+9
* | | Add support for floating conversions.Roberto Raggi2012-04-031-3/+28