SomberNight
c811c5c9d9
allow encrypting watch-only wallets. initial support for hw wallet storage encryption.
7 years ago
ThomasV
46b8436693
fix #2562 : show error message if hardware library is missing
7 years ago
SomberNight
4ac162f18b
migration to PyQt5. initial commit.
7 years ago
ThomasV
ab15ff3a00
updates for python3
8 years ago
ThomasV
997dd17933
call choose_device when button is clicked
8 years ago
ThomasV
ae779694df
create common class for qt hardware plugins
8 years ago
ThomasV
02db08504c
fix yes_no_question dialog in qthandler
8 years ago
ThomasV
47f1a7b632
move update_status in handler
8 years ago
ThomasV
5d963d9a95
qt handler: use own signals, because there might be several handlers
8 years ago
ThomasV
305843999e
Relicensing
9 years ago
Neil Booth
535956149a
trezor: single passphrase entry
Only require the user to input the passphrase once, unless creating
a wallet.
Should they mis-enter the passphrase, they will be warned Electrum
couldn't pair the device, and when they actually need to use it
they will be prompted again.
Fixes #1672
9 years ago
Neil Booth
9490debf0f
hw_wallet: don't make watching only if cannot pair
Instead issue a warning. Being watching-only disables
various functionality that should instead just ask again
for the PIN to be input.
9 years ago
Neil Booth
16397b1ed7
trezor: more user friendly when cannot connect
Tell the user and ask if they want to try again. If they
say no, raise a silent exception. Apply this more friendly
behaviour to the install wizard too (see issue #1668 ).
9 years ago
Neil Booth
9930d5fd6f
Update obsolete comment.
9 years ago
Neil Booth
134ae3d044
hw_wallet: separate out common QtHandler code
9 years ago