git bde9f77 Can't pan with the 2 fingers on the trackpad of my M1 MacBook pro. Zooming and Rotating are ok. I didn't touch the canvas input setting to notice that change. I saw it on 5.0.2 already.
> I saw it on 5.0.2 already. I wonder what do you mean by this? Were you able to reproduce the bug on 5.0.2?
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!
I was trying to understand what was going and and I saw the pinch gesture was bound to pop up palette... I don't know what happened to my input config but I decided to reset it to default and it worked fine. So sorry about that.
Git commit ce40a422a7b70ba598c26a8508ae0b9427329961 by Halla Rempt, on behalf of Sharaf Zaman. Committed on 13/09/2022 at 10:01. Pushed by rempt into branch 'master'. Fix MacOS Gestures Previously, the gesture handling on MacOS was a bit of a mess. If we had a GestureType in our config, it would conflict with MacOSGestureType. Resulting in gestures working only when they're loaded before or after others. Now, this is sorted. MacOSGestureType is handled just like GestureType is handled everywhere but in the serializer and unserialzer. In unserialize: We disable GestureType gestures from being loaded, but instead load MacOSGestureType ones (this we load as GestureType because nobody else is aware of the destinction between this). In serialize: We save GestureType gestures as MacOSGestureType. Because that's how they're shown in UI due to our hack in unserialize. M +18 -1 libs/ui/input/kis_shortcut_configuration.cpp https://invent.kde.org/graphics/krita/commit/ce40a422a7b70ba598c26a8508ae0b9427329961
Git commit 05d6ae2aac46cf59a62a0886cddccd05db979875 by Halla Rempt, on behalf of Sharaf Zaman. Committed on 13/09/2022 at 10:01. Pushed by rempt into branch 'krita/5.1'. Fix MacOS Gestures Previously, the gesture handling on MacOS was a bit of a mess. If we had a GestureType in our config, it would conflict with MacOSGestureType. Resulting in gestures working only when they're loaded before or after others. Now, this is sorted. MacOSGestureType is handled just like GestureType is handled everywhere but in the serializer and unserialzer. In unserialize: We disable GestureType gestures from being loaded, but instead load MacOSGestureType ones (this we load as GestureType because nobody else is aware of the destinction between this). In serialize: We save GestureType gestures as MacOSGestureType. Because that's how they're shown in UI due to our hack in unserialize. (cherry picked from commit ce40a422a7b70ba598c26a8508ae0b9427329961) M +18 -1 libs/ui/input/kis_shortcut_configuration.cpp https://invent.kde.org/graphics/krita/commit/05d6ae2aac46cf59a62a0886cddccd05db979875