kwin/kcmkwin/kwinrules
Ismael Asensio e307038f84 [kcm/kwinrules] Fix slow scrolling through rules list
Every `AbstractItemDelegate` was instantiating a `Kirigami.ActionToolBar`,
which is a very expensive component, rising CPU usage specially on long lists.

Use `Kirigami.SwipeListItem` instead, as is seems the proper component.

BUG: 421537
2020-06-10 21:29:08 +00:00
..
package [kcm/kwinrules] Fix slow scrolling through rules list 2020-06-10 21:29:08 +00:00
CMakeLists.txt [kcm/kwinrules] Detect virtual desktops in Wayland 2020-05-19 00:49:15 +02:00
kcm_kwinrules.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2020-06-09 09:19:42 +02:00
kcmrules.cpp KWinRules KCM Redesign 2020-04-22 21:34:48 +02:00
kcmrules.h KWinRules KCM Redesign 2020-04-22 21:34:48 +02:00
kwinsrc.cpp Reduce the amount of objects that are compiled several times 2020-04-02 00:41:55 +02:00
main.cpp KWinRules KCM Redesign 2020-04-22 21:34:48 +02:00
Messages.sh [kcmkwin/kwinrules] Change translation domain 2020-05-12 10:58:30 +02:00
optionsmodel.cpp KWinRules KCM Redesign 2020-04-22 21:34:48 +02:00
optionsmodel.h KWinRules KCM Redesign 2020-04-22 21:34:48 +02:00
rulebookmodel.cpp KWinRules KCM Redesign 2020-04-22 21:34:48 +02:00
rulebookmodel.h KWinRules KCM Redesign 2020-04-22 21:34:48 +02:00
ruleitem.cpp [kcm/kwinrules] Detect virtual desktops in Wayland 2020-05-19 00:49:15 +02:00
ruleitem.h [kcm/kwinrules] Fix size properties not being stored 2020-05-15 19:45:11 +02:00
rulesdialog.cpp KWinRules KCM Redesign 2020-04-22 21:34:48 +02:00
rulesdialog.h KWinRules KCM Redesign 2020-04-22 21:34:48 +02:00
rulesmodel.cpp [kcm/kwinrules] Fix "window role" combo not showing up 2020-06-01 20:23:40 +02:00
rulesmodel.h [kcm/kwinrules] Detect virtual desktops in Wayland 2020-05-19 00:49:15 +02:00