All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] [V3]Hob Notebook Implementation and Others
@ 2012-03-16 15:10 Shane Wang
  2012-03-16 15:10 ` [PATCH 01/12] Hob: implement a self-defined notebook visual component for Hob Shane Wang
                   ` (11 more replies)
  0 siblings, 12 replies; 32+ messages in thread
From: Shane Wang @ 2012-03-16 15:10 UTC (permalink / raw)
  To: bitbake-devel

This patchset is
 - to implement Hob self-defined notebook, and use it in the build details page.
 - to clean up the code per the comments from the community.
   (In order to make it readable, we did them in separate patches)
 - to improve the build log with the animation of the refresh icon.
 - to add proxy support in the Settings dialog.

The following changes since commit 87ef82dead665ea8805ccbab8ef871dc20008701:

  bitbake/fetch: Fix uri_replace (2012-03-15 22:56:16 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib shane/hob2-v0.69
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/hob2-v0.69

Liming An (6):
  Hob: remove the invalid code in hobwidget.py
  Hob: change the range dance in hobwidget make it like a pythonista
  Hob: fix static variable "self.search" to parameter "search" in
    signal callback function
  Hob: add auto adjust background area function for long issue text
  Hob: change HobNoteBook tab edge color from green to gray
  Hob: per UI design add refresh icon for building log

Shane Wang (6):
  Hob: implement a self-defined notebook visual component for Hob
  Hob: use HobNotebook to implement a notebook in build details page
  Hob: show indicators on the tabs of the Hob notebook
  Hob: change the code style to enumerate a list in a for-loop
  Hob: fix '!= None' and '== None' in the code
  Hob: allow users to setup the proxies

 bitbake/lib/bb/ui/crumbs/builddetailspage.py     |   40 +-
 bitbake/lib/bb/ui/crumbs/builder.py              |   41 ++
 bitbake/lib/bb/ui/crumbs/hig.py                  |   82 +++-
 bitbake/lib/bb/ui/crumbs/hobcolor.py             |    3 +
 bitbake/lib/bb/ui/crumbs/hobeventhandler.py      |    4 +-
 bitbake/lib/bb/ui/crumbs/hoblistmodel.py         |    2 +-
 bitbake/lib/bb/ui/crumbs/hobpages.py             |    4 +-
 bitbake/lib/bb/ui/crumbs/hobwidget.py            |  720 +++++++++++++++++++---
 bitbake/lib/bb/ui/crumbs/imagedetailspage.py     |   12 +-
 bitbake/lib/bb/ui/crumbs/packageselectionpage.py |   27 +-
 bitbake/lib/bb/ui/crumbs/recipeselectionpage.py  |   29 +-
 bitbake/lib/bb/ui/crumbs/runningbuild.py         |   87 +++-
 12 files changed, 884 insertions(+), 167 deletions(-)

-- 
1.7.6




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

end of thread, other threads:[~2012-03-26 17:48 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 15:10 [PATCH 00/12] [V3]Hob Notebook Implementation and Others Shane Wang
2012-03-16 15:10 ` [PATCH 01/12] Hob: implement a self-defined notebook visual component for Hob Shane Wang
2012-03-19 23:49   ` Joshua Lock
2012-03-16 15:10 ` [PATCH 02/12] Hob: use HobNotebook to implement a notebook in build details page Shane Wang
2012-03-19 23:49   ` Joshua Lock
2012-03-20 13:44     ` Wang, Shane
2012-03-20 14:17     ` Wang, Shane
2012-03-16 15:10 ` [PATCH 03/12] Hob: show indicators on the tabs of the Hob notebook Shane Wang
2012-03-19 23:49   ` Joshua Lock
2012-03-16 15:10 ` [PATCH 04/12] Hob: change the code style to enumerate a list in a for-loop Shane Wang
2012-03-19 23:50   ` Joshua Lock
2012-03-16 15:10 ` [PATCH 05/12] Hob: fix '!= None' and '== None' in the code Shane Wang
2012-03-19 23:51   ` Joshua Lock
2012-03-16 15:10 ` [PATCH 06/12] Hob: allow users to setup the proxies Shane Wang
2012-03-19 23:51   ` Joshua Lock
2012-03-20 13:27     ` Wang, Shane
2012-03-26 17:38       ` Barros Pena, Belen
2012-03-16 15:10 ` [PATCH 07/12] Hob: remove the invalid code in hobwidget.py Shane Wang
2012-03-19 23:51   ` Joshua Lock
2012-03-16 15:10 ` [PATCH 08/12] Hob: change the range dance in hobwidget make it like a pythonista Shane Wang
2012-03-19 23:57   ` Joshua Lock
2012-03-20 12:16     ` An, LimingX L
2012-03-16 15:10 ` [PATCH 09/12] Hob: fix static variable "self.search" to parameter "search" in signal callback function Shane Wang
2012-03-19 23:52   ` Joshua Lock
2012-03-16 15:10 ` [PATCH 10/12] Hob: add auto adjust background area function for long issue text Shane Wang
2012-03-19 23:52   ` Joshua Lock
2012-03-16 15:10 ` [PATCH 11/12] Hob: change HobNoteBook tab edge color from green to gray Shane Wang
2012-03-19 23:53   ` Joshua Lock
2012-03-16 15:10 ` [PATCH 12/12] Hob: per UI design add refresh icon for building log Shane Wang
2012-03-19 23:53   ` Joshua Lock
2012-03-20 13:04     ` An, LimingX L
2012-03-20 18:29       ` Joshua Lock

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.