All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Latest round of hob UI improvements
@ 2011-07-26 18:46 Joshua Lock
  2011-07-26 18:46 ` [PATCH 01/10] ui/hob: replace the ugly static command map Joshua Lock
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Joshua Lock @ 2011-07-26 18:46 UTC (permalink / raw)
  To: bitbake-devel

Highlights are using buildTargets rather than buildFiles to build the custom
image and enabling building an image without a 'Base image' set.
Plus a slew of more minor fixes.

The following changes since commit d11f9dd33cdcc97a4a937e8bf7e97558d813cadd:

  cooker: only append files once (2011-07-26 13:45:31 +0100)

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

Jessica Zhang (1):
  ui/crumbs/tasklistmodel: fix loading a saved recipe

Joshua Lock (9):
  ui/hob: replace the ugly static command map
  ui/crumbs/hobeventhandler: reparse files before running other
    commands
  ui/hob: switch from buildFile to buildTargets for custom image builds
  ui/hob: don't offer to show built output if build fails
  ui/hob: change wording in build complete dialog
  ui/hob: Force the 'Base image combo' to be drawn correctly
  ui/hob: enable building an image with minimal contents
  ui/crumbs/tasklistmodel: handle items added in by base image being
    removed
  ui/crumbs/tasklistmodel: don't iterate whole model in
    find_alt_dependency()

 lib/bb/ui/crumbs/configurator.py    |   18 +++++
 lib/bb/ui/crumbs/hobeventhandler.py |  127 +++++++++++++++++++++++------------
 lib/bb/ui/crumbs/tasklistmodel.py   |   51 ++++++++++----
 lib/bb/ui/hob.py                    |   63 +++++++++++------
 4 files changed, 179 insertions(+), 80 deletions(-)

-- 
1.7.6




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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 18:46 [PATCH 00/10] Latest round of hob UI improvements Joshua Lock
2011-07-26 18:46 ` [PATCH 01/10] ui/hob: replace the ugly static command map Joshua Lock
2011-07-26 18:46 ` [PATCH 02/10] ui/crumbs/hobeventhandler: reparse files before running other commands Joshua Lock
2011-07-26 18:46 ` [PATCH 03/10] ui/hob: switch from buildFile to buildTargets for custom image builds Joshua Lock
2011-07-26 18:46 ` [PATCH 04/10] ui/hob: don't offer to show built output if build fails Joshua Lock
2011-07-26 18:46 ` [PATCH 05/10] ui/hob: change wording in build complete dialog Joshua Lock
2011-07-26 18:46 ` [PATCH 06/10] ui/hob: Force the 'Base image combo' to be drawn correctly Joshua Lock
2011-07-26 18:46 ` [PATCH 07/10] ui/hob: enable building an image with minimal contents Joshua Lock
2011-07-26 18:46 ` [PATCH 08/10] ui/crumbs/tasklistmodel: handle items added in by base image being removed Joshua Lock
2011-07-26 18:46 ` [PATCH 09/10] ui/crumbs/tasklistmodel: don't iterate whole model in find_alt_dependency() Joshua Lock
2011-07-26 18:46 ` [PATCH 10/10] ui/crumbs/tasklistmodel: fix loading a saved recipe Joshua Lock
2011-07-26 19:15 ` [PATCH 00/10] Latest round of hob UI improvements 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.