electrum-nvc.git
11 years agobe more permissive with catching exceptions here as many varities possible.
Amir Taaki [Mon, 27 Aug 2012 01:12:43 +0000]
be more permissive with catching exceptions here as many varities possible.

11 years agopw_decode returns ValueError on fail.
Amir Taaki [Mon, 27 Aug 2012 01:10:28 +0000]
pw_decode returns ValueError on fail.

11 years agoMade the error message for verifymessage more transparent
Maran [Sun, 26 Aug 2012 21:35:38 +0000]
Made the error message for verifymessage more transparent

11 years agoAdded a message to the sign/verify message help text to explain spaces inside the...
Maran [Sun, 26 Aug 2012 20:15:09 +0000]
Added a message to the sign/verify message help text to explain spaces inside the message

11 years agoMerge branch 'master' of https://github.com/spesmilo/electrum
Maran [Sun, 26 Aug 2012 19:30:36 +0000]
Merge branch 'master' of https://github.com/spesmilo/electrum

11 years agoIf we are doing a sdist just include everything since we don't know the target os
Maran [Sun, 26 Aug 2012 19:30:25 +0000]
If we are doing a sdist just include everything since we don't know the target os

11 years agoExplanation: Doesn't preserve the same behaviour as code throws BaseException not...
Amir Taaki [Sun, 26 Aug 2012 14:05:05 +0000]
Explanation: Doesn't preserve the same behaviour as code throws BaseException not SystemExit. Therefore it wasn't meant to be catching user errors.

Revert "Added more descriptive error if wallet cannot be loaded"

This reverts commit 47432b32c8aac09bbeae20a5d03f3eb2cbb83288.

11 years agoneeded to include absolute path for optparse methods
Jimbo77 [Sat, 25 Aug 2012 21:16:21 +0000]
needed to include absolute path for optparse methods

11 years agoreverted commit 31aaf473c81a7358eb711c3117d396b218f11ff1 due to it breaking electrum
Jimbo77 [Sat, 25 Aug 2012 21:11:50 +0000]
reverted commit 31aaf473c81a7358eb711c3117d396b218f11ff1 due to it breaking electrum

11 years agoRAII open of wallet file.
Amir Taaki [Fri, 24 Aug 2012 21:02:58 +0000]
RAII open of wallet file.

11 years agoRevert "Don't need two try/catch statments if nothing happens when exception is caught"
Amir Taaki [Fri, 24 Aug 2012 21:01:08 +0000]
Revert "Don't need two try/catch statments if nothing happens when exception is caught"

This reverts commit 6b86942ccbb9c0d80f4af190343983440e859f4a.

11 years agoBetter looking set_path(wallet_path) method. Flattened function that's easier to...
Amir Taaki [Fri, 24 Aug 2012 08:34:30 +0000]
Better looking set_path(wallet_path) method. Flattened function that's easier to read.

11 years agogot rid of print_error
Jimbo77 [Fri, 24 Aug 2012 01:38:28 +0000]
got rid of print_error

11 years agosmall cosmetic change
Jimbo77 [Fri, 24 Aug 2012 01:36:40 +0000]
small cosmetic change

11 years agochanged imports to fit pep8 styleguide
Jimbo77 [Fri, 24 Aug 2012 01:21:17 +0000]
changed imports to fit pep8 styleguide

11 years agogetting rid of another BaseExceptions
Jimbo77 [Fri, 24 Aug 2012 01:17:30 +0000]
getting rid of another BaseExceptions

11 years agogetting rid of more BaseExceptions
Jimbo77 [Fri, 24 Aug 2012 01:16:27 +0000]
getting rid of more BaseExceptions

11 years agochanged to more descriptive exception
Jimbo77 [Fri, 24 Aug 2012 01:11:57 +0000]
changed to more descriptive exception

11 years agoDon't need two try/catch statments if nothing happens when exception is caught
Jimbo77 [Fri, 24 Aug 2012 01:02:55 +0000]
Don't need two try/catch statments if nothing happens when exception is caught

11 years agoSmall cosmetic fix
Jimbo77 [Fri, 24 Aug 2012 01:01:06 +0000]
Small cosmetic fix

11 years agoDidn't need a seperate variable just for string
Jimbo77 [Fri, 24 Aug 2012 00:59:54 +0000]
Didn't need a seperate variable just for string

11 years agochanged to more descriptive exception
Jimbo77 [Fri, 24 Aug 2012 00:50:44 +0000]
changed to more descriptive exception

11 years agoAdded more descriptive error if wallet cannot be loaded
Jimbo77 [Fri, 24 Aug 2012 00:44:37 +0000]
Added more descriptive error if wallet cannot be loaded

11 years agoremoved optparse import statment
Jimbo77 [Fri, 24 Aug 2012 00:07:38 +0000]
removed optparse import statment

11 years agoMerge branch 'optparse_upgrade'
Jimbo77 [Fri, 24 Aug 2012 00:05:50 +0000]
Merge branch 'optparse_upgrade'

11 years agoupgraded optparse with the newer module argparse. Can't see any problems so far
Jimbo77 [Fri, 24 Aug 2012 00:05:07 +0000]
upgraded optparse with the newer module argparse. Can't see any problems so far

11 years agoAdded explanation to line returning qVariant for future eyes.
Amir Taaki [Thu, 23 Aug 2012 09:09:54 +0000]
Added explanation to line returning qVariant for future eyes.

11 years ago(explanation: the value returned is a qVariant not a bool and so needs explicit compa...
Amir Taaki [Thu, 23 Aug 2012 09:07:28 +0000]
(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"

This reverts commit 3bd77170380152fadc3132ad2695d2fa6d43a6ce.

11 years agoUnneeded exception raised. sys.exit returns before exception ever gets a chance to...
Amir Taaki [Thu, 23 Aug 2012 09:06:21 +0000]
Unneeded exception raised. sys.exit returns before exception ever gets a chance to be thrown.

11 years agochanged lookup_rate() to non-public
Jimbo77 [Thu, 23 Aug 2012 03:11:38 +0000]
changed lookup_rate() to non-public

11 years agogot rid of magic number
Jimbo77 [Thu, 23 Aug 2012 02:50:21 +0000]
got rid of magic number

11 years agochanged to use built-in list methods
Jimbo77 [Thu, 23 Aug 2012 01:33:55 +0000]
changed to use built-in list methods

11 years agochanged to use built-in list methods
Jimbo77 [Thu, 23 Aug 2012 01:33:35 +0000]
changed to use built-in list methods

11 years agocreated set_quote_currency() docstring
Jimbo77 [Thu, 23 Aug 2012 01:25:38 +0000]
created set_quote_currency() docstring

11 years agocreated amount_input_changed() docstring
Jimbo77 [Thu, 23 Aug 2012 01:22:56 +0000]
created amount_input_changed() docstring

11 years agocreated mousePressedEvents() and se_balance_text() docstrings
Jimbo77 [Thu, 23 Aug 2012 01:05:53 +0000]
created mousePressedEvents() and se_balance_text() docstrings

11 years agogot rid of boolean value comparison using == as stated in pep8 style guide
Jimbo77 [Thu, 23 Aug 2012 00:50:54 +0000]
got rid of boolean value comparison using == as stated in pep8 style guide

11 years agocreated docstring for set_button_amount()
Jimbo77 [Thu, 23 Aug 2012 00:45:19 +0000]
created docstring for set_button_amount()

11 years agoupdated create_quote_text() docstring
Jimbo77 [Thu, 23 Aug 2012 00:30:59 +0000]
updated create_quote_text() docstring

11 years agocreated create_quote_text() docstring
Jimbo77 [Thu, 23 Aug 2012 00:26:50 +0000]
created create_quote_text() docstring

11 years agocreated set_balance() docstring
Jimbo77 [Thu, 23 Aug 2012 00:20:42 +0000]
created set_balance() docstring

11 years agocreated docstring for expand()
Jimbo77 [Wed, 22 Aug 2012 23:35:34 +0000]
created docstring for expand()

11 years agoMerge branch 'master' of https://github.com/spesmilo/electrum
Jimbo77 [Wed, 22 Aug 2012 19:25:47 +0000]
Merge branch 'master' of https://github.com/spesmilo/electrum

11 years agochanged print_error to NameError exception to reduce coupling
Jimbo77 [Wed, 22 Aug 2012 19:01:49 +0000]
changed print_error to NameError exception to reduce coupling

11 years agoanother small toolkit comment
Jimbo77 [Wed, 22 Aug 2012 18:53:31 +0000]
another small toolkit comment

11 years agoUse self.close instead of sys.exit (self.close() is the proper Qt method :)
Amir Taaki [Wed, 22 Aug 2012 18:41:06 +0000]
Use self.close instead of sys.exit (self.close() is the proper Qt method :)

11 years agosmall comment explaining gui importation section of electrum script
Jimbo77 [Wed, 22 Aug 2012 18:36:04 +0000]
small comment explaining gui importation section of electrum script

11 years agocreated several more docstrings in miniActuator
Jimbo77 [Wed, 22 Aug 2012 06:34:12 +0000]
created several more docstrings in miniActuator

11 years agocreated docstring for miniActuator
Jimbo77 [Wed, 22 Aug 2012 06:17:48 +0000]
created docstring for miniActuator

11 years agocreated load_theme() docstring
Jimbo77 [Wed, 22 Aug 2012 05:43:35 +0000]
created load_theme() docstring

11 years agoCreated docstring for miniActuator __init__()
Jimbo77 [Wed, 22 Aug 2012 05:36:15 +0000]
Created docstring for miniActuator __init__()

11 years agoadded quit functionality to menubar in lite gui
Jimbo77 [Wed, 22 Aug 2012 05:21:28 +0000]
added quit functionality to menubar in lite gui

11 years agoRevert "changed electrum logo to noface."
Amir Taaki [Mon, 20 Aug 2012 15:10:36 +0000]
Revert "changed electrum logo to noface."

This reverts commit 3ee35acc276654d74601f2d1ce5e957d10495659.

11 years agountested hotfix for copying data/ to system wide local data dir.
Amir Taaki [Mon, 20 Aug 2012 09:25:08 +0000]
untested hotfix for copying data/ to system wide local data dir.

11 years agobugfix: wrong indentation level for prompt_password.
Amir Taaki [Mon, 20 Aug 2012 09:12:16 +0000]
bugfix: wrong indentation level for prompt_password.

11 years agoMore Pythonics util.print_error
Amir Taaki [Sat, 18 Aug 2012 08:35:02 +0000]
More Pythonics util.print_error

11 years agomore print_errors() deleted
Jimbo77 [Mon, 20 Aug 2012 02:59:05 +0000]
more print_errors() deleted

11 years agocreated docstring for local_data_dir()
Jimbo77 [Mon, 20 Aug 2012 01:28:17 +0000]
created docstring for local_data_dir()

11 years agogetting rid of more unnecessary print_errors()
Jimbo77 [Mon, 20 Aug 2012 01:24:02 +0000]
getting rid of more unnecessary print_errors()

11 years agogetting rid of more unnecessary print_errors()
Jimbo77 [Mon, 20 Aug 2012 01:19:59 +0000]
getting rid of more unnecessary print_errors()

11 years agocreated docstring for set_path()
Jimbo77 [Mon, 20 Aug 2012 01:08:32 +0000]
created docstring for set_path()

11 years agoadded small comment for ast.literal_eval
Jimbo77 [Mon, 20 Aug 2012 00:49:51 +0000]
added small comment for ast.literal_eval

11 years agoadded docstring for the read() function
Jimbo77 [Mon, 20 Aug 2012 00:46:31 +0000]
added docstring for the read() function

11 years agogot rid of another unneeded print_error()
Jimbo77 [Mon, 20 Aug 2012 00:17:47 +0000]
got rid of another unneeded print_error()

11 years agogot rid of another unneeded print_error()
Jimbo77 [Mon, 20 Aug 2012 00:16:35 +0000]
got rid of another unneeded print_error()

11 years agochanged print_error() to sys.exit to reduce coupling
Jimbo77 [Mon, 20 Aug 2012 00:12:08 +0000]
changed print_error() to sys.exit to reduce coupling

11 years agogot rid of print_error() to reduce coupling
Jimbo77 [Sun, 19 Aug 2012 23:00:46 +0000]
got rid of print_error() to reduce coupling

11 years agoCreated appdata_dir() docstring
Jimbo77 [Sun, 19 Aug 2012 22:27:08 +0000]
Created appdata_dir() docstring

11 years agoCreated print_error docstring
Jimbo77 [Sun, 19 Aug 2012 22:21:20 +0000]
Created print_error docstring

11 years agoadded ImportError and replaced print_error() with sys.exit() to reduce coupling
Jimbo77 [Sun, 19 Aug 2012 22:10:17 +0000]
added ImportError and replaced print_error() with sys.exit() to reduce coupling

11 years agoalphabetically sort theme names in themes menu
Amir Taaki [Sat, 18 Aug 2012 07:53:34 +0000]
alphabetically sort theme names in themes menu

11 years agoAdded styling help text for themes.
Amir Taaki [Sat, 18 Aug 2012 07:44:46 +0000]
Added styling help text for themes.

11 years agobugfix: reset path after switching to new theme selection.
Amir Taaki [Sat, 18 Aug 2012 07:32:15 +0000]
bugfix: reset path after switching to new theme selection.

11 years agoDeleted unused icons for correct/incorrect address input (we use green/red colouring...
Amir Taaki [Sat, 18 Aug 2012 07:31:47 +0000]
Deleted unused icons for correct/incorrect address input (we use green/red colouring of the text now)

11 years agoAdded back dark theme.
Amir Taaki [Sat, 18 Aug 2012 07:31:32 +0000]
Added back dark theme.

11 years agoShow and change themes via GUI.
Amir Taaki [Sat, 18 Aug 2012 07:23:57 +0000]
Show and change themes via GUI.

11 years agoLoad theme in gui according to setting.
Amir Taaki [Sat, 18 Aug 2012 07:23:26 +0000]
Load theme in gui according to setting.

11 years agoUtils for dynamically loading themes.
Amir Taaki [Sat, 18 Aug 2012 07:21:58 +0000]
Utils for dynamically loading themes.

11 years agoStructured data/ with theme subdirectories.
Amir Taaki [Sat, 18 Aug 2012 06:17:35 +0000]
Structured data/ with theme subdirectories.

11 years agoAdd theme name to config file.
Amir Taaki [Sat, 18 Aug 2012 06:15:48 +0000]
Add theme name to config file.

11 years agoPrettified code for BrainWallet dialog.
Amir Taaki [Thu, 16 Aug 2012 22:31:46 +0000]
Prettified code for BrainWallet dialog.

11 years agoFix merge conflicts
Maran [Thu, 16 Aug 2012 21:36:41 +0000]
Fix merge conflicts

11 years agoMade the window a little prettier
Maran [Thu, 16 Aug 2012 20:11:25 +0000]
Made the window a little prettier

11 years agoChanging around where we issue the messages
Maran [Thu, 16 Aug 2012 09:28:20 +0000]
Changing around where we issue the messages

11 years agoAdded pretty errors when pyqt is not found or qt is not the right version
Maran [Wed, 15 Aug 2012 20:50:36 +0000]
Added pretty errors when pyqt is not found or qt is not the right version

11 years agoAdded donation address.
Amir Taaki [Tue, 14 Aug 2012 19:52:28 +0000]
Added donation address.

11 years agoput it back to == True (oops :p)
Amir Taaki [Mon, 13 Aug 2012 22:05:56 +0000]
put it back to == True (oops :p)

11 years agoFix send button not activating
Maran [Mon, 13 Aug 2012 21:55:37 +0000]
Fix send button not activating

11 years agoFix check_button_status. QVariant returned by property(...) will not return a python...
Amir Taaki [Mon, 13 Aug 2012 19:57:49 +0000]
Fix check_button_status. QVariant returned by property(...) will not return a python bool object, but it can evaluate.

11 years agofixed indentatioin to use 4 spaces, not 2
Amir Taaki [Mon, 13 Aug 2012 19:54:11 +0000]
fixed indentatioin to use 4 spaces, not 2

11 years agoMake seed dialog much simpler and easier to understand.
Amir Taaki [Mon, 13 Aug 2012 13:59:20 +0000]
Make seed dialog much simpler and easier to understand.

11 years ago"BrainWallet Info" menu item in lite mode.
Amir Taaki [Mon, 13 Aug 2012 13:42:38 +0000]
"BrainWallet Info" menu item in lite mode.

11 years agoPackaging history widget
Maran [Mon, 13 Aug 2012 08:53:11 +0000]
Packaging history widget

11 years agochanged electrum logo to noface.
Amir Taaki [Sun, 12 Aug 2012 22:37:13 +0000]
changed electrum logo to noface.

11 years agonoface logo.
Amir Taaki [Sun, 12 Aug 2012 22:34:29 +0000]
noface logo.

11 years agouse prettier form of connect (which has less code, and more clarity)
Amir Taaki [Sun, 12 Aug 2012 21:17:41 +0000]
use prettier form of connect (which has less code, and more clarity)

11 years agoMerged history from master
Maran [Sun, 12 Aug 2012 20:58:48 +0000]
Merged history from master

11 years agouse labels for to/from in lite history where available.
Amir Taaki [Sun, 12 Aug 2012 20:52:28 +0000]
use labels for to/from in lite history where available.

11 years agoopen electrum-desktop.com website instead of manual.
Amir Taaki [Sun, 12 Aug 2012 20:48:51 +0000]
open electrum-desktop.com website instead of manual.

11 years agoAdded report_bug and show_about hooks for menu.
Amir Taaki [Sun, 12 Aug 2012 20:31:04 +0000]
Added report_bug and show_about hooks for menu.