https://bugs.kde.org/show_bug.cgi?id=378021
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/gwenview/commit/e39a0b | |2b9ddc84842e43cc45039e37800 | |8e3eb05 Version Fixed In| |23.04 Resolution|--- |FIXED --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit e39a0b2b9ddc84842e43cc45039e378008e3eb05 by Nate Graham, on behalf of Bharadwaj Raju. Committed on 23/12/2022 at 21:11. Pushed by ngraham into branch 'master'. Implement Touchpad pinch-to-zoom feature on Wayland Adds support for pinch-to-zoom using the touchpad on Wayland, through the pointer-gestures-unstable-v1 Wayland protocol. Thanks to Carl Schwan for writing the initial version of the Wayland protocol interface code here. FIXED-IN: 23.04 M +15 -0 CMakeLists.txt M +1 -0 config-gwenview.h.cmake M +25 -0 lib/CMakeLists.txt M +21 -0 lib/documentview/documentview.cpp A +127 -0 lib/waylandgestures/waylandgestures.cpp [License: GPL] A +55 -0 lib/waylandgestures/waylandgestures.h [License: GPL] https://invent.kde.org/graphics/gwenview/commit/e39a0b2b9ddc84842e43cc45039e378008e3eb05 -- You are receiving this mail because: You are watching all bug changes.