From patchwork Thu Mar 15 08:29:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,00/12,v2,PULL] Hob: Functionality and GUI Fixes Date: Thu, 15 Mar 2012 08:29:48 -0000 From: Dongxiao Xu X-Patchwork-Id: 23409 Message-Id: To: bitbake-devel@lists.openembedded.org Hi Richard, This is the second pull request for Hob functionality and GUI fixes, please help to review and pull. Changes from v1: 1) Modify the Box padding according to Josh's comments. 2) Add a new patch which fixes all Box's padding values in Hob code. Thanks, Dongxiao The following changes since commit 2d56dc7b1f0d186e14c4c8a949b280b6b3fc31de: codeparser: Call intern over the set contents for better cache performance (2012-03-12 02:22:34 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib dxu4/hob-bugfix http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-bugfix Dongxiao Xu (12): Hob: add "Close" button to "BinbDialog" Hob: Disable the handling of "NoProvider" event cooker: add package rdepends and rrecommends info Hob: Fix the image installation dependency Hob: Remove the reset button in recipe/package selection page Hob: Remove the indication in machine/base image combobox Hob: Remove the recipe/package populated signal Hob: Show recipe/package editing button after base image is selected Hob: Emit command-failed signal even if error msg is None Hob: Add stop button for parsing progress Hob: improve recipe/package selection performance Hob: Change Box's padding value lib/bb/cooker.py | 4 +- lib/bb/ui/crumbs/builddetailspage.py | 6 +- lib/bb/ui/crumbs/builder.py | 68 +++++++++++++++++---------- lib/bb/ui/crumbs/hig.py | 18 ++++---- lib/bb/ui/crumbs/hobeventhandler.py | 43 ++++++++++-------- lib/bb/ui/crumbs/hoblistmodel.py | 32 +++----------- lib/bb/ui/crumbs/hobpages.py | 2 +- lib/bb/ui/crumbs/imageconfigurationpage.py | 50 ++++++++++++++------- lib/bb/ui/crumbs/imagedetailspage.py | 2 +- lib/bb/ui/crumbs/packageselectionpage.py | 14 +----- lib/bb/ui/crumbs/recipeselectionpage.py | 12 +---- 11 files changed, 128 insertions(+), 123 deletions(-)