New port numbers
[electrum-nvc.git] / plugins / exchange_rate.py
2014-07-22 CryptoManiacInitial novacoin support
2014-06-24 ThomasVdefine frozen signal for exchange rate plugin
2014-06-24 ThomasVcatch exceptions raised by fiat amount conversion to...
2014-06-11 ThomasVfiat_e: set precision to 0.01
2014-06-11 ThomasVexchange rate plugin: bi-directional conversion
2014-06-11 ThomasVsetAmount: convert to int
2014-06-11 ThomasVreplace fiat dialog with direct edit line
2014-06-11 ThomasVseparate AmountEdit and BTCAmountEdit classes, for...
2014-04-28 wozzUpdate historical exchange rate query
2014-04-22 wozzMerge pull request #662 from wozz/issue-643
2014-04-19 Michael WozniakExchange rate update
2014-04-17 Michael WozniakNo longer require restart for toggle exchange rate
2014-04-01 ThomasVMerge pull request #639 from toomyem/spesmilo
2014-04-01 Michael WozniakUpdate create current unix time
2014-03-31 Tomasz MachalskiAdded Bitcurex and Bitmarket exchanges
2014-03-31 Michael WozniakExchange Rate History - Add APIs
2014-03-28 Darrin DaigleStreamlined code - modified two procs (get_fiat_status_...
2014-03-27 Darrin DaigleCleaned up Exchange Rate plugin: more efficient code...
2014-03-25 Darrin Daiglewrapped strings with _("string text") to enable langua...
2014-03-24 Darrin Daiglefixed issue when exchange rate not available (eg, no...
2014-03-24 Darrin Daiglebetter handling of very small fiat numbers and mBTC
2014-03-23 Darrin Daiglecheck if fiat button exists on send tab before updating...
2014-03-23 Darrin Daiglecheck to see if fiat button already exists on send...
2014-03-23 Darrin DaigleAdd ability to specify fiat amount when sending bitcoin.
2014-03-18 Michael Wozniakfix error with Decimal in older python versions
2014-03-08 Michael WozniakException caused by tx_list not defined
2014-03-08 Michael Wozniakfix bug for 0 transaction wallet
2014-03-06 ThomasVMerge pull request #609 from wozz/bitven
2014-03-05 Michael WozniakBitcoinVenezeula Rates
2014-03-05 Michael Wozniakexchange rate bug fix
2014-03-05 Michael Wozniaknon blocking exchange rate API calls
2014-03-05 Michael WozniakAdd new exchange rate options
2014-03-03 Michael Wozniakupdate for new transactions with exchange plugin
2014-03-03 Michael WozniakAdd history fiat tx value for exchange plugin
2014-03-02 Michael WozniakAdd Coinbase exchange rate option
2014-03-02 Michael Wozniakadd ok button for currencies
2014-03-02 Michael WozniakSet default exchange to Blockchain.info
2014-03-01 Michael WozniakAdd CoinDesk BPI for exchange rate
2013-12-14 ThomasVfix space
2013-12-14 ThomasVexchange rate plugin: keep thread running (fixes #494)
2013-11-10 Bryan Stittfix more bare excepts
2013-10-16 ThomasVhandle plugin dependency
2013-10-08 ThomasVplugins settings widget
2013-09-30 MaranRemove log statement from Exchange rate plugin
2013-09-28 ThomasVmove lite window initialization in the constructor...
2013-09-27 ThomasVfix conversion in exchange rate plugin
2013-09-24 ThomasVsimplify gui names
2013-09-24 ThomasVgeneralize plugins to all guis