]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
hob: eliminate the "by recipe" grouping in the packages table
authorCristiana Voicu <cristiana.voicu@intel.com>
Thu, 31 Jan 2013 11:50:16 +0000 (13:50 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Jan 2013 12:38:42 +0000 (12:38 +0000)
commit311e7ba8b2c88fbf6f16b6ffb1400226b155ddd4
tree847071910968d2eb8793c13475b4b19cf0b2ad74
parent2ff636910b9cf3099e8d961f4bbe71512c015ecc
hob: eliminate the "by recipe" grouping in the packages table

We have agreed to change how we show the packages. Now they are not grouped by
recipe. Until now, it was implemented using  TreeStore and I've changed it to
extend a ListStore. I have modified all the function in according to this.

[YOCTO #2180]
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/crumbs/hoblistmodel.py
lib/bb/ui/crumbs/packageselectionpage.py