Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Update mouse area qmlvisual test to follow change QTBUG-10162 | Leonardo Sobral Cunha | 2010-05-07 | 1 | -2/+2 |
| | | | | Reviewed-by: Michael Brasser | ||||
* | Emit released and hoveredChanged in MouseArea when a UngrabMouse is received | Leonardo Sobral Cunha | 2010-04-21 | 1 | -0/+52 |
The unbgrab mouse happens when the mouse area is inside a flickable and the flickables takes control over the mouse handling. In this case, the UngrabMouse will behave similarly to a MouseRelease, emitting released, pressedChanged and hoveredChanged. Visual autotest added to mousearea in qmlvisual. Reviewed-by: Michael Brasser |