All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Hob GUI add persistent tooltips and use custom info icon consistently
@ 2012-03-03  0:39 Joshua Lock
  2012-03-03  0:39 ` [PATCH 1/6] crumbs/persistenttooltip: a new Gtk+ widget for use in Hob Joshua Lock
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Joshua Lock @ 2012-03-03  0:39 UTC (permalink / raw)
  To: bitbake-devel

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




^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2012-03-16 19:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-03  0:39 [PATCH 0/6] Hob GUI add persistent tooltips and use custom info icon consistently Joshua Lock
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

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.