From patchwork Mon Apr 2 15:22:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/4] Continue Hob fixes Date: Mon, 02 Apr 2012 15:22:31 -0000 From: Shane Wang X-Patchwork-Id: 25077 Message-Id: To: bitbake-devel@lists.openembedded.org The patches is to continue Shane Wang's previous submission to fix Hobs. They include: - Replace an icon - Add logs and allow users to retrieve the logs after successful build - Misc fixes when testing The following changes since commit f4b102cdf2cd021a0b5acacb034dd568a8e73817: Hob: a minor fix on pmake (2012-04-02 16:25:56 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib shane/hob-fixes-1 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/hob-fixes-1 Shane Wang (4): Hob: add the "info" indication icon for "information" in the dialogs. Hob: log for Hob and allow users to show logs after successful build Hob: remove grab_default() for deploy button Hob: reset issue indication and build status before build starts on build details screen bitbake/lib/bb/ui/crumbs/builddetailspage.py | 3 + bitbake/lib/bb/ui/crumbs/builder.py | 38 +++++++++++++++--- bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 3 + bitbake/lib/bb/ui/crumbs/hobwidget.py | 3 +- bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 15 ++++++- bitbake/lib/bb/ui/crumbs/runningbuild.py | 53 ++++++++++++++++++++++++++ bitbake/lib/bb/ui/icons/indicators/info.png | Bin 0 -> 3311 bytes 7 files changed, 106 insertions(+), 9 deletions(-) create mode 100644 bitbake/lib/bb/ui/icons/indicators/info.png