Allow descendant chains to simultaneously be hovered.
authorAlan Alpert <alan.alpert@nokia.com>
Mon, 1 Aug 2011 06:20:26 +0000 (16:20 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 2 Aug 2011 04:42:28 +0000 (06:42 +0200)
commit1b65161042108ee46ca42331dacc2b66b63c6b4e
tree86827961301d01d59bbe72b944373293d8409984
parent9dfd621aec9a031297c50dd7df5ca90c771f46a3
Allow descendant chains to simultaneously be hovered.

Matches GV behaviour. Also fixes a bug in QSGMouseArea,
which we aren't fixing for QtQuick 1.

Task-number: QTBUG-18175
Change-Id: I4ecac7b908504f28de830732c731281407d7b0bc
Reviewed-on: http://codereview.qt.nokia.com/2422
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
src/declarative/items/qsgcanvas.cpp
src/declarative/items/qsgcanvas_p.h
src/declarative/items/qsgitem.cpp
src/declarative/items/qsgmousearea.cpp
tests/auto/declarative/qsgmousearea/data/hoverPropagation.qml [new file with mode: 0644]
tests/auto/declarative/qsgmousearea/tst_qsgmousearea.cpp