electrum-nvc.git
9 years agocompact serialized format for unsigned and partially signed transactions.
ThomasV [Sat, 21 Jun 2014 19:06:09 +0000]
compact serialized format for unsigned and partially signed transactions.

9 years agoupdate packages script
ThomasV [Fri, 20 Jun 2014 09:55:58 +0000]
update packages script

9 years agoadd hook for transaction_dialog
ThomasV [Fri, 20 Jun 2014 09:55:34 +0000]
add hook for transaction_dialog

9 years agocleanup dead code
ThomasV [Thu, 19 Jun 2014 07:42:19 +0000]
cleanup dead code

9 years agogui column set monospace font
ThomasV [Tue, 17 Jun 2014 16:38:32 +0000]
gui column set monospace font

9 years agofix save_qrcode
ThomasV [Tue, 17 Jun 2014 16:32:49 +0000]
fix save_qrcode

9 years agogui tweaks
ThomasV [Tue, 17 Jun 2014 16:24:46 +0000]
gui tweaks

9 years agoshow popup if qr scanner not enabled
ThomasV [Tue, 17 Jun 2014 14:45:45 +0000]
show popup if qr scanner not enabled

9 years agotransaction show_qr
ThomasV [Tue, 17 Jun 2014 14:24:01 +0000]
transaction show_qr

9 years agofixedSize qrcode widget
ThomasV [Tue, 17 Jun 2014 12:58:12 +0000]
fixedSize qrcode widget

9 years agofix: remove imports
ThomasV [Tue, 17 Jun 2014 12:32:31 +0000]
fix: remove imports

9 years agofix imports in pos plugin
ThomasV [Tue, 17 Jun 2014 12:29:23 +0000]
fix imports in pos plugin

9 years agolink point of sale plugin with receive tab
ThomasV [Tue, 17 Jun 2014 12:27:56 +0000]
link point of sale plugin with receive tab

9 years agoparse_scriptSig
ThomasV [Tue, 17 Jun 2014 11:48:58 +0000]
parse_scriptSig

9 years agoaccess to global configuration using set_config and get_config
ThomasV [Tue, 17 Jun 2014 10:03:41 +0000]
access to global configuration using set_config and get_config

9 years agobundle dependencies in 'packages' dir. use qrcode instead of pyqrnative
ThomasV [Tue, 17 Jun 2014 09:02:46 +0000]
bundle dependencies in 'packages' dir. use qrcode instead of pyqrnative

9 years agotweak receive layout
ThomasV [Mon, 16 Jun 2014 16:46:30 +0000]
tweak receive layout

9 years agofix decimal point in AmountEdit
ThomasV [Mon, 16 Jun 2014 16:38:28 +0000]
fix decimal point in AmountEdit

9 years agocatch invalid password exceptions in sign_raw_transaction too
ThomasV [Mon, 16 Jun 2014 16:18:02 +0000]
catch invalid password exceptions in sign_raw_transaction too

9 years agowaiting dialog: handle exceptions
ThomasV [Mon, 16 Jun 2014 16:06:39 +0000]
waiting dialog: handle exceptions

9 years agodo not show send from menu for addresses that have no coins
ThomasV [Mon, 16 Jun 2014 15:42:47 +0000]
do not show send from menu for addresses that have no coins

9 years agodisable save_request_button if fields are empty
ThomasV [Mon, 16 Jun 2014 15:29:50 +0000]
disable save_request_button if fields are empty

9 years agofix: clear receive tab if an item is deleted
ThomasV [Mon, 16 Jun 2014 15:09:34 +0000]
fix: clear receive tab if an item is deleted

9 years agoconnect receive_list, to display saved items
ThomasV [Mon, 16 Jun 2014 15:02:20 +0000]
connect receive_list, to display saved items

9 years agoadjust receive_list column width
ThomasV [Mon, 16 Jun 2014 11:30:33 +0000]
adjust receive_list column width

9 years agofix #727
ThomasV [Mon, 16 Jun 2014 11:29:55 +0000]
fix #727

9 years agoparse_URI: amount is in satoshis
ThomasV [Sun, 15 Jun 2014 07:26:52 +0000]
parse_URI: amount is in satoshis

9 years agoshow list of requests in receive tab
ThomasV [Sat, 14 Jun 2014 16:02:45 +0000]
show list of requests in receive tab

9 years agoreceive tab, separate from addresses tab
ThomasV [Sat, 14 Jun 2014 14:15:00 +0000]
receive tab, separate from addresses tab

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