Commit Graph

4624 Commits

Author SHA1 Message Date
ThomasV c35cdf1fd8 rename ssl config variables 2015-04-30 17:33:29 +02:00
ThomasV 1b6abf6e02 Merge pull request #1177 from kyuupichan/reduce_redraws
Remove two redundant refreshes of history tab during startup.
2015-04-30 11:51:55 +02:00
ThomasV b9dbabc117 Merge pull request #1178 from kyuupichan/editable_cols
Make stretch column editable again.
2015-04-30 11:49:04 +02:00
Neil Booth b71d35f027 Make stretch column editable again. 2015-04-30 16:39:32 +09:00
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.
2015-04-30 14:21:58 +09:00
ThomasV 8f84a90ab5 Merge pull request #1170 from kyuupichan/tray_tip_wallet
Tray tip wallet
2015-04-30 07:01:35 +02:00
ThomasV 15826e18b8 Merge pull request #1173 from kyuupichan/is_local
Determine is_local not based on cwd but on existence of setup-release.py
2015-04-30 06:58:57 +02:00
ThomasV 102feb1dfd Merge pull request #1175 from kyuupichan/dead_import
Remove apparenlty dead import and __builtin__ assignment.
2015-04-30 06:57:14 +02:00
ThomasV baa178509a Merge pull request #1176 from kyuupichan/no_ugly_flash
Avoid ugly flash of small window during startup.
2015-04-30 06:56:36 +02:00
Neil Booth db2517b901 Shrink size of changes; functionality unchanged. 2015-04-30 13:32:01 +09:00
Neil Booth 506ed8ee74 Merge branch 'master' into tray_tip_wallet 2015-04-30 13:28:13 +09:00
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.
2015-04-30 11:34:06 +09:00
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.
2015-04-30 10:31:37 +09:00
Neil Booth d27d80eb28 Should have been setup-release.py 2015-04-30 08:29:15 +09:00
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.
2015-04-30 08:23:57 +09:00
ThomasV 8dbb5e2a87 Merge pull request #1172 from kyuupichan/num_wdth
Expand default BTC / fiat amount widget width.
2015-04-29 15:20:13 +02:00
Neil Booth ec953c7f30 Expand default BTC / fiat amount width. Seems to suffice for expected usage. 2015-04-29 21:41:27 +09:00
ThomasV 6646b7a43f Merge branch 'kyuupichan-commas' 2015-04-29 09:26:48 +02:00
ThomasV 953674aac7 resize columns to content by default 2015-04-29 09:26:22 +02:00
Neil Booth 4f45e0a083 Prior lost minus sign for fractional negative numbers 2015-04-29 15:09:55 +09:00
Neil Booth 0d35dd66d2 The lite GUI passes a decimal type 2015-04-29 14:48:55 +09:00
Neil Booth 83e05b1183 Modify format_satoshis to display amounts according to locale.
In particular, thousands and decimal point separators are taken from locale.
2015-04-29 10:13:41 +09:00
Neil Booth f56413d602 Put title() member func, with localization, in main_window.py 2015-04-28 21:12:25 +09:00
Maran 4bed294ddd Change labelsync to use https
Self signed for now until I get a wildcard
2015-04-28 12:54:33 +02:00
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.
2015-04-28 19:32:56 +09:00
ThomasV 7316f613d6 fix history command 2015-04-28 08:58:33 +02:00
ThomasV 77648c284f exchange_rates: use requests module 2015-04-28 06:28:20 +02:00
ThomasV 2bec9711cc decimal.Decimal -> Decimal 2015-04-28 04:50:41 +02:00
ThomasV 576e9be02b exchange_rates: more simplifications 2015-04-28 04:42:25 +02:00
ThomasV 4f3dd51885 factorize more 2015-04-28 04:24:10 +02:00
ThomasV 0b0fb45f62 exchange rates: factorize getter functions 2015-04-28 03:55:55 +02:00
ThomasV a42743ca2d always request exchange rates over https 2015-04-28 03:28:43 +02:00
ThomasV 1b868a9753 Merge pull request #1164 from kyuupichan/genfilter
Search across multiple columns
2015-04-27 17:33:56 +02:00
Neil Booth cce65f4b94 Merge branch 'master' into genfilter 2015-04-27 22:55:20 +09:00
Neil Booth 10c73834cc Merge branch 'master' of https://github.com/spesmilo/electrum 2015-04-27 22:51:50 +09:00
Neil Booth cd81ae6c29 Merge branch 'master' of https://github.com/spesmilo/electrum into genfilter 2015-04-27 22:51:07 +09:00
ThomasV f39e213554 Merge pull request #1159 from kyuupichan/master
Clean up block explorer handling.  Add menu item to go to block explorer...
2015-04-27 10:05:18 +02:00
Neil Booth 72cf707e61 Filter on an array of columns. Make search string lower case too. 2015-04-27 08:37:03 +09:00
Neil Booth 329fd913e1 Merge branch 'master' of https://github.com/spesmilo/electrum 2015-04-26 22:14:57 +09:00
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.
2015-04-26 22:02:21 +09:00
ThomasV b6c7a97d5f search invoices list by description 2015-04-26 14:31:27 +02:00
ThomasV 6e33e2605e improve help text 2015-04-26 13:31:39 +02:00
ThomasV 300c1040cd add help text 2015-04-26 13:25:36 +02:00
ThomasV 68c664c483 Merge branch 'master' of git://github.com/spesmilo/electrum 2015-04-26 13:16:24 +02:00
ThomasV f02b95c81a pay to many 2015-04-26 13:16:09 +02:00
ThomasV 06ab5d8107 Merge pull request #1155 from jrjackso/jrjackso-patch-1
Fix spelling of Clipboard
2015-04-25 10:54:26 +02:00
Jason Jackson acedbe304a Fix spelling of Clipboard 2015-04-24 23:20:34 -04:00
ThomasV f88d767dea rel notes 2015-04-25 00:16:50 +02:00
ThomasV 8f3add1e33 filter out -psn argument 2015-04-24 23:31:31 +02:00
ThomasV f2749a744e version 2.1.1 2015-04-24 21:26:08 +02:00