https://bugs.kde.org/show_bug.cgi?id=443616
--- Comment #8 from [email protected] --- Git commit 9efe5a78102d58d4aa017c55329703e35d29f02b by Gilles Caulier. Committed on 22/12/2025 at 09:16. Pushed by cgilles into branch 'master'. First support of gesture events in preview widget. Supported events are: - Pinch gesture event to zoom preview in/out centered on mouse position. - Pan gesture event to move zoomed preview contents. - Swipe gesture event to change current preview item (previous/next). Only the Pan gesture event can be tested under Linux, as gesture support is limited. macOS and Windows need more testing for all events supported. M +1 -1 core/app/DigikamExportAPI.cmake M +106 -0 core/libs/widgets/graphicsview/graphicsdimgview.cpp M +6 -0 core/libs/widgets/graphicsview/graphicsdimgview.h M +18 -0 core/libs/widgets/graphicsview/singlephotopreviewlayout.cpp M +1 -0 core/libs/widgets/graphicsview/singlephotopreviewlayout.h https://invent.kde.org/graphics/digikam/-/commit/9efe5a78102d58d4aa017c55329703e35d29f02b -- You are receiving this mail because: You are watching all bug changes.
