All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6][Resend] Hob fixes
@ 2012-04-02  8:29 Shane Wang
  2012-04-02  8:29 ` [PATCH 1/6] Hob: handle exceptions in get_parameters() from the bitbake Shane Wang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Shane Wang @ 2012-04-02  8:29 UTC (permalink / raw)
  To: bitbake-devel

One of these patches is to fix a bug by removing the top empty spacing in
the image combo on the image configuration screen.

The others are minor cleanup and code correction by code review.


The following changes since commit 8691a588267472eb5a32b978a0eb9ddfd0c91733:

  cross-canadian.bbclass: fix rpath for sdk executables (2012-03-31 18:00:59 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib shane/hob-fixes-1
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/hob-fixes-1

Shane Wang (6):
  Hob: handle exceptions in get_parameters() from the bitbake
  Hob: handle exceptions when loading templates
  Hob: unify _size_to_string() and _string_to_size()
  Hob: avoid the empty white space appearing on top of the gtk.ComboBox
  Hob: a minor fix on image_fstypes
  Hob: a minor fix on pmake

 bitbake/lib/bb/ui/crumbs/builder.py                |   26 ++++++++++----
 bitbake/lib/bb/ui/crumbs/hobeventhandler.py        |   35 ++++++++++++++----
 bitbake/lib/bb/ui/crumbs/hoblistmodel.py           |   18 +++------
 bitbake/lib/bb/ui/crumbs/hobpages.py               |   39 ++++++++++++++++++++
 bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py |    2 +
 bitbake/lib/bb/ui/crumbs/imagedetailspage.py       |   11 +-----
 bitbake/lib/bb/ui/crumbs/packageselectionpage.py   |   21 +++--------
 7 files changed, 99 insertions(+), 53 deletions(-)

-- 
1.7.6




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

end of thread, other threads:[~2012-04-02  8:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-02  8:29 [PATCH 0/6][Resend] Hob fixes Shane Wang
2012-04-02  8:29 ` [PATCH 1/6] Hob: handle exceptions in get_parameters() from the bitbake Shane Wang
2012-04-02  8:29 ` [PATCH 2/6] Hob: handle exceptions when loading templates Shane Wang
2012-04-02  8:29 ` [PATCH 3/6] Hob: unify _size_to_string() and _string_to_size() Shane Wang
2012-04-02  8:29 ` [PATCH 4/6] Hob: avoid the empty white space appearing on top of the gtk.ComboBox Shane Wang
2012-04-02  8:29 ` [PATCH 5/6] Hob: a minor fix on image_fstypes Shane Wang
2012-04-02  8:29 ` [PATCH 6/6] Hob: a minor fix on pmake Shane Wang

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.