aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativevmemetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1110/+0
* Delete v8methods array at destructionAaron Kennedy2012-02-201-0/+1
* Reduce memory by not calling QUrl::toString() multiple timesAaron Kennedy2012-02-201-2/+3
* Use Utf8 for javascript source codeAaron Kennedy2012-02-201-5/+4
* Use the existing endpoint object to connect alias notify signalsAaron Kennedy2012-02-201-17/+17
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-161-1/+2
* Check dynamic slot function for nullness before evaluationChris Adams2012-02-091-0/+11
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-251-20/+17
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix crash in var property setterChris Adams2011-12-231-0/+1
* V8: Remove extra V8::Context allocated for expressing strong referencesSimon Hausmann2011-12-151-3/+4
* Ensure that scarce resources work with var propertiesChris Adams2011-12-061-2/+46
* Move QDeclarativePropertyValueInterceptor into a private headerAaron Kennedy2011-12-011-0/+2
* Fix default property preventing signals from being emitted.Glenn Watson2011-11-221-14/+58
* Clean up declarative includesKent Hansen2011-10-171-5/+5
* Add JavaScript "var" property type to QMLChris Adams2011-10-061-47/+119
* Honour the resettable flag of aliased propertiesChris Adams2011-08-041-1/+1
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-20/+20
* Minor XXX fixupsAaron Kennedy2011-06-091-1/+0
* Implement global handle trackingAaron Kennedy2011-06-081-3/+4
* Allow methods to be changed by debuggerAaron Kennedy2011-06-081-6/+8
* Merge branch 'master' into v8Michael Brasser2011-06-071-17/+17
|\
| * Merge branch 'qtquick2'Martin Jones2011-05-311-0/+10
| |\
| * | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-241-17/+17
* | | Initial V8 integrationAaron Kennedy2011-06-061-25/+46
| |/ |/|
* | Initial import from qtquick2.Qt by Nokia2011-04-271-0/+10
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+903