summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeproperty/tst_qdeclarativeproperty.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Add additional QDeclarativeProperty autotests.Michael Brasser2010-12-221-0/+62
|
* Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-291-0/+69
| | | | Task-number: QTBUG-13719
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-081-0/+5
| | | | | Task-number: Reviewed-by: Martin Jones
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-4/+4
| | | | QTBUG-9726
* 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-031-0/+37
| | | | | | 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-251-0/+1186
There's nothing meta about our properties.