All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 11/14] pybootchartgui: Make bars without a specified color white
Date: Fri, 15 Nov 2013 18:09:00 +0100	[thread overview]
Message-ID: <ad59c88a884bd275ed101f0f5bc6315b47031219.1384535211.git.pkj@axis.com> (raw)
In-Reply-To: <cover.1384535211.git.pkj@axis.com>
In-Reply-To: <cover.1384535211.git.pkj@axis.com>

Previously they were transparent.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 scripts/pybootchartgui/pybootchartgui/draw.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py b/scripts/pybootchartgui/pybootchartgui/draw.py
index 2aa348b..ea960f9 100644
--- a/scripts/pybootchartgui/pybootchartgui/draw.py
+++ b/scripts/pybootchartgui/pybootchartgui/draw.py
@@ -451,6 +451,8 @@ def render_processes_chart(ctx, options, trace, curr_y, w, h, sec_w):
                     col = TASK_COLOR_PACKAGE
                 elif task == "do_populate_sysroot":
                     col = TASK_COLOR_SYSROOT
+                else:
+                    col = WHITE
 
                 if col:
                     draw_fill_rect(ctx, col, (x, y, w, proc_h))
-- 
1.8.4



  parent reply	other threads:[~2013-11-15 17:09 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-15 17:08 [PATCH 00/14] Improvements to pybootchartgui Peter Kjellerstedt
2013-11-15 17:08 ` [PATCH 01/14] pybootchartgui: Import pybootchartgui 0.14.5 Peter Kjellerstedt
2013-11-15 17:08 ` [PATCH 02/14] pybootchartgui: Make the horizontal scaling stay within bounds Peter Kjellerstedt
2013-11-15 17:08 ` [PATCH 03/14] pybootchartgui: Set the initial state of "Show more" correctly Peter Kjellerstedt
2013-11-15 17:08 ` [PATCH 04/14] pybootchartgui: Correct the X offset for the chart Peter Kjellerstedt
2013-11-15 17:08 ` [PATCH 05/14] pybootchartgui: Use correct header height Peter Kjellerstedt
2013-11-15 17:08 ` [PATCH 06/14] pybootchartgui: Avoid having overlapping process bars Peter Kjellerstedt
2013-11-15 17:08 ` [PATCH 07/14] pybootchartgui: No need to do a double list comprehension over files Peter Kjellerstedt
2013-11-15 17:08 ` [PATCH 08/14] pybootchartgui: Disable options that do not make sense Peter Kjellerstedt
2013-11-15 17:08 ` [PATCH 09/14] pybootchartgui: Draw a lot less ticks Peter Kjellerstedt
2013-11-15 17:08 ` [PATCH 10/14] pybootchartgui: Make "Show more" show all processes Peter Kjellerstedt
2013-11-15 17:09 ` Peter Kjellerstedt [this message]
2013-11-15 17:09 ` [PATCH 12/14] pybootchartgui: Reorder the legend to match the task execution order Peter Kjellerstedt
2013-11-15 17:09 ` [PATCH 13/14] pybootchartgui: Add a color for the package_write_* tasks Peter Kjellerstedt
2013-11-15 17:09 ` [PATCH 14/14] pybootchartgui: Add option --minutes to show time in minutes Peter Kjellerstedt
2013-11-15 23:24 ` [PATCH 00/14] Improvements to pybootchartgui Burton, Ross
2013-11-19 12:16   ` Peter Kjellerstedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ad59c88a884bd275ed101f0f5bc6315b47031219.1384535211.git.pkj@axis.com \
    --to=peter.kjellerstedt@axis.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.