| Submitter | Shane Wang |
|---|---|
| Date | April 8, 2012, 10:20 a.m. |
| Message ID | <cover.1333880210.git.shane.wang@intel.com> |
| Download | mbox |
| Permalink | /patch/25297/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by opal with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Sun, 08 Apr 2012 09:58:12 +0000 (UTC) Received: by 10.152.30.138 with SMTP id s10csp6903lah; Sun, 8 Apr 2012 02:52:18 -0700 (PDT) Received: by 10.180.107.132 with SMTP id hc4mr8095710wib.21.1333878734807; Sun, 08 Apr 2012 02:52:14 -0700 (PDT) Return-Path: <bitbake-devel-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id r2si7374463wir.21.2012.04.08.02.52.13 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 08 Apr 2012 02:52:14 -0700 (PDT) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of bitbake-devel-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of bitbake-devel-bounces@lists.openembedded.org) smtp.mail=bitbake-devel-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <bitbake-devel-bounces@lists.openembedded.org>) id 1SGovu-0004UV-H9; Sun, 08 Apr 2012 12:01:18 +0200 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <shane.wang@intel.com>) id 1SGovs-0004UN-I2 for bitbake-devel@lists.openembedded.org; Sun, 08 Apr 2012 12:01:16 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 08 Apr 2012 02:51:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="126568777" Received: from yocto-build5.sh.intel.com (HELO localhost) ([10.239.48.3]) by orsmga001.jf.intel.com with ESMTP; 08 Apr 2012 02:51:58 -0700 From: Shane Wang <shane.wang@intel.com> To: bitbake-devel@lists.openembedded.org Date: Sun, 8 Apr 2012 18:20:53 +0800 Message-Id: <cover.1333880210.git.shane.wang@intel.com> X-Mailer: git-send-email 1.7.6 Subject: [bitbake-devel] [PATCH 00/20] Hob fixes and cleanups X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: <bitbake-devel.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/bitbake-devel>, <mailto:bitbake-devel-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/bitbake-devel> List-Post: <mailto:bitbake-devel@lists.openembedded.org> List-Help: <mailto:bitbake-devel-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/bitbake-devel>, <mailto:bitbake-devel-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: bitbake-devel-bounces@lists.openembedded.org Errors-To: bitbake-devel-bounces@lists.openembedded.org |
Those patches fix the following: - the UI bug to fade out the entry in the "Included" page when it is removed - add and correct tooltips reviewed by Scott - clean up the code and maximize reusage, for exception handling - change the logic after recipe/package are populated - misc The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib shane/hob-fixes-continue http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/hob-fixes-continue Liming An (3): Hob: add fadeout display effection for recipe view include page Hob: add fadeout display effection for package view include page Hob: Add the tooltips for recipe view page as request Shane Wang (17): Hob: fix version check - Hob can run on pygtk 2.21.0 Hob: correct indent Hob: clean up and unify the steps for new build to call initiate_new_build_async() Hob: clean up and unify the steps for CONFIG_UPDATE to call update_config_async() Hob: clean up and unify the steps for RCPPKGINFO_POPULATING to call populate_recipe_package_info_async() Hob: clean up and unify the steps for PACKAGE_GENERATING and FAST_IMAGE_GENERATING to call generate_packages_async() and fast_generate_image_async() Hob: clean up and unify the steps for IMAGE_GENERATING to call generate_image_async() Hob: clean up to call clear_busy() in hobeventhandler.py Hob: clean up and unify get_parameters() to be get_parameters_sync() Hob: clean up request_package_info_async() Hob: clean up cancel_build() Hob: clean up generate_configuration() Hob: clean up and reword stop_parse() Hob: handle some steps for build-succeeded and build-failed by hob event handler itself Hob: tooltip change for "Build image" button Hob: add tooltips into image details screen Hob: change the logic for rcppkglist_populated() bitbake/lib/bb/ui/crumbs/builder.py | 212 +++++++++++++------- bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 14 +- bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 35 +++- bitbake/lib/bb/ui/crumbs/hobwidget.py | 155 ++++++++++++--- bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 32 +--- bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 18 +- bitbake/lib/bb/ui/crumbs/packageselectionpage.py | 54 +++++- bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | 58 +++++- bitbake/lib/bb/ui/hob.py | 2 +- 9 files changed, 421 insertions(+), 159 deletions(-)