electrum-nvc.git
9 years agouse QRTextEdit for public and private keys
ThomasV [Sat, 14 Jun 2014 11:05:55 +0000]
use QRTextEdit for public and private keys

9 years agofix: qrtextedit constructor
ThomasV [Sat, 14 Jun 2014 10:25:47 +0000]
fix: qrtextedit constructor

9 years agofix: expiration in invoices
ThomasV [Sat, 14 Jun 2014 10:21:08 +0000]
fix: expiration in invoices

9 years agonew widget: QRTextEdit
ThomasV [Sat, 14 Jun 2014 10:17:44 +0000]
new widget: QRTextEdit

9 years agofix: payment_request
ThomasV [Fri, 13 Jun 2014 15:51:11 +0000]
fix: payment_request

9 years agominor fix
ThomasV [Fri, 13 Jun 2014 15:11:15 +0000]
minor fix

9 years agofix
ThomasV [Fri, 13 Jun 2014 15:02:58 +0000]
fix

9 years agoshow expired status in invoices tab
ThomasV [Fri, 13 Jun 2014 14:53:43 +0000]
show expired status in invoices tab

9 years agoshow color if payment request has expired
ThomasV [Fri, 13 Jun 2014 14:39:07 +0000]
show color if payment request has expired

9 years agoimport paymentrequests only when really needed
ThomasV [Fri, 13 Jun 2014 14:25:25 +0000]
import paymentrequests only when really needed

9 years agominor fixes
ThomasV [Fri, 13 Jun 2014 14:08:46 +0000]
minor fixes

9 years agounify util.parse_URI
ThomasV [Fri, 13 Jun 2014 14:02:30 +0000]
unify util.parse_URI

9 years agoqrscanner: use win.show_qr_code
ThomasV [Fri, 13 Jun 2014 12:27:48 +0000]
qrscanner: use win.show_qr_code

9 years agowizard: set next button default
ThomasV [Fri, 13 Jun 2014 11:48:36 +0000]
wizard: set next button default

9 years agofix: show_raw_qr
ThomasV [Fri, 13 Jun 2014 05:38:34 +0000]
fix: show_raw_qr

9 years agoadding file generated by protobuf
ThomasV [Thu, 12 Jun 2014 22:06:45 +0000]
adding file generated by protobuf

9 years agodon't set column width in update, but only in create
ThomasV [Thu, 12 Jun 2014 20:51:39 +0000]
don't set column width in update, but only in create

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