ThomasV
|
cdf81f370b
|
save config after checking qt version
|
12 years ago |
ThomasV
|
799654dd74
|
catch NoSectionError in simple_config
|
12 years ago |
ThomasV
|
9f36ef3931
|
fix: call read_wallet_config only if there is a wallet_path value in options
|
12 years ago |
thomasv
|
65b13b88f4
|
disable setting widgets when setting is not modifiable.
|
12 years ago |
thomasv
|
d2832563e4
|
improved warning message
|
12 years ago |
thomasv
|
8d0b81a3b7
|
system config file is read-only, user config file can be written
|
12 years ago |
thomasv
|
5e76b8caab
|
fix type for settings in configuration file
|
12 years ago |
thomasv
|
d25724a621
|
simplify read_common_config. do not break loop so that we read both files
|
12 years ago |
ThomasV
|
ca3fa8c6dd
|
cleanup
|
12 years ago |
ThomasV
|
d0c8a48274
|
encapsulate parse_proxy_options
|
12 years ago |
ThomasV
|
f0556bb0d3
|
rename conf file section as 'client'. add gui to conf
|
12 years ago |
thomasv
|
5444f55e6b
|
big refactoring: command line options and electrum.conf options override settings in wallet file.
|
12 years ago |
thomasv
|
da9351260c
|
move proxy fallback away from send method
|
12 years ago |
thomasv
|
fd13d19cb8
|
fix proxy issues: override config with command line option, and use interface.proxy in gui
|
12 years ago |
bkkcoins
|
3007d95ceb
|
Added code to remember window position
|
12 years ago |
bkkcoins
|
8244768654
|
Changed how load_config works so it always supports new config vars
|
12 years ago |
bkkcoins
|
09c90c0971
|
Revert "Revert "Added proxy options to network dialog""
This reverts commit 6e0b3620d2 .
|
12 years ago |
bkkcoins
|
6e0b3620d2
|
Revert "Added proxy options to network dialog"
This reverts commit 83bb644135 .
|
12 years ago |
Amir Taaki
|
15eb4d7cb8
|
reformat simple_config to comply with electrum and create config dir if it doesnt exist.
|
12 years ago |
bkkcoins
|
83bb644135
|
Added proxy options to network dialog
|
12 years ago |
bkkcoins
|
aa6f631f2e
|
Added SOCKS support, with cmdline and SimpleConfig options
|
12 years ago |
Samuel Tardieu
|
593b2552d1
|
Do not qualify relative imports
This is unneeded and fails while installed.
|
12 years ago |
Maran
|
6da25727f8
|
Refactored user_dir to utils and replaced it in wallet and config
|
13 years ago |
Maran
|
fbf854bcb8
|
Added a set_key setter method that can also write out the changes to file
|
13 years ago |
Maran
|
3252b5ae4e
|
Added SimpleConfig class to deal with simple config options added for fallback to other gui when missing deps
|
13 years ago |