Bug 453266 - [Graphics] Luna icons: are they enabled or not?
Summary: [Graphics] Luna icons: are they enabled or not?
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.5   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: 4.4 M7   Edit
Assignee: Lars Vogel CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed, greatfix
Depends on:
Blocks:
 
Reported: 2014-11-26 03:04 EST by Jean-Pierre froud CLA
Modified: 2015-04-03 03:03 EDT (History)
4 users (show)

See Also:


Attachments
animation example (5.96 KB, image/gif)
2014-11-28 08:44 EST, Tony McCrary CLA
no flags Details
increased contrast (9.73 KB, image/png)
2015-02-05 18:56 EST, Tony McCrary CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Pierre froud CLA 2014-11-26 03:04:55 EST
I'm having a hard time telling if buttons are enabled or not since Luna:

http://i.imgur.com/5AwlmfG.png

It was much more obvious on previous release:

http://i.imgur.com/R3tUPxR.png
Comment 1 Lars Vogel CLA 2014-11-26 04:51:42 EST
Can you show the same thing for comparison. In first screenshot the red button is enabled and the next 3 buttons not. In your second the red button is not enable.d
Comment 2 Jean-Pierre froud CLA 2014-11-26 05:14:38 EST
Here's the same for both:

http://i.imgur.com/6447Yt0.png
http://i.imgur.com/7vtyc8J.png

It's the "clear console" button which is harder to differentiate
Comment 3 Lars Vogel CLA 2014-11-28 06:00:35 EST
Tony, anything you can do here to improve the disabled icons mentioned here?
Comment 4 Tony McCrary CLA 2014-11-28 08:44:58 EST
Created attachment 249002 [details]
animation example

Looks fine here on the latest Luna SR. Is this a bug specific to the current mars developer builds? If so, I will check that out.

I'm attaching an animation with a 2 second delay that toggles between them. It's pretty obvious when the icon is enabled or disabled.
Comment 5 Jean-Pierre froud CLA 2014-12-01 03:25:35 EST
Of course it's easier to tell when you have both images side by side but that's not the case usually: http://i.imgur.com/IFv9rRX.png

The cross should be darker when enabled IMO. (just like previous releases: http://i.imgur.com/6447Yt0.png)
Comment 6 Tony McCrary CLA 2014-12-27 14:52:13 EST
I've increased the amount of contrast on these icons (darker borders) which should alleviate the issue. The disabled icons are are created by running a "deconstrast" filter over the enabled versions.
Comment 7 Tony McCrary CLA 2015-02-05 18:56:02 EST
Created attachment 250549 [details]
increased contrast

Attached is a gallery with increased contrast on the edges for the remove icons. These will be going into a submission soon and should make things more obvious.
Comment 8 Lars Vogel CLA 2015-03-24 23:16:50 EDT
(In reply to Jean-Pierre froud from comment #5)
> Of course it's easier to tell when you have both images side by side but
> that's not the case usually: http://i.imgur.com/IFv9rRX.png
> 
> The cross should be darker when enabled IMO. (just like previous releases:
> http://i.imgur.com/6447Yt0.png)

Jean-Pierre, can you tell me which toolbar you are looking at? Tony provided new icons but I'm not sure that toolbar is displayed in your screenshot to test the change.
Comment 9 Lars Vogel CLA 2015-03-24 23:20:38 EDT
(In reply to Lars Vogel from comment #8)
> Jean-Pierre, can you tell me which toolbar you are looking at? Tony provided
> new icons but I'm not sure that toolbar is displayed in your screenshot to
> test the change.

I assume this is about the debug icons. Gerrit change coming soon.
Comment 10 Eclipse Genie CLA 2015-03-24 23:21:17 EDT
New Gerrit change created: https://git.eclipse.org/r/44550
Comment 11 Jean-Pierre froud CLA 2015-03-25 02:53:58 EDT
(In reply to Lars Vogel from comment #8)
> Jean-Pierre, can you tell me which toolbar you are looking at? Tony provided
> new icons but I'm not sure that toolbar is displayed in your screenshot to
> test the change.

Icons on the "console" view
Comment 12 Lars Vogel CLA 2015-03-30 06:40:24 EDT
(In reply to Jean-Pierre froud from comment #11)
> (In reply to Lars Vogel from comment #8)
> > Jean-Pierre, can you tell me which toolbar you are looking at? Tony provided
> > new icons but I'm not sure that toolbar is displayed in your screenshot to
> > test the change.
> 
> Icons on the "console" view

Above review should fix that. Sarika please review.
Comment 13 Sarika Sinha CLA 2015-03-30 07:11:46 EDT
Thanks Lars, should we not change all the lock_co.png which are there in org.eclipse.debug.ui and org.eclipse.ui.console plugins ?
Comment 14 Lars Vogel CLA 2015-03-30 07:28:01 EDT
(In reply to Sarika Sinha from comment #13)
> Thanks Lars, should we not change all the lock_co.png which are there in
> org.eclipse.debug.ui and org.eclipse.ui.console plugins ?

AFAICS org.eclipse.ui.console does not have a lock_co.png and the dlcl16 version of lock_co.png in org.eclipse.debug.ui was not modified by Tony.
Comment 15 Sarika Sinha CLA 2015-03-30 09:24:22 EDT
I see 3 lock_co.png files in ui.console

/org.eclipse.ui.console/icons/full/clcl16/lock_co.png
/org.eclipse.ui.console/icons/full/dlcl16/lock_co.png
/org.eclipse.ui.console/icons/full/elcl16/lock_co.png
Comment 16 Lars Vogel CLA 2015-03-30 11:38:36 EDT
(In reply to Sarika Sinha from comment #15)
> I see 3 lock_co.png files in ui.console
> 
> /org.eclipse.ui.console/icons/full/clcl16/lock_co.png
> /org.eclipse.ui.console/icons/full/dlcl16/lock_co.png
> /org.eclipse.ui.console/icons/full/elcl16/lock_co.png

Strange, in my Gerrit branch I did not see them, only in master. Sorry for this, I updated the Gerrit review with icons for console also.

https://git.eclipse.org/r/44550
Comment 18 Sarika Sinha CLA 2015-03-31 02:46:45 EDT
Thanks Tony and Lars!!