Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Hob: force notebook refresh
@ 2013-11-26  9:22 Valentin Popa
  2013-11-26  9:22 ` [PATCH 1/1] " Valentin Popa
  2013-11-26  9:31 ` [PATCH 0/1] " Valentin Popa
  0 siblings, 2 replies; 3+ messages in thread
From: Valentin Popa @ 2013-11-26  9:22 UTC (permalink / raw)
  To: openembedded-core


The following changes since commit 381cd842caa3db5eabf8973305b6979014d9d0a8:

  linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package (2013-11-25 16:14:48 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib vpopa/YOCTO_5596
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=vpopa/YOCTO_5596

Valentin Popa (1):
  Hob: force notebook refresh

 bitbake/lib/bb/ui/crumbs/builddetailspage.py | 1 +
 1 file changed, 1 insertion(+)

-- 
1.8.3.2



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

* [PATCH 1/1] Hob: force notebook refresh
  2013-11-26  9:22 [PATCH 0/1] Hob: force notebook refresh Valentin Popa
@ 2013-11-26  9:22 ` Valentin Popa
  2013-11-26  9:31 ` [PATCH 0/1] " Valentin Popa
  1 sibling, 0 replies; 3+ messages in thread
From: Valentin Popa @ 2013-11-26  9:22 UTC (permalink / raw)
  To: openembedded-core

Redraw the entire notebook widget after
number-of-issues drawable is incremented
(because for this case, the notebook widget
doesn't refresh it's children automatically).

[YOCTO #5596]

Signed-off-by: Valentin Popa <valentin.popa@intel.com>
---
 bitbake/lib/bb/ui/crumbs/builddetailspage.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bitbake/lib/bb/ui/crumbs/builddetailspage.py b/bitbake/lib/bb/ui/crumbs/builddetailspage.py
index 1899956..7fc690e 100755
--- a/bitbake/lib/bb/ui/crumbs/builddetailspage.py
+++ b/bitbake/lib/bb/ui/crumbs/builddetailspage.py
@@ -185,6 +185,7 @@ class BuildDetailsPage (HobPage):
     def show_issues(self):
         self.num_of_issues += 1
         self.notebook.show_indicator_icon("Issues", self.num_of_issues)
+        self.notebook.queue_draw()
 
     def reset_issues(self):
         self.num_of_issues = 0
-- 
1.8.3.2



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

* Re: [PATCH 0/1] Hob: force notebook refresh
  2013-11-26  9:22 [PATCH 0/1] Hob: force notebook refresh Valentin Popa
  2013-11-26  9:22 ` [PATCH 1/1] " Valentin Popa
@ 2013-11-26  9:31 ` Valentin Popa
  1 sibling, 0 replies; 3+ messages in thread
From: Valentin Popa @ 2013-11-26  9:31 UTC (permalink / raw)
  To: openembedded-core

Ignore, wrong list.


On 11/26/2013 11:22 AM, Valentin Popa wrote:
> The following changes since commit 381cd842caa3db5eabf8973305b6979014d9d0a8:
>
>    linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package (2013-11-25 16:14:48 +0000)
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib vpopa/YOCTO_5596
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=vpopa/YOCTO_5596
>
> Valentin Popa (1):
>    Hob: force notebook refresh
>
>   bitbake/lib/bb/ui/crumbs/builddetailspage.py | 1 +
>   1 file changed, 1 insertion(+)
>



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

end of thread, other threads:[~2013-11-26  9:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-26  9:22 [PATCH 0/1] Hob: force notebook refresh Valentin Popa
2013-11-26  9:22 ` [PATCH 1/1] " Valentin Popa
2013-11-26  9:31 ` [PATCH 0/1] " Valentin Popa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox