After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 678049 - Add touch events support to Drag & Drop actions
Add touch events support to Drag & Drop actions
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: ClutterAction
1.10.x
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2012-06-13 18:00 UTC by Lionel Landwerlin
Modified: 2012-06-22 20:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch v1 (15.62 KB, patch)
2012-06-13 18:00 UTC, Lionel Landwerlin
none Details | Review
patch v2 (16.13 KB, patch)
2012-06-17 23:23 UTC, Lionel Landwerlin
accepted-commit_now Details | Review

Description Lionel Landwerlin 2012-06-13 18:00:48 UTC
Created attachment 216340 [details] [review]
patch v1

This patch adds touch events support for drag and drop actions.

PS:
I think we should be able to add touch support for all actions, but for some of them we might need a clear definition on what to do (like gesture, do we authorize multiple gesture detections?).
Comment 1 Lionel Landwerlin 2012-06-14 01:31:31 UTC
After further testing, this patch is clearly buggy and I think I need to do things otherwise.
I will post a v2 shortly.
Comment 2 Lionel Landwerlin 2012-06-17 23:23:20 UTC
Created attachment 216627 [details] [review]
patch v2

This version isn't buggy, but I'm not sure about the stuff I added to clutter-stage.c
Comment 3 Emmanuele Bassi (:ebassi) 2012-06-20 08:52:01 UTC
Review of attachment 216627 [details] [review]:

looks generally okay to me