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 [kwin] Port autotests away from kde4_add_unit_test 2014-03-18 11:49:53 +01:00
qml fix some label layout issues 2014-05-16 14:20:21 +02:00
clientmodel.cpp Replace NULL with nullptr in tabbox folder 2014-02-24 16:42:43 +01:00
clientmodel.h Replace NULL with nullptr in tabbox folder 2014-02-24 16:42:43 +01:00
CMakeLists.txt [kwin] Rename tests subdirectories to autotests 2014-01-30 11:01:59 +01:00
desktopchain.cpp Fix comparison between signed and unsigned integer expressions warning 2014-04-28 17:29:06 +02:00
desktopchain.h Replace NULL with nullptr in tabbox folder 2014-02-24 16:42:43 +01:00
desktopmodel.cpp [kwin] Add a method longestCaption() in TabBox::DesktopModel. 2013-12-22 10:40:28 +01:00
desktopmodel.h Replace NULL with nullptr in tabbox folder 2014-02-24 16:42:43 +01:00
kwindesktopswitcher.desktop SVN_SILENT made messages (.desktop file) 2014-05-03 08:32:58 +00:00
kwinwindowswitcher.desktop SVN_SILENT made messages (.desktop file) 2014-05-07 08:26:38 +00:00
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 [kwin/tabbox] New default window switcher layout is sidebar 2014-05-22 09:00:42 +02:00
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