LBRY-Vault/electrum/gui/qt
SomberNight bd32b88f62
introduce UserFacingException
we should not raise generic Exception when wanting to communicate with
the user. it makes distinguishing programming errors and messages hard,
as the caller will necessarily need to catch all Exceptions then
2018-11-08 19:46:15 +01:00
..
__init__.py correctly handle bitcoin URIs if GUI is already running 2018-10-25 00:18:14 +02:00
address_dialog.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
address_list.py small optimisations for history tab refresh (and related) 2018-08-03 16:12:41 +02:00
amountedit.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
completion_text_edit.py some import clean-up in qt 2018-09-25 18:15:28 +02:00
console.py qt console: expose more refs, and fix auto-complete for >2 depth 2018-10-29 00:20:45 +01:00
contact_list.py some import clean-up in qt 2018-09-25 18:15:28 +02:00
exception_window.py network: add singleton accessor classmethod, port trustedcoin to aiohttp 2018-09-07 11:35:16 +02:00
fee_slider.py some import clean-up in qt 2018-09-25 18:15:28 +02:00
history_list.py some import clean-up in qt 2018-09-25 18:15:28 +02:00
installwizard.py wizard: make native segwit (bech32) the default for bip39/hw 2018-11-08 13:01:40 +01:00
invoice_list.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
main_window.py introduce UserFacingException 2018-11-08 19:46:15 +01:00
network_dialog.py network: auto-switch servers to preferred fork (or longest chain) 2018-10-11 20:07:19 +02:00
password_dialog.py some import clean-up in qt 2018-09-25 18:15:28 +02:00
paytoedit.py openalias: minor clean-up 2018-10-29 17:09:23 +01:00
qrcodewidget.py some import clean-up in qt 2018-09-25 18:15:28 +02:00
qrtextedit.py some import clean-up in qt 2018-09-25 18:15:28 +02:00
qrwindow.py some import clean-up in qt 2018-09-25 18:15:28 +02:00
request_list.py some import clean-up in qt 2018-09-25 18:15:28 +02:00
seed_dialog.py add warning that seed extension will not be included in the backup (#4555) 2018-07-18 13:15:31 +02:00
transaction_dialog.py wallet: more powerful add_input_info 2018-10-29 21:34:44 +01:00
util.py kill old-style namedtuples 2018-10-28 00:28:29 +02:00
utxo_list.py some import clean-up in qt 2018-09-25 18:15:28 +02:00