[PATCH] Autohiding panels

Andre Duffeck andre at duffeck.de
Fri Apr 4 15:03:44 CEST 2008


On Fri, 4 Apr 2008 14:53:53 +0200, Marco Martin <notmart at gmail.com> wrote:
> On Friday 04 April 2008, Andre Duffeck wrote:
>> Hi,
>>
>> this patch adds the autohide feature for panels.
>>
>> Three remarks on it:
>> 1. All panels are autohiding for now. I'm waiting for Aaron to finish
> the
>> View-config stuff first, before making it configurable.
>> 2. The animation flickers a bit, at least on my system. Don't know what
> one
>> can do about that.
>> 3. There's a 1px wide area that is not masked when the panel is hidden
> and
>> it is not transparent as it should be. I don't know what magic
>> WidgetAttribute or so one has to set to make it transparent.
>>
>> Andre
> 
> still not looked too deep, but i hope it will be possible to merge it
with
> my
> patch without much hassle (that it's been taking way too much to
complete,
> damn :/)
> for the flicker, the movement of exactly one pixel for each tick doesn't
> convince me, maybe it's doable with phase? (a mask it's a qpixmap after
> all)

Haven't looked at your patch either, but we'll get them merged somehow :)

It's not moved pixelwise, but uses a QTimeLine to get the values.

Andre



More information about the Panel-devel mailing list