-WIP-electrum-btcp/lib
Amir Taaki ca4473c620 If wallet does not exist, then it does not even attempt to read the config (read returns on IOError exception). Ergo a new wallet will not ever set the theme name and it will stay as None. We change this to a sensible default so new wallets have a themed GUI. 2012-08-29 21:27:22 +01:00
..
__init__.py modified password input routines to allow for input through stdin 2012-07-06 21:45:57 -07:00
bmp.py setup package in lib subdirectory 2012-05-10 14:38:49 +02:00
exchange_rate.py changed lookup_rate() to non-public 2012-08-22 20:11:38 -07:00
gui.py Corrected import paths for print_error. 2012-07-07 19:53:54 +01:00
gui_lite.py WalletSynchronizer had a race condition caused by calling the callback before the Qt event loop (or other initialisation) finished. Ergo we split initialisation and the running of the thread, then use Qt SIGNALs to yield back into the Qt event loop. This ensures that the callback for the servers_list_changed is not called until the main Qt event loop is actually running. 2012-08-29 20:53:22 +01:00
gui_qt.py WalletSynchronizer had a race condition caused by calling the callback before the Qt event loop (or other initialisation) finished. Ergo we split initialisation and the running of the thread, then use Qt SIGNALs to yield back into the Qt event loop. This ensures that the callback for the servers_list_changed is not called until the main Qt event loop is actually running. 2012-08-29 20:53:22 +01:00
history_widget.py Added history to lite view. 2012-08-12 21:17:43 +01:00
i18n.py version 0.50: localisation using gettext 2012-05-18 15:28:55 +02:00
interface.py Remove assert which isn't true for the commands (only the GUI). 2012-08-29 20:54:28 +01:00
mnemonic.py setup package in lib subdirectory 2012-05-10 14:38:49 +02:00
msqr.py setup package in lib subdirectory 2012-05-10 14:38:49 +02:00
pyqrnative.py setup package in lib subdirectory 2012-05-10 14:38:49 +02:00
qrscanner.py Added check if video device is available 2012-08-03 16:05:47 +02:00
ripemd.py setup package in lib subdirectory 2012-05-10 14:38:49 +02:00
util.py More Pythonics util.print_error 2012-08-20 10:11:23 +01:00
version.py Bump version to 1.0 2012-08-12 21:21:37 +02:00
wallet.py If wallet does not exist, then it does not even attempt to read the config (read returns on IOError exception). Ergo a new wallet will not ever set the theme name and it will stay as None. We change this to a sensible default so new wallets have a themed GUI. 2012-08-29 21:27:22 +01:00