diff frontends/quick_frontend/quick_app.py @ 159:2fa58703f1b7

Primitivus: notification bar, first draft - popup queue is now managed - notifications can auto-hide when nothing to show - ctrl-n show next notification Primitivus: ctrl-s allow to temporarily hide a popup Primitivus: cards in card_game now answer to mouse click Primitivus: notification is shown when invalid card is played in card_game Primitivus: SelectableText has now methods get_text and set_text
author Goffi <goffi@goffi.org>
date Wed, 04 Aug 2010 17:57:51 +0800
parents 63d20bda5754
children 8a2053de6f8c
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_app.py	Wed Aug 04 17:53:20 2010 +0800
+++ b/frontends/quick_frontend/quick_app.py	Wed Aug 04 17:57:51 2010 +0800
@@ -72,7 +72,7 @@
         return profile in self.profiles.keys()
 
     def postInit(self):
-        """Must be called after __init__, do all automatic task (auto plug profile)"""
+        """Must be called after initialization is done, do all automatic task (auto plug profile)"""
         if self.options.profile:
             if not self.bridge.getProfileName(self.options.profile): 
                 error(_("Trying to plug an unknown profile (%s)" % self.options.profile))