hob: re-designed interaction and implementation
commit48e64acaae4a741b9f5630f426fb4e6142755c2c
authorJoshua Lock <josh@linux.intel.com>
Fri, 1 Jul 2011 22:58:50 +0000 (1 15:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jul 2011 13:34:42 +0000 (5 14:34 +0100)
tree707042acd0952d5d5d8233037251fa8085f0a6da
parent0f45fcab5c724aabb5b2933dfcdf88ebe256cba9
hob: re-designed interaction and implementation

Highlights include:

* Atempted GNOME HIG compliance
* Simplified UI and interaction model
* Sorting and type to find in tree views
* Preferences dialog to modify local settings
* Dialog to add and remove layers
* Search in packages list
* Save/Load image recipes

The build model has been changed, hob will attempt to build all dependent
packages of an image and then use the buildFile server method to build the
created image.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/crumbs/configurator.py [new file with mode: 0644]
lib/bb/ui/crumbs/hig.py [new file with mode: 0644]
lib/bb/ui/crumbs/hobeventhandler.py
lib/bb/ui/crumbs/hobprefs.py [new file with mode: 0644]
lib/bb/ui/crumbs/layereditor.py [new file with mode: 0644]
lib/bb/ui/crumbs/runningbuild.py
lib/bb/ui/crumbs/tasklistmodel.py
lib/bb/ui/hob.py