Re: Is it possible for a plasmoid to overlap the panel?

2016-07-21 Thread Michail Vοurlakos
> Give it a try: move a window towards the dock. At some point it will start > to snap against it. I think this is happening only if I have configured the panel to be "Always Visible", in all other cases... "Autohide, Windows can overlap the Panel etc." there is no snaping issue Cheers, michail

Re: Is it possible for a plasmoid to overlap the panel?

2016-07-21 Thread Martin Graesslin
On Thursday, July 21, 2016 11:25:21 AM CEST Michail Vοurlakos wrote: > Στις Πέμπτη, 21 Ιουλίου 2016 7:31:20 Π.Μ. EEST Martin Graesslin έγραψε: > > On Wednesday, July 20, 2016 8:53:03 PM CEST Marco Martin wrote: > > > On Wednesday 20 July 2016 21:15:33 Michail Vοurlakos wrote: > > > > Hello, > > > >

Re: Is it possible for a plasmoid to overlap the panel?

2016-07-21 Thread Michail Vοurlakos
Στις Πέμπτη, 21 Ιουλίου 2016 7:31:20 Π.Μ. EEST Martin Graesslin έγραψε: > On Wednesday, July 20, 2016 8:53:03 PM CEST Marco Martin wrote: > > On Wednesday 20 July 2016 21:15:33 Michail Vοurlakos wrote: > > > Hello, > > > > > > I am trying to implement a plasmoid task manager that behaves > > > lik

Re: Is it possible for a plasmoid to overlap the panel?

2016-07-20 Thread Martin Graesslin
On Thursday, July 21, 2016 12:03:26 AM CEST Michail Vοurlakos wrote: > > > > it means you couldn't use always visible mode, and you depend from > > > > having > > > > composite) > > > > > > - "Always visible" in that case I dont think is a necessity... But > > > playing > > > around with these doc

Re: Is it possible for a plasmoid to overlap the panel?

2016-07-20 Thread Martin Graesslin
On Wednesday, July 20, 2016 8:53:03 PM CEST Marco Martin wrote: > On Wednesday 20 July 2016 21:15:33 Michail Vοurlakos wrote: > > Hello, > > > > I am trying to implement a plasmoid task manager that behaves > > like the Mac or the Plank one.. > > the code can be found here: https://github.com/psif

Re: Is it possible for a plasmoid to overlap the panel?

2016-07-20 Thread Michail Vοurlakos
Στις Τετάρτη, 20 Ιουλίου 2016 10:34:01 Μ.Μ. EEST Marco Martin έγραψε: > On Wednesday 20 July 2016 15:39:36 Ken Vermette wrote: > > One thing that I (kind of) pitched during a sprint, I'll mention it here > > for discussion; > > > > What if we created a new class of widget called a "dock widget". >

Re: Is it possible for a plasmoid to overlap the panel?

2016-07-20 Thread Michail Vοurlakos
> > > > it means you couldn't use always visible mode, and you depend from > > > having > > > composite) > > > > - "Always visible" in that case I dont think is a necessity... But playing > > around with these docks, an option for panel to be just "Below Active" do > > you think that it would be

Re: Is it possible for a plasmoid to overlap the panel?

2016-07-20 Thread Marco Martin
On Wednesday 20 July 2016 22:20:10 Michail Vοurlakos wrote: > > you would need to have a very big panel, mostly completely transparent > > (so > > - a very big panel in order for the height to make the animation right? yes > > it means you couldn't use always visible mode, and you depend from h

Re: Is it possible for a plasmoid to overlap the panel?

2016-07-20 Thread Marco Martin
On Wednesday 20 July 2016 15:39:36 Ken Vermette wrote: > One thing that I (kind of) pitched during a sprint, I'll mention it here > for discussion; > > What if we created a new class of widget called a "dock widget". yes we have them... they are called "panels", really :p you can write a widget

Re: Is it possible for a plasmoid to overlap the panel?

2016-07-20 Thread Ken Vermette
One thing that I (kind of) pitched during a sprint, I'll mention it here for discussion; What if we created a new class of widget called a "dock widget". Behaviourally, these widgets would be clamped to a screen edge, owning that edge in the same ways as a panel. Dock widgets could anchor and plac

Re: Is it possible for a plasmoid to overlap the panel?

2016-07-20 Thread Michail Vοurlakos
Στις Τετάρτη, 20 Ιουλίου 2016 8:53:03 Μ.Μ. EEST Marco Martin έγραψε: > On Wednesday 20 July 2016 21:15:33 Michail Vοurlakos wrote: > > Hello, > > > > I am trying to implement a plasmoid task manager that behaves > > like the Mac or the Plank one.. > > the code can be found here: https://github.com

Re: Is it possible for a plasmoid to overlap the panel?

2016-07-20 Thread Marco Martin
On Wednesday 20 July 2016 21:15:33 Michail Vοurlakos wrote: > Hello, > > I am trying to implement a plasmoid task manager that behaves > like the Mac or the Plank one.. > the code can be found here: https://github.com/psifidotos/plasmaqmldock[1] > it is in a very early stage but the animation is t

Re: Is it possible for a plasmoid to overlap the panel?

2016-07-20 Thread Michail Vοurlakos
Στις Τετάρτη, 20 Ιουλίου 2016 3:22:27 Μ.Μ. EEST David Edmundson έγραψε: > No, that'd be trying to draw outside the window/openGL viewport, there's no > way that can happen. Sorry. > > The only possible solution is changing the panel to only draw half the > height of the view, but that's opening a

Re: Is it possible for a plasmoid to overlap the panel?

2016-07-20 Thread David Edmundson
No, that'd be trying to draw outside the window/openGL viewport, there's no way that can happen. Sorry. The only possible solution is changing the panel to only draw half the height of the view, but that's opening a whole mess that you probably don't want to get into. David __

Is it possible for a plasmoid to overlap the panel?

2016-07-20 Thread Michail Vοurlakos
Hello, I am trying to implement a plasmoid task manager that behaves like the Mac or the Plank one.. the code can be found here: https://github.com/psifidotos/plasmaqmldock[1] it is in a very early stage but the animation is there and showing and hiding windows also... Adding the plasmoid to des