summaryrefslogtreecommitdiff
path: root/src/declarative/qml/qdeclarativecompiler.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-251-1/+1
|\ \ | |/ | | | | | | Conflicts: src/declarative/qml/qdeclarativemetaproperty.cpp
| * Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-241-1/+1
| |
* | Automatically connect to signals "onFooChanged" if property is "foo".Bea Lam2010-02-251-6/+10
|/ | | | | | | This follows on from a2a8cea2835ef24104fe784b6ce0f508cc5637c0 to make it work for PropertyChanges and QDeclarativeMetaProperty as well. Task-number: QT-2783
* Automatically connect to a notify signal if the requested signal isBea Lam2010-02-241-0/+10
| | | | | | | in the "onFooChanged" form, even if the notify signal is not called "fooChanged". Task-number: QT-2783
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+2779
QDeclarativeXXX.