| Submitter | An, LimingX L |
|---|---|
| Date | March 26, 2012, 10:41 a.m. |
| Message ID | <cover.1332752084.git.limingx.l.an@intel.com> |
| Download | mbox |
| Permalink | /patch/24523/ |
| 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); Mon, 26 Mar 2012 10:45:11 +0000 (UTC) Received: by 10.152.6.102 with SMTP id z6csp75281laz; Mon, 26 Mar 2012 03:40:15 -0700 (PDT) Received: by 10.180.107.68 with SMTP id ha4mr16263587wib.15.1332758411886; Mon, 26 Mar 2012 03:40:11 -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 p27si16669801weq.52.2012.03.26.03.40.09 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Mar 2012 03:40:11 -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 1SC7Tz-00005G-FZ; Mon, 26 Mar 2012 12:49:03 +0200 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <limingx.l.an@intel.com>) id 1SC7Ty-00005A-1K for bitbake-devel@lists.openembedded.org; Mon, 26 Mar 2012 12:49:02 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 26 Mar 2012 03:38:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="145464381" Received: from hp.sh.intel.com ([10.239.47.1]) by fmsmga002.fm.intel.com with ESMTP; 26 Mar 2012 03:38:56 -0700 From: Liming An <limingx.l.an@intel.com> To: bitbake-devel@lists.openembedded.org Date: Mon, 26 Mar 2012 18:41:05 +0800 Message-Id: <cover.1332752084.git.limingx.l.an@intel.com> X-Mailer: git-send-email 1.7.5.4 Subject: [bitbake-devel] [PATCH 0/5] Hob: bug fixes 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 |
These patches are to fix bugs for Hob. The following changes since commit fb3e59c88eda5ee3a53ad04aafaa7b749ecc1cc2: core-image-minimal-mtdutils.bb: Simple DESCRIPTION grammar fix. (2012-03-25 12:27:43 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib limx/hob-bug-fixes-new http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=limx/hob-bug-fixes-new Liming An (5): Hob: add refresh icon as ui request in building log Hob: fixed visually differentiate warnings and errors icon in building log Hob: change the recipe pasing error dialog icon from 'dialog-info' to 'dialog-error' Hob: use hob icon checker to check the gtk icon for make the icon constaintly HOB: Splited configuration info of building log to a independently page from the log page bitbake/lib/bb/ui/crumbs/builddetailspage.py | 10 +- bitbake/lib/bb/ui/crumbs/builder.py | 2 +- bitbake/lib/bb/ui/crumbs/hig.py | 8 +- bitbake/lib/bb/ui/crumbs/hobwidget.py | 196 ++++++++++++++++++++++++++ bitbake/lib/bb/ui/crumbs/runningbuild.py | 46 ++++--- 5 files changed, 236 insertions(+), 26 deletions(-)