Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add qmlmethod Item::childAt() to delarative item | mae | 2010-06-08 | 1 | -0/+1 |
| | | | | | | The method allows for more flexbile mouse and touch handling. It offers a fast way to identify a child item for a given pixel position. | ||||
* | Fix QT_NO_TEXTSTREAM compilation errors. | Tasuku Suzuki | 2010-05-31 | 1 | -0/+2 |
| | | | | | Merge-request: 647 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | ||||
* | Add a "priority" property to Keys and KeyNavigation | Martin Jones | 2010-05-14 | 1 | -0/+4 |
| | | | | | | Allows intercepting keys before or after normal item key processing. Task-number: QTBUG-10467 | ||||
* | Mark some properties in QDeclarativeItem as private properties. | Alexis Menard | 2010-04-29 | 1 | -31/+13 |
| | | | | | | | QDeclarativeItem will be public, all properties that are relaying on private types must be private too. Reviewed-by:akennedy | ||||
* | Add forceFocus method to QDeclarativeItem. | Yann Bodson | 2010-04-21 | 1 | -0/+1 |
| | | | | Reviewed-by: Aaron Kennedy | ||||
* | Struct -> class because class is better. | Alexis Menard | 2010-04-13 | 1 | -1/+1 |
| | | | | | | Well i have no idea on what to write on that commit message. Reviewed-by:akennedy | ||||
* | Move effect property where it should be. | Alexis Menard | 2010-04-13 | 1 | -1/+0 |
| | | | | Reviewed-by:leo | ||||
* | Fix parenting after 6f88388db4e8e202780d789e66664ff824691948. | Michael Brasser | 2010-03-30 | 1 | -1/+0 |
| | |||||
* | Remove the children property from QDeclarativeItem. | Alexis Menard | 2010-03-25 | 1 | -6/+2 |
| | | | | | | | | | This commit remove the children property from QDeclarativeItem because it's now in QGraphicsObject. This commit also get rid of width and height properties to use the one in QGraphicsObject. Task-number:QT-2757 Reviewed-by:akennedy | ||||
* | Fix warnings. | Martin Jones | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | Make QDeclarativeItem NOTIFY signals canonical | Joona Petrell | 2010-03-09 | 1 | -12/+11 |
| | | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy | ||||
* | Fix warnings and change geometry-related functions to use reals. | Michael Brasser | 2010-03-09 | 1 | -2/+2 |
| | |||||
* | Minor cleanup. | Michael Brasser | 2010-03-09 | 1 | -2/+0 |
| | |||||
* | Minor anchors.fill optimization. | Michael Brasser | 2010-03-09 | 1 | -0/+2 |
| | | | | Task-number: QT-716 | ||||
* | Add mapFromItem() and mapToItem() in QDeclarativeItem. | Bea Lam | 2010-03-04 | 1 | -0/+3 |
| | | | | Task-number: QT-2385 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+243 |
QDeclarativeXXX. |