Commit graph

5199 commits

Author SHA1 Message Date
Charles Lehner
6a82123e6e Use find instead of mdfind in Mac build script.
This is for compatibility with Mac OS X 10.5 Leopard,
which does not have mdfind -name.
2013-01-02 18:08:27 -05:00
Maran
bceb8ae218 removed old donation address on lite gui 2013-01-02 20:34:32 +01:00
ThomasV
cefb1445de version 1.5.8 2013-01-02 18:50:55 +01:00
ThomasV
d29aeb890f populate contacts with donation address 2013-01-02 18:41:52 +01:00
thomasv
5789707f35 select language in gui 2013-01-02 16:57:18 +01:00
thomasv
1f71e5e225 call set_language only if gui is used. 2013-01-02 16:12:00 +01:00
thomasv
66fa7b610b option to set gui language from command line 2013-01-02 16:03:54 +01:00
EagleTM
15a59bce8b Merge pull request #75 from EagleTM/master
revert pruning flag on default servers
2013-01-02 05:54:00 -08:00
Eagle[TM]
83c008b6f8 revert pruning flag for default servers (too much complexity) 2013-01-02 14:50:52 +01:00
thomasv
accbf7ea82 fix: exit if no password is provided when needed 2013-01-02 13:39:50 +01:00
thomasv
9bf31f4d71 Made the bug reporting link clickable in lib/gui_lite.py 2013-01-02 11:42:09 +01:00
thomasv
777f423b7a parentheses 2013-01-02 11:39:44 +01:00
EagleTM
864aebff7e Merge pull request #72 from EagleTM/master
other stuff for 1.5.8.
2013-01-02 02:33:02 -08:00
Eagle[TM]
c3b3ecb016 add updates to release notes for 1.5.8 2013-01-02 11:19:05 +01:00
Eagle[TM]
c64fc4f6a6 updating release notes for 1.5.8 core 2013-01-02 11:18:21 +01:00
Eagle[TM]
4f0f187e56 Update default servers with pruning flag 2013-01-02 11:18:09 +01:00
thomasv
4978eff7f6 fix for command line history (EagleTM) 2013-01-02 10:35:35 +01:00
Maran
c4f1acade6 Added version to lite gui tile 2012-12-28 18:27:31 +01:00
Maran
d48d7aeea6 Add bugfix to release file 2012-12-28 18:17:45 +01:00
Maran
2666929a44 Fix contacts auto complete in lite gui 2012-12-28 18:16:51 +01:00
ThomasV
df1d7152fd fix address balance (received coins) 2012-12-28 17:57:33 +01:00
thomasv
3a6734385c Merge branch 'master' of github.com:spesmilo/electrum 2012-12-20 14:39:40 +01:00
thomasv
9f4797c870 fix: restore timer in deseeded wallets 2012-12-20 14:39:33 +01:00
EagleTM
6c8bb596a4 Merge pull request #64 from EagleTM/master
sockettimeout for header downloads
2012-12-19 14:56:20 -08:00
Eagle[TM]
12cc65abbd add sockettimeout to header download by HTTP 2012-12-19 09:41:23 +01:00
ThomasV
a9181a38f2 bump version number for translations 2012-12-18 17:44:22 +01:00
ThomasV
31a99ad887 release notes 2012-12-18 17:27:29 +01:00
ThomasV
17f375d461 Merge branch 'master' of git://github.com/spesmilo/electrum 2012-12-18 17:18:20 +01:00
ThomasV
04fb0d8b6b fix display in packaging script 2012-12-18 17:18:03 +01:00
Maran
4ed400bdea Added Lite GUI changelog to release notes 2012-12-18 17:16:58 +01:00
ThomasV
4584a84ba3 remove old upgrade file. (it's been there for 1 year now) 2012-12-18 17:15:40 +01:00
ThomasV
7940cf870a include version number in the filename of android package 2012-12-18 17:14:38 +01:00
ThomasV
15fb3a55a7 prepare for version 1.5.7 2012-12-18 17:10:55 +01:00
Alfie "Azelphur" Day
7336c6193c Fixed bug in message signing 2012-12-18 16:03:14 +00:00
thomasv
6824179eea use stdout in print_msg 2012-12-18 11:56:27 +01:00
thomasv
72b4ac97d0 use portable flag on android instead of explicit path for headers file. use urllib.retrieve() 2012-12-17 17:51:52 +01:00
thomasv
6b7ad42ec5 Merge branch 'master' of github.com:spesmilo/electrum 2012-12-17 16:21:53 +01:00
thomasv
6bd57d4829 change headers path for android 2012-12-17 16:21:28 +01:00
Maran
5ee708aaa2 Fix receiving addresses for pruned servers 2012-12-17 16:10:01 +01:00
thomasv
e2a2596479 fix: case where wdir path is empty (portable wallet) 2012-12-17 15:24:06 +01:00
thomasv
bd96815eb3 command line option for portable wallets 2012-12-17 15:08:34 +01:00
thomasv
ba39f8bec0 do not bundle blockchain headers with packages 2012-12-17 11:18:49 +01:00
Maran
2e8281d21c Fix receiving filtering in lite gui to account for both results of transactions.get 2012-12-15 15:46:58 +01:00
ThomasV
2216b6e127 do not refresh after main loop finished 2012-12-15 14:21:46 +01:00
ThomasV
0fe5e5c516 remove dead code; check maxpos in print_list 2012-12-15 14:11:09 +01:00
ThomasV
662adbe85b allow any character in edit_str 2012-12-15 14:06:22 +01:00
ThomasV
0f3b70ad88 fix: do not request the same history twice 2012-12-14 19:32:10 +01:00
thomasv
e4f934a05f fix: missing chars 2012-12-14 13:08:47 +01:00
Maran
25f424a8d8 Fix for slush's problem, perhaps 2012-12-14 12:14:38 +01:00
Maran
9b07aca88f Fix receiving widget 2012-12-13 16:43:56 +01:00