<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-text-flowed" style="font-family: -moz-fixed;
font-size: 12px;" lang="x-unicode"> Hi,
<br>
<br>
I'm now done with this first custom shell we spoke about with
Marco. <br>
<br>
You can see it at <a class="moz-txt-link-freetext"
href="https://quickgit.kde.org/?p=scratch%2Fochurlaud%2Fplasma-skratch.git">https://quickgit.kde.org/?p=scratch%2Fochurlaud%2Fplasma-skratch.git</a>
<br>
<br>
What is currently missing
<br>
================
<br>
- Put some connections between the main app and the plasmoid. I
don't know how to do that because I've never really used QML, but
I think it should not be to complicated.
<br>
-> Question: do we do this by QDbus, or by DataEngine (I think
it's the name of the thing)?
<br>
<br>
Feedback about plasma-framework
<br>
=======================
<br>
- To add a container, one must use PlasmaQuick::ContainmentView,
which is a QQuickWindow and should therefore be toplevel. It's not
so good, if I want to put it as a widget in a QDialog or something
else. Another class would be good for applications.
<br>
- The Shortcuts defined for the desktop are also defined for the
custom shell, even with a minimal Shell that contains only
<br>
<br>
Item { id: root; property Item containment; }
<br>
<br>
In my case, if I scroll on the QML object it changes my virtual
desktop !!
<br>
<br>
I'll be slowly trying to implement this on amarok, if any help on
your side is very welcomed (about this missing classes, mainly)
<br>
<br>
Cheers!
<br>
Olivier
<br>
</div>
</body>
</html>