All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Hob tweaks
@ 2012-03-20  0:18 Joshua Lock
  2012-03-20  0:18 ` [PATCH 1/6] ui/crumbs/hig: use close rather than OK for dismis button Joshua Lock
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Joshua Lock @ 2012-03-20  0:18 UTC (permalink / raw)
  To: bitbake-devel

Here's a series of patches to polish the Hob GUI: some minor tweaks to remove
redundant calls and API, a couple of HIG related tweaks to buttons, a change to
the persistenttooltip to try and match the close position of the window manager
(i.e. running under Unity on Ubuntu the close button on the persistent tooltip
will appear on the left) and finally a change to the layer dialogue implementation
so that it more closely matches the interaction design (this is still pending
some designer feedback on visuals and whether to remove some labels but they can
easily be implemented as iterative patches on top of these).

Cheers,

Joshua

The following changes since commit 5a1e62a8cdd4f0253b0dc59046b3b4c3186af461:

  bitbake/fetch2: Fix typo which broke use of tarballs (2012-03-16 23:44:08 +0000)

are available in the git repository at:
  git://github.com/incandescant/bitbake josh/hob
  https://github.com/incandescant/bitbake/tree/josh/hob
  git://git.yoctoproject.org/poky-contrib josh/hob
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=josh/hob

Joshua Lock (6):
  ui/crumbs/hig: use close rather than OK for dismis button
  ui/crumbs: remove unused return value from append_toolbar_button
  ui/crumbs/hobpage: no need to force a Toolbar button type
  ui/crumbs/persistenttooltip: try to reflect WM close button position
  ui/crumbs/builder: remove OK/Cancel buttons on Layer dialog. Use
    Close.
  ui/crumbs/hig: make the layer selection dialogue more closely match
    design

 lib/bb/ui/crumbs/builder.py                |    3 +-
 lib/bb/ui/crumbs/hig.py                    |   98 +++++++++++++++++++++-------
 lib/bb/ui/crumbs/hobpages.py               |    6 +-
 lib/bb/ui/crumbs/imageconfigurationpage.py |    6 +-
 lib/bb/ui/crumbs/imagedetailspage.py       |    2 +-
 lib/bb/ui/crumbs/persistenttooltip.py      |   24 +++++++-
 6 files changed, 105 insertions(+), 34 deletions(-)

-- 
1.7.7.6




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

end of thread, other threads:[~2012-03-20 17:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20  0:18 [PATCH 0/6] Hob tweaks Joshua Lock
2012-03-20  0:18 ` [PATCH 1/6] ui/crumbs/hig: use close rather than OK for dismis button Joshua Lock
2012-03-20  5:33   ` Xu, Dongxiao
2012-03-20  0:18 ` [PATCH 2/6] ui/crumbs: remove unused return value from append_toolbar_button Joshua Lock
2012-03-20  5:30   ` Xu, Dongxiao
2012-03-20  0:18 ` [PATCH 3/6] ui/crumbs/hobpage: no need to force a Toolbar button type Joshua Lock
2012-03-20  5:49   ` Xu, Dongxiao
2012-03-20  0:18 ` [PATCH 4/6] ui/crumbs/persistenttooltip: try to reflect WM close button position Joshua Lock
2012-03-20  5:59   ` Xu, Dongxiao
2012-03-20  0:18 ` [PATCH 5/6] ui/crumbs/builder: remove OK/Cancel buttons on Layer dialog. Use Close Joshua Lock
2012-03-20  6:04   ` Xu, Dongxiao
2012-03-20 17:29     ` Joshua Lock
2012-03-20  0:18 ` [PATCH 6/6] ui/crumbs/hig: make the layer selection dialogue more closely match design Joshua Lock
2012-03-20  6:08   ` Xu, Dongxiao
2012-03-20 15:25     ` Joshua Lock
2012-03-20 14:34 ` [PATCH 0/6] Hob tweaks 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.