summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativenotifier.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Connect property alias change signals on useAaron Kennedy2010-10-071-0/+16
| | | | Task-number: QTBUG-14089
* 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 crashAaron Kennedy2010-03-171-7/+7
| | | | | | If the notifier gets swapped out during emitting, the endpoint is also invalidated. Thus the "disconnected" writeback must track the endpoint not just the Notifier.
* Reenable the QML binding optimizer for "safe" optimizationsAaron Kennedy2010-03-121-1/+2
|
* Unify binding optimizer and QtScript binding signal management logicAaron Kennedy2010-03-101-0/+109