Neil Booth
39fe24b4d3
Rename auto_cycle to auto_connect in config
User config is updated if appropriate.
Add tests behaviour is as expected.
Just the one rename-it reference to auto_cycle remains.
10 years ago
ThomasV
59a9e4f710
fix new_wallet and seed language
10 years ago
ThomasV
8689807400
add file button to text edits
10 years ago
ThomasV
eff977081d
add file reader to QRTextEdit, to facilitate key imports
10 years ago
ThomasV
8251c5b6d9
fix #1057
10 years ago
ThomasV
21b2fcbe85
always_hook. fix trezor handler. fixes #1146
10 years ago
ThomasV
8f94039355
call set_layout before adding buttons, so that setDefault works
10 years ago
ThomasV
a3422d3fae
generic multisig wallet constructor. fixes #1129
10 years ago
ThomasV
1be26dbf06
fix init error from issue #1102
10 years ago
Andy Christianson
c72531fa6a
added support for restoring multisig wallets from BIP32 private keys
10 years ago
Andy Christianson
cff6b95011
added support for restoring multisig wallets from BIP32 private keys
10 years ago
ThomasV
01cfb8f8f1
new Button widgets
10 years ago
ThomasV
2ea25fbb17
clarify the 'restore' message
10 years ago
ThomasV
6ececd500d
add show in set_layout
10 years ago
ThomasV
50c6a2fcbd
show wallet name in wizard
10 years ago
ThomasV
97c57996b8
cleanup
10 years ago
ThomasV
6050e4d549
fix QRcode widget in multisig wallet wizard
10 years ago
ThomasV
894a09e164
better message: restore or import
10 years ago
ThomasV
84fc4574d6
add password when creating imported wallet
10 years ago
ThomasV
9f9bab6cf0
fix issue #968
10 years ago
ThomasV
34dbeeafc8
fix calls broken by 256a467dd7
10 years ago
Tafelpoot
256a467dd7
QR code fixes
New classes ScanQRTextEdit and ShowQRTextEdit.
Reason: dependencies on zbar availability and issues with the QRTextEdit constructor.
- ScanQRTextEdit needs access to the config (fetch camera). It needs to load
the zbar processor properly before trying to scan. Keeping a reference to
the processor in qrscaner fixes the crashes on windows.
- ShowQRTextEdit should not have access to scan_qr().
- no need to setReadOnly anymore. It is clear from the class name.
Show master pub keys now has a Combobox if multiple accounts are
available.
10 years ago
Tafelpoot
d9c5250a6f
removed trailing whitespace and fixed indentation in history widget
10 years ago
ThomasV
fde5dd577a
fix #849
10 years ago
ThomasV
11e7a6644e
do not store wallet_type right at the first screen
10 years ago
ThomasV
cef75e9e7b
new seed_version: remove whitespaces only between CJK characters
10 years ago
ThomasV
d8cc54fbed
verify_seed: pass function
10 years ago
ThomasV
6361abaf4d
extended seed prefix
10 years ago
ThomasV
65fd4f45e3
spelling
10 years ago
ThomasV
bc1ae4fe94
filter wallet types
10 years ago
ThomasV
622fb6c08b
add wallet categories
10 years ago
ThomasV
34cb1f6620
simplify install wizard
10 years ago
ThomasV
79588eb4da
init plugins before gui. register wallet types in plugin constructor
10 years ago
ThomasV
c7f667e2ed
separate add_seed from create_master_keys
11 years ago
ThomasV
f643c3b44a
fix: connection preferences were overwritten by wizard
11 years ago
ThomasV
c130ff6715
fix plugin restore: wallet_type
11 years ago
ThomasV
744eee6858
wizard integration
11 years ago
ThomasV
3835751fac
bugfix
11 years ago
ThomasV
91723999aa
add_cosigner_seed
11 years ago
ThomasV
2d3df982eb
fix wizard
11 years ago
ThomasV
2c1bf7ca95
wizard: change order
11 years ago
ThomasV
4e9408d917
wizard: we still want to store wallet type on creation
11 years ago
ThomasV
edb5552a31
don't store wallet_type in wizard; refactoring
11 years ago
ThomasV
58e1dd2a24
update trezor plugin
11 years ago
ThomasV
f4b390a79f
bip44
11 years ago
ThomasV
57e50ee326
handle exceptions raised if trezor is not found
11 years ago
ThomasV
448d2eb548
wizard restore: abort if wallet is None
11 years ago
Michael Wozniak
295a71173c
fix spacing for indent
11 years ago
ThomasV
c329a03757
wizard restore hook
11 years ago
ThomasV
cd4c8335b0
wizard: ask for password earlier during restore
11 years ago