From: Shane Wang <shane.wang@intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 00/11] [V4]Hob Notebook Implementation and Others
Date: Tue, 20 Mar 2012 22:40:45 +0800 [thread overview]
Message-ID: <cover.1332254194.git.shane.wang@intel.com> (raw)
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)
Compared with V3 version, this version temporarily removed the patches for
- to improve the build log with the animation of the refresh icon.
- to add proxy support in the Settings dialog.
Because the updated patches are not ready so far per the comments from the community.
The following changes since commit fd3514f35adc938c2c405aae0e283a9df1395c9b:
blktrace: update to version 1.0.5 (2012-03-19 20:28:48 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib shane/hob2-v0.70
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/hob2-v0.70
Liming An (6):
Hob: remove the invalid code in hobwidget.py
Hob: Fixed the hobwidget code and make it like a pythonista
Hob: add auto adjust background area function for long issue text
Hob: change HobNoteBook tab edge color from green to gray
Hob: fix static variable "self.search" to parameter "search" in
signal callback function
Hob: fixed the tabbar search entry retaining focus when user has
clicked off it issue
Shane Wang (5):
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
bitbake/lib/bb/ui/crumbs/builddetailspage.py | 40 ++-
bitbake/lib/bb/ui/crumbs/builder.py | 5 +
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 | 528 ++++++++++++++++++----
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 | 69 +++
11 files changed, 571 insertions(+), 152 deletions(-)
--
1.7.6
next reply other threads:[~2012-03-20 14:24 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-20 14:40 Shane Wang [this message]
2012-03-20 14:31 ` [PATCH 00/11] [V4]Hob Notebook Implementation and Others Richard Purdie
2012-03-20 14:34 ` Wang, Shane
2012-03-20 14:41 ` [PATCH 01/11] Hob: implement a self-defined notebook visual component for Hob Shane Wang
2012-03-20 14:41 ` [PATCH 02/11] Hob: use HobNotebook to implement a notebook in build details page Shane Wang
2012-03-20 14:41 ` [PATCH 03/11] Hob: show indicators on the tabs of the Hob notebook Shane Wang
2012-03-20 14:41 ` [PATCH 04/11] Hob: change the code style to enumerate a list in a for-loop Shane Wang
2012-03-20 14:41 ` [PATCH 05/11] Hob: fix '!= None' and '== None' in the code Shane Wang
2012-03-20 14:41 ` [PATCH 06/11] Hob: remove the invalid code in hobwidget.py Shane Wang
2012-03-20 14:41 ` [PATCH 07/11] Hob: Fixed the hobwidget code and make it like a pythonista Shane Wang
2012-03-20 14:41 ` [PATCH 08/11] Hob: add auto adjust background area function for long issue text Shane Wang
2012-03-20 14:41 ` [PATCH 09/11] Hob: change HobNoteBook tab edge color from green to gray Shane Wang
2012-03-20 14:41 ` [PATCH 10/11] Hob: fix static variable "self.search" to parameter "search" in signal callback function Shane Wang
2012-03-20 14:41 ` [PATCH 11/11] Hob: fixed the tabbar search entry retaining focus when user has clicked off it issue Shane Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1332254194.git.shane.wang@intel.com \
--to=shane.wang@intel.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.