electrum-nvc.git
2014-06-12 ThomasVqrscanner: add scan button in init()
2014-06-12 ThomasVmove qr code operations to transaction window and trans...
2014-06-12 ThomasVreuse existing transaction dialog instead of duplicating it
2014-06-12 ThomasVzbar plugin: use self.win
2014-06-12 ThomasVlet the send tab parse and return its own fields
2014-06-12 ThomasVinstall instructions for zbar. fixes #610
2014-06-12 ThomasVon_header: return early if block_height is missing
2014-06-12 ThomasVverify if pr has expired
2014-06-12 ThomasVadd pay_invoice menu item
2014-06-12 ThomasVbroadcast tx of payment request
2014-06-12 ThomasVsave and display request status
2014-06-12 ThomasVfix varname
2014-06-12 ThomasVcolumn for payment request memo
2014-06-12 ThomasVimprove fee help message
2014-06-12 ThomasVfix: wrong variable name fee_e
2014-06-12 ThomasVuse BTCAmount.setAmount instead of setText
2014-06-12 ThomasVget_amount returns None if there's an exception
2014-06-11 ThomasVMerge pull request #721 from atweiden/pyasn1-modules
2014-06-11 Andy Weidenbaumpyasn1_modules.rfc2459 requires pyasn1-modules
2014-06-11 ThomasVadd new files and deps to setup
2014-06-11 ThomasVrestore encrypt/decrypt menus
2014-06-11 ThomasVoption to start hidden. fixes #720
2014-06-11 ThomasVAmountEdit: use a separate palette for the help text
2014-06-11 ThomasVfiat_e: set precision to 0.01
2014-06-11 ThomasVsanitize get_amount
2014-06-11 ThomasVexchange rate plugin: bi-directional conversion
2014-06-11 ThomasVsetAmount: convert to int
2014-06-11 ThomasVreplace fiat dialog with direct edit line
2014-06-11 ThomasVfix: missing import
2014-06-11 ThomasVseparate AmountEdit and BTCAmountEdit classes, for...
2014-06-11 ThomasVfix bug #717
2014-06-11 ThomasVfix bug #718
2014-06-10 ThomasVFix daemon port
2014-06-10 ThomasVprevent collision on daemon port. Add Imported_Wallet...
2014-06-10 ThomasVverify payment requests with tlslite and pyasn1 (pure...
2014-06-07 ThomasVshow payment request details
2014-06-07 ThomasVadd requests and pbkdf2 dependencies
2014-06-07 ThomasVremove dead code: hboxes in list tabs
2014-06-07 ThomasVpop up menu for invoices
2014-06-07 ThomasVstore payment requests even if M2Crypto is not available
2014-06-06 ThomasVsave invoices
2014-06-06 ThomasVfix: call get_amount from get_outputs
2014-06-06 ThomasVfix: sanitize outputs
2014-06-06 ThomasVminor fixes for payto_edit
2014-06-05 ThomasVfix: don't handle keypress if field is readonly
2014-06-05 ThomasVcoin control: select UTXOs in menu
2014-06-05 ThomasVtx window: let prent do the broadcast
2014-06-05 ThomasVpayment request: show status with help button
2014-06-05 ThomasVreplace import *
2014-06-05 ThomasVadd pbkdf2 dependency
2014-06-05 ThomasVsetFrozen generic method
2014-06-05 ThomasVset payment_request to None if error
2014-06-05 ThomasVsetframe
2014-06-05 ThomasVfix
2014-06-05 ThomasVfix
2014-06-05 ThomasVread amounts
2014-06-05 ThomasVparse payto text
2014-06-05 ThomasVpaytoedit
2014-06-05 ThomasVhandle units in AmountEdit
2014-06-04 ThomasVparse payto text
2014-06-03 ThomasVpaytoedit
2014-06-03 ThomasVsimplify send tab layout (unneeded vbox)
2014-06-03 ThomasVdo not raise an error if user config file is corrupted
2014-06-03 ThomasVfix get_pubkey for imported keys
2014-06-03 ThomasVunit test for aes
2014-06-03 ThomasVcheck message length in mnemonic encode
2014-06-03 ThomasVmove tests to unittest format
2014-06-02 ThomasVfix: wizard 2of2 (cosigning key)
2014-06-02 ThomasVfix: wizard 2of2
2014-06-02 ThomasVupdate imported keys
2014-05-30 ThomasVclass MyVerifyingKey, with constructor to submit to...
2014-05-29 ThomasVfix #682
2014-05-29 ThomasVMerge pull request #703 from wozz/install-show
2014-05-28 ThomasVRemove Bitcoin address from serialized encryption forma...
2014-05-28 ThomasVMerge pull request #704 from badmofo/ecies-encryption
2014-05-27 Lucas Ryanin ecies encryption, mac headers+ciphertext instead...
2014-05-27 Lucas Ryanreplaced jackjack encryption with corrected ecies imple...
2014-05-26 Michael Wozniakshow/raise install dialog
2014-05-26 ThomasVfix
2014-05-26 ThomasVclose method
2014-05-24 ThomasVrewrite WaiingDialog as child class of QThread
2014-05-24 ThomasVMerge branch 'master' of git://github.com/spesmilo...
2014-05-24 ThomasVsimple test for waiting dialog
2014-05-23 ThomasVMerge pull request #702 from bolkin/master
2014-05-23 bolkinfix console importprivkey error
2014-05-21 ThomasVfix #700
2014-05-21 ThomasVfix #699
2014-05-21 ThomasVtx radar
2014-05-21 ThomasVexplicit type for imported wallets. fixes #698
2014-05-21 ThomasVcreaterawtransaction: keep all fields for input_info
2014-05-21 ThomasVfollow-up to previous commit
2014-05-21 ThomasVupdate calls to is_complete() method. fixes #693
2014-05-15 ThomasVmpk hex encoding
2014-05-12 ThomasVwallet.is_used() method
2014-05-12 ThomasVmulti seed and mpk dialogs
2014-05-10 ThomasVadd paymentrequest to setup.py
2014-05-10 ThomasVhide help buttons if a payment request is shown
2014-05-10 ThomasVshow request memo
2014-05-10 ThomasVWaitingDialog class for better encapsulation
2014-05-10 ThomasVreturn error status for payment requests
next