All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Lock <josh@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/6] Hob GUI add persistent tooltips and use custom info icon consistently
Date: Fri,  2 Mar 2012 16:39:16 -0800	[thread overview]
Message-ID: <cover.1330734444.git.josh@linux.intel.com> (raw)

asldlasjd

The following changes since commit 4a480a052f450c4ee061ab0e60a495a45f140cf9:

  stderr would previously be appended to stdout, corrupting the result when something was outputed to stderr but exit code was still 0 (non-fatal warning messages). This commit makes the code parse only stdout, but output stderr if an error happened. (2012-03-02 16:17:43 +0000)

are available in the git repository at:
  git://github.com/incandescant/bitbake josh/hob
  https://github.com/incandescant/bitbake/tree/josh/hob

and as a poky repository at:
  git://git.yoctoproject.org/poky-contrib josh/hob
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=josh/hob

Joshua Lock (6):
  crumbs/persistenttooltip: a new Gtk+ widget for use in Hob
  ui/icons: crop the info icons
  ui/crumbs/hobwidget: implement HobInfoButton per Hob interaction
    design
  ui/crumbs/imageconfigurationpage: make use of the HobInfoButton
  ui/crumbs/hig: use HobInfoButton in place of gtk.Image with tooltip
  ui/crumbs/hig: special case stock info icons in CrumbsMesssageDialog

 lib/bb/ui/crumbs/hig.py                    |   52 +++++-------
 lib/bb/ui/crumbs/hobwidget.py              |   49 +++++++++++
 lib/bb/ui/crumbs/imageconfigurationpage.py |   12 +--
 lib/bb/ui/crumbs/persistenttooltip.py      |  127 ++++++++++++++++++++++++++++
 lib/bb/ui/icons/info/info_display.png      |  Bin 4760 -> 4558 bytes
 lib/bb/ui/icons/info/info_hover.png        |  Bin 4847 -> 4650 bytes
 6 files changed, 200 insertions(+), 40 deletions(-)
 create mode 100644 lib/bb/ui/crumbs/persistenttooltip.py

-- 
1.7.7.6




             reply	other threads:[~2012-03-03  0:47 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-03  0:39 Joshua Lock [this message]
2012-03-03  0:39 ` [PATCH 1/6] crumbs/persistenttooltip: a new Gtk+ widget for use in Hob Joshua Lock
2012-03-05 22:29   ` Wang, Shane
2012-03-07 23:54     ` Joshua Lock
2012-03-03  0:39 ` [PATCH 2/6] ui/icons: crop the info icons Joshua Lock
2012-03-03  0:39 ` [PATCH 3/6] ui/crumbs/hobwidget: implement HobInfoButton per Hob interaction design Joshua Lock
2012-03-05 22:31   ` Wang, Shane
2012-03-03  0:39 ` [PATCH 4/6] ui/crumbs/imageconfigurationpage: make use of the HobInfoButton Joshua Lock
2012-03-05 22:32   ` Wang, Shane
2012-03-03  0:39 ` [PATCH 5/6] ui/crumbs/hig: use HobInfoButton in place of gtk.Image with tooltip Joshua Lock
2012-03-05 22:36   ` Wang, Shane
2012-03-03  0:39 ` [PATCH 6/6] ui/crumbs/hig: special case stock info icons in CrumbsMesssageDialog Joshua Lock
2012-03-05 22:39   ` Wang, Shane
2012-03-03  0:46 ` [PATCH 0/6] Hob GUI add persistent tooltips and use custom info icon consistently Joshua Lock
2012-03-16  6:38   ` Wang, Shane
2012-03-16  6:41   ` Wang, Shane
2012-03-16 19:34     ` Joshua Lock
2012-03-03  0:51 ` Joshua Lock
2012-03-12  2:17 ` Richard Purdie

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=cover.1330734444.git.josh@linux.intel.com \
    --to=josh@linux.intel.com \
    --cc=bitbake-devel@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.