ThomasV
8b7c3a201c
format inputs so that they fit on one line
11 years ago
ThomasV
80a988e337
slightly better notifications. at least, it fixes #652
11 years ago
ThomasV
913ef26dd9
fix: create accounts
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
74209e8a6c
remove hardcoded seed
11 years ago
ThomasV
102bc204d5
hooks and workflow for 2of3 wallets
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
ThomasV
2be8c7f7ed
add optional default value to text dialog
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
6e26fb0198
remove redundant definition of Timer class
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
Darrin Daigle
ecd013bbb7
Fixed size issue on account combo box in status panel. If you started Electrum with a wallet that did not have imported keys (therefore the account combo box didn't show), then you opened a wallet that had imported keys, the combo box was not wide enough to correctly display the combo box items.
11 years ago
rdymac
383763e24b
add white space before BTC frozen message
Added a white space before BTC in the not enough funds frozen message.
The ‘Not enough funds…’ message does not disappear even after clicking
the clear button. Only changing the amount to send restores the
‘Balance’ message
11 years ago
Darrin Daigle
dec5e351c0
fixed title on 3 dialog boxes (they were showing "python" as title)
11 years ago
Darrin Daigle
669d8041e4
Add ability to specify fiat amount when sending bitcoin.
11 years ago
ThomasV
f92b483942
disable encrypt/decrypt
11 years ago
ThomasV
1b2f75bb84
do not display tx amounts in an offline wallet
11 years ago
Maran
f87e482d63
Changed theme switching, probably fixes #509 as well
11 years ago
Maran
17997f4d8e
Implements theme loading without overwriting path
11 years ago
ThomasV
17fa611b80
revert load theme
11 years ago
ThomasV
d57a026ae5
fix #585
11 years ago
ThomasV
dab31f0b47
fix issue #509
11 years ago
Michael Wozniak
f5fb6ed194
display locktime for transaction
display locktime for transactions if it is greater than 0. Majority of
transactions will not display any value because default is 0.
11 years ago
ThomasV
48e6dba684
follow-up to #604
11 years ago
ThomasV
fa6e9c18b9
code cleanup: main menu
11 years ago
ThomasV
da6f292dd5
encrypt/decrypt messages in gui
11 years ago
ThomasV
1face99346
code cleanup
11 years ago
ThomasV
3e014d05c1
move menu separator
11 years ago
Michael Wozniak
f9a52684e3
Add history fiat tx value for exchange plugin
Added coindesk BPI rate calculation for transaction values in history.
Coindesk currently only provides this functionality for USD, so it is
only available when the Coindesk and USD combination has been
selected.
11 years ago
ThomasV
daf15a10bf
cleanup
11 years ago
Michael Wozniak
b16035c5de
change remove tabs for verify/sign
verify message is in the drop down menus and sign is in the receive tab
drop down for each address
11 years ago
Michael Wozniak
e86734fccb
Add tools menu function for Verify message
add separate menu option to verify message because verifying a message
does not need to be tied to a specific address
11 years ago
ThomasV
4a97aa1d1e
show txids in the list of transaction inputs
11 years ago
dabura667
0ad491b727
Add link in history to view the tx on blockchain
Mostly a convenience thing. webbrowser should work with Mac OS, but I
have no environment to check with.
Win and Linux both open the url fine in the default browser.
11 years ago
Michael Wozniak
8b20250f8e
Add QR Display for Private Key export
11 years ago
Michael Wozniak
d30fb5c473
Add CoinDesk BPI for exchange rate
Add CoinDesk BPI for exchange rate options. Choose between blockchain
and coindesk on the plugin settings page.
11 years ago
ThomasV
e955ee69a8
restore from master public key (qt and command line)
11 years ago
ThomasV
638526712b
rebrand this branch as 1.9.8
11 years ago
dabura667
9750433bfc
Changed CSV History export to UTF-8 labels
Japanese characters were causing history to be aborted halfway through
export, so by changing the label to UTF-8 I was able to export the CSV
properly.
11 years ago
dabura667
c5aa69a1f0
CSV: Show erroneous addresses in warning window.
This will show all erroneous addresses given in a CSV import to the user
before returning out of the function.
11 years ago
ThomasV
70bace9b1e
use separata class for old wallets; decide with WalletFactory
11 years ago
ThomasV
df4b47849d
gui: load tx from blockchain
11 years ago
Brian Greenberg
af71483dd8
Squash case on user-entered seed when restoring a wallet.
11 years ago