D5277: Add support for new touch screen callbacks to KWin scripts and scripted effects

2017-04-07 Thread Martin Gräßlin
This revision was automatically updated to reflect the committed changes. Closed by commit R108:2be162582249: Add support for new touch screen callbacks to KWin scripts and scripted effects (authored by graesslin). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D5277?vs=13047&id=13196#toc

D5277: Add support for new touch screen callbacks to KWin scripts and scripted effects

2017-04-06 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. BRANCH touch-callbacks-scripts REVISION DETAIL https://phabricator.kde.org/D5277 To: graesslin, #kwin, #plasma, mart Cc: plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol

D5277: Add support for new touch screen callbacks to KWin scripts and scripted effects

2017-04-02 Thread Martin Gräßlin
graesslin added a dependency: D5263: Add callback functionality for touch screen swipe gestures. REVISION DETAIL https://phabricator.kde.org/D5277 To: graesslin, #kwin, #plasma Cc: plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol

D5277: Add support for new touch screen callbacks to KWin scripts and scripted effects

2017-04-02 Thread Martin Gräßlin
graesslin created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY Exposes two new global JS functions to register and unregister touch screen edges. TEST PLAN Added test case BRANCH touch-callbacks-s