<div class="gmail_quote">On Mon, May 7, 2012 at 10:15 AM, Aaron J. Seigo <span dir="ltr"><<a href="mailto:aseigo@kde.org" target="_blank">aseigo@kde.org</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 Sunday, May 6, 2012 01:20:29 Mark wrote:<br>
> Then simply running "plasmoidviewer" in the compiled package path of that<br>
> branch.<br>
<br>
</div>the package is loaded by the library, which is an Applet, not the other way<br>
around. it is not a QML only plasmoid, but a C++ plasmoid which is using QML<br>
for its UI. so install it and run it as you normally would a C++ plasmoid.<br>
<br></blockquote><div>So i just install it in my system library folders just like i would install any plasmoid?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


(note that this could be turned into a pure QML plasmoid if the C++ bits were<br>
converted into a QML component plugin so that things like GroupManager and<br>
TasksModel are accessible from QML; in fact, it could be possible to put that<br>
into libtaskmanager itself.)<br><font color="#888888"><br></font></blockquote><div> </div><div>That is some very interesting information :)</div><div>I'm guessing that will have to go in PlasmaExtraComponents? or QtExtraComponents? or do we need a KDEExtraComponents ^_-</div>

<div><br></div><div>Could you explain a bit more in this area? I think this is very interesting, but i don't really know the libtaskmanager structure and which classes are required (at the very least) to create a taskmanager plasmoid. How would you see this?</div>

<div><br></div><div>For example a TaskManager component like:</div><div>TaskManager{</div><div>   model (is a TaskModel)</div><div>   grouping (where it can be one of <span style="background-color:rgb(255,255,255);font-size:12px;line-height:14px">TaskGroupingStrategy enum: </span><span style="background-color:rgb(255,255,255);font-size:12px;line-height:14px">NoGrouping, </span><span style="background-color:rgb(255,255,255);font-size:12px;line-height:14px">ManualGrouping or </span><span style="background-color:rgb(255,255,255);font-size:12px;line-height:14px">ProgramGrouping</span><span style="background-color:rgb(255,255,255);font-size:12px;line-height:14px"><br>

</span><span style="background-color:rgb(255,255,255);font-size:12px;line-height:14px"> </span>   ... what else ...</div><div>}</div><div><br></div><div>Your input would be welcome.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<span class="HOEnZb"><font color="#888888">
--<br>
Aaron J. Seigo</font></span><br>_______________________________________________<br>
Plasma-devel mailing list<br>
<a href="mailto:Plasma-devel@kde.org">Plasma-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/plasma-devel" target="_blank">https://mail.kde.org/mailman/listinfo/plasma-devel</a><br>
<br></blockquote></div><br>