Bug 151441

Summary: RFE: different icons per bugzilla
Product: [Fedora] Fedora Reporter: Dave Malcolm <dmalcolm>
Component: eclipse-bugzillaAssignee: Jeff Pound <jpound>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: eclipse-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-19 17:37:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dave Malcolm 2005-03-17 23:46:22 UTC
Perhaps allow different icons per bugzilla database, so that e.g. GNOME bugzilla
has the GNOME logo, KDE bugzilla has KDE logo; etc.

(not sure about this one)

Comment 1 Jeff Pound 2005-05-03 20:14:28 UTC
I think this is a cool idea. My first thought would be to check for a "<link
rel="icon" href="some/url/to/image">" in the bugzilla page (this is the image
displayed next to the url in a browser for example). If a bugzilla db page
doesnt have an icon, the default bugzilla one used now could be used. Many sites
use *.ico as icons though, im not sure if java/swt has support for that format.

An alternative would be to package icons for all the popular bugzilla dbs.


comments?

Comment 2 Jeff Pound 2005-05-19 17:37:51 UTC
My proposal from comment 1 has been integrated into -16. The plug-in will also
search for a default icon if one is specified. If no icon exists it will default
to the bugzilla icon currently being used.

Comment 3 Jeff Pound 2005-05-19 17:41:10 UTC
comment 2 should read "The plug-in will also search for a default icon if one is
NOT specified."