Skip to content

kwinrules: Allow multiple activities in rule settings

Ismael Asensio requested to merge work/activitylist into master

First commit changes the setting's type from QString to QStringList and adjust the relevant code to actually allow set multiple activities within a rule

Second commit addresses the UI part in the KCM

Selection Result
activities_multiple activities_kate

No porting is required as a single string in the config file is read as the first item in the list.

BUG: 430499 FIXED-IN: 5.21

Merge request reports