ThomasV
d9d76436db
replace fiat dialog with direct edit line
11 years ago
ThomasV
46c2de3979
separate AmountEdit and BTCAmountEdit classes, for exchange rate plugin
11 years ago
wozz
fde8966471
Update historical exchange rate query
Update historical exchange rate query for bitcoinvenezuela to reduce extra data returned.
11 years ago
Michael Wozniak
b2a80d8522
Exchange rate update
use exchange rate value instead of string to calculate balance
11 years ago
Michael Wozniak
b7ea3c5e10
No longer require restart for toggle exchange rate
Fixes issue #643 and allows fiat button to work without restart
No logic is required because Send tab gets removed and added for every
toggle.
11 years ago
Michael Wozniak
b099930174
Update create current unix time
update method to create current unix time to be windows compatible
fix issue #640
11 years ago
Tomasz Machalski
0b8fc21db7
Added Bitcurex and Bitmarket exchanges
11 years ago
Michael Wozniak
a3b88ca3dc
Exchange Rate History - Add APIs
Add API for Winkdex and BitcoinVenezuela
11 years ago
Darrin Daigle
5619859386
Streamlined code - modified two procs (get_fiat_status_text and fiat_dialog) to call exchange API only once instead of twice (as recommended by wozz).
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
eccb78c3e6
wrapped strings with _("string text") to enable language translation
11 years ago
Darrin Daigle
dea58fcb49
fixed issue when exchange rate not available (eg, no connection)
11 years ago
Darrin Daigle
284bcc1e5b
better handling of very small fiat numbers and mBTC
11 years ago
Darrin Daigle
7bfd170ad9
check if fiat button exists on send tab before updating its caption with the newly selected fiat currency
11 years ago
Darrin Daigle
bc3bcc20dc
check to see if fiat button already exists on send tab before telling user they must restart Electrum to see it
11 years ago
Darrin Daigle
669d8041e4
Add ability to specify fiat amount when sending bitcoin.
11 years ago
Michael Wozniak
e6175c6f57
fix error with Decimal in older python versions
11 years ago
Michael Wozniak
2fc3f408c8
Exception caused by tx_list not defined
I wasn't seeing this before, so I assume it could be a race condition if
the "load_wallet" function doesn't finish before the history tab is updated.
11 years ago
Michael Wozniak
f434bac45a
fix bug for 0 transaction wallet
0 transaction wallet would return an error when getting transaction list
11 years ago
Michael Wozniak
fbbf1970b6
BitcoinVenezeula Rates
Rates are taken from CoinDesk, modified for the true blackmarket rates,
not the "government approved" rates.
11 years ago
Michael Wozniak
05027c512e
exchange rate bug fix
11 years ago
Michael Wozniak
723b0e430f
non blocking exchange rate API calls
clear combo box while waiting
11 years ago
Michael Wozniak
0c59b4148d
Add new exchange rate options
BitcoinAverage added as new exchange rate option.
Add BitPay as new exchange rate API
Winkdex added as option for exchange rate - USD only
Cleanup exchange rate plugin
cavirtex exchange rate added
BTCChina - exchange rate
11 years ago
Michael Wozniak
3a078f507c
update for new transactions with exchange plugin
new transactions aren't already loaded to the wallet when the update is
run. this catches the exception and gets the transaction value
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
Michael Wozniak
c582194bdc
Add Coinbase exchange rate option
Add Coinbase exchange rate option in exchange rate plugin
11 years ago
Michael Wozniak
501996c145
add ok button for currencies
also update the currency list when changing exchanges. defaults to
first in list if current selected currency is not available on the other
exchange
11 years ago
Michael Wozniak
fd6c6f209a
Set default exchange to Blockchain.info
set default exchange to Blockchain.info, which will force the config to
be updated if the exchange is changed.
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
2112129703
fix space
11 years ago
ThomasV
4f78b5365b
exchange rate plugin: keep thread running ( fixes #494 )
11 years ago
Bryan Stitt
6cd4ed486a
fix more bare excepts
11 years ago
ThomasV
d70087a0f5
handle plugin dependency
11 years ago
ThomasV
87a8bfda47
plugins settings widget
11 years ago
Maran
818d53fce2
Remove log statement from Exchange rate plugin
11 years ago
ThomasV
6644fcc22e
move lite window initialization in the constructor of the main window
11 years ago
ThomasV
7c4d7dc327
fix conversion in exchange rate plugin
11 years ago
ThomasV
2c0814f0d3
simplify gui names
11 years ago
ThomasV
404c1f84d2
generalize plugins to all guis
11 years ago