liulee / gurtle

Automatically exported from code.google.com/p/gurtle
0 stars 0 forks source link

Color of unowned issues #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Issues which are not assigned yet are shown grey. But grey is 
'reserved' for inactive or non-selectable stuff in a list control. I 
suggest using another color. 

Original issue reported on code.google.com by schoenho...@gmail.com on 21 Aug 2008 at 8:22

GoogleCodeExporter commented 9 years ago
Forgot to mention, that this issue was created from feedback originally 
provided by 
Stefan Küng. See: 
http://tortoisesvn.tigris.org/servlets/ReadMsg?list=dev&msgNo=34624

Original comment by schoenho...@gmail.com on 21 Aug 2008 at 8:46

GoogleCodeExporter commented 9 years ago
Change line 379 in IssueBrowserDialog.cs to another color:

                    if (!issue.HasOwner)
                        item.ForeColor = SystemColors.HotTrack;

Original comment by schoenho...@gmail.com on 21 Aug 2008 at 8:57

GoogleCodeExporter commented 9 years ago
> But grey is 
> 'reserved' for inactive or non-selectable stuff in a list control

List controls in Windows usually have no inactive or non-selectable state so it 
may 
not be entirely illegitemate to overload the meaning of grey text in this 
context. 
In some sense, the user is being discouraged from selecting those issues. 
Perhaps 
there should even be a validation check to prevent the user from having an 
unowned 
issue selected when OK is pressed?

Original comment by azizatif on 21 Aug 2008 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 31 Aug 2008 at 12:52

GoogleCodeExporter commented 9 years ago
>>
Perhaps there should even be a validation check to prevent the user from having 
an 
unowned issue selected when OK is pressed?
<<

This is now opened as issue #12.

Original comment by azizatif on 8 Sep 2008 at 10:16

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 4 Feb 2009 at 11:32