All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hob/builddetailspage: Add tooltips to the build failed notification
@ 2012-09-13 11:33 Constantin Musca
  2012-09-14  8:29 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Constantin Musca @ 2012-09-13 11:33 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Constantin Musca

[YOCTO #3046]

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
 bitbake/lib/bb/ui/crumbs/builddetailspage.py |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/bitbake/lib/bb/ui/crumbs/builddetailspage.py b/bitbake/lib/bb/ui/crumbs/builddetailspage.py
index 4d2d947..8d76ade 100755
--- a/bitbake/lib/bb/ui/crumbs/builddetailspage.py
+++ b/bitbake/lib/bb/ui/crumbs/builddetailspage.py
@@ -230,18 +230,21 @@ class BuildDetailsPage (HobPage):
         # create button 'Edit packages'
         action_button = HobButton(primary_action)
         action_button.set_size_request(-1, 40)
+        action_button.set_tooltip_text("Edit the %s parameters" % actions)
         action_button.connect('clicked', self.failure_primary_action_button_clicked_cb, primary_action)
         build_fail_tab.attach(action_button, 4, 13, 9, 12)
 
         if log_file:
             open_log_button = HobAltButton("Open log")
             open_log_button.set_relief(gtk.RELIEF_HALF)
+            open_log_button.set_tooltip_text("Open the build's log file")
             open_log_button.connect('clicked', self.failure_open_log_button_clicked_cb, log_file)
             build_fail_tab.attach(open_log_button, 14, 23, 9, 12)
 
         attach_pos = (24 if log_file else 14)
         file_bug_button = HobAltButton('File a bug')
         file_bug_button.set_relief(gtk.RELIEF_HALF)
+        file_bug_button.set_tooltip_text("Open the Yocto Project bug tracking website")
         file_bug_button.connect('clicked', self.failure_activate_file_bug_link_cb)
         build_fail_tab.attach(file_bug_button, attach_pos, attach_pos + 9, 9, 12)
 
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hob/builddetailspage: Add tooltips to the build failed notification
  2012-09-13 11:33 [PATCH] hob/builddetailspage: Add tooltips to the build failed notification Constantin Musca
@ 2012-09-14  8:29 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-09-14  8:29 UTC (permalink / raw)
  To: Constantin Musca; +Cc: bitbake-devel

On Thu, 2012-09-13 at 14:33 +0300, Constantin Musca wrote:
> [YOCTO #3046]
> 
> Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
> ---
>  bitbake/lib/bb/ui/crumbs/builddetailspage.py |    3 +++
>  1 file changed, 3 insertions(+)


Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-14  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-13 11:33 [PATCH] hob/builddetailspage: Add tooltips to the build failed notification Constantin Musca
2012-09-14  8:29 ` 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.