Removed failing test for now
[electrum-nvc.git] / gui /
2014-07-08 ThomasVfix: add type 'aaddress' in change output
2014-07-08 ThomasVstore output type explicitly in tuple
2014-07-08 ThomasVuse QPlainTextEdit instead of QTextEdit
2014-07-07 ThomasVmake seed dialog a bit wider
2014-07-07 ThomasVfixes for pending accounts
2014-07-06 ThomasVrm duplicate method getpubkey
2014-07-06 ThomasVRewrite accounts and transactions: store pubkeys instea...
2014-07-05 ThomasVwizard: ask for password earlier during restore
2014-07-01 ThomasVbetter integration of plugins in installwizard (for...
2014-07-01 ThomasVfix: abort signing thread if wallet is watching only
2014-06-30 slush0Added base unit 'bits'.
2014-06-27 ThomasVsupport for OP_RETURN
2014-06-26 ThomasVdon't show qrcode button in payto if it is a payment...
2014-06-26 ThomasVallow address creation beyond gap limit in GUI. fixes...
2014-06-26 ThomasVestimate fee using number of outputs
2014-06-25 ThomasVrestore from xprv
2014-06-24 ThomasVfix payto size
2014-06-24 ThomasVwallet.is_beyond_limit (False for imported accounts)
2014-06-24 ThomasVcatch exception within sign thread, to re-enable send...
2014-06-24 ThomasVremove unused variable.
2014-06-24 ThomasVdefine frozen signal for exchange rate plugin
2014-06-24 ThomasVfix import
2014-06-24 ThomasVtx dialog hooks
2014-06-24 ThomasVdetect if wallet can sign tx before showing sign button
2014-06-23 ThomasVfix bug with the order of signatures in tx input
2014-06-22 ThomasVmessage: cosigner wallet
2014-06-22 ThomasVfix: edit label
2014-06-22 ThomasVshow number of tx signatures in gui
2014-06-21 ThomasVprint traceback in waiting dialog
2014-06-21 ThomasVcompact serialized format for unsigned and partially...
2014-06-20 ThomasVadd hook for transaction_dialog
2014-06-19 ThomasVcleanup dead code
2014-06-17 ThomasVgui column set monospace font
2014-06-17 ThomasVgui tweaks
2014-06-17 ThomasVshow popup if qr scanner not enabled
2014-06-17 ThomasVtransaction show_qr
2014-06-17 ThomasVfixedSize qrcode widget
2014-06-17 ThomasVfix: remove imports
2014-06-17 ThomasVlink point of sale plugin with receive tab
2014-06-17 ThomasVaccess to global configuration using set_config and...
2014-06-17 ThomasVbundle dependencies in 'packages' dir. use qrcode inste...
2014-06-16 ThomasVtweak receive layout
2014-06-16 ThomasVfix decimal point in AmountEdit
2014-06-16 ThomasVcatch invalid password exceptions in sign_raw_transacti...
2014-06-16 ThomasVwaiting dialog: handle exceptions
2014-06-16 ThomasVdo not show send from menu for addresses that have...
2014-06-16 ThomasVdisable save_request_button if fields are empty
2014-06-16 ThomasVfix: clear receive tab if an item is deleted
2014-06-16 ThomasVconnect receive_list, to display saved items
2014-06-16 ThomasVadjust receive_list column width
2014-06-16 ThomasVfix #727
2014-06-14 ThomasVshow list of requests in receive tab
2014-06-14 ThomasVreceive tab, separate from addresses tab
2014-06-14 ThomasVuse QRTextEdit for public and private keys
2014-06-14 ThomasVfix: qrtextedit constructor
2014-06-14 ThomasVfix: expiration in invoices
2014-06-14 ThomasVnew widget: QRTextEdit
2014-06-13 ThomasVfix: payment_request
2014-06-13 ThomasVminor fix
2014-06-13 ThomasVfix
2014-06-13 ThomasVshow expired status in invoices tab
2014-06-13 ThomasVshow color if payment request has expired
2014-06-13 ThomasVimport paymentrequests only when really needed
2014-06-13 ThomasVminor fixes
2014-06-13 ThomasVunify util.parse_URI
2014-06-13 ThomasVwizard: set next button default
2014-06-12 ThomasVdon't set column width in update, but only in create
2014-06-12 ThomasVmove qr code operations to transaction window and trans...
2014-06-12 ThomasVlet the send tab parse and return its own fields
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 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 ThomasVsanitize get_amount
2014-06-11 ThomasVexchange rate plugin: bi-directional conversion
2014-06-11 ThomasVfix: missing import
2014-06-11 ThomasVseparate AmountEdit and BTCAmountEdit classes, for...
2014-06-07 ThomasVshow payment request details
2014-06-07 ThomasVremove dead code: hboxes in list tabs
2014-06-07 ThomasVpop up menu for invoices
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 ThomasVsetFrozen generic method
2014-06-05 ThomasVset payment_request to None if error
2014-06-05 ThomasVsetframe
next