Bastien Nocera
54e2657cb0
GestureActions: Set threshold-trigger-edge at right time
...
It was set during the _init(), and swiftly overridden with the
default value in construct. Do it in constructed() instead.
https://bugzilla.gnome.org/show_bug.cgi?id=724242
2014-02-13 18:53:24 +01:00
Emmanuele Bassi
8cb326dc54
Explicitly set the trigger edge in GestureAction subclasses
...
Each GestureAction subclass has its own trigger edge handling, so we
want to be resilient in case of changes in the super-class.
https://bugzilla.gnome.org/show_bug.cgi?id=710227
2013-12-05 15:20:39 +00:00
Emmanuele Bassi
41bb03da2d
Use the new macros for adding private data
2013-07-03 18:04:32 +01:00
Lionel Landwerlin
f66108e43a
zoom-action: improve zooming behavior
...
https://bugzilla.gnome.org/show_bug.cgi?id=698674
2013-04-23 17:36:47 +01:00
Emmanuele Bassi
bd58c0bb24
docs: Clean up ZoomAction signal and description
...
Remove the parts that were copied and pasted from DragAction.
2012-12-18 00:15:57 +00:00
Jasper St. Pierre
90a2401299
pan-action, zoom-action: Fix documentation for signals
...
The documentation said that you should return TRUE to mark
that the action was handled, but the code did the reverse.
Change the documentation to reflect what all the other gestures
do.
https://bugzilla.gnome.org/show_bug.cgi?id=689061
2012-11-29 16:55:58 -05:00
Emanuele Aina
7204f51643
gesture-action: Rename 'device' parameter to 'point' and fix docs
...
The parameter is now used to index the touch/mouse pointer tracked
in the gesture array, rename accordingly and update the docs.
2012-11-29 10:20:11 +01:00
Lionel Landwerlin
84325057af
Add zoom action
...
https://bugzilla.gnome.org/show_bug.cgi?id=678427
2012-08-20 18:28:22 +01:00