electrum-nvc.git
2012-09-21 bkkcoinsAdded socks module to setup
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 "Fix for wallet restore when offline"
2012-09-20 bkkcoinsRevert "Revert "Added proxy options to network dialog""
2012-09-20 bkkcoinsRevert "Added proxy options to network dialog"
2012-09-20 bkkcoinsFix for wallet restore when offline
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-16 Maran H.Merge pull request #30 from samueltardieu/installation...
2012-09-07 Samuel TardieuImport SimpleConfig from electrum if installed
2012-09-07 Samuel TardieuDo not qualify relative imports
2012-09-07 Samuel TardieuAdd missing module electrum.simple_config
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 MaranReworked the qt warning dialog
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 MaranWrite out the config file to <= 4.7 QT when QT > 4...
2012-08-29 MaranAdded SimpleConfig class to deal with simple config...
2012-08-29 MaranFix merge conflict with master
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 MaranFix tab issue for password
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-27 Amir Taakibe more permissive with catching exceptions here as...
2012-08-27 Amir Taakipw_decode returns ValueError on fail.
2012-08-26 MaranMade the error message for verifymessage more transparent
2012-08-26 MaranAdded a message to the sign/verify message help text...
2012-08-26 MaranMerge branch 'master' of https://github.com/spesmilo...
2012-08-26 MaranIf we are doing a sdist just include everything since...
2012-08-26 Amir TaakiExplanation: Doesn't preserve the same behaviour as...
2012-08-25 Jimbo77needed to include absolute path for optparse methods
2012-08-25 Jimbo77reverted commit 31aaf473c81a7358eb711c3117d396b218f11ff...
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
2012-08-24 Jimbo77Don't need two try/catch statments if nothing happens...
2012-08-24 Jimbo77Small cosmetic fix
2012-08-24 Jimbo77Didn't need a seperate variable just for string
2012-08-24 Jimbo77changed to more descriptive exception
2012-08-24 Jimbo77Added more descriptive error if wallet cannot be loaded
2012-08-24 Jimbo77removed optparse import statment
2012-08-24 Jimbo77Merge branch 'optparse_upgrade'
2012-08-24 Jimbo77upgraded optparse with the newer module argparse. Can...
2012-08-23 Amir TaakiAdded explanation to line returning qVariant for future...
2012-08-23 Amir Taaki(explanation: the value returned is a qVariant not...
2012-08-23 Amir TaakiUnneeded exception raised. sys.exit returns before...
2012-08-23 Jimbo77changed lookup_rate() to non-public
2012-08-23 Jimbo77got rid of magic number
2012-08-23 Jimbo77changed to use built-in list methods
2012-08-23 Jimbo77changed to use built-in list methods
2012-08-23 Jimbo77created set_quote_currency() docstring
2012-08-23 Jimbo77created amount_input_changed() docstring
2012-08-23 Jimbo77created mousePressedEvents() and se_balance_text()...
2012-08-23 Jimbo77got rid of boolean value comparison using == as stated...
2012-08-23 Jimbo77created docstring for set_button_amount()
2012-08-23 Jimbo77updated create_quote_text() docstring
2012-08-23 Jimbo77created create_quote_text() docstring
2012-08-23 Jimbo77created set_balance() docstring
2012-08-22 Jimbo77created docstring for expand()
2012-08-22 Jimbo77Merge branch 'master' of https://github.com/spesmilo...
2012-08-22 Jimbo77changed print_error to NameError exception to reduce...
2012-08-22 Jimbo77another small toolkit comment
2012-08-22 Amir TaakiUse self.close instead of sys.exit (self.close() is...
2012-08-22 Jimbo77small comment explaining gui importation section of...
2012-08-22 Jimbo77created several more docstrings in miniActuator
2012-08-22 Jimbo77created docstring for miniActuator
2012-08-22 Jimbo77created load_theme() docstring
2012-08-22 Jimbo77Created docstring for miniActuator __init__()
2012-08-22 Jimbo77added quit functionality to menubar in lite gui
2012-08-20 Amir TaakiRevert "changed electrum logo to noface."
2012-08-20 Amir Taakiuntested hotfix for copying data/ to system wide local...
2012-08-20 Amir TaakiShow list of all the servers available in the menubar.
2012-08-20 Amir Taakibugfix: wrong indentation level for prompt_password.
2012-08-20 Amir TaakiMore Pythonics util.print_error
2012-08-20 Jimbo77more print_errors() deleted
2012-08-20 Jimbo77created docstring for local_data_dir()
2012-08-20 Jimbo77getting rid of more unnecessary print_errors()
2012-08-20 Jimbo77getting rid of more unnecessary print_errors()
2012-08-20 Jimbo77created docstring for set_path()
2012-08-20 Jimbo77added small comment for ast.literal_eval
next