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
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to