I think git grep will work for me.
There's only ~12 instances left.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel
On Thursday 06 February 2014 17:58:29 David Edmundson wrote:
> Kill them to death.
> I'll help port everything away first.
:D
so, the things that are to be looked for in qml are:
plasmoid.readConfig
plasmoid.writeConfig
plasmoid.activeConfig
plasmoid.addEventListener('ConfigChanged', configChang
Kill them to death.
I'll help port everything away first.
David
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel
Hi all,
right now there are two ways to read and write the configuration from
plasmoids:
* the new way with plasmoid.configuration, that is a
KDeclarative::ConfigPropertyMap it's possible to read/write with the usual
javascript object syntax, and is possible to do property binding
* the old way