All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] More fixes for Hob
@ 2012-03-22 15:37 Shane Wang
  2012-03-22 15:38 ` [PATCH 1/8] command.py: Change parseConfigurationFiles API from async to sync Shane Wang
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Shane Wang @ 2012-03-22 15:37 UTC (permalink / raw)
  To: bitbake-devel

These patches are to:
  - change parse_config API from async to sync for image types and remembering layers
  - fix the image types
  - add proxy support
  - remember settings and layers between Hob runs with template
  - fix two UI bugs in the build log screen
  - extend the timeout for piping.
  - etc.

The following changes since commit 8dda137c12d284304a5b3e6693732b00f2b5553f:

  Hob: Revert interfaces of callbacks for layer_button, view_recipes_button, and view_packages_button. (2012-03-22 14:43:51 +0000)

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

Dongxiao Xu (4):
  command.py: Change parseConfigurationFiles API from async to sync
  process.py: Increase the timeout value for polling commands
  Hob: Change parseConfigurationFiles API usage
  Hob: Fix the workaround to get image types

Liming An (2):
  Hob: reset the policy to forbid the horizontal scrolling for building
    log
  Hob: add auto scroll to rows which be new appended in hob building
    log page

Shane Wang (2):
  Hob: allow users to setup the proxies
  Hob: remember the settings between Hob sessions

 bitbake/lib/bb/command.py                    |   17 ++--
 bitbake/lib/bb/server/process.py             |    2 +-
 bitbake/lib/bb/ui/crumbs/builddetailspage.py |   17 +++-
 bitbake/lib/bb/ui/crumbs/builder.py          |  139 +++++++++++++++++++++++--
 bitbake/lib/bb/ui/crumbs/hig.py              |   94 +++++++++++++++--
 bitbake/lib/bb/ui/crumbs/hobeventhandler.py  |   28 ++++--
 bitbake/lib/bb/ui/crumbs/hobwidget.py        |   24 +++++
 bitbake/lib/bb/ui/crumbs/runningbuild.py     |    7 +-
 bitbake/lib/bb/ui/crumbs/template.py         |   55 +++++++---
 bitbake/lib/bb/ui/hob.py                     |    3 +-
 10 files changed, 319 insertions(+), 67 deletions(-)

-- 
1.7.6




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-03-22 15:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-22 15:37 [PATCH 0/8] More fixes for Hob Shane Wang
2012-03-22 15:38 ` [PATCH 1/8] command.py: Change parseConfigurationFiles API from async to sync Shane Wang
2012-03-22 15:38 ` [PATCH 2/8] process.py: Increase the timeout value for polling commands Shane Wang
2012-03-22 15:38 ` [PATCH 3/8] Hob: Change parseConfigurationFiles API usage Shane Wang
2012-03-22 15:38 ` [PATCH 4/8] Hob: Fix the workaround to get image types Shane Wang
2012-03-22 15:38 ` [PATCH 5/8] Hob: allow users to setup the proxies Shane Wang
2012-03-22 15:38 ` [PATCH 6/8] Hob: remember the settings between Hob sessions Shane Wang
2012-03-22 15:38 ` [PATCH 7/8] Hob: reset the policy to forbid the horizontal scrolling for building log Shane Wang
2012-03-22 15:38 ` [PATCH 8/8] Hob: add auto scroll to rows which be new appended in hob building log page Shane Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.