Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -9/+0 |
| | |||||
* | Compiler warnings (unused variables). | Bjørn Erik Nilsen | 2010-06-21 | 1 | -3/+0 |
| | |||||
* | Always integer align anchor center points | Aaron Kennedy | 2010-06-03 | 1 | -12/+36 |
| | | | | | This dramatically reduces the number of items that are half pixel aligned and thus render poorly. | ||||
* | Fix horizontal/verticalCenter anchors bug. | Yann Bodson | 2010-05-26 | 1 | -17/+17 |
| | | | | | Task-number: QTBUG-10999 Reviewed-by: Michael Brasser | ||||
* | Remove obsolete doc groupings. | Michael Brasser | 2010-05-04 | 1 | -1/+0 |
| | |||||
* | Minor internal anchor refactoring. | Michael Brasser | 2010-04-19 | 1 | -52/+52 |
| | |||||
* | Bring support of anchors in QML for QGraphicsWidget derived classes. | Alexis Menard | 2010-04-14 | 1 | -52/+92 |
| | | | | | | | | | | | This commit add a extension object to bring the anchors property for a QGraphicsWidget. The actual implement uses a separate object for storing the anchor pointer. In the future it would be nice if the extension object is the anchor itself. Also there are two connects extra for QGraphicsWidget one can perhaps disappear with a later commit. Only baseline case is not supported because QGraphicsWidget don't have any concept of baseline. Reviewed-by:akennedy | ||||
* | 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. | ||||
* | Fix compilation on Symbian winscw | Joona Petrell | 2010-04-01 | 1 | -2/+2 |
| | | | | | Task-number: Reviewed-by: Aaron Kennedy | ||||
* | Minor anchors.fill optimization. | Michael Brasser | 2010-03-09 | 1 | -2/+8 |
| | | | | Task-number: QT-716 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+1059 |
QDeclarativeXXX. |