electrum-nvc.git
10 years agoMerge pull request #462 from imrehg/posfix
ThomasV [Tue, 26 Nov 2013 05:43:04 +0000]
Merge pull request #462 from imrehg/posfix

pointofsale: generated bitcoin url might contain invalid characters

10 years agopointofsale: generated bitcoin url might contain invalid characters
Gergely Imreh [Tue, 26 Nov 2013 04:31:50 +0000]
pointofsale: generated bitcoin url might contain invalid characters

The bitcoin invoice url generated for the QR code might contain illegal
characters because the labels can have any text. In default it already
contains spaces (ie. the naming convention "Invoice - 0001").

The invalid URL did confuse e.g. the Bitcoin Wallet Android app, that
couldn't read bitcoin addresses from the generated QR code.

This is fixed by escaping the label text before displaying it as a
QR code.

10 years agoMerge pull request #459 from rdymac/patch-5
ThomasV [Mon, 25 Nov 2013 13:38:26 +0000]
Merge pull request #459 from rdymac/patch-5

Changed - to _ as mentioned in #458

10 years agofix bug in mki18n.py
thomasv [Mon, 25 Nov 2013 14:07:27 +0000]
fix bug in mki18n.py

10 years agoChanged - to _ as mentioned in #458
rdymac [Mon, 25 Nov 2013 13:17:44 +0000]
Changed - to _ as mentioned in #458

Changed - to _ as mentioned in #458

10 years agoupdate web script
ThomasV [Sat, 23 Nov 2013 14:47:00 +0000]
update web script

10 years agohandle multiple selections in receive_menu hook
ThomasV [Sat, 23 Nov 2013 09:38:02 +0000]
handle multiple selections in receive_menu hook

10 years agoMerge pull request #453 from tkhaew/master
ThomasV [Sat, 23 Nov 2013 09:24:28 +0000]
Merge pull request #453 from tkhaew/master

Add addr value to receive menu hook

10 years agoUpdate point of sale plugin for menu hook
tkhaew [Sat, 23 Nov 2013 09:20:14 +0000]
Update point of sale plugin for menu hook

10 years agoAdd addr value to receive menu hook
tkhaew [Sat, 23 Nov 2013 08:18:26 +0000]
Add addr value to receive menu hook

10 years agorelease notes
ThomasV [Fri, 22 Nov 2013 17:13:28 +0000]
release notes

10 years agoremove prioritize altogether.
ThomasV [Fri, 22 Nov 2013 15:55:43 +0000]
remove prioritize altogether.

10 years agoversion 195
ThomasV [Fri, 22 Nov 2013 14:53:50 +0000]
version 195

10 years agoremove translation_id
thomasv [Fri, 22 Nov 2013 12:45:40 +0000]
remove translation_id

10 years agoMerge pull request #452 from rdymac/master
ThomasV [Fri, 22 Nov 2013 12:48:04 +0000]
Merge pull request #452 from rdymac/master

pt-PT Portuguese

10 years agopt-PT Portuguese
rdymac [Fri, 22 Nov 2013 12:45:03 +0000]
pt-PT Portuguese

pt-PT Portuguese

10 years agorevert old address grayout
thomasv [Fri, 22 Nov 2013 12:40:19 +0000]
revert old address grayout

10 years agoMerge branch 'used' of github.com:wozz/electrum into wozz-used
thomasv [Fri, 22 Nov 2013 12:36:02 +0000]
Merge branch 'used' of github.com:wozz/electrum into wozz-used

10 years agoMerge pull request #449 from thgh/move-to-crowdin
ThomasV [Fri, 22 Nov 2013 11:03:59 +0000]
Merge pull request #449 from thgh/move-to-crowdin

Move to Crowdin platform

10 years agoremove 'prioritize' from qt gui, superseded by coin control
thomasv [Fri, 22 Nov 2013 10:26:11 +0000]
remove 'prioritize' from qt gui, superseded by coin control

10 years agoMove to Crowdin platform
thgh [Thu, 21 Nov 2013 18:44:45 +0000]
Move to Crowdin platform

10 years agoMerge pull request #435 from Coin-Escrow/master
ThomasV [Wed, 20 Nov 2013 06:46:02 +0000]
Merge pull request #435 from Coin-Escrow/master

more strings, see issue 434

10 years agofix default value in storage.get
ThomasV [Wed, 20 Nov 2013 06:37:14 +0000]
fix default value in storage.get

10 years agoMerge pull request #442 from atanasi/atanasi
ThomasV [Tue, 19 Nov 2013 09:55:32 +0000]
Merge pull request #442 from atanasi/atanasi

Allow password to have non-ASCII characters

10 years agoAllow password to have non-ASCII characters
Juho Östman [Mon, 18 Nov 2013 21:31:45 +0000]
Allow password to have non-ASCII characters

10 years agomore strings, see issue 434
Coin-Escrow [Sun, 17 Nov 2013 10:42:10 +0000]
more strings, see issue 434

10 years agoMerge pull request #431 from Coin-Escrow/master
ThomasV [Sat, 16 Nov 2013 18:27:42 +0000]
Merge pull request #431 from Coin-Escrow/master

Full Italian translation

10 years agoFull Italian translation
Coin-Escrow [Sat, 16 Nov 2013 17:44:59 +0000]
Full Italian translation

10 years agoMerge pull request #430 from wozz/POS
ThomasV [Sat, 16 Nov 2013 15:12:38 +0000]
Merge pull request #430 from wozz/POS

point of sale plugin set amount to None if the exchanger fails

10 years agopoint of sale plugin set amount to None if the exchanger fails
Michael Wozniak [Sat, 16 Nov 2013 15:09:48 +0000]
point of sale plugin set amount to None if the exchanger fails

10 years agofix kazcw's PR
ThomasV [Sat, 16 Nov 2013 15:02:38 +0000]
fix kazcw's PR

10 years agoclean up sending address input
kazcw [Fri, 15 Nov 2013 04:07:25 +0000]
clean up sending address input

in particular fee calculation was off for send-from

10 years agocorrect right-click menu during multiple-select
kazcw [Fri, 15 Nov 2013 02:10:52 +0000]
correct right-click menu during multiple-select

Correct right-click menu during multiple-select in Receive

10 years agoselect addresses to send from
kazcw [Fri, 15 Nov 2013 01:05:45 +0000]
select addresses to send from

based on branch by bkkcoins

10 years agofix self.amount in POS plugin
ThomasV [Sat, 16 Nov 2013 09:44:11 +0000]
fix self.amount in POS plugin

10 years agodo not show used addresses if there are not any
Michael Wozniak [Sat, 16 Nov 2013 04:22:47 +0000]
do not show used addresses if there are not any

10 years agomove used addresses to a collapsed section
Michael Wozniak [Sat, 16 Nov 2013 04:11:00 +0000]
move used addresses to a collapsed section

10 years agoMerge pull request #422 from thgh/master
ThomasV [Fri, 15 Nov 2013 09:19:36 +0000]
Merge pull request #422 from thgh/master

Old addresses on receive tab grayed out

10 years agoUndo reverse list
thgh [Thu, 14 Nov 2013 14:55:21 +0000]
Undo reverse list

10 years agoOld addresses on receive tab grayed out
thgh [Thu, 14 Nov 2013 13:07:44 +0000]
Old addresses on receive tab grayed out

10 years agoon sl error: print exception inside for loop, and do not continue the loop
ThomasV [Thu, 14 Nov 2013 08:23:38 +0000]
on sl error: print exception inside for loop, and do not continue the loop

10 years agoMerge pull request #419 from wozz/POS
ThomasV [Thu, 14 Nov 2013 05:57:05 +0000]
Merge pull request #419 from wozz/POS

POS Plugin Update

10 years agofix for issue #417, adds new column for requested amount
Michael Wozniak [Thu, 14 Nov 2013 04:48:47 +0000]
fix for issue #417, adds new column for requested amount

also adds a menu option to display the invoice again if it's been closed

10 years agoMerge pull request #414 from 3M3RY/IPv6
ThomasV [Wed, 13 Nov 2013 19:50:44 +0000]
Merge pull request #414 from 3M3RY/IPv6

IPv6 support

10 years agoIPv6 support
Emery Hemingway [Wed, 13 Nov 2013 19:35:35 +0000]
IPv6 support

10 years agoMerge pull request #410 from thgh/patch-1
ThomasV [Wed, 13 Nov 2013 18:03:03 +0000]
Merge pull request #410 from thgh/patch-1

Update help text about tx fee

10 years agoUpdate help text about tx fee
thgh [Wed, 13 Nov 2013 17:24:59 +0000]
Update help text about tx fee

Updating the recommended value to the default value. (0.0002)

10 years agoMerge pull request #408 from wozz/URI-update
Maran [Wed, 13 Nov 2013 12:43:20 +0000]
Merge pull request #408 from wozz/URI-update

Mac OSX bitcoin: URI updates

10 years agoMac OSX bitcoin: URI updates
Michael Wozniak [Wed, 13 Nov 2013 11:59:36 +0000]
Mac OSX bitcoin: URI updates

10 years agoMerge pull request #404 from WyseNynja/flake8_electrum
ThomasV [Wed, 13 Nov 2013 06:28:11 +0000]
Merge pull request #404 from WyseNynja/flake8_electrum

flake8 cleanup of ./electrum

10 years agoMerge pull request #405 from WyseNynja/flake8_setup
ThomasV [Wed, 13 Nov 2013 06:26:15 +0000]
Merge pull request #405 from WyseNynja/flake8_setup

flake8 cleanup of ./setup*

10 years agoMerge pull request #406 from WyseNynja/flake8_contrib
ThomasV [Wed, 13 Nov 2013 06:24:58 +0000]
Merge pull request #406 from WyseNynja/flake8_contrib

Flake8 contrib

10 years agoflake8 cleanup of contrib/make_download
Bryan Stitt [Wed, 13 Nov 2013 05:11:22 +0000]
flake8 cleanup of contrib/make_download

10 years agoremove trailing whitespace from contrib
Bryan Stitt [Wed, 13 Nov 2013 05:07:33 +0000]
remove trailing whitespace from contrib

10 years agoflake8 cleanup of ./setup*
Bryan Stitt [Wed, 13 Nov 2013 03:33:47 +0000]
flake8 cleanup of ./setup*

10 years agoflake8 cleanup of ./electrum
Bryan Stitt [Wed, 13 Nov 2013 03:19:32 +0000]
flake8 cleanup of ./electrum

10 years agorevert WyseNynja's commit (breaks things)
ThomasV [Tue, 12 Nov 2013 22:55:15 +0000]
revert WyseNynja's commit (breaks things)

10 years agorelease notes
ThomasV [Tue, 12 Nov 2013 22:21:42 +0000]
release notes

10 years agodon't exit in wizard (fixes #402)
ThomasV [Tue, 12 Nov 2013 21:55:42 +0000]
don't exit in wizard (fixes #402)

10 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ThomasV [Tue, 12 Nov 2013 21:47:55 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

10 years ago1.9.4
ThomasV [Tue, 12 Nov 2013 21:47:52 +0000]
1.9.4

10 years agoMerge pull request #401 from iceTwy/master
EagleTM [Tue, 12 Nov 2013 19:32:03 +0000]
Merge pull request #401 from iceTwy/master

Add all missing French translation strings

10 years agoAdd all missing French translation strings
iceTwy [Tue, 12 Nov 2013 19:10:27 +0000]
Add all missing French translation strings
Wikia revision: 4190

10 years agofix tx signing with watching only wallets
ThomasV [Tue, 12 Nov 2013 10:14:16 +0000]
fix tx signing with watching only wallets

10 years agofix bug with hex_to_int; remove unused function
ThomasV [Tue, 12 Nov 2013 09:14:29 +0000]
fix bug with hex_to_int; remove unused function

10 years agoMerge pull request #395 from WyseNynja/no_eval
ThomasV [Tue, 12 Nov 2013 06:43:25 +0000]
Merge pull request #395 from WyseNynja/no_eval

stop using eval

10 years agostop using eval
Bryan Stitt [Tue, 12 Nov 2013 06:03:20 +0000]
stop using eval

10 years agoMerge pull request #394 from maxplm/patch-1
EagleTM [Mon, 11 Nov 2013 23:01:23 +0000]
Merge pull request #394 from maxplm/patch-1

Update version.py

10 years agoUpdate version.py
maxplm [Mon, 11 Nov 2013 22:41:19 +0000]
Update version.py

Updated to pull 4183 from wikia because of 100% completed german translation.

10 years agoabort if file exists
ThomasV [Mon, 11 Nov 2013 18:05:32 +0000]
abort if file exists

10 years agofile dialogs
ThomasV [Mon, 11 Nov 2013 17:56:28 +0000]
file dialogs

10 years agowallet: call create_accounts in save_seed
ThomasV [Mon, 11 Nov 2013 16:41:46 +0000]
wallet: call create_accounts in save_seed

10 years agofix connect on windows
ThomasV [Mon, 11 Nov 2013 15:59:36 +0000]
fix connect on windows

10 years agoprint less debug messages
ThomasV [Mon, 11 Nov 2013 15:23:17 +0000]
print less debug messages

10 years agonetwork.send method
ThomasV [Mon, 11 Nov 2013 15:18:40 +0000]
network.send method

10 years agoversion 1.9.3
ThomasV [Mon, 11 Nov 2013 09:36:43 +0000]
version 1.9.3

10 years agofix side effect in get_unspent_coins, causing transactions to be rejected
ThomasV [Mon, 11 Nov 2013 09:35:28 +0000]
fix side effect in get_unspent_coins, causing transactions to be rejected

10 years agoMerge pull request #392 from wozz/gtk
ThomasV [Mon, 11 Nov 2013 08:13:07 +0000]
Merge pull request #392 from wozz/gtk

Gtk update

10 years agoprioritize button to match freeze button in gtk gui
Michael Wozniak [Mon, 11 Nov 2013 02:36:54 +0000]
prioritize button to match freeze button in gtk gui

10 years agoMerge remote-tracking branch 'upstream/master' into clean
Michael Wozniak [Sun, 10 Nov 2013 22:16:09 +0000]
Merge remote-tracking branch 'upstream/master' into clean

10 years agoMerge pull request #388 from WyseNynja/fix_more_bare_except
ThomasV [Sun, 10 Nov 2013 22:14:11 +0000]
Merge pull request #388 from WyseNynja/fix_more_bare_except

fix more bare excepts

10 years agoMerge pull request #390 from wozz/gtk
ThomasV [Sun, 10 Nov 2013 22:12:24 +0000]
Merge pull request #390 from wozz/gtk

Gtk updates

10 years agoMerge remote-tracking branch 'upstream/master' into clean
Michael Wozniak [Sun, 10 Nov 2013 22:00:00 +0000]
Merge remote-tracking branch 'upstream/master' into clean

10 years agoadd Balance column to receive tab in GTK gui
Michael Wozniak [Sun, 10 Nov 2013 21:54:32 +0000]
add Balance column to receive tab in GTK gui

10 years agoFreeze button in GTK receive tab.
Michael Wozniak [Sun, 10 Nov 2013 21:36:52 +0000]
Freeze button in GTK receive tab.

10 years agofix more bare excepts
Bryan Stitt [Sun, 10 Nov 2013 20:30:57 +0000]
fix more bare excepts

10 years agoSwitch icon based on OS, OS X requires dark icon
Maran [Sun, 10 Nov 2013 17:11:26 +0000]
Switch icon based on OS, OS X requires dark icon

10 years agoget_private_key: call get_seed first in order to check password
thomasv [Sun, 10 Nov 2013 14:22:22 +0000]
get_private_key: call get_seed first in order to check password

10 years agoMerge pull request #374 from nolith/master
ThomasV [Sun, 10 Nov 2013 10:55:33 +0000]
Merge pull request #374 from nolith/master

allow to connect to one server only

10 years agowallet.py: use get_seed in update_password
ThomasV [Sun, 10 Nov 2013 10:51:56 +0000]
wallet.py: use get_seed in update_password

10 years agoMerge pull request #386 from WyseNynja/dont_use_base_exception
ThomasV [Sun, 10 Nov 2013 10:39:01 +0000]
Merge pull request #386 from WyseNynja/dont_use_base_exception

replace BaseException with Exception

10 years agoMerge pull request #385 from WyseNynja/ignore_gui_icons
ThomasV [Sun, 10 Nov 2013 10:34:08 +0000]
Merge pull request #385 from WyseNynja/ignore_gui_icons

ignore gui/icons_rc.py

10 years agodon't use bare except
Bryan Stitt [Sun, 10 Nov 2013 05:23:57 +0000]
don't use bare except

10 years agoreplace BaseException with Exception
Bryan Stitt [Sun, 10 Nov 2013 04:21:02 +0000]
replace BaseException with Exception

10 years agoignore gui/icons_rc.py
Bryan Stitt [Sun, 10 Nov 2013 04:17:22 +0000]
ignore gui/icons_rc.py

10 years agoUpdate default server list (disable servers with failed/expired certs)
Eagle[TM] [Sun, 10 Nov 2013 00:26:06 +0000]
Update default server list (disable servers with failed/expired certs)

10 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ThomasV [Sat, 9 Nov 2013 07:15:51 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

10 years agocall check_seed in get_seed
ThomasV [Sat, 9 Nov 2013 07:15:46 +0000]
call check_seed in get_seed

10 years agoMerge pull request #381 from atweiden/concealed-flag
ThomasV [Fri, 8 Nov 2013 11:40:30 +0000]
Merge pull request #381 from atweiden/concealed-flag

concealed flag for restore sequence

10 years agofix: store seed version
thomasv [Fri, 8 Nov 2013 11:35:27 +0000]
fix: store seed version