diff src/cagou/core/cagou_widget.py @ 29:8b5827c43155

notes first draft: Implementation of XMLUI notes. There is a new header on top of root widget which display notifications, and notes are shown for a couple of seconds. A blue Cagou head appear when there are notes, and user can display 10 last when clicking on it. This header will probably not be present on platforms such as Android, because there is already a system-wide notifications handler which can be used instead (saving visual space).
author Goffi <goffi@goffi.org>
date Sun, 21 Aug 2016 15:15:25 +0200
parents d09bd16dbbe2
children 9f45098289cc
line wrap: on
line diff
--- a/src/cagou/core/cagou_widget.py	Sun Aug 21 15:02:18 2016 +0200
+++ b/src/cagou/core/cagou_widget.py	Sun Aug 21 15:15:25 2016 +0200
@@ -35,7 +35,6 @@
         self.bind(on_release=lambda btn, plugin_info=plugin_info: cagou_widget.switchWidget(plugin_info))
 
 
-
 class HeaderWidgetCurrent(ButtonBehavior, Image):
     pass