ThomasV
|
c3676cc6e6
|
wallet.is_used() method
|
11 years ago |
ThomasV
|
d55595d322
|
hide help buttons if a payment request is shown
|
11 years ago |
ThomasV
|
b9143b3800
|
show request memo
|
11 years ago |
ThomasV
|
6665a70a49
|
WaitingDialog class for better encapsulation
|
11 years ago |
ThomasV
|
370bdbe855
|
fix payment ack
|
11 years ago |
ThomasV
|
a03b85a513
|
fix: gui_object.payment_request
|
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
|
fa4c2b96d7
|
p2sh wallets cannot create accounts
|
11 years ago |
ThomasV
|
ac93b86ebc
|
export as json or csv
|
11 years ago |
ThomasV
|
8ca7964dac
|
address_field in sweep dialog
|
11 years ago |
ThomasV
|
7335a9936e
|
make do_export_privkey non-gui
|
11 years ago |
ThomasV
|
35200557e4
|
sleep inside for loop, so that gui remains responsive
|
11 years ago |
ThomasV
|
640d6641aa
|
fix #444
|
11 years ago |
ThomasV
|
c9fc6275ab
|
move private key methods from wallet to accounts
|
11 years ago |
ThomasV
|
fdf8697e58
|
handle pending and imported accounts using account child classes
|
11 years ago |
ThomasV
|
b7a60f02e0
|
fix type of io_dir
|
11 years ago |
ThomasV
|
46c0dda3b9
|
sweep privkeys in gui
|
11 years ago |
ThomasV
|
b21cfc2746
|
export_privkeys_dialog
|
11 years ago |
ThomasV
|
8f19f9bf28
|
do_export_privkeys: replace wallet.seed with is_watching_only
|
11 years ago |
ThomasV
|
0a0186bc5d
|
parameter for wizard.run
|
11 years ago |
ThomasV
|
ace127ee43
|
fix password dialog, for imported wallets
|
11 years ago |
ThomasV
|
95fce65e12
|
disable wallet menus when they do not apply
|
11 years ago |
ThomasV
|
9c37ed68f4
|
wallet.has_seed
|
11 years ago |
ThomasV
|
56e8ad3397
|
cleanup wallet classes
|
11 years ago |
ThomasV
|
bb88c891dc
|
move set_url to __init__. fixes #672
|
11 years ago |
ThomasV
|
7dd78e3768
|
sort accounts
|
11 years ago |
ThomasV
|
204d7507d6
|
show_before_broadcast option in gui
|
11 years ago |
ThomasV
|
9723a5e9ec
|
gui: don't show account names if there is only one account
|
11 years ago |
ThomasV
|
242eca8821
|
rm dead code
|
11 years ago |
ThomasV
|
5bbdcdf73d
|
move tray logic to ElectrumGui object. fixes #468
|
11 years ago |
ThomasV
|
40bd5e9c5f
|
dark/light icon selector. see #666
|
11 years ago |
ThomasV
|
a1daba6afe
|
get_master_public_keys
|
11 years ago |
Michael Wozniak
|
7d2895ad46
|
Add block explorer setting for "view online"
|
11 years ago |
ThomasV
|
a3dd9f700c
|
no accounts in multisig wallets
|
11 years ago |
ThomasV
|
e7a71ff806
|
switch default display to mBTC
|
11 years ago |
ThomasV
|
ace15d3e7e
|
relocate export_history code
|
11 years ago |
ThomasV
|
80a988e337
|
slightly better notifications. at least, it fixes #652
|
11 years ago |
Michael Wozniak
|
8874242fa7
|
Bitcoin URL Handling
Update Bitcoin URL handling to reject URLs with duplicate keys
issue: #649
|
11 years ago |
ThomasV
|
f550b452be
|
transaction: add_signature(), is_complete() methods
|
11 years ago |
ThomasV
|
94829db701
|
don't change default_wallet_path
|
11 years ago |
ThomasV
|
88d4dab6cb
|
broadcast tx in a separate thread
|
11 years ago |
ThomasV
|
c24482c21a
|
check seed in gui. fixes #622
|
11 years ago |
Michael Wozniak
|
3cd4689083
|
Fix OS X issue: window start in foreground
When run from command line, the window starts behind all other windows.
raise_() will bring the window to the front.
|
11 years ago |
ThomasV
|
53b872acdf
|
gui fix: send tx dialog
|
11 years ago |
ThomasV
|
5a43b633d6
|
update bip32 accounts and wallet
|
11 years ago |
ThomasV
|
33b94cd60e
|
add error field in tx, because exceptions cannot be passed by plugins
|
11 years ago |
ThomasV
|
c5c1ed11f0
|
better waiting dialog, with Qt signals
|
11 years ago |
Darrin Daigle
|
9fb7fd5803
|
Cleaned up Exchange Rate plugin: more efficient code and more intuitive names for the get fiat balance/price procedures. Created new procedure used for updating the fiat balance & price on the status panel. Enhancement: status panel on bottom left now shows the current BTC price (eg, 1 BTC~573.45 USD).
|
11 years ago |