From: Joshua Lock <josh@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: Re: [PATCH 0/6] Hob GUI add persistent tooltips and use custom info icon consistently
Date: Fri, 02 Mar 2012 16:46:34 -0800 [thread overview]
Message-ID: <4F5169EA.1070504@linux.intel.com> (raw)
In-Reply-To: <cover.1330734444.git.josh@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 2855 bytes --]
Whoops. Forgot to hit save in my editor before sending... The message
should be:
The following series addresses some issues I've raised with the Hob
implementation.
Firstly it introduces two new widgets, a generic PersistentTooltip
widget which is an implementation of a tooltip like widget that persists
until the user explicitly dismisses it, this matches the Hob interaction
design more closely.
The second widget is a button-like widget using the info icon from the
visual design which, when clicked, will display a persistent tooltip.
The series then replaces all known instances of a gtk.Image containing
the stock info item plus a standard tooltip with the new HobInfoButton.
The final patch, to ensure consistency, special cases the stock info
icon in the CrumbsMesssageDialog so that any dialogues which show an
info icon will display the custom icon per the visual design.
I've attached a few screenshots showing the PersistentTooltip and
HobInfoButton's in use.
Cheers,
Joshua
On 02/03/12 16:39, Joshua Lock wrote:
>
> 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
>
--
Joshua Lock
Yocto Project "Johannes factotum"
Intel Open Source Technology Centre
[-- Attachment #2: HobInfoWidget-with-PersistentTooltip.png --]
[-- Type: image/png, Size: 354758 bytes --]
[-- Attachment #3: PersistentTooltip-with-url.png --]
[-- Type: image/png, Size: 381940 bytes --]
[-- Attachment #4: consistent-info-icon-use.png --]
[-- Type: image/png, Size: 142671 bytes --]
next prev parent reply other threads:[~2012-03-03 0:56 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Joshua Lock [this message]
2012-03-16 6:38 ` [PATCH 0/6] Hob GUI add persistent tooltips and use custom info icon consistently 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=4F5169EA.1070504@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.