electrum-nvc.git
2013-11-25 thomasvfix bug in mki18n.py
2013-11-23 ThomasVupdate web script
2013-11-23 ThomasVhandle multiple selections in receive_menu hook
2013-11-23 ThomasVMerge pull request #453 from tkhaew/master
2013-11-23 tkhaewUpdate point of sale plugin for menu hook
2013-11-23 tkhaewAdd addr value to receive menu hook
2013-11-22 ThomasVrelease notes
2013-11-22 ThomasVremove prioritize altogether.
2013-11-22 ThomasVversion 195
2013-11-22 thomasvremove translation_id
2013-11-22 ThomasVMerge pull request #452 from rdymac/master
2013-11-22 rdymacpt-PT Portuguese
2013-11-22 thomasvrevert old address grayout
2013-11-22 thomasvMerge branch 'used' of github.com:wozz/electrum into...
2013-11-22 ThomasVMerge pull request #449 from thgh/move-to-crowdin
2013-11-22 thomasvremove 'prioritize' from qt gui, superseded by coin...
2013-11-21 thghMove to Crowdin platform
2013-11-20 ThomasVMerge pull request #435 from Coin-Escrow/master
2013-11-20 ThomasVfix default value in storage.get
2013-11-19 ThomasVMerge pull request #442 from atanasi/atanasi
2013-11-18 Juho ÖstmanAllow password to have non-ASCII characters
2013-11-17 Coin-Escrowmore strings, see issue 434
2013-11-16 ThomasVMerge pull request #431 from Coin-Escrow/master
2013-11-16 Coin-EscrowFull Italian translation
2013-11-16 ThomasVMerge pull request #430 from wozz/POS
2013-11-16 Michael Wozniakpoint of sale plugin set amount to None if the exchange...
2013-11-16 ThomasVfix kazcw's PR
2013-11-16 kazcwclean up sending address input
2013-11-16 kazcwcorrect right-click menu during multiple-select
2013-11-16 kazcwselect addresses to send from
2013-11-16 ThomasVfix self.amount in POS plugin
2013-11-16 Michael Wozniakdo not show used addresses if there are not any
2013-11-16 Michael Wozniakmove used addresses to a collapsed section
2013-11-15 ThomasVMerge pull request #422 from thgh/master
2013-11-14 thghUndo reverse list
2013-11-14 thghOld addresses on receive tab grayed out
2013-11-14 ThomasVon sl error: print exception inside for loop, and do...
2013-11-14 ThomasVMerge pull request #419 from wozz/POS
2013-11-14 Michael Wozniakfix for issue #417, adds new column for requested amount
2013-11-13 ThomasVMerge pull request #414 from 3M3RY/IPv6
2013-11-13 Emery HemingwayIPv6 support
2013-11-13 ThomasVMerge pull request #410 from thgh/patch-1
2013-11-13 thghUpdate help text about tx fee
2013-11-13 MaranMerge pull request #408 from wozz/URI-update
2013-11-13 Michael WozniakMac OSX bitcoin: URI updates
2013-11-13 ThomasVMerge pull request #404 from WyseNynja/flake8_electrum
2013-11-13 ThomasVMerge pull request #405 from WyseNynja/flake8_setup
2013-11-13 ThomasVMerge pull request #406 from WyseNynja/flake8_contrib
2013-11-13 Bryan Stittflake8 cleanup of contrib/make_download
2013-11-13 Bryan Stittremove trailing whitespace from contrib
2013-11-13 Bryan Stittflake8 cleanup of ./setup*
2013-11-13 Bryan Stittflake8 cleanup of ./electrum
2013-11-12 ThomasVrevert WyseNynja's commit (breaks things)
2013-11-12 ThomasVrelease notes
2013-11-12 ThomasVdon't exit in wizard (fixes #402)
2013-11-12 ThomasVMerge branch 'master' of git://github.com/spesmilo...
2013-11-12 ThomasV1.9.4
2013-11-12 EagleTMMerge pull request #401 from iceTwy/master
2013-11-12 iceTwyAdd all missing French translation strings
2013-11-12 ThomasVfix tx signing with watching only wallets
2013-11-12 ThomasVfix bug with hex_to_int; remove unused function
2013-11-12 ThomasVMerge pull request #395 from WyseNynja/no_eval
2013-11-12 Bryan Stittstop using eval
2013-11-11 EagleTMMerge pull request #394 from maxplm/patch-1
2013-11-11 maxplmUpdate version.py
2013-11-11 ThomasVabort if file exists
2013-11-11 ThomasVfile dialogs
2013-11-11 ThomasVwallet: call create_accounts in save_seed
2013-11-11 ThomasVfix connect on windows
2013-11-11 ThomasVprint less debug messages
2013-11-11 ThomasVnetwork.send method
2013-11-11 ThomasVversion 1.9.3
2013-11-11 ThomasVfix side effect in get_unspent_coins, causing transacti...
2013-11-11 ThomasVMerge pull request #392 from wozz/gtk
2013-11-11 Michael Wozniakprioritize button to match freeze button in gtk gui
2013-11-10 Michael WozniakMerge remote-tracking branch 'upstream/master' into...
2013-11-10 ThomasVMerge pull request #388 from WyseNynja/fix_more_bare_except
2013-11-10 ThomasVMerge pull request #390 from wozz/gtk
2013-11-10 Michael WozniakMerge remote-tracking branch 'upstream/master' into...
2013-11-10 Michael Wozniakadd Balance column to receive tab in GTK gui
2013-11-10 Michael WozniakFreeze button in GTK receive tab.
2013-11-10 Bryan Stittfix more bare excepts
2013-11-10 MaranSwitch icon based on OS, OS X requires dark icon
2013-11-10 thomasvget_private_key: call get_seed first in order to check...
2013-11-10 ThomasVMerge pull request #374 from nolith/master
2013-11-10 ThomasVwallet.py: use get_seed in update_password
2013-11-10 ThomasVMerge pull request #386 from WyseNynja/dont_use_base_ex...
2013-11-10 ThomasVMerge pull request #385 from WyseNynja/ignore_gui_icons
2013-11-10 Bryan Stittdon't use bare except
2013-11-10 Bryan Stittreplace BaseException with Exception
2013-11-10 Bryan Stittignore gui/icons_rc.py
2013-11-10 Eagle[TM]Update default server list (disable servers with failed...
2013-11-09 ThomasVMerge branch 'master' of git://github.com/spesmilo...
2013-11-09 ThomasVcall check_seed in get_seed
2013-11-08 ThomasVMerge pull request #381 from atweiden/concealed-flag
2013-11-08 thomasvfix: store seed version
2013-11-08 Andy Weidenbaumconcealed flag for restore sequence
2013-11-08 thomasvdon't show actinos that require private key if the...
2013-11-08 ThomasVMerge pull request #379 from wozz/clean
2013-11-08 Michael Wozniakadd F and P to address types in recv tab for Frozen...
next