Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-10 Thread Andrzej JR Hunt
(inside the QWidget) as part of the new PanelView, making sure all resizing calls etc. go to the new QWidget based PanelView, as to ensure good behaviour? Thanks for the help so far as well :). -- Andrzej JR Hunt -- andrzej (at) ahunt.org ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-07 Thread Andrzej JR Hunt
On Sunday 07 March 2010 14:43:49 you wrote: > On Sunday 07 March 2010, Andrzej JR Hunt wrote: > > On Saturday 06 March 2010 18:52:52 Aaron J. Seigo wrote: > > > i don't think this will work very well because we will want the button > > > to overlap with the Vie

Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-07 Thread Andrzej JR Hunt
rence in this method though, since at the moment it does exactly what my positioning calculations were doing.) -- Andrzej JR Hunt -- andrzej (at) ahunt.org ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Layout and spacing

2010-03-06 Thread Andrzej JR Hunt
e only solution i see is calculate layout size, and items size and do: > layout.setItemSpacing (LastButtonIndex, (layoutWidth - ItemsWidth)) > > Am i right, is there a simpler solution? > > Thanks. > > Cédric -- Andrzej JR Hunt -- andrzej (at) ahunt.org ___

Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-06 Thread Andrzej JR Hunt
need the spaces at the ends.) This also means the cashew doesn't have to be modified to move with the contents margins since the spacer objects already shift it along by the required amount. -- Andrzej JR Hunt -- andrzej (at) ahunt.org ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-05 Thread Andrzej JR Hunt
re is completely optional: it is simply an additional panel visiblity mode, i.e. instead of selecting "Always Visible", "Windows Can Cover" and the like, you select "manually hideable", i.e. the feature only appears if the user specifically selects it, and the default panel visiblity modes, and their behaviousr, are still the same as ever. -- Andrzej JR Hunt -- andrzej (at) ahunt.org ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Manual panel hiding [WIP]

2010-03-04 Thread Andrzej JR Hunt
me of the affected files since my modifying them. I'll try and get an updated version ready soon. - Andrzej JR On 2010-03-04 19:19:53, Andrzej JR Hunt wrote: > > --- > This is an automatically generated e-mail. To r

Re: Manual Hiding of Plasma Panel (desktop shell)

2010-03-04 Thread Andrzej JR Hunt
as you are the one implementing it (and you seem to be > really open to feedback, which is terrific), i'd say: make a decision, > implement it, and let's see how it goes from there. worst case we change > how it works later after we have some usa

Review Request: Manual panel hiding [WIP]

2010-03-04 Thread Andrzej JR Hunt
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3121/ --- Review request for Plasma. Summary --- Manual panel hiding patch (still in