Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow MouseArea dragging to filter mouse events from descendants | Martin Jones | 2010-07-26 | 1 | -0/+11 |
| | | | | | | | | | This allows dragging a MouseArea that contains a clickable MouseArea, for example. Task-number: QTBUG-12323 Reviewed-by: Michael Brasser (cherry picked from commit 5dd0dfcd7a079065f99c6149c15b58e69f302729) | ||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -3/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Remove debug messages from mousearea autotest file | Leonardo Sobral Cunha | 2010-05-10 | 1 | -6/+6 |
| | |||||
* | Add missing qml file to qdeclarativemousearea | Leonardo Sobral Cunha | 2010-05-07 | 1 | -0/+28 |
| | |||||
* | Fix autotest bug in MouseArea | Leonardo Sobral Cunha | 2010-05-07 | 1 | -1/+1 |
| | | | | Reviewed-by: Martin Jones | ||||
* | Avoid emitting release when the mouse is ungrabbed | Leonardo Sobral Cunha | 2010-05-07 | 1 | -0/+44 |
| | | | | | | | | | | 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 | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 5 | -5/+5 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Add drag.active property to MouseArea in qml | Leonardo Sobral Cunha | 2010-04-20 | 2 | -0/+84 |
| | | | | | | | The drag.active property specifies if the target item is being dragged. Task-number: QTBUG-9833 Reviewed-by: Martin Jones | ||||
* | Renamed mousePosChanged signal to mousePositionChanged | Leonardo Sobral Cunha | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | Update mouse area coordinates automatically when changing position | Leonardo Sobral Cunha | 2010-04-19 | 2 | -0/+79 |
| | | | | | | | | | 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 | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Don't emit clicked() after pressAndHold() | Martin Jones | 2010-04-08 | 2 | -0/+44 |
| | | | | Task-number: QTBUG-9676 | ||||
* | Allow MouseArea.Drag.target to be reset. | Martin Jones | 2010-04-07 | 2 | -6/+67 |
| | | | | Task-number: QTBUG-9637 | ||||
* | Update mouseX(Y) when clicking on a mouse area | Leonardo Sobral Cunha | 2010-03-31 | 2 | -0/+56 |
| | | | | | | | | This fixes the original commit, 56aa9370dbafa8ee4, for QTBUG-9383. We need to emit a positionChanged signal to update the mouseX(Y) for the mouse area. Reviewed-by: Martin Jones | ||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -4/+4 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 3 | -0/+175 |
QDeclarativeXXX. |