Neil Booth
62201b37f5
MacOSX fix
If these lines are the other way round, the buttons don't appear
on MacOSX!
9 years ago
Neil Booth
15e9991e2a
Move message box logic to a mixin
9 years ago
Neil Booth
5c1828e03d
Install wizard -> window-modal, fix missing import
9 years ago
Neil Booth
e1c0298fc2
Write the wallet less often
This should speed up synchronization / restoration of large wallets.
Wallets are written only when they switch to up_to_date state, or
when stop_threads() is called when closing the daemon, or when
a command line command finishes.
9 years ago
ThomasV
e9ee851bb2
fix: set auto_connect in installwizard
9 years ago
ThomasV
4a7c7a6616
installwizard: do not start in offline mode when disconnected ( fix #1531 )
9 years ago
ThomasV
77d6ee74f9
revert PR #1492 . clear clipboard instead
9 years ago
ThomasV
079cb311ec
call wallet.wait_until_synchronized before commands
9 years ago
ThomasV
052d8b236e
fix #1494
9 years ago
ThomasV
26682491b2
generic restore from command line
9 years ago
Fredrick Brennan
7685758360
Make it so uncopyable seed only affects wizard
Previously it also affected the menu item Wallet->Seed, which is not the
expected or desired behavior.
9 years ago
ThomasV
de92f1c98f
fix #1488 : add formerly deleted method
9 years ago
Neil Booth
5071d75912
Clean up install wizard a little
Also fixes #1462
9 years ago
Neil Booth
34ce6d1821
Updates for exchange_rate plugin
Have AmountEdit return an int if is_int, otherwise a Decimal
Set the tray tooltip unconditionally.
More verbose logging for exchage_rate plugin.
Get rate_float from Coindesk as rate can have commas.
Plugin tracks windows itself, and doesn't create its own
members in the window objects.
Clean up the edit handling.
9 years ago
ThomasV
992c70a688
detect available hardware wallets before listing them in wizard
9 years ago
ThomasV
bdb4d3ecb8
move methods calling installwizard to main gui class
9 years ago
kizmc
77ebea15d0
Fixed GroupBox layout in installwizard
9 years ago
ThomasV
aedfbd3855
start wizard from main_window. fixes #1250
9 years ago
ThomasV
1919d5d63c
fix wizard: remove vbox0, improve text
10 years ago
Michael Wozniak
4338944e3a
remove unnecessary lines
10 years ago
Michael Wozniak
b7ea10609c
add seed scroll for multisig wallets
10 years ago
Michael Wozniak
523aa7c380
update restore multisig to add type
10 years ago
ThomasV
56b3c98332
generic m of n multisig
10 years ago
ThomasV
179e98b303
restore: call constructor to load plugin
10 years ago
ThomasV
5ffd26402e
separate load_wallet hook for installwizard
10 years ago
ThomasV
060e3aa23e
plugins: call load_wallet in install wizard
10 years ago
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