* [PATCH] hob/builder: When you stop a build, Hob should tell you stopping is happening
@ 2012-09-26 8:08 Constantin Musca
2012-09-27 15:42 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Constantin Musca @ 2012-09-26 8:08 UTC (permalink / raw)
To: bitbake-devel; +Cc: Constantin Musca
- use the progress bar text to indicate the stopping status
- the text should say: 'Stopping the build...'
[YOCTO #3152]
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
bitbake/lib/bb/ui/crumbs/builder.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/bitbake/lib/bb/ui/crumbs/builder.py
index 267fde1..4dbffd6 100755
--- a/bitbake/lib/bb/ui/crumbs/builder.py
+++ b/bitbake/lib/bb/ui/crumbs/builder.py
@@ -1375,6 +1375,8 @@ class Builder(gtk.Window):
if response != gtk.RESPONSE_CANCEL:
self.stopping = True
if response == gtk.RESPONSE_OK:
+ self.build_details_page.progress_bar.set_title("Stopping the build...")
+ self.build_details_page.progress_bar.set_rcstyle("stop")
self.cancel_build_sync()
elif response == gtk.RESPONSE_YES:
self.cancel_build_sync(True)
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hob/builder: When you stop a build, Hob should tell you stopping is happening
2012-09-26 8:08 [PATCH] hob/builder: When you stop a build, Hob should tell you stopping is happening Constantin Musca
@ 2012-09-27 15:42 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-09-27 15:42 UTC (permalink / raw)
To: Constantin Musca; +Cc: bitbake-devel
On Wed, 2012-09-26 at 11:08 +0300, Constantin Musca wrote:
> - use the progress bar text to indicate the stopping status
> - the text should say: 'Stopping the build...'
>
> [YOCTO #3152]
>
> Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
> ---
> bitbake/lib/bb/ui/crumbs/builder.py | 2 ++
> 1 file changed, 2 insertions(+)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-27 15:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26 8:08 [PATCH] hob/builder: When you stop a build, Hob should tell you stopping is happening Constantin Musca
2012-09-27 15:42 ` Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.