Could use some help on getting the QML taskmanager running in KDE 4.8

Marco Martin notmart at gmail.com
Tue May 8 18:59:45 UTC 2012


On Tue, May 8, 2012 at 8:15 PM, Mark <markg85 at gmail.com> wrote:
> I don't know. The branch of Shaun..
> Anyway, the right way to get a QML based taskmanager seems to be through a
> QML "plugin" so i'm going to try that out this friday. Just to see how easy
> (or hard) it is.
> Would be cool if you could just do:
>
> import KDETaskManagerLibrary
> or just
> import TaskManager

a reason i prefer not to have things like that when possible is
because they become almost a public library.
so while is fine some day having a taskmanager import, it should be
made sure that has an api that is good and will stay stable.

on the other hand if it's binded by an half c++ plasmoid the thing is
more isolated and doesn't become instantly available to every piece of
qml around


More information about the Plasma-devel mailing list