<div class="gmail_quote">On Tue, May 8, 2012 at 6:16 PM, Marco Martin <span dir="ltr"><<a href="mailto:notmart@gmail.com" target="_blank">notmart@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Sun, May 6, 2012 at 1:20 AM, Mark <<a href="mailto:markg85@gmail.com">markg85@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I checked this one<br>
> out: <a href="http://quickgit.kde.org/index.php?p=kde-workspace.git&a=shortlog&h=refs/heads/plasma/sreich/tasks-qml" target="_blank">http://quickgit.kde.org/index.php?p=kde-workspace.git&a=shortlog&h=refs/heads/plasma/sreich/tasks-qml</a> and<br>


> compiled the taskmanager plasmoid. So far so good.<br>
> Then i added the new library path to LD_LIBRARY_PATH<br>
> Then simply running "plasmoidviewer" in the compiled package path of that<br>
> branch.<br>
<br>
</div>is it using the new libtaskmanager library as well? with 4.8 or master<br>
workspace libraries probably wouldn't work<br>
<div class="HOEnZb"><div class="h5"></div></div></blockquote></div><br><div>I don't know. The branch of Shaun..</div><div>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.</div>

<div>Would be cool if you could just do:</div><div><br></div><div>import KDETaskManagerLibrary</div><div>or just</div><div>import TaskManager</div><div><br></div><div>then:</div><div><div style>TaskManager{</div><div style>

   model (is a TaskModel)</div><div style>   grouping (where it can be one of <span style="line-height:14px;font-size:12px">TaskGroupingStrategy enum: </span><span style="line-height:14px;font-size:12px">NoGrouping, </span><span style="line-height:14px;font-size:12px">ManualGrouping or </span><span style="line-height:14px;font-size:12px">ProgramGrouping</span><span style="line-height:14px;font-size:12px"><br>

</span><span style="line-height:14px;font-size:12px"> </span>   ... what else ...</div><div style>}</div></div><div style><br></div><div style>Or something alike..</div><div style>Yeah, i can see that being very powerful :)</div>

<div style><br></div><div style>I'm just dreaming on now. I will post the progress here in plasma-devel if i have something working.</div>