From: Daniel Martin Yerga Date: Thu, 21 May 2009 17:01:39 +0000 (+0200) Subject: changelog updated X-Git-Url: http://git.maemo.org/git/?p=stockthis;a=commitdiff_plain;h=efc334a775218d8e93bf082a2b37ec6800fd7562 changelog updated --- diff --git a/debian/changelog b/debian/changelog index 9febbfb..b618e66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +stockthis (0.2-1) unstable; urgency=low + + * Added some instruments suggested by M. W. + + * Changed the name for Instruments, Quote, Graph. + + * Replacing & character setting the title of the quotes view. Else pango fails. + + * Fix the bad calculated percent value. + + * Fix Fremantle menu, its signal it's 'clicked'. + + * Smaller font for Instruments view. + + * Show error if fails to get internet data. + + * Added grid lines to the components treeview. + + * Added mibtel, ftse250 markets. + + -- Daniel Martin Yerga Wed, 20 May 2008 19:30:33 +0200 + stockthis (0.1-1) unstable; urgency=low * First Version diff --git a/stockthis.py b/stockthis.py index 33de384..0fa9352 100644 --- a/stockthis.py +++ b/stockthis.py @@ -38,7 +38,7 @@ except: from marketdata import markets, idmarket, localmarkets, localids #TODO: detect if running in Fremantle -FREMANTLE=False +FREMANTLE=True #detect if is ran locally or not import sys