ThomasV
8249f5ab67
init_headers in daemon thread, and fix #1996
8 years ago
ThomasV
ac59296846
allow spaces in private keys ( fix #1602 )
8 years ago
ThomasV
1fd6aef9c9
fix #1984
8 years ago
ThomasV
7ea91dde2e
do not expose network to wizard. update message in issue #1972
8 years ago
ThomasV
e01e7d8562
fix: remove TextInputLayout
8 years ago
ThomasV
f8aaa4a50f
hide seed options in a popup dialog. simplify seed_dialog classes
8 years ago
ThomasV
834d3322b3
kivy: seed options dialog
8 years ago
ThomasV
d12661a385
use the word 'extension' instead of 'passphrase'
8 years ago
ThomasV
4788a10a8b
fix message formatting
8 years ago
ThomasV
19cee0e6c0
slightly change seed warning
8 years ago
ThomasV
94988bd3f7
follow-up previous commit
8 years ago
ThomasV
121ac07b01
wizard: add checkbox for passphrases. allow passphrases with 2fa seeds
8 years ago
ThomasV
2e0d55e25e
remove xpub icon
8 years ago
ThomasV
9509592767
new icon for xpub/xprv dialogs
8 years ago
ThomasV
52a9fdf6f6
wizard: fix restore multisig from seed
8 years ago
ThomasV
06c68a4be1
seed_type_label setVisible
8 years ago
ThomasV
749a1f2006
restore bip39 option for multisig, add a warning when option is clicked.
8 years ago
ThomasV
c32f75a313
wizard: display seed type. restore 2fa if needed
8 years ago
ThomasV
63a5e8f99b
fix wizard line_dialog
8 years ago
ThomasV
4bc756751b
improve wizard messages; skip choice screen if there is only one choice
8 years ago
ThomasV
1e4cdab096
normalize passphrase
8 years ago
ThomasV
e7dd800875
tweak messages
8 years ago
ThomasV
ebab390b1a
wizard: it is better to use a separate screen for passphrase
8 years ago
ThomasV
99a3250b3f
wizard: show passphrase in the same window as the seed
8 years ago
ThomasV
8cb6ba992a
wizard: set next_button focus
8 years ago
ThomasV
f98d1f43b4
do not propose passphrase option in 2fa wallets
8 years ago
ThomasV
6c1dae4b10
qt wizard: remove max size
8 years ago
ThomasV
bd3477cdb0
increase wizard window size
8 years ago
ThomasV
b907a668ec
wizard: add derivation passphrase and bip39 support
8 years ago
ThomasV
808703bacb
m
8 years ago
ThomasV
9366e37fb0
disable wizard.finished()
8 years ago
ThomasV
4781df9d21
wizard: scan hardware devices directly
8 years ago
ThomasV
63ebf7772e
wizard.query_choice
8 years ago
ThomasV
d9021788fa
request account_id in wizard, for hardware wallets. cleanup bip44 code
9 years ago
ThomasV
b87c5d12fa
- fix sign/verify messages
- fix hardware wallet tx_outputs
9 years ago
ThomasV
1159f85e05
Major refactoring
- separation between Wallet and key management (Keystore)
- simplification of wallet classes
- remove support for multiple accounts in the same wallet
- add support for OP_RETURN to Trezor plugin
- split multi-accounts wallets for backward compatibility
9 years ago
ThomasV
167dcbf624
wizard: cosmetic changes
9 years ago
ThomasV
16db27ffc0
wizard: remove run_wallet
9 years ago
ThomasV
342d6633a6
wizard: add capability to restore multisig
9 years ago
ThomasV
c313c3c340
remove forgotten imports and print statements
9 years ago
ThomasV
e7d25faf02
Finish wizard unification
9 years ago
ThomasV
dabeae9f95
multisig wizard: use sliders
9 years ago
ThomasV
85aa633269
simplify wizard handling of hardware wallets. fixes #1793
9 years ago
Neil Booth
11ef0f5489
Properly disable the next button if no choices
Fixes 1793, 1786
9 years ago
Neil Booth
db1aa13015
Permit empty passphrases when creating HW wallet
They used to be confused as a user cancel.
Fixes #1788
Also fix Cancel pressed in passphrase dialog when *restoring*
a hardware wallet in install wizard; it used to be taken as an
empty passphrase. Like the password dialog it now cancels the
wizard.
9 years ago
ThomasV
8e6e287802
make restore thread a daemon
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
4ea9518aef
QT install wizard: catch general exceptions
and show an error before re-raising and exiting. Improvement on
prior.
9 years ago
Neil Booth
9fa8c4de27
Installwizard: not app-modal on MacOSX
Making a window with no parent window-modal on Mac makes it
application-modal. This is different to behaviour under X, and
we don't want that. Use QDialog instead.
9 years ago
Neil Booth
618026f96c
Installwizard: tweak hardware wallet handling
9 years ago