All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Hob fixes
@ 2011-07-21 18:34 Joshua Lock
  2011-07-21 18:34 ` [PATCH 1/6] ui/crumbs/hobprefs: add missing import Joshua Lock
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Joshua Lock @ 2011-07-21 18:34 UTC (permalink / raw)
  To: bitbake-devel

This includes several fixes which are low impact for the core BitBake
functionality (only touch files in lib/ui/crumbs and the hob entry point) but
which improve the usefulness of the GUI whilst the reparseFiles/stashed copy
of the environment issue is being worked through.

The following changes since commit 09a9146262d58dfe4a2ea4270026b90ae33f6c91:

  parse/ConfHandler: Fix multiline variable corruption (2011-07-21 11:08:19 +0100)

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

Joshua Lock (6):
  ui/crumbs/hobprefs: add missing import
  ui/crumbs/tasklistmodel: fix saving recipes
  ui/hob: add more guidance to the stop dialog
  ui/crumbs/configurator: write new lines after new entries
  ui/hob: don't crash if PARALLEL_MAKE doesn't include a space
  ui/crumbs/tasklistmodel: ignore tasks and images when marking
    dependencies

 lib/bb/ui/crumbs/configurator.py  |    2 +-
 lib/bb/ui/crumbs/hobprefs.py      |    1 +
 lib/bb/ui/crumbs/tasklistmodel.py |   24 ++++++++++++++++++------
 lib/bb/ui/hob.py                  |   11 +++++++++--
 4 files changed, 29 insertions(+), 9 deletions(-)

-- 
1.7.6




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

end of thread, other threads:[~2011-07-21 21:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21 18:34 [PATCH 0/6] Hob fixes Joshua Lock
2011-07-21 18:34 ` [PATCH 1/6] ui/crumbs/hobprefs: add missing import Joshua Lock
2011-07-21 18:34 ` [PATCH 2/6] ui/crumbs/tasklistmodel: fix saving recipes Joshua Lock
2011-07-21 18:34 ` [PATCH 3/6] ui/hob: add more guidance to the stop dialog Joshua Lock
2011-07-21 18:34 ` [PATCH 4/6] ui/crumbs/configurator: write new lines after new entries Joshua Lock
2011-07-21 18:34 ` [PATCH 5/6] ui/hob: don't crash if PARALLEL_MAKE doesn't include a space Joshua Lock
2011-07-21 18:34 ` [PATCH 6/6] ui/crumbs/tasklistmodel: ignore tasks and images when marking dependencies Joshua Lock
2011-07-21 21:08 ` [PATCH 0/6] Hob fixes 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.