https://bugs.kde.org/show_bug.cgi?id=421564
Ismael Asensio <isma...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Version Fixed In| |5.23 Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/b5a58f83ee82 | |4bddf707f295451b597e5f34962 | |1 Resolution|--- |FIXED --- Comment #5 from Ismael Asensio <isma...@gmail.com> --- Git commit b5a58f83ee824bddf707f295451b597e5f349621 by Ismael Asensio. Committed on 07/06/2021 at 19:03. Pushed by iasensio into branch 'master'. kcm/kwinrules: Manage RuleSettings instead of Rules objects The KCM now manages the RuleSettings config objects directly, instead of using a list of `Rules` objects as an intermediary. This highly reduces the overhead, improving loading and saving times, and also enables a better use of KConfig capabilites. The config state is now automatically tracked by KConfigXT objects. Whenever the user edits either the rule list, or any specific property within a rule, the `needsSave` state is updated accordingly. FIXED-IN: 5.23 M +77 -82 src/kcmkwin/kwinrules/kcmrules.cpp M +2 -3 src/kcmkwin/kwinrules/kcmrules.h M +65 -44 src/kcmkwin/kwinrules/rulebookmodel.cpp M +12 -5 src/kcmkwin/kwinrules/rulebookmodel.h M +30 -65 src/kcmkwin/kwinrules/rulesmodel.cpp M +4 -5 src/kcmkwin/kwinrules/rulesmodel.h https://invent.kde.org/plasma/kwin/commit/b5a58f83ee824bddf707f295451b597e5f349621 -- You are receiving this mail because: You are watching all bug changes.