add new tray icon, and activate window in showNormal
[electrum-nvc.git] / lib /
2013-10-10 thomasvfix parameters in mktx_from_account
2013-10-10 ThomasVMerge pull request #332 from rdymac/translations-and...
2013-10-10 thomasvfix: height()
2013-10-10 rdymaclatest wikia version need to be checked before release
2013-10-09 ThomasVreplace blockchain.height with height(), and fix server...
2013-10-08 ThomasVsanitize server in interface.py (fix bug #309)
2013-10-08 ThomasVfix offline signing: redeemPubkey was missing
2013-10-08 ThomasVnetwork.default_server shouldnever be None
2013-10-08 ThomasVfixes for android: restore from seed
2013-10-08 ThomasVuse a regexp for the ssl bug workaround
2013-10-08 ThomasVandroid interface update and minor fixes
2013-10-08 ThomasVworkaround android bug with ssl certificates
2013-10-07 ThomasVwallet: include next_addresses by default, so that...
2013-10-07 ThomasVMerge branch 'master' of git://github.com/spesmilo...
2013-10-07 ZomnutFix for the built-in raw_input not redirectin properly...
2013-10-07 ThomasVsimplify get_balance
2013-10-07 thomasvupdate android interface
2013-10-07 thomasvMerge branch 'master' of git://github.com/spesmilo...
2013-10-07 thomasvcheck coinbase maturity (fix #252)
2013-10-07 ZomnutFix command line create/restore
2013-10-07 thomasvre-add pick_random_server
2013-10-07 thomasvupgrade message for ecdsa
2013-10-06 ThomasVupdate and fix the merchant script (fixes issue #254)
2013-10-06 ThomasVupdate a few scripts
2013-10-05 ThomasVchoose_tx_from account, and use deterministic signature...
2013-10-05 ThomasVnew account creation method (gui)
2013-10-05 ThomasVsmaller timeout if disconnected
2013-10-05 ThomasVenable changes of protocol, proxy at runtime
2013-10-05 ThomasVsupport for all protocols
2013-10-05 ThomasVfix: server lag
2013-10-05 ThomasVnetwork: fix server lag detection
2013-10-04 ThomasVshow lag in status line
2013-10-04 ThomasVhandle network.interface being None when network is...
2013-10-04 ThomasVbetter account naming/renaming
2013-10-04 ThomasVinterface.debug flag
2013-10-04 ThomasVupdate default servers
2013-10-04 ThomasVstore a list of recently encountered servers
2013-10-04 ThomasVnetwork.is_connected()
2013-10-04 ThomasVresend subscriptions after disconnect
2013-10-04 ThomasVmaintain NUM_SERVERS interfaces
2013-10-03 thomasvfix: tx_hash -> prevout_hash
2013-10-03 thomasvshow 'server lagging' icon if server lags and client...
2013-10-03 ThomasVrestore minimum lag for server swiching
2013-10-03 ThomasVauto-cycle: switch to the longest chain
2013-10-03 ThomasVremove check_windows_wallet_migration
2013-10-03 ThomasVgetpubkeys command
2013-10-03 ThomasVnew flag for commands: requires_wallet
2013-10-03 ThomasVhandle handshake failures in SSL
2013-10-03 ThomasVmove synchronous_get to network.py, fix get_balance...
2013-10-03 ThomasVdo not check certificate expiration if OpenSSL cannot...
2013-10-02 ThomasVserver name change (hachre)
2013-10-02 ThomasVnew command: getservers (fix for issue #306)
2013-10-02 ThomasVmanage subscriptions in network.py
2013-10-02 ThomasVset_server: resend subscriptions
2013-10-02 ThomasVfix
2013-10-02 ThomasVdelete expired certificates
2013-10-02 ThomasVscripts to check certificates
2013-10-02 ThomasVtemporary_path for unverified certificates
2013-10-02 ThomasVfixes
2013-10-02 ThomasVfix
2013-10-02 ThomasVdelete only if cert is new
2013-10-02 ThomasVdelete certificates that fail
2013-10-01 ThomasVmaster privae keys dialog
2013-10-01 ThomasVdon't create all master public keys on wallet creation
2013-10-01 ThomasVprevent dns leaks when using proxy. fixes issue #147
2013-10-01 ThomasVinterface: call socket.connect before sll.wrap_socket...
2013-09-30 thomasvSSL certificate validation
2013-09-29 ThomasVadd locks to config and storage
2013-09-29 ThomasVfix is_complete
2013-09-29 ThomasVcleanup signrawtrasaction and input_info
2013-09-29 ThomasVset label
2013-09-29 ThomasVsign_tx hook
2013-09-29 ThomasVadd input_info when transaction is created
2013-09-28 ThomasVcommon wallet.restore() method for GUIs
2013-09-28 ThomasVfix is_seeded
2013-09-28 ThomasVfix imports
2013-09-27 ThomasVnetwork.set_server: test if server is the same
2013-09-24 ThomasVadd account menus and details window
2013-09-24 ThomasVgeneralize plugins to all guis
2013-09-18 rofl0rfix error to create a wallet due to missing pick_random...
2013-09-17 rdymacAdd translations and fixes to 1.9 master
2013-09-15 ThomasVsort coins by age in get_unspent_coins()
2013-09-15 thomasvsign/verify: do unicode conversion only for messages...
2013-09-15 thomasvsign unicode messages
2013-09-15 thomasvfix
2013-09-15 thomasvsanitize prioritized_addresses, making sure they are...
2013-09-15 thomasvfix
2013-09-15 thomasvfix
2013-09-15 thomasvdo not show pubkeu in validateaddress if the key is...
2013-09-15 thomasvsubscribe to imported address
2013-09-15 thomasvsend from domain in mktx (fix #294)
2013-09-15 thomasvgetrawtransaction: first check if tx is in wallet
2013-09-15 thomasvnew command: getrawtransaction
2013-09-15 ThomasVrename menu: create tx
2013-09-14 ThomasVcustom json encoder for transactions
2013-09-14 ThomasVcreate a class for transaction dialog
2013-09-13 ThomasVfix
2013-09-13 ThomasVfix save_qrcode
2013-09-13 thomasvminor fixes
2013-09-13 ThomasVfix
next