[kepler-dev] [Bug 2246] - Replace Toolbar Icons

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Dec 16 16:42:15 PST 2005


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2246

cxh at eecs.berkeley.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From cxh at eecs.berkeley.edu  2005-12-16 16:42 -------
Hi Matthew,
Thanks for the intel on the background color.  Since there is a separate
bug open, I'm not going to address that here.  I'll append to that bug later.

As a short term hack, I made the slightly darker blue transparent with:
mogrify -transparent "#BEC8D3" `ls -1 *.gif | grep -v _`
This is not perfect, it would be best to regenerate these gifs.
Once alpha8 is tagged, I'll check in my work.

I looked into port icons and we could do one of two things:
1) Modify the diva layout to match the images.  The advantage of this is
that the buttons and the icons that end up on the canvas would be exactly
the same.  This is a total win, less duplicate code etc.  However, I doubt
if we can easily get rollovers to work.

2) Modify how we handle creating the icons so that we use the gifs on the tool
bar.  The advantage of this is that we would easily get rollovers to work
etc.  The disadvantage is that each icon is now in two formats (diva and gif).

#1 is easier, but #2 would probably look better.  I'll chew on this.


More information about the Kepler-dev mailing list