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

Mark markg85 at gmail.com
Tue May 8 18:15:37 UTC 2012


On Tue, May 8, 2012 at 6:16 PM, Marco Martin <notmart at gmail.com> wrote:

> On Sun, May 6, 2012 at 1:20 AM, Mark <markg85 at gmail.com> wrote:
> > Hi,
> >
> > I checked this one
> > out:
> http://quickgit.kde.org/index.php?p=kde-workspace.git&a=shortlog&h=refs/heads/plasma/sreich/tasks-qml
>  and
> > compiled the taskmanager plasmoid. So far so good.
> > Then i added the new library path to LD_LIBRARY_PATH
> > Then simply running "plasmoidviewer" in the compiled package path of that
> > branch.
>
> is it using the new libtaskmanager library as well? with 4.8 or master
> workspace libraries probably wouldn't work
>

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

then:
TaskManager{
   model (is a TaskModel)
   grouping (where it can be one of TaskGroupingStrategy enum:
NoGrouping, ManualGrouping
or ProgramGrouping
    ... what else ...
}

Or something alike..
Yeah, i can see that being very powerful :)

I'm just dreaming on now. I will post the progress here in plasma-devel if
i have something working.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20120508/e1a64a6e/attachment.html>


More information about the Plasma-devel mailing list