summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeboundsignal.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-231-4/+0
|\
| * Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-221-4/+0
| | | | | | | | | | QDeclarativeExpression can be used to evaluate any sort of expression, not just those returning a value.
* | Don't crash if Connections::target is changed by one of its signal handlersMartin Jones2010-04-231-2/+4
|/ | | | Reviewed-by: Michael Brasser
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-1/+1
| | | | QTBUG-9726
* Don't warn on signals emitted after the context has been destroyedAaron Kennedy2010-04-141-1/+1
| | | | QTBUG-9792
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-7/+7
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Rename QDeclarativeGraphics_setParent_noEvent QDeclarative_setParent_noEventMartin Jones2010-03-011-2/+2
|
* Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-241-1/+1
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+263
QDeclarativeXXX.