[kwin] [Bug 476536] New overview/grid animation does not feel as precise when using touchpad gestures

2024-01-19 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=476536

--- Comment #5 from Prajna Sariputra  ---
The issue with the desktop switching animation in the overview was noted in the
merge request discussion
(https://invent.kde.org/plasma/kwin/-/merge_requests/4621#note_804254), Niccolò
said that the fix for that would be more complex.

So, I'd say it would be better to open a new bug report to focus on that
animation specifically, given the apparent difference between it and the rest
of the overview/grid effect.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 476536] New overview/grid animation does not feel as precise when using touchpad gestures

2024-01-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=476536

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 CC||fanzhuyi...@gmail.com

--- Comment #4 from fanzhuyi...@gmail.com ---
I still feel that using touchpad swipes to switch desktops in overview mode
feels qualitatively different from the sliding desktop effect. This is a minor
point, but I feel that some more consistency is good.

In particular, with the sliding desktop effect, I feel that there is perfect
1:1 correspondence between the swipes and the locations of desktops on the
screen. But in the overview mode, I notice some sort of weird acceleration when
I am about to completely switch to a new desktop.

Also, the distance that I need to swipe feels slightly different (I am less
sure about this).

Would it be appropriate to reopen this report or should I submit a new one?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 476536] New overview/grid animation does not feel as precise when using touchpad gestures

2023-11-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=476536

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/9e81d2f65c
   ||8c4ecdf94f81e7ca15b4bcc0995
   ||fb0
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Nate Graham  ---
Git commit 9e81d2f65c8c4ecdf94f81e7ca15b4bcc0995fb0 by Nate Graham, on behalf
of Niccolò Venerandi.
Committed on 15/11/2023 at 18:41.
Pushed by ngraham into branch 'master'.

plugins/overview: Bind values to 1:1 animation while gesture is ongoing

Otherwise the animation feels wrong while activating with a gesture.
Now when a 1:1 gesture is ongoing, then the Overview effect will stop
animating the overviewVal/gridVal values. I implemented this by porting
to states, giving 1:1 gestures their own states, and only animating the
change between states.

M  +3-2src/libkwineffects/effecttogglablestate.cpp
M  +0-5src/plugins/overview/overvieweffect.cpp
M  +82   -27   src/plugins/overview/qml/main.qml

https://invent.kde.org/plasma/kwin/-/commit/9e81d2f65c8c4ecdf94f81e7ca15b4bcc0995fb0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 476536] New overview/grid animation does not feel as precise when using touchpad gestures

2023-11-10 Thread Bacteria
https://bugs.kde.org/show_bug.cgi?id=476536

Bacteria  changed:

   What|Removed |Added

 CC||dev.bacterios...@aleeas.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 476536] New overview/grid animation does not feel as precise when using touchpad gestures

2023-11-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=476536

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kwin/-/merge_requests/4621

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 476536] New overview/grid animation does not feel as precise when using touchpad gestures

2023-11-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=476536

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||n...@kde.org,
   ||nicc...@venerandi.com

--- Comment #1 from Nate Graham  ---
> The issue goes away if I set the animation speed to Instant

That's quite a relevant data point, thanks. I can reproduce your observations.
It would appear that some of the transitions here are inappropriately using an
animation with a nonzero duration, so when you activate the gesture with a
finger, a gazillion animations fire off, even though none of them are needed
since toughpad gestures are supposed to be finger-following and hence just use
non-animated/linear transitions. We on;y want to play the animations when
activating the effect with something that's *not* a touchpad gesture.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 476536] New overview/grid animation does not feel as precise when using touchpad gestures

2023-11-04 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=476536

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

-- 
You are receiving this mail because:
You are watching all bug changes.