summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeproperty
Commit message (Collapse)AuthorAgeFilesLines
* Autotests: oops, remove last traces of QGuardThiago Macieira2010-03-271-69/+68
|
* Make more tests compile on solaris-ccAlan Alpert2010-03-231-9/+9
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-191-7/+7
|\ | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeecmascript/testtypes.h
| * Remove ; after Q_PROPERTY declarationThierry Bastian2010-03-181-6/+6
| |
| * Fix compilation issues of autotest on solarisThierry Bastian2010-03-181-1/+1
| | | | | | | | Task-number: QTBUG-8590
* | Compile fix after e5922ab126f3532483b18720ce893d6be826d50eAaron Kennedy2010-03-111-3/+3
|/
* QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject ↵Aaron Kennedy2010-03-034-0/+54
| | | | | | property QT-2793
* Polish QDeclarativeProperty APIAaron Kennedy2010-02-261-132/+119
|
* Make compile following recent QDeclarativeProperty changesBea Lam2010-02-261-28/+28
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-251-0/+149
| | | | | Conflicts: src/declarative/qml/qdeclarativeproperty.cpp
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-252-0/+1191
There's nothing meta about our properties.