]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: introduce crumbs.TaskListModel a gtk.ListStore subclass
authorJoshua Lock <josh@linux.intel.com>
Wed, 12 Jan 2011 12:24:04 +0000 (12:24 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 1 Mar 2011 11:46:24 +0000 (11:46 +0000)
commita4b7e69e715fae0d1fa5674ec1edd8417c6f71e0
tree123530e077a651592901bee0080d01a71d029947
parent9aa31b5c0a5878ebdd50e6b7be9284a7f6a7d0c2
bitbake: introduce crumbs.TaskListModel a gtk.ListStore subclass

Provide a gtk.ListStore subclass which includes a function,
populate(), which takes as input the data emitted by
bb.event.TargetsTreeGenerated and fills the ListStore model
appropriately.
Furthermore convenience functions are provided by which the caller can
get gtk.TreeModel subclasses which provide filtered views of the data.

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