The source project of this merge request has been removed.
Runners KCM: Send DBus signal when config has changed
With this patch a DBus signal is send, which mimics a KConfigWatcher event. The notify flag can't be used, because the state of the plugins is saved in the KPluginSelector/KPluginInfo classes.
With this BUG 421426 and the reloading of the runner configs can be easily fixed by implementing a config watcher in the RunnerManager (~ 20 lines).
Alternatively we could just write/delete an entry with a notify flag, but this approach seemed a bit hacky.
Edited by Alexander Lohnau