Commit graph

3329 commits

Author SHA1 Message Date
ThomasV
8eeb5503ad Merge pull request #628 from rdymac/are-frozen
add white space before BTC frozen message
2014-03-26 18:16:45 +01:00
rdymac
383763e24b add white space before BTC frozen message
Added a white space before BTC in the not enough funds frozen message.

The ‘Not enough funds…’ message does not disappear even after clicking
the clear button. Only changing the amount to send restores the
‘Balance’ message
2014-03-26 17:47:22 +01:00
Darrin Daigle
dec5e351c0 fixed title on 3 dialog boxes (they were showing "python" as title) 2014-03-25 17:08:23 -05:00
ThomasV
437fdf4760 Merge pull request #623 from dpdtex/master
Add ability to specify fiat amount when sending bitcoin
2014-03-25 18:44:23 +01:00
dpdtex
5fb8036dd5 Merge pull request #4 from dpdtex/temp3
wrapped strings with  _("string text") to enable language translation
2014-03-25 11:45:22 -05:00
Darrin Daigle
eccb78c3e6 wrapped strings with _("string text") to enable language translation 2014-03-25 11:43:21 -05:00
dpdtex
055e178221 Merge pull request #3 from dpdtex/temp1
fixed issue when exchange rate not available (eg, no connection)
2014-03-24 11:07:48 -05:00
Darrin Daigle
dea58fcb49 fixed issue when exchange rate not available (eg, no connection) 2014-03-24 11:06:20 -05:00
dpdtex
e2bd535000 Merge pull request #2 from dpdtex/temp1
better handling of very small fiat numbers and mBTC
2014-03-23 23:18:33 -05:00
Darrin Daigle
284bcc1e5b better handling of very small fiat numbers and mBTC 2014-03-23 23:17:20 -05:00
dpdtex
041ed3ad4a Merge pull request #1 from dpdtex/temp1
Bug Fixes
2014-03-23 14:59:13 -05:00
Darrin Daigle
7bfd170ad9 check if fiat button exists on send tab before updating its caption with the newly selected fiat currency 2014-03-23 13:33:54 -05:00
Darrin Daigle
bc3bcc20dc check to see if fiat button already exists on send tab before telling user they must restart Electrum to see it 2014-03-23 12:58:42 -05:00
Darrin Daigle
669d8041e4 Add ability to specify fiat amount when sending bitcoin. 2014-03-22 23:04:06 -05:00
ThomasV
bf8bbfb2c0 Merge branch 'master' of git://github.com/spesmilo/electrum 2014-03-22 11:04:57 +01:00
ThomasV
0f44ebac55 handle timeout in peers script 2014-03-22 11:04:52 +01:00
ThomasV
15e2dcd8b5 Merge pull request #620 from wozz/exchange-rate-old-python
fix error with Decimal in older python versions
2014-03-18 11:09:58 +01:00
Michael Wozniak
e6175c6f57 fix error with Decimal in older python versions 2014-03-17 22:03:48 -04:00
ThomasV
25ccd2541a Merge branch 'master' of git://github.com/spesmilo/electrum 2014-03-16 20:24:10 +01:00
ThomasV
9420afab05 remove encrypt/decrypt from release notes 2014-03-16 20:23:54 +01:00
ThomasV
7cc04f383b Merge pull request #617 from flatfly/patch-3
Remove unused import
2014-03-16 20:18:22 +01:00
ThomasV
f92b483942 disable encrypt/decrypt 2014-03-16 16:35:12 +01:00
flatfly
2a28fa07e3 Update daemon.py 2014-03-16 15:04:40 +01:00
ThomasV
a6f9b713f9 fix setup 2014-03-16 14:02:21 +01:00
Eagle[TM]
e81385fc05 update server list 2014-03-16 12:18:38 +01:00
ThomasV
9230482870 set default verbosity to false, because of daemon 2014-03-16 12:13:52 +01:00
ThomasV
7dd296273f move daemon spawning code into NetworkProxy class 2014-03-16 12:00:08 +01:00
ThomasV
0bb16f0836 add daemon port to config 2014-03-16 06:28:16 +01:00
ThomasV
8395bfe67f disable bip32 option before release 2014-03-15 11:10:06 +01:00
ThomasV
c0378a5ba0 fix getservers: wait until they are available 2014-03-15 11:04:11 +01:00
ThomasV
1b2f75bb84 do not display tx amounts in an offline wallet 2014-03-15 10:01:25 +01:00
ThomasV
9543d2b5ec catch exception in signrawtransaction, if wallet is not synchronized 2014-03-15 09:59:00 +01:00
ThomasV
32cca276fe don't use recent_servers if list from irc is available 2014-03-13 19:23:26 +01:00
Maran
f56fbb509f Merge branch 'master' of ssh://github.com/spesmilo/electrum 2014-03-13 18:26:19 +01:00
Maran
bae36d658b Remove theme image from setup.py 2014-03-13 18:26:12 +01:00
ThomasV
e2c749cdab bip32 uses compressed K 2014-03-13 16:56:53 +01:00
ThomasV
f3b728989a update default servers 2014-03-13 14:07:36 +01:00
Maran
f87e482d63 Changed theme switching, probably fixes #509 as well 2014-03-13 12:02:55 +01:00
Maran
bc1deaa6ba Turned background into a resource to prevent path problems 2014-03-13 11:55:51 +01:00
Maran
17997f4d8e Implements theme loading without overwriting path 2014-03-13 10:55:27 +01:00
ThomasV
b379a14cd2 guess seed_version on old wallets 2014-03-13 10:42:39 +01:00
ThomasV
17fa611b80 revert load theme 2014-03-13 08:38:25 +01:00
ThomasV
4e8bb4dac4 add tx direction info to default labels 2014-03-12 10:16:51 +01:00
ThomasV
d57a026ae5 fix #585 2014-03-12 10:04:08 +01:00
ThomasV
051853556e change the format returned by history command 2014-03-12 09:52:17 +01:00
ThomasV
dab31f0b47 fix issue #509 2014-03-11 15:05:54 +01:00
ThomasV
92a161fafa more release notes 2014-03-11 14:42:13 +01:00
ThomasV
1085d56870 more release notes 2014-03-11 14:31:45 +01:00
ThomasV
567d2e5ad3 address must be in wallet 2014-03-11 14:16:11 +01:00
ThomasV
0eca30315c release notes 2014-03-11 14:12:48 +01:00