| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Broke signal handlers in QML
Task-number: QTBUG-12335
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
|
|
|
| |
The wantsFocus property has been renamed to activeFocus, to better
reflect its value. Reading and writing the focus property is also now
consistent -- this property represents focus within a scope. Other small
changes were made to keep things consistent with the new naming.
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
|
|
|
| |
Using this property on Item will break transformOrigin property. We
have never documented it. It should not have been used. Now it is
enforced as best we can.
Task-number: QTBUG-12265
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Merge-request: 647
Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
|
|
|
|
|
|
| |
Allows intercepting keys before or after normal item key processing.
Task-number: QTBUG-10467
|
|
|
|
|
|
|
| |
QDeclarativeItem will be public, all properties that are relaying on
private types must be private too.
Reviewed-by:akennedy
|
|
|
|
| |
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
| |
Well i have no idea on what to write on that commit message.
Reviewed-by:akennedy
|
|
|
|
| |
Reviewed-by:leo
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Task-number: QTBUG-7193
Reviewed-by: akennedy
|
| |
|
| |
|
|
|
|
| |
Task-number: QT-716
|
|
|
|
| |
Task-number: QT-2385
|
|
QDeclarativeXXX.
|