Commit Graph

1259 Commits

Author SHA1 Message Date
ThomasV 799654dd74 catch NoSectionError in simple_config 2012-10-12 21:31:30 +02:00
ThomasV 9f36ef3931 fix: call read_wallet_config only if there is a wallet_path value in options 2012-10-12 20:42:45 +02:00
thomasv cc32b01bd3 another small fix 2012-10-12 18:46:34 +02:00
thomasv 29671f55b6 fix 2012-10-12 18:44:30 +02:00
thomasv 86d4631230 more settings and comments 2012-10-12 18:15:58 +02:00
thomasv 23f7ee2fb9 disable labels too 2012-10-12 18:01:35 +02:00
thomasv 65b13b88f4 disable setting widgets when setting is not modifiable. 2012-10-12 17:40:37 +02:00
thomasv ef2f832116 add gui selector to gtk interface 2012-10-12 17:04:16 +02:00
thomasv d2832563e4 improved warning message 2012-10-12 16:38:56 +02:00
thomasv 81b29a48a1 allow config to be None in constructor of Interface 2012-10-12 16:31:05 +02:00
thomasv 1a781036cf move init_socket in constructor 2012-10-12 16:09:20 +02:00
thomasv a95e834e2e fix: needs parentheses 2012-10-12 16:00:47 +02:00
thomasv 20d03ff60c add electrum.conf.sample to manifest 2012-10-12 15:18:35 +02:00
thomasv 8d0b81a3b7 system config file is read-only, user config file can be written 2012-10-12 14:44:56 +02:00
thomasv db730dd179 minor fix for proxy type 2012-10-12 11:56:41 +02:00
thomasv 5e76b8caab fix type for settings in configuration file 2012-10-12 11:26:30 +02:00
thomasv c53c3f2195 network_dialog: disable fields that are not modifiable 2012-10-12 11:10:58 +02:00
thomasv 91609dab9e improved network dialog 2012-10-12 11:01:09 +02:00
thomasv 8fe6673814 typo 2012-10-12 09:41:49 +02:00
thomasv d25724a621 simplify read_common_config. do not break loop so that we read both files 2012-10-12 09:35:09 +02:00
ThomasV d92f1991a9 move prompt_password from wallet.py to main script 2012-10-12 01:50:54 +02:00
ThomasV c7311a1e7f fix for gtk gui 2012-10-12 01:32:26 +02:00
ThomasV 7959417751 small fixes for gtk gui 2012-10-12 01:21:50 +02:00
ThomasV 10119dfed3 fix: inheritance 2012-10-12 01:13:54 +02:00
ThomasV ca3fa8c6dd cleanup 2012-10-11 22:27:48 +02:00
ThomasV d0c8a48274 encapsulate parse_proxy_options 2012-10-11 21:37:02 +02:00
ThomasV f0556bb0d3 rename conf file section as 'client'. add gui to conf 2012-10-11 21:07:49 +02:00
thomasv 5444f55e6b big refactoring: command line options and electrum.conf options override settings in wallet file. 2012-10-11 20:10:12 +02:00
thomasv 0d11aa75c4 encapsulation: that kind of exception handling should be done in the gui module 2012-10-11 13:43:04 +02:00
thomasv 299d54c6ec fix: the gtk gui was broken since server_list_changed was introduced... 2012-10-11 13:18:04 +02:00
thomasv 596bddbf7e replace expert mode with a button for gui_detailed_view 2012-10-11 12:56:57 +02:00
thomasv da9351260c move proxy fallback away from send method 2012-10-10 10:16:18 +02:00
Maran c1fa13d0f6 Disabled the proxy input fields when None is selected 2012-10-09 22:07:39 +02:00
Maran 3ce5eef076 Merge branch 'master' of https://github.com/spesmilo/electrum 2012-10-09 17:15:05 +02:00
Maran 8833555b35 Add fallback for users who ran master with the old default config 2012-10-09 17:13:26 +02:00
thomasv 93ac0e806b make connection message slightly less invasive 2012-10-09 16:52:16 +02:00
thomasv a27fba8685 use proxy with command line too 2012-10-09 16:29:53 +02:00
thomasv cfce1420c5 proxy: allow '-p none' 2012-10-09 16:16:00 +02:00
thomasv fd13d19cb8 fix proxy issues: override config with command line option, and use interface.proxy in gui 2012-10-09 15:48:06 +02:00
thomasv 6bf18d8607 add merchant script 2012-10-08 15:19:29 +02:00
thomasv e70c20803f create scripts directory 2012-10-08 15:19:05 +02:00
thomasv 880b08f337 remove remote wallet (broken, will be replaced) 2012-10-05 15:49:03 +02:00
thomasv c479261043 restored initial text (users should know what seed means), and added a warning against phishing 2012-10-02 13:41:38 +02:00
thomasv ad3be71ed7 warning against redeem private key services 2012-10-02 13:15:10 +02:00
thomasv e7e9e8916b fix set_server. keep compatibility with the gtk interface 2012-10-02 12:52:47 +02:00
thomasv 385b515439 fix proxy config: read from simpleconfig object 2012-10-02 12:40:08 +02:00
thomasv 287c7fc643 split create_new_address, so that get_new_address can be used without the context of a wallet 2012-10-01 18:31:54 +02:00
thomasv 8d9e5a4f2e remove ecdsa.org from default servers; too much downtime 2012-10-01 18:25:32 +02:00
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