ThomasV
475a48091f
Merge pull request #1183 from kyuupichan/get_history2
Make it 3-step instead of four. Avoid quadratic insertions.
10 years ago
ThomasV
e4038dcdba
move create_csr to gui
10 years ago
Neil Booth
2fc38332e7
Make it 3-step instead of four. Avoid quadratic insertions.
This is preparation to hopefully fix #1163
10 years ago
ThomasV
6527eae32b
handle adds is None in tx dialog
10 years ago
ThomasV
bbaacef960
fix format_satoshis for None values
10 years ago
ThomasV
51b62c2983
strip transaction text before parsing
10 years ago
ThomasV
9f4a914526
change mouse cursor over clickable labels
10 years ago
ThomasV
617fb36b06
minor fix: index
10 years ago
ThomasV
afa814a444
small fix exchange_rates
10 years ago
ThomasV
75ddc066bb
fix #1181
10 years ago
ThomasV
df73b8017a
Merge pull request #1180 from pooler/exchange-tx-value
Fix variable reference in Exchange Rates plugin
10 years ago
pooler
bc95b0b4db
Fix variable reference in Exchange Rates plugin
10 years ago
ThomasV
30b189f68a
fix #1179
10 years ago
ThomasV
8ba70c941b
add function to create CSR
10 years ago
ThomasV
c35cdf1fd8
rename ssl config variables
10 years ago
ThomasV
1b6abf6e02
Merge pull request #1177 from kyuupichan/reduce_redraws
Remove two redundant refreshes of history tab during startup.
10 years ago
ThomasV
b9dbabc117
Merge pull request #1178 from kyuupichan/editable_cols
Make stretch column editable again.
10 years ago
Neil Booth
b71d35f027
Make stretch column editable again.
10 years ago
Neil Booth
1bafa42fbd
Remove two redundant refreshes of history tab during startup.
The call to update_wallet() is redundant with earlier call to load_wallet().
Set the need_update boolean so the timer will refresh rather than
unconditionally refreshing. This typically results in it merging with
the first network "updated" event resulting in one less refresh.
For me in online mode this results in history being calculated and shown
only twice during startup rather than four times.
10 years ago
ThomasV
8f84a90ab5
Merge pull request #1170 from kyuupichan/tray_tip_wallet
Tray tip wallet
10 years ago
ThomasV
15826e18b8
Merge pull request #1173 from kyuupichan/is_local
Determine is_local not based on cwd but on existence of setup-release.py
10 years ago
ThomasV
102feb1dfd
Merge pull request #1175 from kyuupichan/dead_import
Remove apparenlty dead import and __builtin__ assignment.
10 years ago
ThomasV
baa178509a
Merge pull request #1176 from kyuupichan/no_ugly_flash
Avoid ugly flash of small window during startup.
10 years ago
Neil Booth
db2517b901
Shrink size of changes; functionality unchanged.
10 years ago
Neil Booth
506ed8ee74
Merge branch 'master' into tray_tip_wallet
10 years ago
Neil Booth
737a0ce9d8
Avoid ugly flash of small window during startup.
Electrum 2.x flashes a small window during startup before the main window appears.
This turns out to be the fee edit box being enabled in create_send_tab().
Setting it to visible when the grid containing it is unparented causes QT to actually
display a window with just the edit box widget for some reason. So defer the
call to set its visibility until the grid is parented.
10 years ago
Neil Booth
13341dd4b5
Remove apparenlty dead import and __builtin__ assignment.
Googling reveals this code is likely a remnant of prior code
and no longer needed. It appears to have no effect on my system.
10 years ago
Neil Booth
d27d80eb28
Should have been setup-release.py
10 years ago
Neil Booth
f732365821
Determine is_local not based on cwd but on existence of setup-release.py
The goal is to be able to run local instances from arbitrary directories.
It seems that the chances of having a setup-release.py in the same directory
as an installed electrum are extremely remote: not only is the name unusual,
but the file isn't installed anyway.
10 years ago
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