Janus
097ac144d9
file reorganization with top-level module
2018-07-13 14:01:37 +02:00
SomberNight
6e0650b909
follow-up 66cfc3ea37
2018-05-01 20:04:06 +02:00
SomberNight
66cfc3ea37
hw_wallet: show_error can now block optionally. trezor: use prev during recovery.
2018-05-01 15:05:58 +02:00
SomberNight
78745f1f02
show address on hw: change icon
2018-04-28 16:07:49 +02:00
SomberNight
688dd07381
qt receive tab: show address on hw wallet
2018-04-27 03:21:27 +02:00
Dimitris Apostolou
989c9c2b55
Fix typos
2018-04-15 20:34:40 +02:00
SomberNight
6c4756dc3d
check trezorlib version
2018-02-07 17:51:52 +01:00
SomberNight
ffdc36285b
use string.format instead of old style (%) formatting
2018-02-04 07:26:55 +01:00
SomberNight
c811c5c9d9
allow encrypting watch-only wallets. initial support for hw wallet storage encryption.
2018-01-28 02:09:44 +01:00
ThomasV
46b8436693
fix #2562 : show error message if hardware library is missing
2017-11-05 12:49:38 +01:00
SomberNight
4ac162f18b
migration to PyQt5. initial commit.
2017-09-23 05:54:38 +02:00
ThomasV
ab15ff3a00
updates for python3
2017-08-26 08:28:24 +02:00
ThomasV
997dd17933
call choose_device when button is clicked
2016-09-27 12:11:19 +02:00
ThomasV
ae779694df
create common class for qt hardware plugins
2016-08-31 11:50:19 +02:00
ThomasV
02db08504c
fix yes_no_question dialog in qthandler
2016-08-31 11:32:14 +02:00
ThomasV
47f1a7b632
move update_status in handler
2016-08-27 14:56:31 +02:00
ThomasV
5d963d9a95
qt handler: use own signals, because there might be several handlers
2016-08-24 10:10:49 +02:00
ThomasV
305843999e
Relicensing
2016-02-24 10:20:30 +01:00
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
2016-02-11 19:54:55 +09:00
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.
2016-02-07 17:38:34 +09:00
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 ).
2016-02-06 19:51:39 +09:00
Neil Booth
9930d5fd6f
Update obsolete comment.
2016-01-30 13:00:25 +09:00
Neil Booth
134ae3d044
hw_wallet: separate out common QtHandler code
2016-01-30 12:46:54 +09:00