summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativepropertymap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken example codeBea Lam2010-08-061-8/+11
| | | | Task-number: QTBUG-12705
* Change return type to match value().Michael Brasser2010-04-221-1/+1
|
* Class documentation fixes for declarative.Michael Brasser2010-04-161-2/+2
|
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Fix crash in QDeclarativePropertyMap.Michael Brasser2010-03-291-5/+8
| | | | Task-number: QTBUG-9439
* Don't emit QDeclarativePropertyMap::valueChanged() before the value hasMichael Brasser2010-03-291-9/+9
| | | | | | changed. Task-number: QTBUG-9386
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+279
QDeclarativeXXX.