D5573: Don't accept hover events in the DragArea

2017-04-27 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R296:3743d6400da9: Don't accept hover events in the DragArea (authored by davidedmundson). REPOSITORY R296 KDeclarative CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D5573?vs=13766=13881

D5573: Don't accept hover events in the DragArea

2017-04-26 Thread Eike Hein
hein accepted this revision. hein added a comment. This revision is now accepted and ready to land. The FV side does rely on onDragMove firing, which is understand it still does regardless, so +1. REPOSITORY R296 KDeclarative BRANCH master REVISION DETAIL

D5573: Don't accept hover events in the DragArea

2017-04-25 Thread Albert Astals Cid
aacid added a comment. What about in the FolderView side? REPOSITORY R296 KDeclarative REVISION DETAIL https://phabricator.kde.org/D5573 To: davidedmundson, #plasma Cc: aacid, plasma-devel, #frameworks, spstarr, progwolff, Zren, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas,

D5573: Don't accept hover events in the DragArea

2017-04-25 Thread David Edmundson
davidedmundson added a comment. In https://phabricator.kde.org/D5573#104619, @aacid wrote: > "Setting it enabled broke FolderView nested in a grouping Plasmoid" is this worth adding an auto test somewhere? Maybe, but it'd be testing that an item doesn't do what it had no reason

D5573: Don't accept hover events in the DragArea

2017-04-25 Thread Albert Astals Cid
aacid added a comment. "Setting it enabled broke FolderView nested in a grouping Plasmoid" is this worth adding an auto test somewhere? REPOSITORY R296 KDeclarative REVISION DETAIL https://phabricator.kde.org/D5573 To: davidedmundson, #plasma Cc: aacid, plasma-devel, #frameworks,

D5573: Don't accept hover events in the DragArea

2017-04-24 Thread David Edmundson
davidedmundson created this revision. Restricted Application added projects: Plasma, Frameworks. Restricted Application added subscribers: Frameworks, plasma-devel. REVISION SUMMARY We don't actually process hoverEnter/move events, so there's no need to have the overhead of having them sent