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
grnbrg
8738945da1
urlparse puts arguements in uri.query, not uri.path.
11 years ago
rdymac
6facb9f2c2
typo
typo s/this/these
11 years ago
Marcell Ortutay
560e9a38a6
check for QWebView and disable if not found
11 years ago
ortutay
e2890dc366
coinbase buyback plugin with httplib2 removed
11 years ago
ThomasV
8d207aa074
rm coinbase plugin until fixed
11 years ago
ortutay
4edfc6d82e
Coinbase BuyBack plugin
11 years ago
ThomasV
2112129703
fix space
11 years ago
ThomasV
4f78b5365b
exchange rate plugin: keep thread running ( fixes #494 )
11 years ago
Gergely Imreh
cbfa921276
pointofsale: generated bitcoin url might contain invalid characters
The bitcoin invoice url generated for the QR code might contain illegal
characters because the labels can have any text. In default it already
contains spaces (ie. the naming convention "Invoice - 0001").
The invalid URL did confuse e.g. the Bitcoin Wallet Android app, that
couldn't read bitcoin addresses from the generated QR code.
This is fixed by escaping the label text before displaying it as a
QR code.
11 years ago
tkhaew
118ac5a4b0
Update point of sale plugin for menu hook
11 years ago
Michael Wozniak
f892671a18
point of sale plugin set amount to None if the exchanger fails
11 years ago
ThomasV
63b9911a9f
fix self.amount in POS plugin
11 years ago
Michael Wozniak
bf17b6dcbe
fix for issue #417 , adds new column for requested amount
also adds a menu option to display the invoice again if it's been closed
11 years ago
Bryan Stitt
6cd4ed486a
fix more bare excepts
11 years ago
Bryan Stitt
f0eb0eccde
replace BaseException with Exception
11 years ago
rdymac
7e8461d386
Split text string
Splited text string to avoid needing to translate everything again in
each language
11 years ago
Ryan McGuire
77dd9a0c8b
Fixes sending coins from the qrscanner plugin
11 years ago
Ryan McGuire
56168e85b8
Adds a settings dialog for qrscanner plugin - allows device selection
11 years ago
Ryan McGuire
cf5252e6aa
Fixes qrscanner to 1.9 API.
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
Maran
25120ddaf3
Fix label sync plugin and add in backwards compatibility with 1.8 wallets. Fixes #291
11 years ago
ThomasV
a9b05ad188
set label
11 years ago
ThomasV
ec141ebb67
fix labels 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
rdymac
10be6e7609
Add translations and fixes to 1.9 master
Added translations, fixes to syntax errors and other minor fixes for
text strings.
Tested all changes. I hope not to break anyhting…
I was unsurem, but the menu bar on the Lite GUI dissapeared. Looking at
the commits on master, it seems that it wasn't me.
11 years ago
ThomasV
004aa4b640
separate directories for GUIs
11 years ago
thomasv
afac84e231
move transaction code and fix issue #280
11 years ago
ThomasV
7c2ac01306
plugin hook for load_wallet
11 years ago
ThomasV
43bac658da
fix labels plugin init()
12 years ago
ThomasV
b08f1a2a7b
plugins: do not overload __init__, use init() instead
12 years ago
ThomasV
111611a08b
plugins: do not overload __init__, use init() instead
12 years ago
thomasv
e9ddba5c3f
minor fixes to point of sale plugin
12 years ago
rdymac
80e3cc8163
Fix \n new line text break (2)
Fix \n new line text break
12 years ago
rdymac
206279fcfb
Fix \n new line text break
12 years ago
ThomasV
7c1d07c999
fix indent
12 years ago
ThomasV
034bc64fe6
fix indent
12 years ago
tigereye
1428d4fa10
Updated the QR Code plugin to enable offline/online wallets to transmit unsigned/signed transactions via QR code.
12 years ago
Maran
6b690d681a
Updated label help text
12 years ago