Neil Booth
03e53a5e01
Create a constant for 100000000 and use it
Use same name as is in bitcoind.
Note that one of the constants in text.py had the wrong number
of zeroes previously...
10 years ago
ThomasV
687cc7783f
show unmatured coins in status bar. fixes #1163
10 years ago
ThomasV
ab0447d01e
lite gui: update completions
10 years ago
ThomasV
b8a72180c7
HistoryWidget class; address history window
10 years ago
ThomasV
ec11e58add
handle pruning in wallet.txi/txo
10 years ago
ThomasV
e3de121be9
store deserialized tx in/out in wallet file for fast computation
10 years ago
ThomasV
56dc9f7f80
cleanup dead code
10 years ago
ThomasV
b5ac7f2a7c
simplify setup.py using package_data
10 years ago
Tafelpoot
d9c5250a6f
removed trailing whitespace and fixed indentation in history widget
10 years ago
ThomasV
0606a30804
move wordlists to data dir
10 years ago
ThomasV
09e4efc439
daemon notifications (network.status)
11 years ago
ThomasV
9ee0614edb
make daemon usable with the GUI
11 years ago
ThomasV
6f3c9e6a44
unify util.parse_URI
11 years ago
ThomasV
526361a34e
follow-up to previous commit
11 years ago
ThomasV
ace15d3e7e
relocate export_history code
11 years ago
ThomasV
6e26fb0198
remove redundant definition of Timer class
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
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
dab31f0b47
fix issue #509
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
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
ortutay
4edfc6d82e
Coinbase BuyBack plugin
11 years ago
thgh
7847382bfe
Fix: hide tray icon on close
11 years ago
Bryan Stitt
f0eb0eccde
replace BaseException with Exception
11 years ago
ThomasV
b1472ba1a7
fix regression: offline mode
11 years ago
rdymac
962792bdcd
missing text strings
missing text strings
11 years ago
ThomasV
294ac1f711
fix history export (bug #338 )
11 years ago
ThomasV
dae4de35f7
fixes for lite gui (issue #262 )
11 years ago
thomasv
a8c2d95207
don't show lite in init
11 years ago
ThomasV
13fd5b7e3c
support mBTC in lite gui
11 years ago
ThomasV
6644fcc22e
move lite window initialization in the constructor of the main window
11 years ago
ThomasV
8e136b098a
rm dead code
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
6b6c508976
replace wallet.interface everywhere
11 years ago
thomasv
d26ac9673b
remove menu bar from lite gui
11 years ago
thomasv
06d0c67b9c
remove ElectrumGui class for lite window
11 years ago
thomasv
69f91ba84b
fix setup.py and a few imports
11 years ago
ThomasV
004aa4b640
separate directories for GUIs
11 years ago
thomasv
1606bd3106
update lite gui for 1.9
11 years ago
thomasv
717a4ab5b2
pass parameter to backup_wallet
12 years ago
Pablo Castellano
cecb4c23b2
[Lite gui] Allow changing quote currency backwards with right click
12 years ago
Maran
4570db0804
Add icon back to Lite GUI. Fixes #112
12 years ago
Maran
bf12bac1f2
DRYed the backup wallet
12 years ago
thomasv
8e6be820b5
fix: assert fails on startup
12 years ago
Michael Wozniak
b1b2bab5c5
fix for issue 184
12 years ago
slush
dd630a8bb7
Fixed copy_master_public_key()
12 years ago