ThomasV
060e3aa23e
plugins: call load_wallet in install wizard
10 years ago
ThomasV
f70a996619
fix trezor initialiation hook (pass window in load_wallet)
10 years ago
ThomasV
d5f6651237
follow up e20dfcd3eb
10 years ago
ThomasV
c2a4252065
do not pass config to storage. request height from network_proxy if connected
10 years ago
Neil Booth
1bafa42fbd
Remove two redundant refreshes of history tab during startup.
The call to update_wallet() is redundant with earlier call to load_wallet().
Set the need_update boolean so the timer will refresh rather than
unconditionally refreshing. This typically results in it merging with
the first network "updated" event resulting in one less refresh.
For me in online mode this results in history being calculated and shown
only twice during startup rather than four times.
10 years ago
ThomasV
7a7ad7fe2d
call go_lite after load_wallet
10 years ago
ThomasV
8251c5b6d9
fix #1057
10 years ago
ThomasV
21b2fcbe85
always_hook. fix trezor handler. fixes #1146
10 years ago
ThomasV
7e6bd2eb8c
give user the option to remove incomplete wallet
10 years ago
ThomasV
c00b1f649a
do not save gui_last_wallet if -w parameter was passed
10 years ago
ThomasV
cc48663d0e
set window.app in constructor
10 years ago
ThomasV
8644bbf734
uri fix
10 years ago
ThomasV
c56fe45ad7
show wizard before running it
10 years ago
ThomasV
20fc2da9b5
do not attemps last_wallet if file does not exist
10 years ago
ThomasV
77d010bcec
store gui last wallet separately, to fix command line
10 years ago
ThomasV
9f9bab6cf0
fix issue #968
10 years ago
ThomasV
5adb10e4d2
simplification
10 years ago
ThomasV
6d8eebe2db
raise exception when seed version does not match
10 years ago
ThomasV
b1eb6ebc91
qt gui: handle exceptions raised when opening wallet
10 years ago
Tafelpoot
d9c5250a6f
removed trailing whitespace and fixed indentation in history widget
10 years ago
ThomasV
5b84cbe9fb
close_wallet
10 years ago
ThomasV
bcb18bbde4
call set_language before QApplication. fixes #400
10 years ago
ThomasV
79588eb4da
init plugins before gui. register wallet types in plugin constructor
10 years ago
ThomasV
44566054a2
qt: quit on SIGINT
11 years ago
ThomasV
e702b3312b
proper return from install wizard
11 years ago
ThomasV
fb0574c5a0
fix callbacks
11 years ago
ThomasV
f5a76f7dcf
fix: payment_request
11 years ago
ThomasV
6f3c9e6a44
unify util.parse_URI
11 years ago
ThomasV
bf969c14ff
option to start hidden. fixes #720
11 years ago
ThomasV
440f972fd3
show payment request details
11 years ago
ThomasV
513f9c2d89
save invoices
11 years ago
ThomasV
a8558a21bc
fix #680
11 years ago
ThomasV
370bdbe855
fix payment ack
11 years ago
ThomasV
ec234105a5
send error messages for payment requests
11 years ago
ThomasV
a6d1eef549
payment requests: add style sheet for readonly fields
11 years ago
ThomasV
87fa402c34
support for payment requests in the gui
11 years ago
ThomasV
bb88c891dc
move set_url to __init__. fixes #672
11 years ago
ThomasV
70a638a7c3
more robust install wizard
11 years ago
ThomasV
5bbdcdf73d
move tray logic to ElectrumGui object. fixes #468
11 years ago
ThomasV
102bc204d5
hooks and workflow for 2of3 wallets
11 years ago
ThomasV
6e26fb0198
remove redundant definition of Timer class
11 years ago
Michael Wozniak
433a3ba0fe
Mac OSX bitcoin: URI updates
11 years ago
Bryan Stitt
6cd4ed486a
fix more bare excepts
11 years ago
thomasv
e54a746a57
path of icons_rc
11 years ago
ThomasV
ecfe5e2590
common wallet.restore() method for GUIs
11 years ago
ThomasV
6644fcc22e
move lite window initialization in the constructor of the main window
11 years ago
ThomasV
2c0814f0d3
simplify gui names
11 years ago
ThomasV
404c1f84d2
generalize plugins to all guis
11 years ago
ThomasV
8bf55ecaab
fix
11 years ago
thomasv
7a4525ef07
minor fix for lite gui
11 years ago