summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeboundsignal.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
* Allow enum values to be used as signal parametersBea Lam2011-04-121-1/+27
| | | | | | | | | | | | The fix does not work for enums declared outside of the class that emits the signal, since in this case it is not possible to access the metaobject of the class that declared the enum. However the fix makes a special case for the Qt namespace to allow enums in this namespace to be used. Task-number: QTBUG-15983 Change-Id: I6f72255b07010311a20fe068bd97c7db7b294d9b Reviewed-by: Aaron Kennedy
* Allow unknown types to be passed opaquely through signalsAaron Kennedy2011-02-031-6/+15
| | | | Task-number: QTBUG-16683
* Add location information for tracing.Michael Brasser2011-01-251-2/+8
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Fix QtDeclarative compilation warningsJoona Petrell2011-01-181-1/+1
| | | | | | | | | | Task-number: Reviewed-by: Martin Jones
* | Add additional trace range data.Michael Brasser2010-11-191-0/+1
| |
* | Add additional tracing.Michael Brasser2010-11-191-0/+3
|/ | | | | Tracing for compile time, signal handlers, and deferred creation.
* Connect property alias change signals on useAaron Kennedy2010-10-071-2/+2
| | | | Task-number: QTBUG-14089
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-1/+1
| | | | Also rearrange the parameter order to be more clear.
* 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.