[Differential] [Updated, 347 lines] D1989: Introduce QQuickItem to nest kwin_wayland

2016-08-09 Thread bdhruve (Bhavisha Dhruve)
bdhruve updated this revision to Diff 5755. bdhruve added a comment. Added back the keyEvent handling and works perfectly now. REPOSITORY rKWIN KWin CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D1989?vs=5753&id=5755 BRANCH kwinqml REVISION DETAIL https://phabricator.kde.org

[Differential] [Updated, 347 lines] D1989: Introduce QQuickItem to nest kwin_wayland

2016-08-07 Thread bdhruve (Bhavisha Dhruve)
bdhruve updated this revision to Diff 5713. bdhruve added a comment. Pass different input events from QML to Kwin, - Use mouse hover events to set pointer position. - Mouse press/release events to send pointer button events. - KeyPress events to send keys. However, keyevents are n