Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/8] hob - handle errors more gracefully
@ 2011-08-01 18:30 Joshua Lock
  2011-08-01 18:30 ` [PATCH 1/8] ui/crumbs/hobeventhandler: remove unused code Joshua Lock
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Joshua Lock @ 2011-08-01 18:30 UTC (permalink / raw)
  To: bitbake-devel

This series predominantly focuses on better error handling and keeping the
user informed.

The following changes since commit c9dd2592434338bdddb3cc6f42e760c86fa9e6bb:

  hob: fix save/restore of toolchain preferences (2011-07-28 10:58:07 -0700)

are available in the git repository at:
  git://github.com/incandescant/bitbake hob
  https://github.com/incandescant/bitbake/tree/hob

Joshua Lock (8):
  ui/crumbs/hobeventhandler: remove unused code
  hob: unset busy cursor on exit
  ui/crumbs/hobeventhandler: emit a signal when there's a fatal-error
  ui/hob: show error and exit if we receive the fatal-error signal
  ui/crumbs/hobeventhandler: emit a signal when a command fails
  ui/crumbs/configurator: tweak addLayerConf return values
  ui/crumbs/layereditor: if layer adding fails show an explanatory
    dialog
  hob: remove temporary directory on program shutdown

 lib/bb/ui/crumbs/configurator.py    |    7 ++-
 lib/bb/ui/crumbs/hobeventhandler.py |   72 ++++++++++++++++++++++------------
 lib/bb/ui/crumbs/layereditor.py     |   20 +++++++++-
 lib/bb/ui/hob.py                    |   36 +++++++++++++----
 4 files changed, 97 insertions(+), 38 deletions(-)

-- 
1.7.6




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

end of thread, other threads:[~2011-08-02 13:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 18:30 [PATCH 0/8] hob - handle errors more gracefully Joshua Lock
2011-08-01 18:30 ` [PATCH 1/8] ui/crumbs/hobeventhandler: remove unused code Joshua Lock
2011-08-01 18:30 ` [PATCH 2/8] hob: unset busy cursor on exit Joshua Lock
2011-08-01 18:30 ` [PATCH 3/8] ui/crumbs/hobeventhandler: emit a signal when there's a fatal-error Joshua Lock
2011-08-01 18:30 ` [PATCH 4/8] ui/hob: show error and exit if we receive the fatal-error signal Joshua Lock
2011-08-01 18:30 ` [PATCH 5/8] ui/crumbs/hobeventhandler: emit a signal when a command fails Joshua Lock
2011-08-01 18:30 ` [PATCH 6/8] ui/crumbs/configurator: tweak addLayerConf return values Joshua Lock
2011-08-01 18:30 ` [PATCH 7/8] ui/crumbs/layereditor: if layer adding fails show an explanatory dialog Joshua Lock
2011-08-01 18:30 ` [PATCH 8/8] hob: remove temporary directory on program shutdown Joshua Lock
2011-08-02 13:48 ` [PATCH 0/8] hob - handle errors more gracefully Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox