Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some unnecessary includes in cpp files | Aaron Kennedy | 2010-10-08 | 1 | -1/+0 |
| | |||||
* | Improve QML text rendering when LCD smoothing is enabled for OS X. | Michael Brasser | 2010-07-19 | 1 | -0/+16 |
| | | | | | | | | | | | | | Text in QML is always painted into a pixmap, and with sub-pixel antialiasing enabled this produced incorrect results. This patch is a temporary fix until QTBUG-12252 and/or QTBUG-7747 can be properly addressed in a patch release. In the worst case, if using QML and QPainters are being constructed in a non-GUI thread, this patch could potentially turn off sub-pixel antialiasing for them. Task-number: QTBUG-11002 Reviewed-by: Aaron Kennedy Reviewed-by: Eskil Abrahamsen Blomfeldt | ||||
* | Fix and better test Text / TextEdit alignments. | Warwick Allison | 2010-06-23 | 1 | -2/+2 |
| | | | | | | Various clipping and refresh bugs. Task-number: QTBUG-11492 | ||||
* | Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap". | Warwick Allison | 2010-05-26 | 1 | -4/+13 |
| | |||||
* | Call QDeclarativeItem::geometryChanged() base implementation | Aaron Kennedy | 2010-05-06 | 1 | -0/+2 |
| | |||||
* | Fix qdoc errors | Bea Lam | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | Optimization for QDeclarativePaintedItem. | Michael Brasser | 2010-05-04 | 1 | -11/+16 |
| | |||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -2/+2 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Build Fix and port to new width and height properties | Alexis Menard | 2010-03-25 | 1 | -2/+2 |
| | | | | Reviewed-by:Martin Jones | ||||
* | Make QDeclarativeItem NOTIFY signals canonical | Joona Petrell | 2010-03-09 | 1 | -2/+2 |
| | | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+466 |
QDeclarativeXXX. |