| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This allows dragging a MouseArea that contains a clickable MouseArea,
for example.
Task-number: QTBUG-12323
Reviewed-by: Michael Brasser
|
|
|
|
|
| |
Those required by creator are still exported. Everything else is
no longer exported.
|
|
|
|
|
|
|
|
|
|
| |
Added an onCanceled signal to mouse area, which is triggered when the
mouse area rejects the event (propagates to the nearest
mouse area beneath) or some other element steals the mouse grab
(flickable, for example).
Task-number: QTBUG-10162
Reviewed-by: Michael Brasser
|
|
|
|
| |
Task-number: QTBUG-10243
|
|
|
|
|
|
|
| |
The drag.active property specifies if the target item is being dragged.
Task-number: QTBUG-9833
Reviewed-by: Martin Jones
|
| |
|
|
|
|
|
|
|
|
|
| |
Mouse area coordinates are now updated when the mouse area changes position
and positionChanged signals are not emitted on mousePress anymore (only
mousePosChanged signals).
Task-number: QTBUG-9716
Reviewed-by: Michael Brasser
|
|
|
|
| |
Task-number: QTBUG-9637
|
|
|
|
|
|
| |
Easy, you just need to change the property.
Reviewed-by:Martin Jones
|
|
QDeclarativeXXX.
|