electrum-nvc.git
11 years agounlock icon
ecdsa [Sat, 16 Mar 2013 23:18:46 +0000]
unlock icon

11 years agoConsistant text
Maran [Sat, 16 Mar 2013 22:48:51 +0000]
Consistant text

11 years agoMerge branch 'master' into feature/label_sync
Maran [Sat, 16 Mar 2013 22:40:34 +0000]
Merge branch 'master' into feature/label_sync

11 years agoFix export master public key
Maran [Sat, 16 Mar 2013 22:38:49 +0000]
Fix export master public key

11 years agoRewrote plugin to new format
Maran [Sat, 16 Mar 2013 22:33:49 +0000]
Rewrote plugin to new format

11 years agofix tx.get_value()
ecdsa [Sat, 16 Mar 2013 21:04:28 +0000]
fix tx.get_value()

11 years agoFix merge conflict
Maran [Sat, 16 Mar 2013 20:38:12 +0000]
Fix merge conflict

11 years agoRevert "fix tx.get_value bug with pruned transactions"
ecdsa [Sat, 16 Mar 2013 20:38:10 +0000]
Revert "fix tx.get_value bug with pruned transactions"

This reverts commit 8a74be39de7e0aeaf50fd0d4ade9cdef4c51b711.

11 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ecdsa [Sat, 16 Mar 2013 20:22:15 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

11 years agofix tx.get_value bug with pruned transactions
ecdsa [Sat, 16 Mar 2013 20:22:03 +0000]
fix tx.get_value bug with pruned transactions

11 years agoSomehow forgot to push my windows build script changes in all my blurness last night
Maran [Sat, 16 Mar 2013 20:13:55 +0000]
Somehow forgot to push my windows build script changes in all my blurness last night

11 years agoallow manual setting when disconnected
ecdsa [Sat, 16 Mar 2013 19:37:49 +0000]
allow manual setting when disconnected

11 years agodetect gaps for change too
ecdsa [Sat, 16 Mar 2013 17:24:45 +0000]
detect gaps for change too

11 years agodefine wallet.get_num_tx()
ecdsa [Sat, 16 Mar 2013 17:17:50 +0000]
define wallet.get_num_tx()

11 years agofix wallet.is_change() method
ecdsa [Sat, 16 Mar 2013 16:51:58 +0000]
fix wallet.is_change() method

11 years agotypo: where->were
thomasv [Sat, 16 Mar 2013 13:04:46 +0000]
typo: where->were

11 years agofee may be zero (tx details)
thomasv [Sat, 16 Mar 2013 12:34:51 +0000]
fee may be zero (tx details)

11 years agoupdate pyinstaller url
thomasv [Sat, 16 Mar 2013 12:09:48 +0000]
update pyinstaller url

11 years agomodify warning displayed when keys are imported
ecdsa [Sat, 16 Mar 2013 11:02:34 +0000]
modify warning displayed when keys are imported

11 years agoMake windows build scripts work for Electrum 1.7
Maran [Fri, 15 Mar 2013 22:30:44 +0000]
Make windows build scripts work for Electrum 1.7

11 years agoMerge branch 'master' of https://github.com/spesmilo/electrum
Maran [Fri, 15 Mar 2013 17:37:40 +0000]
Merge branch 'master' of https://github.com/spesmilo/electrum

11 years agovirtual keyboard plugin
thomasv [Fri, 15 Mar 2013 17:35:05 +0000]
virtual keyboard plugin

11 years agoderive plugins from BasePlugin class
thomasv [Fri, 15 Mar 2013 08:58:05 +0000]
derive plugins from BasePlugin class

11 years agoMerge branch 'master' of https://github.com/spesmilo/electrum
Maran [Fri, 15 Mar 2013 15:52:57 +0000]
Merge branch 'master' of https://github.com/spesmilo/electrum

11 years agomove http aliases to separate plugin
thomasv [Thu, 14 Mar 2013 15:32:05 +0000]
move http aliases to separate plugin

11 years agoFixes Qt imports
slush [Fri, 15 Mar 2013 13:19:36 +0000]
Fixes Qt imports

11 years agofix qrscanner module
thomasv [Fri, 15 Mar 2013 13:15:32 +0000]
fix qrscanner module

11 years agofilter plugins that do not have a .py source
thomasv [Fri, 15 Mar 2013 12:16:41 +0000]
filter plugins that do not have a .py source

11 years agoUpdate osx build scripts
Maran [Fri, 15 Mar 2013 12:03:20 +0000]
Update osx build scripts

11 years agoglobal switch use_local_modules
thomasv [Fri, 15 Mar 2013 12:00:59 +0000]
global switch use_local_modules

11 years agosimplification
thomasv [Fri, 15 Mar 2013 09:49:08 +0000]
simplification

11 years agouse proper syntax for variable args
thomasv [Thu, 14 Mar 2013 16:05:50 +0000]
use proper syntax for variable args

11 years agoadd label to internal transactions
thomasv [Thu, 14 Mar 2013 12:08:50 +0000]
add label to internal transactions

11 years agorely only on the verifier to get the height of transactions
thomasv [Thu, 14 Mar 2013 11:22:06 +0000]
rely only on the verifier to get the height of transactions

11 years agoprint error received by verifier, and continue
thomasv [Thu, 14 Mar 2013 09:49:00 +0000]
print error received by verifier, and continue

11 years agomissing dirs in MANIFEST
ecdsa [Wed, 13 Mar 2013 21:52:43 +0000]
missing dirs in MANIFEST

11 years agouse an abstract class SequenceClass
ecdsa [Wed, 13 Mar 2013 21:05:02 +0000]
use an abstract class SequenceClass

11 years agobetter seed dialog
ecdsa [Wed, 13 Mar 2013 20:00:29 +0000]
better seed dialog

11 years agoparent->self in password dialog
ecdsa [Wed, 13 Mar 2013 17:51:38 +0000]
parent->self in password dialog

11 years agomore bip32 related fixes
ecdsa [Wed, 13 Mar 2013 17:51:05 +0000]
more bip32 related fixes

11 years agofix bip32 get_private_key
ecdsa [Wed, 13 Mar 2013 17:20:05 +0000]
fix bip32 get_private_key

11 years agobip32 fixes
ecdsa [Wed, 13 Mar 2013 17:03:41 +0000]
bip32 fixes

11 years agofix: number of arguments
ecdsa [Wed, 13 Mar 2013 16:52:54 +0000]
fix: number of arguments

11 years agoprint created address in terminal, as in previous versions
thomasv [Wed, 13 Mar 2013 14:33:50 +0000]
print created address in terminal, as in previous versions

11 years agobug fix: init_seed
thomasv [Wed, 13 Mar 2013 14:31:24 +0000]
bug fix: init_seed

11 years agodo not call exit() in the interface module
thomasv [Wed, 13 Mar 2013 14:26:29 +0000]
do not call exit() in the interface module

11 years agofix: command line with no password
thomasv [Wed, 13 Mar 2013 13:29:50 +0000]
fix: command line with no password

11 years ago'import private keys' may import several keys
thomasv [Wed, 13 Mar 2013 13:23:10 +0000]
'import private keys' may import several keys

11 years agofix
ecdsa [Wed, 13 Mar 2013 00:08:30 +0000]
fix

11 years agofix
ecdsa [Wed, 13 Mar 2013 00:03:51 +0000]
fix

11 years agodo not raise exception on strange input scripts
ecdsa [Tue, 12 Mar 2013 23:55:08 +0000]
do not raise exception on strange input scripts

11 years agostart verifier right after initialization
ecdsa [Tue, 12 Mar 2013 22:53:56 +0000]
start verifier right after initialization

11 years agobetter synchronize method
ecdsa [Tue, 12 Mar 2013 22:10:43 +0000]
better synchronize method

11 years agocatch http exception
ecdsa [Tue, 12 Mar 2013 21:56:58 +0000]
catch http exception

11 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ecdsa [Tue, 12 Mar 2013 21:31:51 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

11 years agoAmmended release notes about raw tx
Maran [Tue, 12 Mar 2013 21:31:10 +0000]
Ammended release notes about raw tx

11 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ecdsa [Tue, 12 Mar 2013 20:56:10 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

11 years agoremove internal check that was too strong
ecdsa [Tue, 12 Mar 2013 20:55:56 +0000]
remove internal check that was too strong

11 years agoUpdate howto
Maran [Tue, 12 Mar 2013 20:50:43 +0000]
Update howto

11 years agoTweaks for new plugin giving self
Maran [Tue, 12 Mar 2013 20:38:06 +0000]
Tweaks for new plugin giving self

11 years agoFix merge conflict
Maran [Tue, 12 Mar 2013 20:27:27 +0000]
Fix merge conflict

11 years agoAdded raw tx to the release notes
Maran [Tue, 12 Mar 2013 20:26:27 +0000]
Added raw tx to the release notes

11 years agoMore work on label cloud plugin
Maran [Tue, 12 Mar 2013 20:20:18 +0000]
More work on label cloud plugin

11 years agofix exception
ecdsa [Tue, 12 Mar 2013 19:59:37 +0000]
fix exception

11 years agoupdate release notes
ecdsa [Tue, 12 Mar 2013 19:28:08 +0000]
update release notes

11 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ecdsa [Tue, 12 Mar 2013 18:24:55 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

11 years agoadd a hook at the end of the gui constructor
thomasv [Tue, 12 Mar 2013 17:40:21 +0000]
add a hook at the end of the gui constructor

11 years agoalways pass 'self' to hooks
thomasv [Tue, 12 Mar 2013 17:07:17 +0000]
always pass 'self' to hooks

11 years agoself.run_hook
thomasv [Tue, 12 Mar 2013 16:55:34 +0000]
self.run_hook

11 years agoreplace 'ElectrumKeyID' with more general 'KeyID' field in transactions
thomasv [Tue, 12 Mar 2013 16:54:26 +0000]
replace 'ElectrumKeyID' with more general 'KeyID' field in transactions

11 years agomonospace font in console
thomasv [Tue, 12 Mar 2013 16:37:19 +0000]
monospace font in console

11 years agodo not request banner twice
thomasv [Tue, 12 Mar 2013 16:34:06 +0000]
do not request banner twice

11 years agoMerge branch 'master' into feature/label_sync
Maran [Tue, 12 Mar 2013 16:26:01 +0000]
Merge branch 'master' into feature/label_sync

11 years agoFix merge conflicts
Maran [Tue, 12 Mar 2013 16:24:14 +0000]
Fix merge conflicts

11 years agoadd set_label hook
thomasv [Tue, 12 Mar 2013 16:22:30 +0000]
add set_label hook

11 years agoAdd close setting dialog hook
Maran [Tue, 12 Mar 2013 16:13:50 +0000]
Add close setting dialog hook

11 years agodefine method set_label in classic gui
thomasv [Tue, 12 Mar 2013 16:10:35 +0000]
define method set_label in classic gui

11 years agoMerge branch 'master' into feature/label_sync
Maran [Tue, 12 Mar 2013 15:52:15 +0000]
Merge branch 'master' into feature/label_sync

11 years agoadding new languages
thomasv [Tue, 12 Mar 2013 15:29:19 +0000]
adding new languages

11 years agoMerge pull request #160 from rdymac/patch-4
ThomasV [Tue, 12 Mar 2013 15:25:27 +0000]
Merge pull request #160 from rdymac/patch-4

Latest translation version

11 years agoLatest translation version
rdymac [Tue, 12 Mar 2013 15:20:17 +0000]
Latest translation version

Updated the wiki page for the latest version for the upcoming version release

11 years agorm extra space
thomasv [Tue, 12 Mar 2013 13:34:35 +0000]
rm extra space

11 years agoMerge pull request #157 from rdymac/patch-1
ThomasV [Tue, 12 Mar 2013 13:27:13 +0000]
Merge pull request #157 from rdymac/patch-1

Successfully tricky word

11 years agoMerge pull request #159 from rdymac/patch-3
ThomasV [Tue, 12 Mar 2013 13:25:37 +0000]
Merge pull request #159 from rdymac/patch-3

Colon not in use

11 years agoalways enable auto_cycle for android
thomasv [Tue, 12 Mar 2013 13:12:27 +0000]
always enable auto_cycle for android

11 years agoupdates fro android
thomasv [Tue, 12 Mar 2013 12:48:16 +0000]
updates fro android

11 years agoColon not in use
rdymac [Tue, 12 Mar 2013 01:02:09 +0000]
Colon not in use

I think that colon doesn't fit there, there's no text after that colon ':' or code to be shown as variable '%s' after it.

11 years agoSuccessfully tricky word
rdymac [Tue, 12 Mar 2013 00:33:08 +0000]
Successfully tricky word

11 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ecdsa [Mon, 11 Mar 2013 19:30:25 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

11 years agoadd 2 of 3 sequences
thomasv [Mon, 11 Mar 2013 18:04:46 +0000]
add 2 of 3 sequences

11 years agocustom wrappers that store the path selected by the user
thomasv [Mon, 11 Mar 2013 14:57:37 +0000]
custom wrappers that store the path selected by the user

11 years agofirst parameter of QFileDialog should be the parent
thomasv [Mon, 11 Mar 2013 14:09:38 +0000]
first parameter of QFileDialog should be the parent

11 years agoplugins: define is_available()
thomasv [Mon, 11 Mar 2013 13:30:30 +0000]
plugins: define is_available()

11 years agoupdate indices and add stretch to ui tab
thomasv [Mon, 11 Mar 2013 12:49:43 +0000]
update indices and add stretch to ui tab

11 years agomove 'load transaction' to import/export tab
thomasv [Mon, 11 Mar 2013 12:45:19 +0000]
move 'load transaction' to import/export tab

11 years agoimprove plugins tab
thomasv [Mon, 11 Mar 2013 12:35:51 +0000]
improve plugins tab

11 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ecdsa [Sun, 10 Mar 2013 20:36:52 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

11 years agogui plugins area
ecdsa [Sun, 10 Mar 2013 20:36:43 +0000]
gui plugins area

11 years agoMerge branch 'master' into feature/label_sync
Maran [Sun, 10 Mar 2013 20:34:10 +0000]
Merge branch 'master' into feature/label_sync

11 years agoMerge branch 'feature/label_sync' of https://github.com/spesmilo/electrum into featur...
Maran [Sun, 10 Mar 2013 20:33:55 +0000]
Merge branch 'feature/label_sync' of https://github.com/spesmilo/electrum into feature/label_sync