bitbake: hob: progress bar changed to busy cursor when you open log file
authorCristiana Voicu <cristiana.voicu@intel.com>
Mon, 21 Jan 2013 14:50:40 +0000 (16:50 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Jan 2013 19:05:31 +0000 (19:05 +0000)
commita7e50159b5c374633cd5ddf8bdfb28b55ab23053
treea7c6fad4053a738fc39a3c22e77a71a5f57eec4c
parent8a44f8e272a05117c6962b99521e6c3950a5557a
bitbake: hob: progress bar changed to busy cursor when you open log file

-the first implementation for this bug used a progress bar, that is shown
during open file process; it revelead that the progress bar stops earlier
-now I have implemented using gtk.show_uri() method, that shows itself a
busy cursor when it opens a file;
-deleted the code for the first implementation

[YOCTO #2997]
(Bitbake rev: 09d1c4c2db124104b9da460547b20a2c2ff07bb3)

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/builddetailspage.py
bitbake/lib/bb/ui/crumbs/hig/openinglogdialog.py [deleted file]
bitbake/lib/bb/ui/crumbs/hobthreads.py [deleted file]
bitbake/lib/bb/ui/crumbs/imagedetailspage.py
bitbake/lib/bb/ui/crumbs/packageselectionpage.py