kwin/tabbox
Martin Gräßlin d1798202e8 [tabbox] Fix forwarding grabbed key event to QQuickItem
We need to send the event to a QQuickItem which accepts focus. Just
sending it to the Window or to the contentItem doesn't work as there is
no activeFocusItem (might be related to having the keyboard grabbed).

We try to send the event to all children of the Window's content item.
There should hopefully be one item which accepts the event and properly
reacts on cursor keys.

REVIEW: 118471
2014-06-05 08:11:34 +02:00
..
autotests
qml
clientmodel.cpp
clientmodel.h
CMakeLists.txt
desktopchain.cpp
desktopchain.h
desktopmodel.cpp
desktopmodel.h
kwindesktopswitcher.desktop
kwinwindowswitcher.desktop
switcheritem.cpp
switcheritem.h
tabbox.cpp [tabbox] Drop DBus interface and embedded functionality 2014-06-02 10:46:34 +02:00
tabbox.h [tabbox] Drop DBus interface and embedded functionality 2014-06-02 10:46:34 +02:00
tabboxconfig.cpp
tabboxconfig.h
tabboxhandler.cpp [tabbox] Fix forwarding grabbed key event to QQuickItem 2014-06-05 08:11:34 +02:00
tabboxhandler.h [tabbox] Drop DBus interface and embedded functionality 2014-06-02 10:46:34 +02:00