| Submitter | An, LimingX L |
|---|---|
| Date | May 8, 2012, 11:48 a.m. |
| Message ID | <cover.1336477313.git.limingx.l.an@intel.com> |
| Download | mbox |
| Permalink | /patch/27277/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib limx/hob-bug-fixes-continueComments
On Tue, 2012-05-08 at 19:48 +0800, Liming An wrote: > The following changes since commit 38da655788361e949d605bebfab45cf5830df613: > > glib-2.0: Fix issues with libelf dependency creeping in (2012-05-07 16:42:48 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib limx/hob-bug-fixes-continue > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=limx/hob-bug-fixes-continue > > Liming An (4): > Hob: change the refresh icon speed to make it view clear > Hob: add original url show function with the tooltip hyperlink for > user > Hob: add group number show and 'bold' visible effect for Package view > Hob: change the workflow about click 'Run Image' to run directly > after builded a qemu image Merged to master, thanks. Richard
The following changes since commit 38da655788361e949d605bebfab45cf5830df613: glib-2.0: Fix issues with libelf dependency creeping in (2012-05-07 16:42:48 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib limx/hob-bug-fixes-continue http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=limx/hob-bug-fixes-continue Liming An (4): Hob: change the refresh icon speed to make it view clear Hob: add original url show function with the tooltip hyperlink for user Hob: add group number show and 'bold' visible effect for Package view Hob: change the workflow about click 'Run Image' to run directly after builded a qemu image bitbake/lib/bb/ui/crumbs/builder.py | 52 ++++++--- bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 7 +- bitbake/lib/bb/ui/crumbs/hobwidget.py | 41 ++++++- bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 139 +++++++++++----------- bitbake/lib/bb/ui/crumbs/packageselectionpage.py | 26 ++++ bitbake/lib/bb/ui/crumbs/persistenttooltip.py | 19 +++ 6 files changed, 194 insertions(+), 90 deletions(-)