minaco2 / distcc

Automatically exported from code.google.com/p/distcc
GNU General Public License v2.0
0 stars 0 forks source link

no man page for distccmon-gnome #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I know Debian includes a generic man page for it, but it doesn't tell me
what all the pretty colors mean. ;-)

Original issue reported on code.google.com by zhang...@gmail.com on 3 Jun 2008 at 10:35

GoogleCodeExporter commented 9 years ago
Yeah, I was thinking of including the debian man page in the tarball, but you're
right, it's quite generic; I think it was created via help2man.

I don't think any of us here wrote distccmon-gnome, so I'm not sure how much we 
can
help.  Maybe someone later will wander through this bug-list and find this bug 
and
say, "Hey, I can do that!"  If so, feel free... :-)

Original comment by csilv...@gmail.com on 3 Jun 2008 at 11:02

GoogleCodeExporter commented 9 years ago
/*
 * Colors used for drawing different state stripes.  First GdkColor
 * field is the assigned color index and zero here.
 *
 * These color names are from the GNOME standard palette.
 */
const GdkColor task_color[] = {
  { 0, 0x9999, 0, 0 },          /* DCC_PHASE_STARTUP, accent red dark */
  { 0, 0x9999, 0, 0 },          /* DCC_PHASE_BLOCKED, accent red dark */
  { 0, 0xc1c1, 0x6666, 0x5a5a }, /* DCC_PHASE_CONNECT, red medium  */
  { 0, 0x8888, 0x7f7f, 0xa3a3 }, /* DCC_PHASE_CPP, purple medium*/
  { 0, 0xe0e0, 0xc3c3, 0x9e9e }, /* DCC_PHASE_SEND, face skin medium*/
  { 0, 0x8383, 0xa6a6, 0x7f7f }, /* DCC_PHASE_COMPILE, green medium */
  { 0, 0x7575, 0x9090, 0xaeae }, /* DCC_PHASE_RECEIVE, blue medium*/
  { 0, 0, 0, 0 },               /* DCC_PHASE_DONE */
};

Original comment by roger.standridge on 20 Nov 2009 at 1:04

GoogleCodeExporter commented 9 years ago
nice

Original comment by hakerd...@gmail.com on 6 Aug 2010 at 4:20