Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -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 parameters | Bea Lam | 2011-04-12 | 1 | -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 signals | Aaron Kennedy | 2011-02-03 | 1 | -6/+15 |
| | | | | Task-number: QTBUG-16683 | ||||
* | Add location information for tracing. | Michael Brasser | 2011-01-25 | 1 | -2/+8 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Fix QtDeclarative compilation warnings | Joona Petrell | 2011-01-18 | 1 | -1/+1 |
| | | | | | | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | | Add additional trace range data. | Michael Brasser | 2010-11-19 | 1 | -0/+1 |
| | | |||||
* | | Add additional tracing. | Michael Brasser | 2010-11-19 | 1 | -0/+3 |
|/ | | | | | Tracing for compile time, signal handlers, and deferred creation. | ||||
* | Connect property alias change signals on use | Aaron Kennedy | 2010-10-07 | 1 | -2/+2 |
| | | | | Task-number: QTBUG-14089 | ||||
* | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 1 | -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.7 | Martin Jones | 2010-04-23 | 1 | -4/+0 |
|\ | |||||
| * | Rename QDeclarativeExpression::value() to evaluate(). | Michael Brasser | 2010-04-22 | 1 | -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 handlers | Martin Jones | 2010-04-23 | 1 | -2/+4 |
|/ | | | | Reviewed-by: Michael Brasser | ||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -1/+1 |
| | | | | QTBUG-9726 | ||||
* | Don't warn on signals emitted after the context has been destroyed | Aaron Kennedy | 2010-04-14 | 1 | -1/+1 |
| | | | | QTBUG-9792 | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -7/+7 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Rename QDeclarativeGraphics_setParent_noEvent QDeclarative_setParent_noEvent | Martin Jones | 2010-03-01 | 1 | -2/+2 |
| | |||||
* | Make QDeclarativeMetaType and QDeclarativeType private | Aaron Kennedy | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+263 |
QDeclarativeXXX. |