After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 350138 - Second go at changing the glowing
Second go at changing the glowing
Status: RESOLVED FIXED
Product: libwnck
Classification: Core
Component: tasklist
2.15.x
Other Linux
: Normal normal
: ---
Assigned To: libwnck maintainers
libwnck maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-06 09:59 UTC by Benjamin Berg
Modified: 2006-08-06 11:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch (12.94 KB, patch)
2006-08-06 09:59 UTC, Benjamin Berg
committed Details | Review

Description Benjamin Berg 2006-08-06 09:59:17 UTC
As discussed in bug 325176 a patch to change the glowing code.

So there are three style properties now:
WnckTasklist::fade-loop-time:    time for one iteration
WnckTasklist::fade-overlay-rect: Use an overlay rectangle instead of modifing
the button background.
WnckTasklist::fade-opacity:      The final opacity reached.

The color used is bg[SELECTED].

The fade-iterations style property does not work, as the Tasklist items seem to be recreated when switching the workspaces. This way the glow_start_time is lost, and it will start glowing again.
Comment 1 Benjamin Berg 2006-08-06 09:59:53 UTC
Created attachment 70300 [details] [review]
the patch
Comment 2 Vincent Untz 2006-08-06 11:15:29 UTC
Please commit :-)
Comment 3 Benjamin Berg 2006-08-06 11:28:31 UTC
OK, commited. :-)