[tray] Makes scrolling with a touchpad in activiy list more natural
authorCarl Schwan <carl@carlschwan.eu>
Fri, 12 Nov 2021 17:22:00 +0000 (18:22 +0100)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Mon, 22 Nov 2021 11:18:18 +0000 (11:18 +0000)
commit892d289f387141cfde4959a4d5062fcea78b71e7
tree9b6a3f00a2ff23dccc43b0bb355366f7910b3733
parent5294c5135c713ec19710c61246dd0c08d8526451
[tray] Makes scrolling with a touchpad in activiy list more natural

This basically use the same method that is used in Kirigami and Plasma
Components3.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
src/gui/CMakeLists.txt
src/gui/systray.cpp
src/gui/tray/.wheelhandler.h.swo [new file with mode: 0644]
src/gui/tray/ActivityList.qml
src/gui/tray/wheelhandler.cpp [new file with mode: 0644]
src/gui/tray/wheelhandler.h [new file with mode: 0644]