D7395: [tabBox] Move X11 specific event filtering into a dedicated event filter

2017-09-01 Thread Martin Flöser
This revision was automatically updated to reflect the committed changes. Closed by commit R108:9c74be1256cc: [tabBox] Move X11 specific event filtering into a dedicated event filter (authored by graesslin). REPOSITORY R108 KWin CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D7395?vs=

D7395: [tabBox] Move X11 specific event filtering into a dedicated event filter

2017-08-25 Thread Martin Flöser
graesslin added a comment. ping REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D7395 To: graesslin, #kwin, #plasma Cc: plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart, lukas

D7395: [tabBox] Move X11 specific event filtering into a dedicated event filter

2017-08-19 Thread Martin Flöser
graesslin added a dependent revision: D7406: Move X11 specific event filtering for ScreenEdges into x11 standalone platform. REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D7395 To: graesslin, #kwin, #plasma Cc: plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-moham

D7395: [tabBox] Move X11 specific event filtering into a dedicated event filter

2017-08-18 Thread Martin Flöser
graesslin added a dependency: D7374: Move X11 movingClient handling into a dedicated X11EventFilter. REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D7395 To: graesslin, #kwin, #plasma Cc: plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, jensreut

D7395: [tabBox] Move X11 specific event filtering into a dedicated event filter

2017-08-18 Thread Martin Flöser
graesslin created this revision. Restricted Application added a project: KWin. Restricted Application added subscribers: kwin, plasma-devel. REVISION SUMMARY This ensures that the X11 specific events are only read on X11 but not on Wayland. Also moves quite some X11 specific code out of TabBox