Re: Fwd: Custom shell and corona

2015-12-01 Thread Marco Martin
You can take a look at my branch and this patch to your shell With this it will be able to install and search for its own plasmoids in "/usr/share/amarok" instead of "/usr/share/plasma" so things won't get mixed up diff --git a/CMakeLists.txt b/CMakeLists.txt index 89d5d30..5c3e3fb 100644 --- a/CMa

Re: Fwd: Custom shell and corona

2015-11-30 Thread Marco Martin
On Mon, Nov 30, 2015 at 4:39 PM, Olivier Churlaud wrote: > Just for your information, applets in amarok were all inheriting from > Plasma::Applet. Now it's a pure functional class (no view in it) and I think > that if we want to let people create 3rd party applets that they can easily > install fr

Re: Fwd: Custom shell and corona

2015-11-30 Thread Olivier Churlaud
Hi, Meanwhile I registered on the list. However there is so much traffic that I am in digest mode. Le 30/11/2015 15:25, Marco Martin a écrit : Hi, resending to you as i noted now you aren't subscribed (perhaps if you subscribe for a while would make things faster) On Sun, Nov 29, 2015 at 9

Custom shell and corona

2015-11-30 Thread Olivier Churlaud
Hi, I'm now done with this first custom shell we spoke about with Marco. If you answer, please put me in copy since I'm not registered on this MailingList. You can see it at https://quickgit.kde.org/?p=scratch%2Fochurlaud%2Fplasma-skratch.git What is currently missing -

Re: Custom shell and corona

2015-11-29 Thread David Edmundson
On Sun, Nov 29, 2015 at 8:08 PM, Olivier Churlaud wrote: > 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 conn

Re: Custom shell and corona

2015-11-29 Thread Marco Martin
On Sun, Nov 29, 2015 at 9:08 PM, Olivier Churlaud wrote: > - 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 th

Custom shell and corona

2015-11-29 Thread Olivier Churlaud
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 th