Custom shell and corona
Olivier Churlaud
olivier at churlaud.com
Sun Nov 29 20:08:44 UTC 2015
Hi,
I'm now done with this first custom shell we spoke about with Marco.
You can see it at
https://quickgit.kde.org/?p=scratch%2Fochurlaud%2Fplasma-skratch.git
What is currently missing
================
- 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.
-> Question: do we do this by QDbus, or by DataEngine (I think it's
the name of the thing)?
Feedback about plasma-framework
=======================
- 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.
- The Shortcuts defined for the desktop are also defined for the
custom shell, even with a minimal Shell that contains only
Item { id: root; property Item containment; }
In my case, if I scroll on the QML object it changes my virtual desktop !!
I'll be slowly trying to implement this on amarok, if any help on your
side is very welcomed (about this missing classes, mainly)
Cheers!
Olivier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20151129/c65f0e0b/attachment.html>
More information about the Plasma-devel
mailing list