From patchwork Sat Mar 3 00:39:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 0/6] Hob GUI add persistent tooltips and use custom info icon consistently Date: Sat, 03 Mar 2012 00:39:16 -0000 From: Joshua Lock X-Patchwork-Id: 22611 Message-Id: To: bitbake-devel@lists.openembedded.org 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