Commit Graph

2877 Commits

Author SHA1 Message Date
shunyata de1a0f5690 wallet.synchronizer should exist at construction.
The `self.synchronizer` attribute is accessed before it ever exists when using
`electrum importprivkey` on the command line. This change sets it to None,
which is a valid state, in the wallet's constructor.
2013-12-12 17:36:17 -05:00
ThomasV 7684c0543b Merge pull request #471 from Zomnut/master
Fix for resetting options to default on program start when in portable mode
2013-11-29 08:41:25 -08:00
Zomnut 712ef8c93b Fix for resetting options to default on program start when in portable mode. 2013-11-29 09:50:54 -05:00
ThomasV 6e54d2206c Merge pull request #467 from thgh/trayfix
Fix: hide tray icon on close
2013-11-28 00:43:23 -08:00
thgh 7847382bfe Fix: hide tray icon on close 2013-11-27 23:50:31 +01:00
ThomasV 46fe3dd185 Merge pull request #462 from imrehg/posfix
pointofsale: generated bitcoin url might contain invalid characters
2013-11-25 21:43:04 -08:00
Gergely Imreh cbfa921276 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.
2013-11-26 12:31:50 +08:00
ThomasV 5b3603f3e4 Merge pull request #459 from rdymac/patch-5
Changed - to _ as mentioned in #458
2013-11-25 05:38:26 -08:00
thomasv 9a0d6bc674 fix bug in mki18n.py 2013-11-25 15:07:27 +01:00
rdymac 4cdbcf0c1b Changed - to _ as mentioned in #458
Changed - to _ as mentioned in #458
2013-11-25 14:17:44 +01:00
ThomasV 49945a3bce update web script 2013-11-23 15:47:00 +01:00
ThomasV 9dbae6d0ae handle multiple selections in receive_menu hook 2013-11-23 10:38:02 +01:00
ThomasV 68e874fd86 Merge pull request #453 from tkhaew/master
Add addr value to receive menu hook
2013-11-23 01:24:28 -08:00
tkhaew 118ac5a4b0 Update point of sale plugin for menu hook 2013-11-23 16:20:14 +07:00
tkhaew 9d4b564fc3 Add addr value to receive menu hook 2013-11-23 15:18:26 +07:00
ThomasV e96c229759 release notes 2013-11-22 18:13:28 +01:00
ThomasV 9b22372c43 remove prioritize altogether. 2013-11-22 16:55:43 +01:00
ThomasV 00cbb93e96 version 195 2013-11-22 15:53:50 +01:00
thomasv 664e1f6801 remove translation_id 2013-11-22 13:45:40 +01:00
ThomasV 4d7d6c07dd Merge pull request #452 from rdymac/master
pt-PT Portuguese
2013-11-22 04:48:04 -08:00
rdymac bdb471da33 pt-PT Portuguese
pt-PT Portuguese
2013-11-22 13:45:03 +01:00
thomasv 89b1633901 revert old address grayout 2013-11-22 13:40:19 +01:00
thomasv 3c10a52ea1 Merge branch 'used' of github.com:wozz/electrum into wozz-used 2013-11-22 13:36:02 +01:00
ThomasV 3616116118 Merge pull request #449 from thgh/move-to-crowdin
Move to Crowdin platform
2013-11-22 03:03:59 -08:00
thomasv fb2e974752 remove 'prioritize' from qt gui, superseded by coin control 2013-11-22 11:26:11 +01:00
thgh e3475b1f91 Move to Crowdin platform 2013-11-21 19:44:45 +01:00
ThomasV d66b46e9f6 Merge pull request #435 from Coin-Escrow/master
more strings, see issue 434
2013-11-19 22:46:02 -08:00
ThomasV 6dc9bfbe07 fix default value in storage.get 2013-11-20 07:37:14 +01:00
ThomasV 993a8acb3e Merge pull request #442 from atanasi/atanasi
Allow password to have non-ASCII characters
2013-11-19 01:55:32 -08:00
Juho Östman 27b08a8ea2 Allow password to have non-ASCII characters 2013-11-18 23:31:45 +02:00
Coin-Escrow e80e4cf6f7 more strings, see issue 434 2013-11-17 11:42:10 +01:00
ThomasV 284415145c Merge pull request #431 from Coin-Escrow/master
Full Italian translation
2013-11-16 10:27:42 -08:00
Coin-Escrow 6b07d1a1cb Full Italian translation 2013-11-16 18:44:59 +01:00
ThomasV 0bb92a59b2 Merge pull request #430 from wozz/POS
point of sale plugin set amount to None if the exchanger fails
2013-11-16 07:12:38 -08:00
Michael Wozniak f892671a18 point of sale plugin set amount to None if the exchanger fails 2013-11-16 10:09:48 -05:00
ThomasV c71af98cbc fix kazcw's PR 2013-11-16 16:02:38 +01:00
kazcw 3628f6430e clean up sending address input
in particular fee calculation was off for send-from
2013-11-16 10:52:44 +01:00
kazcw ce0a33cb67 correct right-click menu during multiple-select
Correct right-click menu during multiple-select in Receive
2013-11-16 10:52:44 +01:00
kazcw ae028e780d select addresses to send from
based on branch by bkkcoins
2013-11-16 10:52:44 +01:00
ThomasV 63b9911a9f fix self.amount in POS plugin 2013-11-16 10:44:11 +01:00
Michael Wozniak acca8d502b do not show used addresses if there are not any 2013-11-15 23:22:47 -05:00
Michael Wozniak ecc59b464a move used addresses to a collapsed section 2013-11-15 23:11:00 -05:00
ThomasV 8b5f5fc89b Merge pull request #422 from thgh/master
Old addresses on receive tab grayed out
2013-11-15 01:19:36 -08:00
thgh ae74568620 Undo reverse list 2013-11-14 15:55:21 +01:00
thgh 5bf5dd805b Old addresses on receive tab grayed out 2013-11-14 14:07:44 +01:00
ThomasV cff8515e3c on sl error: print exception inside for loop, and do not continue the loop 2013-11-14 09:23:38 +01:00
ThomasV 6ebac02346 Merge pull request #419 from wozz/POS
POS Plugin Update
2013-11-13 21:57:05 -08:00
Michael Wozniak bf17b6dcbe 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
2013-11-13 22:48:47 -06:00
ThomasV 5e4e5005de Merge pull request #414 from 3M3RY/IPv6
IPv6 support
2013-11-13 11:50:44 -08:00
Emery Hemingway 8f87f7e954 IPv6 support 2013-11-13 14:46:36 -05:00