ThomasV
8dbb5e2a87
Merge pull request #1172 from kyuupichan/num_wdth
Expand default BTC / fiat amount widget width.
10 years ago
Neil Booth
ec953c7f30
Expand default BTC / fiat amount width. Seems to suffice for expected usage.
10 years ago
ThomasV
6646b7a43f
Merge branch 'kyuupichan-commas'
10 years ago
ThomasV
953674aac7
resize columns to content by default
10 years ago
Neil Booth
4f45e0a083
Prior lost minus sign for fractional negative numbers
10 years ago
Neil Booth
0d35dd66d2
The lite GUI passes a decimal type
10 years ago
Neil Booth
83e05b1183
Modify format_satoshis to display amounts according to locale.
In particular, thousands and decimal point separators are taken from locale.
10 years ago
Neil Booth
f56413d602
Put title() member func, with localization, in main_window.py
10 years ago
Maran
4bed294ddd
Change labelsync to use https
Self signed for now until I get a wildcard
10 years ago
Neil Booth
889174ae19
Show wallet basename in tray tooltip for those of us using multiple wallets
Move basename (and title) logic to the wallet and use those member functions.
10 years ago
ThomasV
7316f613d6
fix history command
10 years ago
ThomasV
77648c284f
exchange_rates: use requests module
10 years ago
ThomasV
2bec9711cc
decimal.Decimal -> Decimal
10 years ago
ThomasV
576e9be02b
exchange_rates: more simplifications
10 years ago
ThomasV
4f3dd51885
factorize more
10 years ago
ThomasV
0b0fb45f62
exchange rates: factorize getter functions
10 years ago
ThomasV
a42743ca2d
always request exchange rates over https
10 years ago
ThomasV
1b868a9753
Merge pull request #1164 from kyuupichan/genfilter
Search across multiple columns
10 years ago
Neil Booth
cce65f4b94
Merge branch 'master' into genfilter
10 years ago
Neil Booth
10c73834cc
Merge branch 'master' of https://github.com/spesmilo/electrum
10 years ago
Neil Booth
cd81ae6c29
Merge branch 'master' of https://github.com/spesmilo/electrum into genfilter
10 years ago
ThomasV
f39e213554
Merge pull request #1159 from kyuupichan/master
Clean up block explorer handling. Add menu item to go to block explorer...
10 years ago
Neil Booth
72cf707e61
Filter on an array of columns. Make search string lower case too.
10 years ago
Neil Booth
329fd913e1
Merge branch 'master' of https://github.com/spesmilo/electrum
10 years ago
Neil Booth
deec78a9d4
Clean up block explorer handling. Add menu item to go to block explorer for an address.
Block explorer code is data-driven now.
Put block explorer defaulting in one place.
Fix URLs for insight.is and blockr.io.
Add tradeblock.com explorer.
Add menu item to view address on block explorer provided only one is selected.
10 years ago
ThomasV
b6c7a97d5f
search invoices list by description
10 years ago
ThomasV
6e33e2605e
improve help text
10 years ago
ThomasV
300c1040cd
add help text
10 years ago
ThomasV
68c664c483
Merge branch 'master' of git://github.com/spesmilo/electrum
10 years ago
ThomasV
f02b95c81a
pay to many
10 years ago
ThomasV
06ab5d8107
Merge pull request #1155 from jrjackso/jrjackso-patch-1
Fix spelling of Clipboard
10 years ago
Jason Jackson
acedbe304a
Fix spelling of Clipboard
10 years ago
ThomasV
f88d767dea
rel notes
10 years ago
ThomasV
8f3add1e33
filter out -psn argument
10 years ago
ThomasV
f2749a744e
version 2.1.1
10 years ago
ThomasV
cb09d88322
fix bug introduced in 21673c95f4
10 years ago
Maran
e5cc79e65e
Mention recommended full push for LabelSync
10 years ago
Maran
21673c95f4
Fix wallet write to support windows
10 years ago
ThomasV
80513745d5
release notes
10 years ago
ThomasV
8689807400
add file button to text edits
10 years ago
ThomasV
9fbbef4d17
disable sorting of addresses
10 years ago
ThomasV
eff977081d
add file reader to QRTextEdit, to facilitate key imports
10 years ago
ThomasV
d94aee83b9
enable sorting for all lists except history
10 years ago
ThomasV
89338fa7bd
revert 0cd63d19f4
10 years ago
ThomasV
dd6fd46913
set daemon thread in exchange rates plugin
10 years ago
ThomasV
b9537b0885
Merge pull request #1152 from chiguireitor/master
Fixed a missing import in exchange_rate.py that caused program hangs and...
10 years ago
John Miguel Villar Zavatti
0cd63d19f4
Fixed a missing import in exchange_rate.py that caused program hangs and wallet corruption
Signed-off-by: John Miguel Villar Zavatti <johnvillarzavatti@gmail.com>
10 years ago
ThomasV
7a7ad7fe2d
call go_lite after load_wallet
10 years ago
ThomasV
4a28c88946
atomic write wallet file
10 years ago
ThomasV
ab0447d01e
lite gui: update completions
10 years ago