# HG changeset patch # User Goffi # Date 1282238271 -28800 # Node ID 92e4ddd580ae75d9d1caa2f6af758542136e77b1 # Parent b2e1a13ed59661943ca0aadc9ce7b259b43635c5 version change before release diff -r b2e1a13ed596 -r 92e4ddd580ae README --- a/README Fri Aug 20 01:15:58 2010 +0800 +++ b/README Fri Aug 20 01:17:51 2010 +0800 @@ -1,4 +1,4 @@ -SàT +SàT v0.0.3 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010 SàT is a XMPP (Jabber) client. @@ -133,7 +133,7 @@ These pictures come from Crystal clear, were made by Everaldo Coelho (www.everaldo.com) and YellowIcon (www.yellowicon.com). They are under LGPL V3 licence (see frontends/wix/images/COPYING.LESSER). Found on http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_browser.png and http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_cache.png -pictures found in frontend/wix/images/...: +pictures found in frontends/wix/images/cards/ : The Tarot cards pictures come from the deck found on wikicommons (the script used to cut them is available at frontend/wix/images/split_card.sh), and available at http://upload.wikimedia.org/wikipedia/commons/8/8d/Tarotcards.jpg under Creative Commons BY-SA. The authors shown on the site are Piast and Svick. The splitted cards are, according to the license, available under the same conditions. the powerfull ImageMagick (http://www.imagemagick.org/) is used by the script written to split the previously named picture. diff -r b2e1a13ed596 -r 92e4ddd580ae frontends/primitivus/custom_widgets.py --- a/frontends/primitivus/custom_widgets.py Fri Aug 20 01:15:58 2010 +0800 +++ b/frontends/primitivus/custom_widgets.py Fri Aug 20 01:17:51 2010 +0800 @@ -189,7 +189,7 @@ """Text to display when selected @text: text as in urwid.Text or None for default value""" if text == None: - text = ('selected',self.default_txt) + text = ('selected',self.getValue()) self.selected_txt = self.__valid_text(text) if self.__selected: self.setState(self.__selected) diff -r b2e1a13ed596 -r 92e4ddd580ae sat --- a/sat Fri Aug 20 01:15:58 2010 +0800 +++ b/sat Fri Aug 20 01:17:51 2010 +0800 @@ -1,3 +1,3 @@ #!/bin/sh -twistd -noy sat.tac +twistd -oy sat.tac diff -r b2e1a13ed596 -r 92e4ddd580ae sat.tac --- a/sat.tac Fri Aug 20 01:15:58 2010 +0800 +++ b/sat.tac Fri Aug 20 01:17:51 2010 +0800 @@ -21,7 +21,7 @@ CONST = { 'client_name' : u'SàT (Salut à toi)', - 'client_version' : u'0.0.2D', #Please add 'D' at the end for dev versions + 'client_version' : u'0.0.3', #Please add 'D' at the end for dev versions 'local_dir' : '~/.sat' }