Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-25 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | Conflicts: src/declarative/qml/qdeclarativemetaproperty.cpp | |||||
| * | Make QDeclarativeMetaType and QDeclarativeType private | Aaron Kennedy | 2010-02-24 | 1 | -1/+1 | |
| | | ||||||
* | | Automatically connect to signals "onFooChanged" if property is "foo". | Bea Lam | 2010-02-25 | 1 | -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 is | Bea Lam | 2010-02-24 | 1 | -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 Allison | 2010-02-24 | 1 | -0/+2779 | |
QDeclarativeXXX. |