ThomasV
|
06cdb7ff39
|
move pointofsale plugin to main codebase
|
11 years ago |
Michael Wozniak
|
27ddfcdd36
|
Add itbit exchange to exchange rate plugin
|
11 years ago |
Michael Wozniak
|
9ae30533ca
|
update historical winkdex api
|
11 years ago |
Michael Wozniak
|
a72bc5a44a
|
Update exchange rate plugin for Winkdex
updated exchange rate BTC price for Winkdex API that was officially published
|
11 years ago |
ThomasV
|
81d1e67253
|
always enable qr scanner plugin
|
11 years ago |
ThomasV
|
b614a673eb
|
catch zbar.UnsupportedError
|
11 years ago |
ThomasV
|
8d06fc0143
|
video_device default should be string
|
11 years ago |
ThomasV
|
f4dfec4565
|
define frozen signal for exchange rate plugin
|
11 years ago |
ThomasV
|
f4a0a90010
|
catch exceptions raised by fiat amount conversion to decimal
|
11 years ago |
ThomasV
|
0636ef8b32
|
compact serialized format for unsigned and partially signed transactions.
|
11 years ago |
ThomasV
|
c9fd14e343
|
transaction show_qr
|
11 years ago |
ThomasV
|
3fa113d76b
|
fix: remove imports
|
11 years ago |
ThomasV
|
63de2c8676
|
fix imports in pos plugin
|
11 years ago |
ThomasV
|
104fbe6cac
|
link point of sale plugin with receive tab
|
11 years ago |
ThomasV
|
d2cad7bbbb
|
new widget: QRTextEdit
|
11 years ago |
ThomasV
|
6f3c9e6a44
|
unify util.parse_URI
|
11 years ago |
ThomasV
|
ca4e9261e0
|
qrscanner: use win.show_qr_code
|
11 years ago |
ThomasV
|
6cad213fa8
|
fix: show_raw_qr
|
11 years ago |
ThomasV
|
8685d749a3
|
qrscanner: add scan button in init()
|
11 years ago |
ThomasV
|
6d0488c2de
|
move qr code operations to transaction window and transaction menu
|
11 years ago |
ThomasV
|
272a09c710
|
reuse existing transaction dialog instead of duplicating it
|
11 years ago |
ThomasV
|
1f7366ca20
|
zbar plugin: use self.win
|
11 years ago |
ThomasV
|
03c84aab0e
|
let the send tab parse and return its own fields
|
11 years ago |
ThomasV
|
838a3e3187
|
install instructions for zbar. fixes #610
|
11 years ago |
ThomasV
|
96017fe530
|
fiat_e: set precision to 0.01
|
11 years ago |
ThomasV
|
cff3d6ce31
|
exchange rate plugin: bi-directional conversion
|
11 years ago |
ThomasV
|
efa35d9ec2
|
setAmount: convert to int
|
11 years ago |
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 |
ThomasV
|
a332a2a7ee
|
rm aliases
|
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 |