fixes for pending accounts
[electrum-nvc.git] / gui / qt / main_window.py
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-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 ThomasVallow address creation beyond gap limit in GUI. fixes...
2014-06-26 ThomasVestimate fee using number of outputs
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-22 ThomasVfix: edit label
2014-06-21 ThomasVcompact serialized format for unsigned and partially...
2014-06-17 ThomasVgui column set monospace font
2014-06-17 ThomasVgui tweaks
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 ThomasVbundle dependencies in 'packages' dir. use qrcode inste...
2014-06-16 ThomasVtweak receive layout
2014-06-16 ThomasVcatch invalid password exceptions in sign_raw_transacti...
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: 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-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 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: sanitize outputs
2014-06-06 ThomasVminor fixes for payto_edit
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 ThomasVfix
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-02 ThomasVupdate imported keys
2014-05-29 ThomasVfix #682
2014-05-26 ThomasVfix
2014-05-26 ThomasVclose method
2014-05-24 ThomasVrewrite WaiingDialog as child class of QThread
2014-05-24 ThomasVsimple test for waiting dialog
2014-05-21 ThomasVfix #700
2014-05-12 ThomasVwallet.is_used() method
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-07 ThomasVfix payment ack
2014-05-07 ThomasVfix: gui_object.payment_request
2014-05-07 ThomasVsend error messages for payment requests
2014-05-07 ThomasVpayment requests: add style sheet for readonly fields
2014-05-07 ThomasVsupport for payment requests in the gui
2014-05-05 ThomasVp2sh wallets cannot create accounts
2014-05-05 ThomasVexport as json or csv
2014-05-05 ThomasVaddress_field in sweep dialog
2014-05-05 ThomasVmake do_export_privkey non-gui
2014-05-05 ThomasVsleep inside for loop, so that gui remains responsive
2014-05-04 ThomasVfix #444
2014-05-04 ThomasVmove private key methods from wallet to accounts
next