]> code.ossystems Code Review - openembedded-core.git/commit
bitbake-dev: Refactor goggle to pull out useful components.
authorRob Bradford <rob@linux.intel.com>
Fri, 14 Nov 2008 11:38:10 +0000 (11:38 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 1 Dec 2008 20:50:21 +0000 (20:50 +0000)
commit340b2b5612875e6544fd0f6e45e37e7206dd6db2
tree649133b8442dc2e971241290d68041f484870f3b
parent49e8c06b777f5db4eb957c9bf27a8fdd2be714aa
bitbake-dev: Refactor goggle to pull out useful components.

Separate the GTK components and abstractions to a separate module where they
can be used by other user interfaces. This module includes the model, the view
and abstraction that populates the model.
bitbake-dev/lib/bb/ui/crumbs/__init__.py [new file with mode: 0644]
bitbake-dev/lib/bb/ui/crumbs/runningbuild.py [new file with mode: 0644]
bitbake-dev/lib/bb/ui/goggle.py