Commit Graph

  • af750d9363 Fix for wallet restore when offline bkkcoins 2012-09-20 15:30:08 +0700
  • 7969b62b55 Removed uncle-enzo from default servers since it's not syncing Maran 2012-09-19 18:51:13 +0200
  • 15eb4d7cb8 reformat simple_config to comply with electrum and create config dir if it doesnt exist. Amir Taaki 2012-09-19 16:47:39 +0100
  • 83bb644135 Added proxy options to network dialog bkkcoins 2012-09-19 22:29:58 +0700
  • 1af17baafb sockssipy support module provides SOCKS and HTTP proxy wrapper bkkcoins 2012-09-19 17:37:43 +0700
  • aa6f631f2e Added SOCKS support, with cmdline and SimpleConfig options bkkcoins 2012-09-19 17:37:20 +0700
  • af3fe1722b Merge pull request #30 from samueltardieu/installation-fixes Maran H. 2012-09-16 10:47:31 -0700
  • aaa496fa60 Import SimpleConfig from electrum if installed Samuel Tardieu 2012-09-07 11:40:06 +0200
  • 593b2552d1 Do not qualify relative imports Samuel Tardieu 2012-09-07 11:18:35 +0200
  • 6ef5cb909a Add missing module electrum.simple_config Samuel Tardieu 2012-09-07 11:05:22 +0200
  • 9407dd3f2f Small fix to make sure the cursor stays where it is using the Pro GUI Maran 2012-09-04 19:54:01 +0200
  • 3f499d7048 Merge branch 'fallback' Maran 2012-09-04 17:30:19 +0200
  • 89a4045e3a Dump problem tx to temporary file when error happens. This allows developers to debug failed transactions from users by having access to the raw tx dump to see what is wrong. Amir Taaki 2012-09-02 19:11:21 +0200
  • a31733d065 Reworked the qt warning dialog Maran 2012-08-30 19:57:32 +0200
  • 6da25727f8 Refactored user_dir to utils and replaced it in wallet and config Maran 2012-08-30 18:00:08 +0200
  • fbf854bcb8 Added a set_key setter method that can also write out the changes to file Maran 2012-08-30 17:52:03 +0200
  • 0d229383aa Write out the config file to <= 4.7 QT when QT > 4.7 can't be loaded. Maran 2012-08-30 00:11:50 +0200
  • 3252b5ae4e Added SimpleConfig class to deal with simple config options added for fallback to other gui when missing deps Maran 2012-08-30 00:03:38 +0200
  • 23d314462f Fix merge conflict with master Maran 2012-08-29 22:54:44 +0200
  • 9c122c23ea Fixed issue 19 by jimboman77: https://github.com/spesmilo/electrum/issues/19 Amir Taaki 2012-08-29 21:43:34 +0100
  • ca4473c620 If wallet does not exist, then it does not even attempt to read the config (read returns on IOError exception). Ergo a new wallet will not ever set the theme name and it will stay as None. We change this to a sensible default so new wallets have a themed GUI. Amir Taaki 2012-08-29 21:27:22 +0100
  • 4c1bc14104 Remove assert which isn't true for the commands (only the GUI). Amir Taaki 2012-08-29 20:54:28 +0100
  • b3b910d926 WalletSynchronizer had a race condition caused by calling the callback before the Qt event loop (or other initialisation) finished. Ergo we split initialisation and the running of the thread, then use Qt SIGNALs to yield back into the Qt event loop. This ensures that the callback for the servers_list_changed is not called until the main Qt event loop is actually running. Amir Taaki 2012-08-29 20:49:31 +0100
  • e61d478a80 Tidy up of code to comply with style guide. Amir Taaki 2012-08-29 20:31:59 +0100
  • 3216a86773 Merge branch '1.0' Maran 2012-08-28 11:04:30 +0200
  • 4e3e4b90ea Fix port number for bytesized Maran 2012-08-28 11:04:11 +0200
  • bab09b4627 Fix tab issue for password Maran 2012-08-27 10:38:22 +0200
  • 6dfb9e12c7 Fixed bug where switching servers causes assert failure. Amir Taaki 2012-08-27 04:02:15 +0200
  • 3fe5ba85b2 Added QObject to MiniActuator. Amir Taaki 2012-08-27 03:49:53 +0200
  • 10e3aa7c1e Merge branch 'servers' Amir Taaki 2012-08-27 03:48:57 +0200
  • 2b6d5ebd55 Change server in lite mode. Amir Taaki 2012-08-27 03:47:40 +0200
  • b25e93c4bc Update servers list once fetched from remote. Amir Taaki 2012-08-27 03:32:31 +0200
  • f2fb235643 be more permissive with catching exceptions here as many varities possible. Amir Taaki 2012-08-27 03:12:43 +0200
  • 9815fb5a70 pw_decode returns ValueError on fail. Amir Taaki 2012-08-27 03:10:28 +0200
  • 850d0dcd5f Made the error message for verifymessage more transparent Maran 2012-08-26 23:35:38 +0200
  • a2db281494 Added a message to the sign/verify message help text to explain spaces inside the message Maran 2012-08-26 22:15:09 +0200
  • 37214eee76 Merge branch 'master' of https://github.com/spesmilo/electrum Maran 2012-08-26 21:30:36 +0200
  • 466d1e0f40 If we are doing a sdist just include everything since we don't know the target os Maran 2012-08-26 21:30:25 +0200
  • ce584890ea Explanation: Doesn't preserve the same behaviour as code throws BaseException not SystemExit. Therefore it wasn't meant to be catching user errors. Amir Taaki 2012-08-26 16:05:05 +0200
  • dd78f0978b needed to include absolute path for optparse methods Jimbo77 2012-08-25 14:16:21 -0700
  • edf293e611 reverted commit 31aaf473c8 due to it breaking electrum Jimbo77 2012-08-25 14:11:50 -0700
  • 26c0b786e9 RAII open of wallet file. Amir Taaki 2012-08-24 22:02:58 +0100
  • 3d836ebc38 Revert "Don't need two try/catch statments if nothing happens when exception is caught" Amir Taaki 2012-08-24 22:01:08 +0100
  • 5c4be3196a Better looking set_path(wallet_path) method. Flattened function that's easier to read. Amir Taaki 2012-08-24 09:34:30 +0100
  • 58e6050f52 Better looking set_path(wallet_path) method. Flattened function that's easier to read. Amir Taaki 2012-08-24 09:34:30 +0100
  • 25ad5fcd06 got rid of print_error Jimbo77 2012-08-23 18:38:28 -0700
  • a6239764d2 small cosmetic change Jimbo77 2012-08-23 18:36:40 -0700
  • 34a3eea0bf changed imports to fit pep8 styleguide Jimbo77 2012-08-23 18:21:17 -0700
  • 2de8df6758 getting rid of another BaseExceptions Jimbo77 2012-08-23 18:17:30 -0700
  • e12699ae75 getting rid of more BaseExceptions Jimbo77 2012-08-23 18:16:27 -0700
  • cdc16acabb changed to more descriptive exception Jimbo77 2012-08-23 18:11:57 -0700
  • 6b86942ccb Don't need two try/catch statments if nothing happens when exception is caught Jimbo77 2012-08-23 18:02:55 -0700
  • 719b9d7d33 Small cosmetic fix Jimbo77 2012-08-23 18:01:06 -0700
  • 407070bba0 Didn't need a seperate variable just for string Jimbo77 2012-08-23 17:59:54 -0700
  • cb67ec4454 changed to more descriptive exception Jimbo77 2012-08-23 17:50:44 -0700
  • 47432b32c8 Added more descriptive error if wallet cannot be loaded Jimbo77 2012-08-23 17:44:37 -0700
  • c8f19e1969 removed optparse import statment Jimbo77 2012-08-23 17:07:38 -0700
  • 1112348c38 Merge branch 'optparse_upgrade' Jimbo77 2012-08-23 17:05:50 -0700
  • 31aaf473c8 upgraded optparse with the newer module argparse. Can't see any problems so far Jimbo77 2012-08-23 17:05:07 -0700
  • 89953895f8 Added explanation to line returning qVariant for future eyes. Amir Taaki 2012-08-23 10:09:54 +0100
  • 77b3052f44 (explanation: the value returned is a qVariant not a bool and so needs explicit comparison to work) Revert "got rid of boolean value comparison using == as stated in pep8 style guide" Amir Taaki 2012-08-23 10:07:28 +0100
  • 2b96b6dec1 Unneeded exception raised. sys.exit returns before exception ever gets a chance to be thrown. Amir Taaki 2012-08-23 10:06:21 +0100
  • 9fc4e1a1b1 changed lookup_rate() to non-public Jimbo77 2012-08-22 20:11:38 -0700
  • 3f167cb650 got rid of magic number Jimbo77 2012-08-22 19:50:21 -0700
  • c2713f6089 changed to use built-in list methods Jimbo77 2012-08-22 18:33:55 -0700
  • 6122898915 changed to use built-in list methods Jimbo77 2012-08-22 18:33:35 -0700
  • e0d6570a1f created set_quote_currency() docstring Jimbo77 2012-08-22 18:25:38 -0700
  • f8c68fc51e created amount_input_changed() docstring Jimbo77 2012-08-22 18:22:56 -0700
  • f2277adf10 created mousePressedEvents() and se_balance_text() docstrings Jimbo77 2012-08-22 18:05:53 -0700
  • 3bd7717038 got rid of boolean value comparison using == as stated in pep8 style guide Jimbo77 2012-08-22 17:50:54 -0700
  • 9f4f7ee3c6 created docstring for set_button_amount() Jimbo77 2012-08-22 17:45:19 -0700
  • fac2bc7387 updated create_quote_text() docstring Jimbo77 2012-08-22 17:30:59 -0700
  • 36e250d3ab created create_quote_text() docstring Jimbo77 2012-08-22 17:26:50 -0700
  • e34243d778 created set_balance() docstring Jimbo77 2012-08-22 17:20:42 -0700
  • 62ec74c010 created docstring for expand() Jimbo77 2012-08-22 16:35:34 -0700
  • fedcd63742 Merge branch 'master' of https://github.com/spesmilo/electrum Jimbo77 2012-08-22 12:25:47 -0700
  • 990547a06c changed print_error to NameError exception to reduce coupling Jimbo77 2012-08-22 12:01:49 -0700
  • 3e89b65025 another small toolkit comment Jimbo77 2012-08-22 11:53:31 -0700
  • 943bcd0c84 Use self.close instead of sys.exit (self.close() is the proper Qt method :) Amir Taaki 2012-08-22 19:41:06 +0100
  • 434ef95d65 small comment explaining gui importation section of electrum script Jimbo77 2012-08-22 11:36:04 -0700
  • b027678d0e created several more docstrings in miniActuator Jimbo77 2012-08-21 23:34:12 -0700
  • 69110160ac created docstring for miniActuator Jimbo77 2012-08-21 23:17:48 -0700
  • deb29affc5 created load_theme() docstring Jimbo77 2012-08-21 22:43:35 -0700
  • 74cea9b709 Created docstring for miniActuator __init__() Jimbo77 2012-08-21 22:36:15 -0700
  • d76a85acff added quit functionality to menubar in lite gui Jimbo77 2012-08-21 22:21:28 -0700
  • e28d0e3288 Revert "changed electrum logo to noface." Amir Taaki 2012-08-20 16:10:36 +0100
  • 02dd51cbba untested hotfix for copying data/ to system wide local data dir. Amir Taaki 2012-08-20 10:25:08 +0100
  • 3a648f9119 Show list of all the servers available in the menubar. Amir Taaki 2012-08-20 10:20:40 +0100
  • c9ed01e90b bugfix: wrong indentation level for prompt_password. Amir Taaki 2012-08-20 10:12:16 +0100
  • 2598e89d00 More Pythonics util.print_error Amir Taaki 2012-08-18 09:35:02 +0100
  • d66673eca2 more print_errors() deleted Jimbo77 2012-08-19 19:59:05 -0700
  • 66ede2e03e created docstring for local_data_dir() Jimbo77 2012-08-19 18:28:17 -0700
  • ddf5614af0 getting rid of more unnecessary print_errors() Jimbo77 2012-08-19 18:24:02 -0700
  • 1429ef71e1 getting rid of more unnecessary print_errors() Jimbo77 2012-08-19 18:19:59 -0700
  • 89109541bd created docstring for set_path() Jimbo77 2012-08-19 18:08:32 -0700
  • f0fb3ec0e1 added small comment for ast.literal_eval Jimbo77 2012-08-19 17:49:51 -0700
  • a85901b4b2 added docstring for the read() function Jimbo77 2012-08-19 17:46:31 -0700
  • 8bb841787e got rid of another unneeded print_error() Jimbo77 2012-08-19 17:17:47 -0700
  • 1829d20d72 got rid of another unneeded print_error() Jimbo77 2012-08-19 17:16:35 -0700
  • e5bbb46782 changed print_error() to sys.exit to reduce coupling Jimbo77 2012-08-19 17:12:08 -0700