D20093: Show a context menu on pressAndHold

2019-07-29 Thread Aleix Pol Gonzalez
apol abandoned this revision. apol added a comment. Will need a better solution REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D20093 To: apol, #plasma, mart Cc: GB_2, davidedmundson, hein, plasma-devel, LeGast00n, jraleigh, fbampaloukas, ragreen, Pitel, Zren

D20093: Show a context menu on pressAndHold

2019-04-08 Thread Björn Feber
GB_2 added a comment. Ping REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D20093 To: apol, #plasma, mart Cc: GB_2, davidedmundson, hein, plasma-devel, jraleigh, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

D20093: Show a context menu on pressAndHold

2019-03-28 Thread David Edmundson
davidedmundson added inline comments. INLINE COMMENTS > Task.qml:134 > > +onPressAndHold: { > +if (model.IsLauncher === true) { This item also has drag and drop Will the context menu open mid-way through dragging? REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabri

D20093: Show a context menu on pressAndHold

2019-03-28 Thread Eike Hein
hein added a comment. I guess this brings us back to the old debate of a generic solution vs. patching all the UIs. I'm inclined to agree with this approach because it should probably be up to the specific UI what it wants to happen on the gesture. It means we need to be careful how we u

D20093: Show a context menu on pressAndHold

2019-03-28 Thread Aleix Pol Gonzalez
apol created this revision. apol added reviewers: Plasma, mart. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. apol requested review of this revision. REVISION SUMMARY Depends on D20085 REPOSITORY R119 Plasma Desktop BRANCH mas