catch NoSectionError in simple_config
[electrum-nvc.git] / lib /
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 thomasvanother small fix
2012-10-12 thomasvfix
2012-10-12 thomasvdisable labels too
2012-10-12 thomasvdisable setting widgets when setting is not modifiable.
2012-10-12 thomasvadd gui selector to gtk interface
2012-10-12 thomasvimproved warning message
2012-10-12 thomasvallow config to be None in constructor of Interface
2012-10-12 thomasvmove init_socket in constructor
2012-10-12 thomasvfix: needs parentheses
2012-10-12 thomasvsystem config file is read-only, user config file can...
2012-10-12 thomasvminor fix for proxy type
2012-10-12 thomasvfix type for settings in configuration file
2012-10-12 thomasvnetwork_dialog: disable fields that are not modifiable
2012-10-12 thomasvimproved network dialog
2012-10-12 thomasvtypo
2012-10-12 thomasvsimplify read_common_config. do not break loop so that...
2012-10-11 ThomasVmove prompt_password from wallet.py to main script
2012-10-11 ThomasVfix for gtk gui
2012-10-11 ThomasVsmall fixes for gtk gui
2012-10-11 ThomasVfix: inheritance
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-11 thomasvencapsulation: that kind of exception handling should...
2012-10-11 thomasvfix: the gtk gui was broken since server_list_changed...
2012-10-11 thomasvreplace expert mode with a button for gui_detailed_view
2012-10-10 thomasvmove proxy fallback away from send method
2012-10-09 MaranDisabled the proxy input fields when None is selected
2012-10-09 MaranMerge branch 'master' of https://github.com/spesmilo...
2012-10-09 MaranAdd fallback for users who ran master with the old...
2012-10-09 thomasvmake connection message slightly less invasive
2012-10-09 thomasvproxy: allow '-p none'
2012-10-09 thomasvfix proxy issues: override config with command line...
2012-10-05 thomasvremove remote wallet (broken, will be replaced)
2012-10-02 thomasvrestored initial text (users should know what seed...
2012-10-02 thomasvfix set_server. keep compatibility with the gtk interface
2012-10-02 thomasvfix proxy config: read from simpleconfig object
2012-10-01 thomasvsplit create_new_address, so that get_new_address can...
2012-10-01 thomasvremove ecdsa.org from default servers; too much downtime
2012-10-01 thomasvmake proxy an optional parameter
2012-10-01 thomasvdebugging options should not be parameters, it makes...
2012-10-01 thomasvuse https for aliases
2012-09-24 MaranAdded the ability to make a copy of your wallet so...
2012-09-21 MaranMade cfg an class attribute and fixed server changing...
2012-09-21 MaranUse True flag for set key
2012-09-21 MaranFixed merged conflict and added folder creation on...
2012-09-21 Maran H.Merge pull request #33 from bkkcoins/startup-gui-option
2012-09-21 bkkcoinsMerge branch 'socks-support' into merged
2012-09-21 bkkcoinssmall edit to config syntax
2012-09-21 bkkcoinsMerge branch 'startup-gui-option' into merged
2012-09-21 bkkcoinsMerge branch 'window-position' into merged
2012-09-21 bkkcoinssmall edit to config syntax
2012-09-21 bkkcoinssmall change to config syntax
2012-09-21 bkkcoinsmerged current branches
2012-09-21 bkkcoinsMerge branch 'startup-gui-option' into merged
2012-09-21 bkkcoinsAdded code to remember window position
2012-09-21 bkkcoinsadjust whitespace only
2012-09-21 bkkcoinsadjust whitespace only
2012-09-21 bkkcoinsAdded settings dialog option for gui startup mode
2012-09-20 bkkcoinsChanged how load_config works so it always supports...
2012-09-20 bkkcoinsAdded proxy settings save to config.json
2012-09-20 bkkcoinsRevert "Revert "Added proxy options to network dialog""
2012-09-20 bkkcoinsRevert "Added proxy options to network dialog"
2012-09-19 MaranRemoved uncle-enzo from default servers since it's...
2012-09-19 Amir Taakireformat simple_config to comply with electrum and...
2012-09-19 bkkcoinsAdded proxy options to network dialog
2012-09-19 bkkcoinssockssipy support module provides SOCKS and HTTP proxy...
2012-09-19 bkkcoinsAdded SOCKS support, with cmdline and SimpleConfig...
2012-09-07 Samuel TardieuDo not qualify relative imports
2012-09-04 MaranSmall fix to make sure the cursor stays where it is...
2012-09-04 MaranMerge branch 'fallback'
2012-09-02 Amir TaakiDump problem tx to temporary file when error happens...
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...
2012-08-29 Amir TaakiFixed issue 19 by jimboman77: https://github.com/spesmi...
2012-08-29 Amir TaakiIf wallet does not exist, then it does not even attempt...
2012-08-29 Amir TaakiRemove assert which isn't true for the commands (only...
2012-08-29 Amir TaakiWalletSynchronizer had a race condition caused by calli...
2012-08-29 Amir TaakiTidy up of code to comply with style guide.
2012-08-28 MaranMerge branch '1.0'
2012-08-28 MaranFix port number for bytesized
2012-08-27 Amir TaakiFixed bug where switching servers causes assert failure.
2012-08-27 Amir TaakiAdded QObject to MiniActuator.
2012-08-27 Amir TaakiMerge branch 'servers'
2012-08-27 Amir TaakiChange server in lite mode.
2012-08-27 Amir TaakiUpdate servers list once fetched from remote.
2012-08-24 Amir TaakiRAII open of wallet file.
2012-08-24 Amir TaakiRevert "Don't need two try/catch statments if nothing...
2012-08-24 Amir TaakiBetter looking set_path(wallet_path) method. Flattened...
2012-08-24 Amir TaakiBetter looking set_path(wallet_path) method. Flattened...
2012-08-24 Jimbo77got rid of print_error
2012-08-24 Jimbo77small cosmetic change
2012-08-24 Jimbo77changed imports to fit pep8 styleguide
2012-08-24 Jimbo77getting rid of another BaseExceptions
2012-08-24 Jimbo77getting rid of more BaseExceptions
2012-08-24 Jimbo77changed to more descriptive exception
next