fix: call read_wallet_config only if there is a wallet_path value in options
[electrum-nvc.git] / lib / simple_config.py
2012-10-12 ThomasVfix: call read_wallet_config only if there is a wallet_...
2012-10-12 thomasvdisable setting widgets when setting is not modifiable.
2012-10-12 thomasvimproved warning message
2012-10-12 thomasvsystem config file is read-only, user config file can...
2012-10-12 thomasvfix type for settings in configuration file
2012-10-12 thomasvsimplify read_common_config. do not break loop so that...
2012-10-11 ThomasVcleanup
2012-10-11 ThomasVencapsulate parse_proxy_options
2012-10-11 ThomasVrename conf file section as 'client'. add gui to conf
2012-10-11 thomasvbig refactoring: command line options and electrum...
2012-10-10 thomasvmove proxy fallback away from send method
2012-10-09 thomasvfix proxy issues: override config with command line...
2012-09-21 MaranFixed merged conflict and added folder creation on...
2012-09-21 bkkcoinsmerged current branches
2012-09-21 bkkcoinsAdded code to remember window position
2012-09-20 bkkcoinsChanged how load_config works so it always supports...
2012-09-20 bkkcoinsRevert "Revert "Added proxy options to network dialog""
2012-09-20 bkkcoinsRevert "Added proxy options to network dialog"
2012-09-19 Amir Taakireformat simple_config to comply with electrum and...
2012-09-19 bkkcoinsAdded proxy options to network dialog
2012-09-19 bkkcoinsAdded SOCKS support, with cmdline and SimpleConfig...
2012-09-07 Samuel TardieuDo not qualify relative imports
2012-08-30 MaranRefactored user_dir to utils and replaced it in wallet...
2012-08-30 MaranAdded a set_key setter method that can also write out...
2012-08-29 MaranAdded SimpleConfig class to deal with simple config...