Added more tests for user config parsing.
[electrum-nvc.git] / lib / simple_config.py
2014-06-26 Chris GlassAdded more tests for user config parsing.
2014-06-26 Chris GlassAdded tests for the system config function.
2014-06-25 Chris GlassSystem config should never be None
2014-06-25 Chris GlassAdded more tests for edge cases.
2014-06-25 Chris GlassAdded a lot of tests for SimpleConfig
2014-06-17 ThomasVaccess to global configuration using set_config and...
2014-06-05 ThomasVcoin control: select UTXOs in menu
2014-06-03 ThomasVdo not raise an error if user config file is corrupted
2013-11-29 ZomnutFix for resetting options to default on program start...
2013-11-10 Bryan Stittdon't use bare except
2013-11-05 ThomasVfix for portable version: use its own directory
2013-10-08 ThomasVandroid interface update and minor fixes
2013-09-29 ThomasVadd locks to config and storage
2013-09-02 thomasvsimplify directories: electrum_dir
2013-09-01 ThomasVminor fixes
2013-09-01 ThomasVseparation between wallet storage and config
2013-08-31 ThomasVrestore old accounts from seed
2013-08-07 ThomasVbip32
2013-08-04 ThomasVbip32
2013-08-03 ThomasVbip32
2013-06-16 rdymactypo
2013-05-02 ecdsadeprecate wallet.save() and 'eval' command
2013-03-10 Maranmore label sync wip
2013-03-10 Maranmore label sync wip
2013-02-27 ThomasVprevent the creation of incomplete wallets
2013-01-05 ThomasVcurrency conversions (bkkcoins)
2012-12-17 thomasvcommand line option for portable wallets
2012-11-19 thomasvRevert "added TypeError category to existing exception"
2012-11-19 thomasvindentation
2012-11-19 thomasvfix indentation error
2012-11-19 Jimbo77added docstring for is_modifiable()
2012-11-19 Jimbo77wrote basic SimpleConfig docstring
2012-11-19 Jimbo77added TypeError category to existing exception
2012-11-19 Jimbo77wrote docstring for get()
2012-11-19 Jimbo77created docstring for read_user_config()
2012-11-19 Jimbo77created docstring for read_system_config()
2012-11-19 Jimbo77changed a couple exceptions to describe import errors
2012-11-18 ThomasVmake a regular gui module for android
2012-11-09 thomasvremove format conversion; unneeded since new protocol
2012-11-05 ThomasVfix: init_path
2012-11-05 thomasvprint -> print_error
2012-11-05 thomasvdefault_wallet_file configuration string
2012-10-25 ThomasVtie confirmation icons to payment verifier
2012-10-23 ThomasVhandle empty string (!= None)
2012-10-18 ThomasVupdate message: cannot change -> not changing
2012-10-13 ThomasVsave config after checking qt version
2012-10-12 ThomasVcatch NoSectionError in simple_config
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...