Commit Graph

4364 Commits

Author SHA1 Message Date
ThomasV 410ab5b3ee Merge pull request #1090 from kyuupichan/fastbmpsave
Use string joins instead of concatenation for efficiency.
2015-03-17 14:30:41 +01:00
Neil bbcfa44e54 Use string joins instead of concatenation for efficiency. 2015-03-17 21:57:06 +09:00
ThomasV cabd6bbb2c inputs_to_sign: handle missing num_sig 2015-03-17 07:41:27 +01:00
ThomasV fbc581a52e update make_download script 2015-03-16 12:17:41 +01:00
ThomasV a5a7a34c2d IOError: add file path to exception message 2015-03-15 08:04:02 +01:00
ThomasV 4476d37aee update rel notes 2015-03-14 19:53:36 +01:00
ThomasV 38e4eeef95 add rate conversion to receive tab 2015-03-14 19:47:57 +01:00
ThomasV 66de592343 fix tx dialog buttons using new widgets 2015-03-14 19:08:56 +01:00
ThomasV b93aa9bc43 do not display daemon socket path 2015-03-14 19:08:22 +01:00
ThomasV 4a4624cb85 type conversion; fixes #1077 2015-03-14 16:22:47 +01:00
ThomasV 1ab37fc82b sort servers in network dialog 2015-03-14 16:03:22 +01:00
ThomasV e3772f7e02 fix: receive_at: enable button 2015-03-14 14:34:19 +01:00
ThomasV 39ba3db0dd version 2.0.3 2015-03-14 14:29:10 +01:00
ThomasV bf341f0cd3 Merge pull request #1083 from AMDmi3/patch-1
Treat FreeBSD just like Linux in setup.py
2015-03-14 14:27:46 +01:00
ThomasV 9a81f9585b change button message 2015-03-14 14:19:12 +01:00
ThomasV bd016f8450 gray out new request button when not usable 2015-03-14 14:15:16 +01:00
ThomasV 585a9b7b40 copy receive URI with button 2015-03-14 13:45:27 +01:00
ThomasV c325f95a92 add zoom button to receive tab 2015-03-14 13:30:02 +01:00
ThomasV 10f3308dc7 fix setFrozen (self.buttons) 2015-03-14 12:56:00 +01:00
Dmitry Marakasov 27c2a4e202 Treat FreeBSD just like Linux in setup.py 2015-03-14 14:36:26 +03:00
ThomasV 01cfb8f8f1 new Button widgets 2015-03-14 12:28:19 +01:00
ThomasV 94c0d86821 generic add_button method for TextEdit, with tooltips 2015-03-14 10:47:09 +01:00
ThomasV e620f36971 show window in load_wallet 2015-03-14 10:16:12 +01:00
ThomasV b2a13dbd9c remove unused imports 2015-03-14 09:37:56 +01:00
ThomasV 4ebefc6e4c standardize error messages in synchronizer 2015-03-14 09:29:44 +01:00
ThomasV 8e7ce452f6 move misplaced debug message 2015-03-14 09:27:18 +01:00
ThomasV 5b8588ee90 rename spv class, use own print_error 2015-03-14 09:20:27 +01:00
ThomasV 5918bac5cb fix wallet bug in labels plugin 2015-03-14 08:52:21 +01:00
ThomasV a4cb70649d fix synchronizer hanging when not connected. 2015-03-14 08:43:43 +01:00
ThomasV c3cba78659 remove time.sleep() used for daemon threads 2015-03-13 23:10:54 +01:00
ThomasV 72688a5cfa clean implementation of daemon threads 2015-03-13 23:04:29 +01:00
ThomasV 58f9ab3492 add a lock to wallet.synchronize() and fix #1049 2015-03-13 16:51:31 +01:00
ThomasV 9e4eda24b5 fix #1082 2015-03-13 12:00:08 +01:00
ThomasV f32f1183fc print_error methods. request timeout for interface 2015-03-12 21:39:05 +01:00
ThomasV c28915d122 use Tor's proxy number by default 2015-03-12 18:12:34 +01:00
ThomasV 1569cd0420 serialize/deserialize methods for servers 2015-03-12 18:06:28 +01:00
ThomasV c4d0314817 network: separate interface management from reconnection logic 2015-03-12 17:44:16 +01:00
ThomasV 4754241485 display exception in convert_imported_keys 2015-03-12 13:17:21 +01:00
ThomasV 799a08514b move proxy logic to network.py. reload socket module if proxy is disabled 2015-03-12 12:56:06 +01:00
ThomasV ae7405a10f remove old http interface code, not used 2015-03-12 11:55:10 +01:00
ThomasV 92987d9019 add comment about proxy side effect 2015-03-10 09:43:22 +01:00
ThomasV 0947eb7960 should test proxy_str. fixes issue #1073 2015-03-10 09:05:44 +01:00
ThomasV 8644bbf734 uri fix 2015-03-09 10:04:32 +01:00
ThomasV 4780d8f811 do not try to connect to daemon on windows (af_unix) 2015-03-09 09:35:10 +01:00
Maran d2097c15d9 Disable argv_emulation for OSX builds, fixes #1006 2015-03-09 09:15:30 +01:00
ThomasV b5ebf1eacd release notes 2015-03-08 19:13:59 +01:00
ThomasV 6fc9ca2a41 bump version number 2015-03-08 19:09:03 +01:00
ThomasV 2ea25fbb17 clarify the 'restore' message 2015-03-08 09:14:11 +01:00
ThomasV 8852ad5281 fix transaction sweep; fixes #1066 2015-03-08 09:06:40 +01:00
ThomasV 6ececd500d add show in set_layout 2015-03-08 08:07:30 +01:00