]> code.ossystems Code Review - openembedded-core.git/commit
bitbake/depexp: Factor ProgressBar into a separate class in crumbs/
authorJoshua Lock <josh@linux.intel.com>
Thu, 25 Nov 2010 15:15:10 +0000 (15:15 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 7 Dec 2010 12:50:55 +0000 (12:50 +0000)
commit1307d64286802dbaa1d58260cc50200d5f49f92c
tree333e6c8d85154bdf1fc9b7aff86a8c8b5dd3b2bf
parent8cbaa9f0d98caf82a4e698abf24edc1c1a3122b2
bitbake/depexp: Factor ProgressBar into a separate class in crumbs/

ProgressBar will be useful in other UI elements so make it it's own class.
Make ProgressBar a subclass of gtk.Dialog, rather than gtk.Window, so that we
can suggest the window manager parent the ProgressBar to the widget passed at
as parent.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
bitbake/lib/bb/ui/crumbs/progress.py [new file with mode: 0644]
bitbake/lib/bb/ui/depexp.py