Openembedded Bitbake Development
 help / color / mirror / Atom feed
From: Joshua Lock <josh@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 00/11] hob enhancements and UI bug fixes
Date: Thu, 18 Aug 2011 18:08:14 -0700	[thread overview]
Message-ID: <cover.1313715804.git.josh@linux.intel.com> (raw)

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




             reply	other threads:[~2011-08-19  1:13 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-19  1:08 Joshua Lock [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1313715804.git.josh@linux.intel.com \
    --to=josh@linux.intel.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox