get_amount returns None if there's an exception
[electrum-nvc.git] / gui / qt / main_window.py
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
2014-05-02 ThomasVhandle pending and imported accounts using account...
2014-05-01 ThomasVfix type of io_dir
2014-05-01 ThomasVsweep privkeys in gui
2014-05-01 ThomasVexport_privkeys_dialog
2014-05-01 ThomasVdo_export_privkeys: replace wallet.seed with is_watchin...
2014-05-01 ThomasVparameter for wizard.run
2014-05-01 ThomasVfix password dialog, for imported wallets
2014-05-01 ThomasVdisable wallet menus when they do not apply
2014-04-30 ThomasVwallet.has_seed
2014-04-30 ThomasVcleanup wallet classes
2014-04-30 ThomasVmove set_url to __init__. fixes #672
2014-04-28 ThomasVsort accounts
2014-04-28 ThomasVshow_before_broadcast option in gui
2014-04-25 ThomasVgui: don't show account names if there is only one...
2014-04-25 ThomasVrm dead code
2014-04-25 ThomasVmove tray logic to ElectrumGui object. fixes #468
2014-04-25 ThomasVdark/light icon selector. see #666
2014-04-25 ThomasVMerge branch 'master' of git://github.com/spesmilo...
2014-04-25 ThomasVget_master_public_keys
2014-04-24 Michael WozniakAdd block explorer setting for "view online"
2014-04-24 ThomasVno accounts in multisig wallets
2014-04-24 ThomasVswitch default display to mBTC
2014-04-18 ThomasVrelocate export_history code
2014-04-17 ThomasVslightly better notifications. at least, it fixes #652
2014-04-12 Michael WozniakBitcoin URL Handling
2014-04-07 ThomasVtransaction: add_signature(), is_complete() methods
2014-04-06 ThomasVdon't change default_wallet_path
2014-04-05 ThomasVbroadcast tx in a separate thread
2014-04-05 ThomasVMerge pull request #644 from wozz/raise_window
2014-04-05 ThomasVcheck seed in gui. fixes #622
2014-04-02 Michael WozniakFix OS X issue: window start in foreground
2014-04-02 ThomasVgui fix: send tx dialog
2014-04-01 ThomasVupdate bip32 accounts and wallet
2014-03-28 ThomasVadd error field in tx, because exceptions cannot be...
2014-03-28 ThomasVbetter waiting dialog, with Qt signals
2014-03-27 Darrin DaigleCleaned up Exchange Rate plugin: more efficient code...
2014-03-27 Darrin DaigleFixed size issue on account combo box in status panel...
2014-03-26 ThomasVMerge pull request #625 from dpdtex/DialogTitles
2014-03-26 rdymacadd white space before BTC frozen message
2014-03-25 Darrin Daiglefixed title on 3 dialog boxes (they were showing "pytho...
2014-03-23 Darrin DaigleAdd ability to specify fiat amount when sending bitcoin.
2014-03-16 ThomasVdisable encrypt/decrypt
2014-03-13 MaranChanged theme switching, probably fixes #509 as well
2014-03-12 ThomasVfix #585
2014-03-05 ThomasVfollow-up to #604
2014-03-04 ThomasVcode cleanup: main menu
2014-03-03 ThomasVencrypt/decrypt messages in gui
2014-03-03 ThomasVcode cleanup
2014-03-03 ThomasVmove menu separator
2014-03-03 Michael WozniakAdd history fiat tx value for exchange plugin
2014-03-02 ThomasVcleanup
2014-03-02 Michael Wozniakchange remove tabs for verify/sign
2014-03-02 Michael WozniakAdd tools menu function for Verify message
2014-03-02 ThomasVMerge pull request #591 from dabura667/Blockchainlink
next