Bug 95257 - color for files not in CVS
Summary: color for files not in CVS
Status: RESOLVED FIXED
Alias: None
Product: cervisia
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Christian Loose
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-16 12:07 UTC by Martin Koller
Modified: 2005-01-31 22:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Koller 2004-12-16 12:07:51 UTC
Version:           2.2.89 (using KDE 3.3.90 (alpha1, CVS >= 20041206), compiled sources)
Compiler:          gcc version 3.2.3
OS:                Linux (i686) release 2.4.22

Would be nice to also have a color used for files not in CVS.
Comment 1 Christian Loose 2004-12-16 21:59:36 UTC
Hi Martin,

this should be easy to implement, but do you want to highlight these files (like don't forget to add those files) or do you want a more grey-like color (like I don't care about those files)?

Christian
Comment 2 Martin Koller 2004-12-17 11:16:17 UTC
On Thursday 16 December 2004 21:59, Christian Loose wrote:
>
> this should be easy to implement, but do you want to highlight these files
> (like don't forget to add those files) or do you want a more grey-like
> color (like I don't care about those files)?

I think you mean the default value. It's more the first "don't forget them".
With "highlight" I hope you are not thinking about the background color, 
because this would be too "heavy". The color should not be intrusive.

Comment 3 Christian Loose 2005-01-31 22:20:47 UTC
CVS commit by cloose: 

Implemented wish #95257:

Added new setting for a color. It is used to highlight files in
the update view with status "Not in CVS".

The default is the text color but you can now change it 
to something different now.

FEATURE: 95257


  M +6 -0      ChangeLog   1.148
  M +3 -0      cervisiapart.kcfg   1.5
  M +7 -1      settingsdlg.cpp   1.42
  M +1 -0      settingsdlg.h   1.20
  M +9 -0      updateview.cpp   1.57
  M +2 -0      updateview.h   1.18
  M +4 -1      updateview_items.cpp   1.12