generic-poky/bitbake/lib/bb/ui/crumbs
Shane Wang 88bbc0ce56 Hob: implement a self-defined notebook visual component for Hob
In recipe selection page, package selection page, and build details page, etc, there is a notebook component which is not gtk.Notebook in the design video.
We implement the visual component with a drawing area, and use it to replace the old notebook in recipe selection page and package selection page. The reasons why we do it are:

1) General speaking, gtk.Notebook doesn't look like the designer worked out. (see https://wiki.yoctoproject.org/wiki/File:Hob1.2-screencast2.mov)
2) And the designer version looks better, for example, there is an indicator to show how many recipes or packages are included, and how many issues happened when building? Very straightforward.
But technically, gtk.Notebook can't implement that, as far as we know.
3) Moreover, there is an entry for "search recipes", and "search packages". How to make it horizontal to the tabs is a problem to us.

Regarding those, we give up gtk.Notebook and use our own.

(From Poky rev: e4ebac226cc5e4589bcecd8bada9fde462e925cc)

(Bitbake rev: b0c2ca3f600694c6d37924006de3f9474b2a9a8e)

Signed-off-by: Liming An <limingx.l.an@intel.com>
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-20 15:21:32 +00:00
..
__init__.py bitbake/crumbs: update documentation header 2011-02-24 15:54:52 +00:00
builddetailspage.py Hob: Change Box's padding value 2012-03-15 10:35:18 +00:00
builder.py Hob: Add stop button for parsing progress 2012-03-15 10:35:17 +00:00
buildmanager.py Drop a couple usages of readlines 2010-07-02 15:41:37 +01:00
hig.py Hob: Change Box's padding value 2012-03-15 10:35:18 +00:00
hobcolor.py Hob: implement a self-defined notebook visual component for Hob 2012-03-20 15:21:32 +00:00
hobeventhandler.py Hob: Add stop button for parsing progress 2012-03-15 10:35:17 +00:00
hoblistmodel.py Hob: improve recipe/package selection performance 2012-03-15 10:35:17 +00:00
hobpages.py Hob: Change Box's padding value 2012-03-15 10:35:18 +00:00
hobwidget.py Hob: implement a self-defined notebook visual component for Hob 2012-03-20 15:21:32 +00:00
imageconfigurationpage.py Hob: Change Box's padding value 2012-03-15 10:35:18 +00:00
imagedetailspage.py Hob: Change Box's padding value 2012-03-15 10:35:18 +00:00
packageselectionpage.py Hob: implement a self-defined notebook visual component for Hob 2012-03-20 15:21:32 +00:00
persistenttooltip.py crumbs/persistenttooltip: a new Gtk+ widget for use in Hob 2012-03-12 02:24:04 +00:00
progress.py crumbs: add back progress implementation for depexp 2012-02-25 11:55:45 +00:00
progressbar.py Hob: A new implemetation (v2) 2012-02-24 18:04:27 +00:00
puccho.glade bitbake: Switch to bitbake-dev version (bitbake master upstream) 2010-01-20 18:46:02 +00:00
recipeselectionpage.py Hob: implement a self-defined notebook visual component for Hob 2012-03-20 15:21:32 +00:00
runningbuild.py runningbuild.py: fix goggle ui 2012-03-20 15:21:32 +00:00
template.py Hob: A new implemetation (v2) 2012-02-24 18:04:27 +00:00