D8864: RFC: [MouseEventListener] Allow accepting mouse event

2017-11-23 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R296:e2795e947233: [MouseEventListener] Allow accepting mouse event (authored by broulik). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D8864?vs=22518=22803#toc REPOSITORY R296 KDeclarative

D8864: RFC: [MouseEventListener] Allow accepting mouse event

2017-11-22 Thread Eike Hein
hein accepted this revision. This revision is now accepted and ready to land. REPOSITORY R296 KDeclarative REVISION DETAIL https://phabricator.kde.org/D8864 To: broulik, #plasma, hein Cc: apol, plasma-devel, #frameworks, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts,

D8864: RFC: [MouseEventListener] Allow accepting mouse event

2017-11-17 Thread Aleix Pol Gonzalez
apol added inline comments. INLINE COMMENTS > mouseeventlistener.h:73 > > +bool accepted() const { return m_accepted; } > +void setAccepted(bool accepted) { `isAccepted`? REPOSITORY R296 KDeclarative REVISION DETAIL https://phabricator.kde.org/D8864 To: broulik, #plasma, hein

D8864: RFC: [MouseEventListener] Allow accepting mouse event

2017-11-17 Thread Kai Uwe Broulik
broulik created this revision. broulik added reviewers: Plasma, hein. Restricted Application added projects: Plasma, Frameworks. Restricted Application added subscribers: Frameworks, plasma-devel. REVISION SUMMARY This will keep the event from propagating. Accepting a press event will also not