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 785252 - Flip between photos with swiping?
Flip between photos with swiping?
Status: RESOLVED DUPLICATE of bug 771704
Product: gnome-photos
Classification: Applications
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: GNOME photos maintainer(s)
GNOME photos maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-07-21 22:26 UTC by Andreas Nilsson
Modified: 2017-10-17 09:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas Nilsson 2017-07-21 22:26:57 UTC
Somewhat related to #783922

Currently you'll have to hit the little arrow in order to get to the next photo.
It would be neat if it was possible to just swipe to it, like you can in GNOME Books, GNOME Documents, or the Photos app on Android.
Comment 1 Debarshi Ray 2017-07-22 00:36:38 UTC
The reason I didn't add the swiping is because it needs some GTK+ or widget hacking. Usually what people do is to detect the swipe gesture and switch the image. I'd rather have the content stick to the fingers and only trigger the switch once we have passed a threshold, like it happens on the phone. Otherwise it doesn't feel natural.

If I am not mistaken, zooming (bug 783922) is easier because GtkGestureZoom keeps updating the zoom as you expand and contract your fingers.

I am not sure if GtkGestureSwipe keeps emitting events as the finger moves, or whether it only does it once. Then we need a container (a hacked up GtkStack?) that will actually be able to show the image sticking to the finger.
Comment 2 Debarshi Ray 2017-10-17 09:19:58 UTC

*** This bug has been marked as a duplicate of bug 771704 ***
Comment 3 Debarshi Ray 2017-10-17 09:29:13 UTC
(In reply to Debarshi Ray from comment #1)
> If I am not mistaken, zooming (bug 783922) is easier because GtkGestureZoom
> keeps updating the zoom as you expand and contract your fingers.

GtkGestureZoom is now supported in master (bug 783922).