LBRY-Vault/lib
2012-09-04 17:30:19 +02:00
..
__init__.py Added SimpleConfig class to deal with simple config options added for fallback to other gui when missing deps 2012-08-30 00:03:38 +02: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 Dump problem tx to temporary file when error happens. This allows developers to debug failed transactions from users by having access to the raw tx dump to see what is wrong. 2012-09-02 19:13:11 +02: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
simple_config.py Refactored user_dir to utils and replaced it in wallet and config 2012-08-30 18:00:08 +02:00
util.py Refactored user_dir to utils and replaced it in wallet and config 2012-08-30 18:00:08 +02:00
version.py Bump version to 1.0 2012-08-12 21:21:37 +02:00
wallet.py Refactored user_dir to utils and replaced it in wallet and config 2012-08-30 18:00:08 +02:00