summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlobjectscriptclass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-161-1/+1
|\
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
* | Prepare translations of the declarative module.Friedemann Kleint2010-02-151-3/+3
|/
* QML Object toString should use 64-bit address on 64-bit platformsAaron Kennedy2010-02-111-1/+1
* Fix tst_qmlecmascript::callQtInvokablesAaron Kennedy2010-02-111-6/+8
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-101-1/+1
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-091-1/+1
* Allow objects to be shared between QmlEnginesAaron Kennedy2010-02-081-17/+1
* Compile.Warwick Allison2010-02-031-3/+3
* The depot (4.6.2) does not have the Value patch yet, adjust version checksWarwick Allison2010-02-021-3/+3
* Convert lists to variants on assignment.Aaron Kennedy2010-01-281-2/+2
* Optimization: Skip attached property search where possibleAaron Kennedy2010-01-281-15/+17
* Assigning undefined resets QObject propertiesAaron Kennedy2010-01-281-3/+9
* Compile with Qt 4.6.1Aaron Kennedy2010-01-201-3/+15
* Implement custom QML slot invokation logicAaron Kennedy2010-01-151-5/+246
* Update QML following bd3caa48edf2cd53e561cec7ee7ccec6748a4843Aaron Kennedy2010-01-151-16/+15
* Add basic support for property iteration.Michael Brasser2010-01-131-0/+23
* Update QML to adhere to latest QScriptDeclarativeClassAaron Kennedy2010-01-111-9/+11
* Optimization: Passing QScriptEngine to QScriptValue is much fasterAaron Kennedy2010-01-091-7/+7
* Optimization: Bypass qt_metacall for synthesized methodsAaron Kennedy2010-01-091-3/+8
* Optimization: Improve property read speedAaron Kennedy2010-01-081-1/+36
* Stop using QGuardAaron Kennedy2009-12-231-3/+2
* Use destroy() to destroy binding.Michael Brasser2009-12-171-1/+3
* Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2009-12-171-0/+5
* Throw error when attempting to write to a non-existant property via script.Michael Brasser2009-12-111-1/+20
* Throw error when attempting to write to a read-only property via script.Michael Brasser2009-12-111-6/+9
* small cleanupThierry Bastian2009-12-041-2/+2
* fix includesOswald Buddenhagen2009-12-031-8/+11
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-6/+6
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-021-2/+6
|\
| * Two way WorkerScript communicationsAaron Kennedy2009-11-301-2/+6
* | Remove include styles that rely on configure.Warwick Allison2009-12-011-5/+5
|/
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
* fix headersWarwick Allison2009-10-291-16/+16
* Fix more warnings.Michael Brasser2009-10-261-1/+0
* Add binding assignment warningsAaron Kennedy2009-10-161-6/+17
* Correctly pass context to QmlObjectScriptClassAaron Kennedy2009-10-161-3/+12
* Fix dynamic exampleAlan Alpert2009-10-151-0/+1
* Support read-only iteration of list propertiesAaron Kennedy2009-10-141-3/+9
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-1/+1
* Small optimizationAaron Kennedy2009-10-081-3/+4
* Fix crashAaron Kennedy2009-10-081-1/+1
* Update to use new QScriptDeclarativeClass APIAaron Kennedy2009-10-081-2/+2
* Remove bogus assertAaron Kennedy2009-10-071-1/+0
* Add Object.destroy(int delay) parameterAaron Kennedy2009-10-071-3/+5
* Improve scope handlingAaron Kennedy2009-10-061-22/+34
* Share QScriptValue's where possibleAaron Kennedy2009-10-061-1/+10
* Fix test failuresAaron Kennedy2009-10-051-4/+7
* Fix attached properties/enums from ecmascriptAaron Kennedy2009-10-051-2/+28
* Update to new QScriptDeclarativeClass APIAaron Kennedy2009-10-051-15/+8