Commit graph

233 commits

Author SHA1 Message Date
thomasv
f3ff9b5cf6 make proxy an optional parameter 2012-10-01 18:14:50 +02:00
thomasv
44dd7713e5 debugging options should not be parameters, it makes the code unnecessarily complictated 2012-10-01 17:41:47 +02:00
Maran
23ffbc3e48 Fixed merged conflict and added folder creation on first load 2012-09-21 16:57:54 +02:00
bkkcoins
9121654e8a Added proxy settings save to config.json 2012-09-20 18:24:36 +07:00
bkkcoins
09c90c0971 Revert "Revert "Added proxy options to network dialog""
This reverts commit 6e0b3620d2.
2012-09-20 16:55:28 +07:00
bkkcoins
6e0b3620d2 Revert "Added proxy options to network dialog"
This reverts commit 83bb644135.
2012-09-20 16:55:15 +07:00
Maran
7969b62b55 Removed uncle-enzo from default servers since it's not syncing 2012-09-19 18:51:13 +02:00
bkkcoins
83bb644135 Added proxy options to network dialog 2012-09-19 22:29:58 +07:00
bkkcoins
aa6f631f2e Added SOCKS support, with cmdline and SimpleConfig options 2012-09-19 17:37:20 +07:00
Amir Taaki
4c1bc14104 Remove assert which isn't true for the commands (only the GUI). 2012-08-29 20:54:28 +01:00
Amir Taaki
b3b910d926 WalletSynchronizer had a race condition caused by calling the callback before the Qt event loop (or other initialisation) finished. Ergo we split initialisation and the running of the thread, then use Qt SIGNALs to yield back into the Qt event loop. This ensures that the callback for the servers_list_changed is not called until the main Qt event loop is actually running. 2012-08-29 20:53:22 +01:00
Amir Taaki
e61d478a80 Tidy up of code to comply with style guide. 2012-08-29 20:53:22 +01:00
Maran
3216a86773 Merge branch '1.0' 2012-08-28 11:04:30 +02:00
Maran
4e3e4b90ea Fix port number for bytesized 2012-08-28 11:04:11 +02:00
Amir Taaki
6dfb9e12c7 Fixed bug where switching servers causes assert failure. 2012-08-27 04:02:15 +02:00
Amir Taaki
3a648f9119 Show list of all the servers available in the menubar. 2012-08-20 10:20:40 +01:00
Amir Taaki
188a671681 Corrected import paths for print_error. 2012-07-07 19:53:54 +01:00
Julian Tosh
4e5dfbeade Implementing a better print_error routine 2012-07-07 09:24:52 -07:00
Julian Tosh
a3830e5903 Standardizing message format and implementing stderr for errors 2012-07-07 06:39:25 -07:00
Julian Tosh
22fcb9e521 Adding user enabled debug messages for server communications 2012-07-06 13:36:13 -07:00
Amir Taaki
ba6e9417ed spawn both guis at start. clicking expand hides the simple one, shows the expert one. 2012-06-29 07:26:52 +02:00
ThomasV
1a8d97277a Merge branch 'master' of gitorious.org:electrum/electrum 2012-06-23 12:03:02 +02:00
ThomasV
f08122dc6c filter old servers 2012-06-23 12:02:44 +02:00
ThomasV
9f927c8c1e update list of default servers 2012-06-23 13:59:42 +04:00
ThomasV
1084abeb53 update gui on new block 2012-06-15 08:28:56 +02:00
ThomasV
b39289c4df patch by Soultaker; fix old_to_new 2012-06-13 21:12:16 +02:00
ThomasV
958a3fa5b6 set timeout to 1 minute 2012-05-20 18:02:05 +02:00
ThomasV
705fd76767 fix: make sure that the message is completely sent 2012-05-19 16:52:59 +02:00
ThomasV
d08a0388b6 display kilobytes received 2012-05-17 13:15:55 +02:00
ThomasV
9b2f5805da virtual method init_socket 2012-05-16 19:45:45 +02:00
thomasv
c5d42f3614 slightly more robust connection procedure 2012-05-16 17:29:05 +02:00
ThomasV
634bff6f8a bugfix: poke to reconnect 2012-05-12 09:38:42 +02:00
thomasv
b8773178a1 setup package in lib subdirectory 2012-05-10 14:38:49 +02:00
Renamed from interface.py (Browse further)