You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Maran 6da25727f8 Refactored user_dir to utils and replaced it in wallet and config 13 years ago
..
__init__.py Added SimpleConfig class to deal with simple config options added for fallback to other gui when missing deps 13 years ago
bmp.py setup package in lib subdirectory 13 years ago
exchange_rate.py changed lookup_rate() to non-public 13 years ago
gui.py Corrected import paths for print_error. 13 years ago
gui_lite.py Fixed issue 19 by jimboman77: https://github.com/spesmilo/electrum/issues/19 13 years ago
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. 13 years ago
history_widget.py Added history to lite view. 13 years ago
i18n.py version 0.50: localisation using gettext 13 years ago
interface.py Remove assert which isn't true for the commands (only the GUI). 13 years ago
mnemonic.py setup package in lib subdirectory 13 years ago
msqr.py setup package in lib subdirectory 13 years ago
pyqrnative.py setup package in lib subdirectory 13 years ago
qrscanner.py Added check if video device is available 13 years ago
ripemd.py setup package in lib subdirectory 13 years ago
simple_config.py Refactored user_dir to utils and replaced it in wallet and config 13 years ago
util.py Refactored user_dir to utils and replaced it in wallet and config 13 years ago
version.py Bump version to 1.0 13 years ago
wallet.py Refactored user_dir to utils and replaced it in wallet and config 13 years ago