Bug 269958

Summary: Some entries have wrong background in GIMP tool window
Product: [Plasma] Oxygen Reporter: Ruslan Kabatsayev <b7.10110111>
Component: gtk2-engineAssignee: Hugo Pereira Da Costa <hugo.pereira.da.costa>
Status: CLOSED FIXED    
Severity: normal CC: b7.10110111, hugo.pereira.da.costa, web
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ruslan Kabatsayev 2011-04-02 19:53:31 UTC
Version:           unspecified
OS:                Linux

See: http://simplest-image-hosting.net/png-0-shot-042

Reproducible: Didn't try




ebac21313573e8f08d5200c4e0fd9c2800b139dc is the first bad commit
commit ebac21313573e8f08d5200c4e0fd9c2800b139dc
Author: Hugo Pereira Da Costa <hugo@oxygen-icons.org>
Date:   Mon Mar 28 17:35:51 2011 +0200

    attempt at properly rendering groupbox background.

:040000 040000 05c17efcef498941eef53c0ae9b902f7d32ac39a 11a017c7d832f6f25dc7432be71efaba321ccb77 M      src
Comment 1 Hugo Pereira Da Costa 2011-04-03 02:02:39 UTC

*** This bug has been marked as a duplicate of bug 269956 ***
Comment 2 Hugo Pereira Da Costa 2011-04-03 02:18:43 UTC
ok re-oppening because even if the other bug is fixed, background rendering issues still remain in gimp->preferences.
The problem is the same: false positive when identifying groupboxes.
I have ideas to fix, though.
Comment 3 Hugo Pereira Da Costa 2011-04-03 11:23:05 UTC
Git commit c33e202872c4e1072aa5056d7c6c2e60ae8cd537 by Hugo Pereira Da Costa.
Committed on 03/04/2011 at 11:26.
Pushed by hpereiradacosta into branch 'master'.

register groupboxes into engine at first call to renderGroupBoxBackground.
This fixes false positive to groupboxbackground rendering.
CCBUG: 269958

M  +1    -0    src/animations/oxygenanimations.cpp     
M  +8    -0    src/animations/oxygenanimations.h     
A  +69   -0    src/animations/oxygengroupboxengine.h         [License: LGPL (v2)]
M  +6    -1    src/oxygenstyle.cpp     

http://commits.kde.org/oxygen-gtk/c33e202872c4e1072aa5056d7c6c2e60ae8cd537
Comment 4 Hugo Pereira Da Costa 2011-04-03 11:23:52 UTC
that closes it for good.