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
11 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
ThomasV
2c38e85a50
better integration of plugins in installwizard (for 2fa, trezor plugins)
11 years ago
ThomasV
54973062bd
restore from xprv
11 years ago
ThomasV
84b8b6d73d
message: cosigner wallet
11 years ago
ThomasV
5f8c04cd56
wizard: set next button default
11 years ago
ThomasV
c4d10f6d63
fix: wizard 2of2 (cosigning key)
11 years ago
ThomasV
ed48588d8a
fix: wizard 2of2
11 years ago
Michael Wozniak
9fcc8703e8
show/raise install dialog
make sure install dialog doesn't show up behind other windows when
electrum is started
11 years ago
ThomasV
a66df2a3fa
multi seed and mpk dialogs
11 years ago
ThomasV
c3f0f69f1e
add clickable label to show/hide advanced wallet types
11 years ago
ThomasV
0fb6cdcb1a
add 2of3 wallets in wizard
11 years ago
ThomasV
8558488337
fix name
11 years ago
ThomasV
f178faf03b
wizard: simplify multisig creation
11 years ago
ThomasV
13c3422386
merge screens of the install wizard
11 years ago
ThomasV
9196e9feea
messages for enter_seed
11 years ago
ThomasV
582fb76e9e
new class: Imported_Wallet
11 years ago
ThomasV
029f33a47c
minor fix for restore dialog
11 years ago
ThomasV
5d68ce4f22
wizard: option to create multisig wallet manually
11 years ago