Re: Get panel list and hidding them via C++ module

2015-02-11 Thread Sebastian Kügler
On Tuesday, February 10, 2015 22:24:02 Evgeniy Alekseev wrote: On Tuesday 10 February 2015 12:32:49 Sebastian Kügler wrote: Why not just add the ability to hide a panel with a shortcut? Just an idea that some related items may be collected by one item (e.g. Plasmoid) to prevent similar

Re: Get panel list and hidding them via C++ module

2015-02-10 Thread Evgeniy Alekseev
On Tuesday 10 February 2015 12:32:49 Sebastian Kügler wrote: Why not just add the ability to hide a panel with a shortcut? Just an idea that some related items may be collected by one item (e.g. Plasmoid) to prevent similar actions to configure item. (BTW I didn't find ability to hide panel by

Re: Get panel list and hidding them via C++ module

2015-02-10 Thread Sebastian Kügler
On Monday, February 09, 2015 22:47:20 Evgeniy Alekseev wrote: Have you looked at desktop scripting to achieve what you are looking for? There is an applet on which I'm working now (rather, on porting) which provides some concepts from minimalistic WMs (predominantly tiling ones) which

Get panel list and hidding them via C++ module

2015-02-09 Thread Evgeniy Alekseev
Hello, Recently I have run into the following problem: how to get panel list (even w\o additional filtering) and hidding them from an applet? With KDE4 I have used the following method: 1. From plasmoid I have called containment()-corona() to get pointer to corona object. 2. Then I have used

Re: Get panel list and hidding them via C++ module

2015-02-09 Thread Evgeniy Alekseev
Hi Sebastian, On Monday 09 February 2015 13:59:21 Sebastian Kügler wrote: Not possible, the QtQuick code's access to the C++ bits (Applet, Containment is now very limited by design). No, the separation between model (Plasma::Applet, Plasma::Containment, etc.) and the views (implemented in

Re: Get panel list and hidding them via C++ module

2015-02-09 Thread Sebastian Kügler
Hi Evgeniy, On Monday, February 09, 2015 15:43:05 Evgeniy Alekseev wrote: Recently I have run into the following problem: how to get panel list (even w\o additional filtering) and hidding them from an applet? With KDE4 I have used the following method: 1. From plasmoid I have called