<div class="gmail_quote">On Mon, May 28, 2012 at 9:19 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 Monday 28 May 2012, Aaron J. Seigo wrote:<br>
</div><div><div class="h5">> On Monday, May 28, 2012 21:01:33 Marco Martin wrote:<br>
> > a thing i'm a bit concerned about is what happens when it's used by a<br>
> > plasmoid? seems a bit beyond on what's sane to do there...<br>
><br>
> yeah, plasmoids should not be touching this kind of stuff, indeed.<br>
<br>
</div></div>perhaps install in another base directory all the imports that plasmoids shall<br>
not touch, then in there making sure that import folder is not in the search<br>
order of any engine instantiated by the plasma shell process...<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div>Funny, right now i find myself in the position where a QML based window would have been very welcome!</div><div>The case? Well, tooltips! You know that tooltips move when you move your mouse from one open task to another.. That exact thing (moving and animating the move) is done through C++ right now because i don't have a QML Window element. If i only had a QML Window element then i could break all animation stuff out of the C++ code and only send new coordinates from C++ to QML.</div>

<div><br></div><div>Just to express that a Window element does have a very welcome benefit (and to tease Marco a bit with it ^_-)</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5">
--<br>
Marco Martin<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>
</div></div></blockquote></div><br>