summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeobjectscriptclass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Revert "Delete JS-owned QML objects right away in the engine dtor."Peter Kümmel2012-09-251-17/+3
* Delete JS-owned QML objects right away in the engine dtor.Thomas McGuire2012-09-141-3/+17
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fix alias warnings in MetaCallArgumentAaron Kennedy2011-07-291-49/+65
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-05-051-0/+27
|\
| * Optimization and benchmark for setting object properties from QML.Michael Brasser2011-03-161-0/+27
* | Alternative fix to the strict-aliasing violation warningsThiago Macieira2011-04-181-1/+9
* | Revert "Fix strict-alias breaking warnings with GCC."Thiago Macieira2011-04-181-72/+43
* | Fix strict-alias breaking warnings with GCC.Thiago Macieira2011-04-141-43/+72
|/
* Fix warnings in QtDeclarativeThiago Macieira2011-02-171-1/+1
* Fix test breakage for qdeclarativeworkerscriptBea Lam2011-01-281-1/+3
* Ensure simple objects also get the appropriate property cacheAaron Kennedy2011-01-281-1/+2
* Allow property bindings to be easily created from JavaScriptBea Lam2011-01-271-5/+14
* Implement property versioning inside the declarative engineAaron Kennedy2011-01-271-15/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Support property/method versions in QMLMartin Jones2011-01-051-0/+14
|/
* Correct ownership semantics for QObject derived typesAaron Kennedy2010-11-301-2/+9
* Fix compilation by s/intptr_t/quintptr/Thiago Macieira2010-11-111-1/+1
* Allow overloaded methods, and methods with default params, to be called in QMLAaron Kennedy2010-10-151-13/+285
* Allow objectName to be used in QML bindingsAaron Kennedy2010-10-111-2/+7
* Fix compile warnings.Friedemann Kleint2010-09-141-1/+1
* Support passing QObject derived types to QML methodsAaron Kennedy2010-09-031-2/+14
* Support JS "in" operator on QML objectsAaron Kennedy2010-09-011-1/+1
* Handle enums in method arguments in the same way as QtScriptAaron Kennedy2010-06-251-1/+23
* Compiler warningAaron Kennedy2010-05-241-1/+1
* Null objects should appear as JS nullAaron Kennedy2010-05-051-1/+2
* Fix a crash with null objects returned from a Q_INVOKABLERhys Weatherley2010-05-051-1/+2
* Fix error stringBea Lam2010-04-301-1/+1
* Warn on assigning a function to a QML property.Michael Brasser2010-04-301-0/+3
* Return enum property values as numbers, not QVariant valuesBea Lam2010-04-291-1/+1
* Allow null to be assigned to object propertiesAaron Kennedy2010-04-201-1/+7
* List properties for dynamic meta objects.Warwick Allison2010-04-191-5/+14
* Reference count ObjectData's to correctly delete objects with no parentAaron Kennedy2010-04-191-2/+7
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-7/+7
* Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-091-0/+2
* List properties aren't read-onlyAaron Kennedy2010-04-091-1/+2
* Use variant instead of var in QMLAaron Kennedy2010-04-091-6/+1
* Make script and binding assignments identical for list propertiesAaron Kennedy2010-04-081-1/+5
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-081-24/+44
* Do not create a QScriptValue for an object being deletedAaron Kennedy2010-04-081-0/+3
* Cleanup (remove QDeclarativeScriptClass)Aaron Kennedy2010-04-071-11/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-071-10/+10
|\
| * Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-10/+10
* | Optimization: Only allocate QScriptValue if we need tooAaron Kennedy2010-04-011-5/+5
|/
* Remove warningsYann Bodson2010-03-191-29/+30
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-11/+7