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.
 
 
 
 
Amir Taaki 4c1bc14104 Remove assert which isn't true for the commands (only the GUI). 13 years ago
..
__init__.py modified password input routines to allow for input through stdin 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 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
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
util.py More Pythonics util.print_error 13 years ago
version.py Bump version to 1.0 13 years ago
wallet.py Fixed bug where switching servers causes assert failure. 13 years ago