aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativescript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1700/+0
* Reduce memory by not calling QUrl::toString() multiple timesAaron Kennedy2012-02-201-4/+9
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* lower case QML components are accepted when used with 'as' importMatthew Vogt2012-01-161-5/+20
* Improve QML error messagesAaron Kennedy2012-01-061-1/+3
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Detect and optimize qsTr() and qsTrId() bindingsAaron Kennedy2011-12-211-1/+1
* Readonly QML property supportAaron Kennedy2011-10-261-13/+4
* Clean up declarative includesKent Hansen2011-10-171-2/+2
* Add JavaScript "var" property type to QMLChris Adams2011-10-061-1/+2
* Remove more QByteArray<->QString conversionsKent Hansen2011-09-291-1/+1
* Asynchronous component instantiationAaron Kennedy2011-09-291-2/+0
* Fix merge errors introduced while rebasing.Roberto Raggi2011-08-301-1/+1
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-301-0/+1688