Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 00/11] hob enhancements and UI bug fixes
@ 2011-08-19  1:08 Joshua Lock
  2011-08-19  1:08 ` [PATCH 01/11] bb/ui/crumbs/runningbuild: reduce number of messages after recent msg change Joshua Lock
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Joshua Lock @ 2011-08-19  1:08 UTC (permalink / raw)
  To: bitbake-devel

This series includes several bug fixes and improvements for UI's including:
* Hide the goggle progress bar after cache load
* Adapt to recent msg.py change and reduce messages in RunningBuildTreeView
* Change hob to track and list all packages which bring in the listed package
rather than just the first, it's expected that this will increase the
usability of the UI by making changes more obvious

Amongst increased usefulness of hob this series ensures goggle is reliably
usable once more.

Regards,
Joshua

The following changes since commit d5abdacaf9ac604ef8d8c1bafb9b30617827cb4f:

  Fixup remaining bb.msg.domain users (2011-08-15 17:31:18 +0100)

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

Joshua Lock (11):
  bb/ui/crumbs/runningbuild: reduce number of messages after recent msg
    change
  bb/ui/crumbs/runningbuild: hide the progress bar on cache load
    complete
  bb/ui/crumbs/tasklistmodel: more robust checking for substrings
  bb/ui/crumbs/tasklistmodel: remove useless items from dependency list
  bb/ui/crumbs/tasklistmodel: store all binb, not just the first
  hob: don't try and build if user selects Bake with no selections made
  bb/ui/crumbs/tasklistmodel: track the PN for each entry in the model
  bb/ui/hob: fix package only build
  bb/ui/crumbs/hobeventhandler: fix return values of
    *_image_output_type
  bb/ui/crumbs/hobprefs: fix setting IMAGE_FSYTPES
  bb/ui/hob: warn and prevent image build if no IMAGE_FSTYPE is set

 lib/bb/ui/crumbs/hobeventhandler.py |    8 +-
 lib/bb/ui/crumbs/hobprefs.py        |    2 +-
 lib/bb/ui/crumbs/runningbuild.py    |    5 +-
 lib/bb/ui/crumbs/tasklistmodel.py   |  106 ++++++++++++++++++++---------------
 lib/bb/ui/hob.py                    |   34 ++++++++++-
 5 files changed, 100 insertions(+), 55 deletions(-)

-- 
1.7.6




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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19  1:08 [PATCH 00/11] hob enhancements and UI bug fixes Joshua Lock
2011-08-19  1:08 ` [PATCH 01/11] bb/ui/crumbs/runningbuild: reduce number of messages after recent msg change Joshua Lock
2011-08-19  1:08 ` [PATCH 02/11] bb/ui/crumbs/runningbuild: hide the progress bar on cache load complete Joshua Lock
2011-08-19  1:08 ` [PATCH 03/11] bb/ui/crumbs/tasklistmodel: more robust checking for substrings Joshua Lock
2011-08-19  1:08 ` [PATCH 04/11] bb/ui/crumbs/tasklistmodel: remove useless items from dependency list Joshua Lock
2011-08-19  1:08 ` [PATCH 05/11] bb/ui/crumbs/tasklistmodel: store all binb, not just the first Joshua Lock
2011-08-19  1:08 ` [PATCH 06/11] hob: don't try and build if user selects Bake with no selections made Joshua Lock
2011-08-19  1:08 ` [PATCH 07/11] bb/ui/crumbs/tasklistmodel: track the PN for each entry in the model Joshua Lock
2011-08-19  1:08 ` [PATCH 08/11] bb/ui/hob: fix package only build Joshua Lock
2011-08-19  1:08 ` [PATCH 09/11] bb/ui/crumbs/hobeventhandler: fix return values of *_image_output_type Joshua Lock
2011-08-19  1:08 ` [PATCH 10/11] bb/ui/crumbs/hobprefs: fix setting IMAGE_FSYTPES Joshua Lock
2011-08-19  1:08 ` [PATCH 11/11] bb/ui/hob: warn and prevent image build if no IMAGE_FSTYPE is set Joshua Lock

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