use bitcoinrpc for "make local"
[bitcoin:spesmilo.git] / settings.py
2011-04-27 Luke Dashjrabstract "disabled" style a bit, and only allow selecti...
2011-04-23 Luke Dashjrmake non-English languages region-independent
2011-04-22 Luke DashjrBugfix: Don't append <0.01 precisions with an extra .00
2011-04-22 Luke DashjrBugfix: Hide missing language files from combobox in...
2011-04-22 Luke DashjrBugfix: provide tr function for _NotFancyURLopener...
2011-04-22 Luke DashjrUse bitcoin32.png as fallback, not .xpm (which we don...
2011-04-21 Luke Dashjrreplace os.system with subprocess.Popen so we can self...
2011-04-17 Luke Dashjrfallback icons from public domain Tango icon library
2011-04-13 Luke Dashjrmore strings to localize
2011-04-11 Luke DashjrAdd French (fr_CA) to settings
2011-04-09 Luke DashjrSupport standard locale environment variables (LC_ALL...
2011-04-08 Luke Dashjrautosort language options
2011-04-08 Luke Dashjradd Dutch option to settings
2011-04-06 Luke Dashjruse anynumber Python module to parse and format number...
2011-04-05 Luke Dashjrchange case for settings category
2011-04-05 Luke DashjrBugfix: multiple bugs related to internal core use...
2011-04-05 Luke DashjrAllow reconfiguration when connection fails
2011-04-05 Luke Dashjrrefactor settings to allow a limited degree of changing...
2011-04-05 Luke DashjrMerge branch 'install'
2011-04-04 Luke Dashjrerror on bad authentication, rather than hang on stdio
2011-04-04 Luke Dashjrminor rearrangement, to fix first-run settings dialog
2011-04-04 Luke Dashjrinstall and use theme icons
2011-03-31 Luke DashjrAdd interactive debug mode (main.py --debug)
2011-03-25 Luke DashjrGPLv3 copying terms; genjix has assigned copyright...
2011-03-24 Luke Dashjrwoops, bugfix :)
2011-03-24 Luke Dashjrallow user to configure whether their preferred unit...
2011-03-24 Luke Dashjrdisplay confirmation count in Tonal, if that is the...
2011-03-22 Luke DashjrAllow configuring language via settings.py
2011-03-15 Luke DashjrBugfix: allow N/A through humanAmount again
2011-03-13 Luke DashjrHandle corner-cases where TBC might be written in BTC...
2011-03-12 Luke DashjrMerge branch 'tonal'
2011-03-11 Luke Dashjrfix double minus issue
2011-02-20 Luke DashjrMerge branch 'master' into tonal
2011-02-19 Luke Dashjrfigure out assumptions better
2011-02-19 Luke DashjrMerge branch 'master' into tonal
2011-02-18 Luke DashjrMerge branch 'master' into tonal
2011-02-18 Luke DashjrMerge branch 'master' of https://github.com/genjix...
2011-02-18 Luke DashjrTonal number system support
2011-02-17 Luke DashjrUse base units for all internals, abstracting to/from...
2011-02-16 Luke Dashjrprompt for core settings at first run
2011-02-16 Luke DashjrDon't stop the bitcoind unless it's internal
2011-02-16 Luke Dashjrinitial settings dialog