electrum-nvc.git
9 years agoqrscanner: add scan button in init()
ThomasV [Thu, 12 Jun 2014 20:32:24 +0000]
qrscanner: add scan button in init()

9 years agomove qr code operations to transaction window and transaction menu
ThomasV [Thu, 12 Jun 2014 20:24:10 +0000]
move qr code operations to transaction window and transaction menu

9 years agoreuse existing transaction dialog instead of duplicating it
ThomasV [Thu, 12 Jun 2014 19:57:58 +0000]
reuse existing transaction dialog instead of duplicating it

9 years agozbar plugin: use self.win
ThomasV [Thu, 12 Jun 2014 15:40:34 +0000]
zbar plugin: use self.win

9 years agolet the send tab parse and return its own fields
ThomasV [Thu, 12 Jun 2014 15:31:18 +0000]
let the send tab parse and return its own fields

9 years agoinstall instructions for zbar. fixes #610
ThomasV [Thu, 12 Jun 2014 14:57:23 +0000]
install instructions for zbar. fixes #610

9 years agoon_header: return early if block_height is missing
ThomasV [Thu, 12 Jun 2014 13:49:53 +0000]
on_header: return early if block_height is missing

9 years agoverify if pr has expired
ThomasV [Thu, 12 Jun 2014 13:47:48 +0000]
verify if pr has expired

9 years agoadd pay_invoice menu item
ThomasV [Thu, 12 Jun 2014 13:35:46 +0000]
add pay_invoice menu item

9 years agobroadcast tx of payment request
ThomasV [Thu, 12 Jun 2014 13:15:05 +0000]
broadcast tx of payment request

9 years agosave and display request status
ThomasV [Thu, 12 Jun 2014 09:27:18 +0000]
save and display request status

9 years agofix varname
ThomasV [Thu, 12 Jun 2014 08:21:44 +0000]
fix varname

9 years agocolumn for payment request memo
ThomasV [Thu, 12 Jun 2014 08:20:06 +0000]
column for payment request memo

9 years agoimprove fee help message
ThomasV [Thu, 12 Jun 2014 07:32:05 +0000]
improve fee help message

9 years agofix: wrong variable name fee_e
ThomasV [Thu, 12 Jun 2014 07:29:46 +0000]
fix: wrong variable name fee_e

9 years agouse BTCAmount.setAmount instead of setText
ThomasV [Thu, 12 Jun 2014 07:25:04 +0000]
use BTCAmount.setAmount instead of setText

9 years agoget_amount returns None if there's an exception
ThomasV [Thu, 12 Jun 2014 07:15:25 +0000]
get_amount returns None if there's an exception

9 years agoMerge pull request #721 from atweiden/pyasn1-modules
ThomasV [Wed, 11 Jun 2014 21:50:47 +0000]
Merge pull request #721 from atweiden/pyasn1-modules

pyasn1_modules.rfc2459 requires pyasn1-modules

9 years agopyasn1_modules.rfc2459 requires pyasn1-modules
Andy Weidenbaum [Wed, 11 Jun 2014 19:11:58 +0000]
pyasn1_modules.rfc2459 requires pyasn1-modules

9 years agoadd new files and deps to setup
ThomasV [Wed, 11 Jun 2014 17:34:30 +0000]
add new files and deps to setup

9 years agorestore encrypt/decrypt menus
ThomasV [Wed, 11 Jun 2014 17:30:43 +0000]
restore encrypt/decrypt menus

9 years agooption to start hidden. fixes #720
ThomasV [Wed, 11 Jun 2014 17:21:01 +0000]
option to start hidden. fixes #720

9 years agoAmountEdit: use a separate palette for the help text
ThomasV [Wed, 11 Jun 2014 16:52:55 +0000]
AmountEdit: use a separate palette for the help text

9 years agofiat_e: set precision to 0.01
ThomasV [Wed, 11 Jun 2014 16:20:25 +0000]
fiat_e: set precision to 0.01

9 years agosanitize get_amount
ThomasV [Wed, 11 Jun 2014 16:17:27 +0000]
sanitize get_amount

9 years agoexchange rate plugin: bi-directional conversion
ThomasV [Wed, 11 Jun 2014 16:10:21 +0000]
exchange rate plugin: bi-directional conversion

9 years agosetAmount: convert to int
ThomasV [Wed, 11 Jun 2014 13:36:40 +0000]
setAmount: convert to int

9 years agoreplace fiat dialog with direct edit line
ThomasV [Wed, 11 Jun 2014 13:32:09 +0000]
replace fiat dialog with direct edit line

9 years agofix: missing import
ThomasV [Wed, 11 Jun 2014 13:28:07 +0000]
fix: missing import

9 years agoseparate AmountEdit and BTCAmountEdit classes, for exchange rate plugin
ThomasV [Wed, 11 Jun 2014 12:44:26 +0000]
separate AmountEdit and BTCAmountEdit classes, for exchange rate plugin

9 years agofix bug #717
ThomasV [Wed, 11 Jun 2014 11:47:32 +0000]
fix bug #717

9 years agofix bug #718
ThomasV [Wed, 11 Jun 2014 11:10:48 +0000]
fix bug #718

9 years agoFix daemon port
ThomasV [Tue, 10 Jun 2014 18:44:52 +0000]
Fix daemon port

9 years agoprevent collision on daemon port. Add Imported_Wallet (bolkin)
ThomasV [Tue, 10 Jun 2014 18:40:42 +0000]
prevent collision on daemon port. Add Imported_Wallet (bolkin)

9 years agoverify payment requests with tlslite and pyasn1 (pure python) instead of m2Crypto
ThomasV [Tue, 10 Jun 2014 12:32:17 +0000]
verify payment requests with tlslite and pyasn1 (pure python) instead of m2Crypto

9 years agoshow payment request details
ThomasV [Sat, 7 Jun 2014 17:53:54 +0000]
show payment request details

9 years agoadd requests and pbkdf2 dependencies
ThomasV [Sat, 7 Jun 2014 11:30:40 +0000]
add requests and pbkdf2 dependencies

9 years agoremove dead code: hboxes in list tabs
ThomasV [Sat, 7 Jun 2014 11:15:52 +0000]
remove dead code: hboxes in list tabs

9 years agopop up menu for invoices
ThomasV [Sat, 7 Jun 2014 10:45:56 +0000]
pop up menu for invoices

9 years agostore payment requests even if M2Crypto is not available
ThomasV [Sat, 7 Jun 2014 09:11:49 +0000]
store payment requests even if M2Crypto is not available

9 years agosave invoices
ThomasV [Fri, 6 Jun 2014 14:16:14 +0000]
save invoices

9 years agofix: call get_amount from get_outputs
ThomasV [Fri, 6 Jun 2014 05:58:46 +0000]
fix: call get_amount from get_outputs

9 years agofix: sanitize outputs
ThomasV [Fri, 6 Jun 2014 05:48:08 +0000]
fix: sanitize outputs

9 years agominor fixes for payto_edit
ThomasV [Fri, 6 Jun 2014 05:17:47 +0000]
minor fixes for payto_edit

9 years agofix: don't handle keypress if field is readonly
ThomasV [Thu, 5 Jun 2014 20:02:49 +0000]
fix: don't handle keypress if field is readonly

9 years agocoin control: select UTXOs in menu
ThomasV [Thu, 5 Jun 2014 19:55:11 +0000]
coin control: select UTXOs in menu

9 years agotx window: let prent do the broadcast
ThomasV [Thu, 5 Jun 2014 15:55:27 +0000]
tx window: let prent do the broadcast

9 years agopayment request: show status with help button
ThomasV [Thu, 5 Jun 2014 15:40:58 +0000]
payment request: show status with help button

9 years agoreplace import *
ThomasV [Thu, 5 Jun 2014 14:29:23 +0000]
replace import *

9 years agoadd pbkdf2 dependency
ThomasV [Thu, 5 Jun 2014 14:19:13 +0000]
add pbkdf2 dependency

9 years agosetFrozen generic method
ThomasV [Thu, 5 Jun 2014 12:49:32 +0000]
setFrozen generic method

9 years agoset payment_request to None if error
ThomasV [Thu, 5 Jun 2014 12:19:18 +0000]
set payment_request to None if error

9 years agosetframe
ThomasV [Thu, 5 Jun 2014 12:15:58 +0000]
setframe

9 years agofix
ThomasV [Thu, 5 Jun 2014 10:55:02 +0000]
fix

9 years agofix
ThomasV [Thu, 5 Jun 2014 10:46:18 +0000]
fix

9 years agoread amounts
ThomasV [Thu, 5 Jun 2014 10:20:15 +0000]
read amounts

9 years agoparse payto text
ThomasV [Wed, 4 Jun 2014 12:49:55 +0000]
parse payto text

9 years agopaytoedit
ThomasV [Tue, 3 Jun 2014 19:53:25 +0000]
paytoedit

9 years agohandle units in AmountEdit
ThomasV [Thu, 5 Jun 2014 10:40:07 +0000]
handle units in AmountEdit

9 years agoparse payto text
ThomasV [Wed, 4 Jun 2014 12:49:55 +0000]
parse payto text

9 years agopaytoedit
ThomasV [Tue, 3 Jun 2014 19:53:25 +0000]
paytoedit

9 years agosimplify send tab layout (unneeded vbox)
ThomasV [Tue, 3 Jun 2014 19:47:27 +0000]
simplify send tab layout (unneeded vbox)

9 years agodo not raise an error if user config file is corrupted
ThomasV [Tue, 3 Jun 2014 14:16:43 +0000]
do not raise an error if user config file is corrupted

9 years agofix get_pubkey for imported keys
ThomasV [Tue, 3 Jun 2014 13:35:09 +0000]
fix get_pubkey for imported keys

9 years agounit test for aes
ThomasV [Tue, 3 Jun 2014 11:15:41 +0000]
unit test for aes

9 years agocheck message length in mnemonic encode
ThomasV [Tue, 3 Jun 2014 07:35:34 +0000]
check message length in mnemonic encode

9 years agomove tests to unittest format
ThomasV [Tue, 3 Jun 2014 07:34:59 +0000]
move tests to unittest format

9 years agofix: wizard 2of2 (cosigning key)
ThomasV [Mon, 2 Jun 2014 20:25:32 +0000]
fix: wizard 2of2 (cosigning key)

9 years agofix: wizard 2of2
ThomasV [Mon, 2 Jun 2014 19:54:53 +0000]
fix: wizard 2of2

9 years agoupdate imported keys
ThomasV [Mon, 2 Jun 2014 06:59:41 +0000]
update imported keys

9 years agoclass MyVerifyingKey, with constructor to submit to python-ecdsa
ThomasV [Fri, 30 May 2014 19:24:23 +0000]
class MyVerifyingKey, with constructor to submit to python-ecdsa

9 years agofix #682
ThomasV [Thu, 29 May 2014 13:30:23 +0000]
fix #682

9 years agoMerge pull request #703 from wozz/install-show
ThomasV [Thu, 29 May 2014 13:07:01 +0000]
Merge pull request #703 from wozz/install-show

show/raise install dialog

9 years agoRemove Bitcoin address from serialized encryption format. Enable encrypt commands...
ThomasV [Wed, 28 May 2014 10:18:34 +0000]
Remove Bitcoin address from serialized encryption format. Enable encrypt commands, fix ser_to_point() and add some tests

9 years agoMerge pull request #704 from badmofo/ecies-encryption
ThomasV [Wed, 28 May 2014 09:14:17 +0000]
Merge pull request #704 from badmofo/ecies-encryption

replaced jackjack encryption with corrected ecies implementation

9 years agoin ecies encryption, mac headers+ciphertext instead of just ciphertext
Lucas Ryan [Tue, 27 May 2014 18:37:37 +0000]
in ecies encryption, mac headers+ciphertext instead of just ciphertext

9 years agoreplaced jackjack encryption with corrected ecies implementation
Lucas Ryan [Tue, 27 May 2014 17:55:51 +0000]
replaced jackjack encryption with corrected ecies implementation

9 years agoshow/raise install dialog
Michael Wozniak [Mon, 26 May 2014 16:59:05 +0000]
show/raise install dialog

make sure install dialog doesn't show up behind other windows when
electrum is started

9 years agofix
ThomasV [Mon, 26 May 2014 03:47:00 +0000]
fix

9 years agoclose method
ThomasV [Mon, 26 May 2014 03:40:04 +0000]
close method

9 years agorewrite WaiingDialog as child class of QThread
ThomasV [Sat, 24 May 2014 20:54:54 +0000]
rewrite WaiingDialog as child class of QThread

9 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ThomasV [Sat, 24 May 2014 20:06:48 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

9 years agosimple test for waiting dialog
ThomasV [Sat, 24 May 2014 20:06:43 +0000]
simple test for waiting dialog

9 years agoMerge pull request #702 from bolkin/master
ThomasV [Fri, 23 May 2014 04:57:34 +0000]
Merge pull request #702 from bolkin/master

fix console importprivkey error

9 years agofix console importprivkey error
bolkin [Fri, 23 May 2014 04:18:32 +0000]
fix console importprivkey error

9 years agofix #700
ThomasV [Wed, 21 May 2014 21:59:24 +0000]
fix #700

9 years agofix #699
ThomasV [Wed, 21 May 2014 20:04:10 +0000]
fix #699

9 years agotx radar
ThomasV [Wed, 21 May 2014 19:15:42 +0000]
tx radar

9 years agoexplicit type for imported wallets. fixes #698
ThomasV [Wed, 21 May 2014 14:04:58 +0000]
explicit type for imported wallets. fixes #698

9 years agocreaterawtransaction: keep all fields for input_info
ThomasV [Wed, 21 May 2014 10:37:00 +0000]
createrawtransaction: keep all fields for input_info

9 years agofollow-up to previous commit
ThomasV [Wed, 21 May 2014 09:45:47 +0000]
follow-up to previous commit

9 years agoupdate calls to is_complete() method. fixes #693
ThomasV [Wed, 21 May 2014 09:36:37 +0000]
update calls to is_complete() method. fixes #693

10 years agompk hex encoding
ThomasV [Thu, 15 May 2014 07:13:50 +0000]
mpk hex encoding

10 years agowallet.is_used() method
ThomasV [Mon, 12 May 2014 09:28:00 +0000]
wallet.is_used() method

10 years agomulti seed and mpk dialogs
ThomasV [Mon, 12 May 2014 08:53:04 +0000]
multi seed and mpk dialogs

10 years agoadd paymentrequest to setup.py
ThomasV [Sat, 10 May 2014 21:27:05 +0000]
add paymentrequest to setup.py

10 years agohide help buttons if a payment request is shown
ThomasV [Sat, 10 May 2014 21:05:49 +0000]
hide help buttons if a payment request is shown

10 years agoshow request memo
ThomasV [Sat, 10 May 2014 20:43:53 +0000]
show request memo

10 years agoWaitingDialog class for better encapsulation
ThomasV [Sat, 10 May 2014 18:36:07 +0000]
WaitingDialog class for better encapsulation

10 years agoreturn error status for payment requests
ThomasV [Sat, 10 May 2014 18:35:00 +0000]
return error status for payment requests