Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 20 | -40/+40 |
|\ | |||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 20 | -40/+40 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 24 | -0/+7497 |
| | |||||
* | Only include QMetaType if required in moc generated files | Olivier Goffart | 2009-06-11 | 2 | -3/+8 |
| | | | | | | | | | | | Including it might cause build errors. (and thus break source compatibility) The problem was seen on KDE where some cpp files included x11 headers and then later included the .moc file, then qmetatype.h complains that Bool is defined Reviewed-by: Brad | ||||
* | make moc-generated code compile again | Kent Hansen | 2009-06-08 | 1 | -0/+2 |
| | | | | Needed due to commit 4acabb3abd0ff109b9abeedb6832f5b1c3e0cc4e | ||||
* | handle qreal properties correctly in the meta-object system | Kent Hansen | 2009-06-05 | 2 | -6/+16 |
| | | | | | | | | | | | | | | When cross-compiling, it's possible that the size of qreal for moc itself (host platform) is different from the size of qreal on the target platform. Thus, we should not encode the metatype-id of qreal at moc time. Instead, use QMetaType::QReal in the generated code so that the the property flags are only derived at compile time. We also need to support the pesky QT_COORD_TYPE. In this case, qreal can be _any_ type (not just float or double), so we encode the property type as 0 and have a special check in QMetaProperty::type() that resolves the correct type at runtime. Reviewed-by: Simon Hausmann | ||||
* | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 3 | -6/+6 |
| | | | | | used character operations whenever possible better usage of QLatin1String | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 24 | -0/+7497 |