summaryrefslogtreecommitdiffstats
path: root/src/script/bridge/qscriptdeclarativeclass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-3/+3
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-2/+2
* Update contact information in license headers.Sergio Ahumada2012-08-011-3/+3
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Implement property versioning inside the declarative engineAaron Kennedy2011-01-271-0/+5
* 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
* | Symbian compile fixKai Koehne2010-12-171-1/+1
* | Small optimization of enum detection in script.Michael Brasser2010-11-121-0/+8
|/
* Use custom static scopes to improve QML/JavaScript performanceKent Hansen2010-06-251-0/+36
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-301-4/+17
|\
| * QtScript: Add yet more missing API shimsKent Hansen2010-03-261-4/+17
* | Correctly construct boolean JSValue'sAaron Kennedy2010-03-301-3/+9
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-03-171-3/+7
|\
| * Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-101-3/+7
* | Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-091-0/+5
|/
* Avoid calling out to public API in the QtScript implementationKent Hansen2010-02-181-12/+4
* Fix possible crashAaron Kennedy2010-01-151-3/+7
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-141-1/+1
|\
| * Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2010-01-141-1/+1
| |\
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-111-1/+1
| | |\
| | | * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
| | * | Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2010-01-111-0/+5
| | |/
* | / Support calling in QScriptDeclarativeClassAaron Kennedy2010-01-141-1/+19
|/ /
* | Optimization: Add QScriptDeclarativeClass::ValueAaron Kennedy2010-01-111-2/+167
* | Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2009-12-171-0/+5
* | Introduce experimental binding optimizerAaron Kennedy2009-12-141-0/+1
|/
* Fixed the QtScript license information in the source files to referSimon Hausmann2009-11-171-19/+1
* Replace LGPL license tags with LGPL-ONLYSimon Hausmann2009-11-171-1/+1
* Compile in namespaceAaron Kennedy2009-11-171-0/+1
* Add QScriptDeclarativeClassAaron Kennedy2009-11-101-0/+356