]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
hob: Hob should display warnings generated during parsing
authorCristiana Voicu <cristiana.voicu@intel.com>
Mon, 21 Jan 2013 14:40:07 +0000 (16:40 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Jan 2013 15:50:38 +0000 (15:50 +0000)
commitd7b5311d35b3974398fecabfb5ecf1effa85c27e
tree3a3dcbb52c4ea47bda436669711087727ac609d8
parent09d1c4c2db124104b9da460547b20a2c2ff07bb3
hob: Hob should display warnings generated during parsing

-now Hob catches the warnings generated during parsing, and after the parsing
is completed, if there are any warnings, it shows a bar that contains a message
with how many warnings has encountered, and a button "View warnings"
-when "View warnings" button is clicked, Hob shows a dialog with the warnings;
if there more than 1 warning, you can use "Previous" and "Next" button to see them

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