ThomasV
3ee97be261
Merge pull request #483 from flatfly/patch-2
added getversion command
11 years ago
flatfly
6751d23c79
added getversion command
11 years ago
Haakon Nilsen
ed04e98c55
Add a number of standard keyboard shortcuts to menu items in the Qt UI,
especially under the File menu. To make action names more conventional,
rename "Create/Restore" to "New/Restore", "Copy" to "Save Copy", and
"Close" to "Quit". This also resolves the situation where
Create/Restore, Copy and Close all had "C" as their mnemonic.
Also allow fast switching between tabs by using Alt+[1-5], same as
in tabbed web browsers. Ctrl+PgUp/PgDown is still available.
11 years ago
ThomasV
c389b47c21
Merge pull request #476 from shunyata/bugfix/parsing-error-in-csv-transaction
Bugfix/parsing error in csv transaction
11 years ago
shunyata
acec9c2b43
Parse amounts from CSV with Decimal and not float.
This fixes a bug where amounts are read from a CSV file incorrectly due to
floating point representation error. For example, the string 0.009 will be
parsed as 0.00899999, and then converted to 899999, resulting in one fewer
satoshi being sent as part of the transaction generated from the CSV file.
11 years ago
shunyata
342faeeedd
Remove trailing whitespace.
11 years ago
ThomasV
7684c0543b
Merge pull request #471 from Zomnut/master
Fix for resetting options to default on program start when in portable mode
11 years ago
Zomnut
712ef8c93b
Fix for resetting options to default on program start when in portable mode.
11 years ago
ThomasV
6e54d2206c
Merge pull request #467 from thgh/trayfix
Fix: hide tray icon on close
11 years ago
thgh
7847382bfe
Fix: hide tray icon on close
11 years ago
ThomasV
46fe3dd185
Merge pull request #462 from imrehg/posfix
pointofsale: generated bitcoin url might contain invalid characters
11 years ago
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.
11 years ago
ThomasV
5b3603f3e4
Merge pull request #459 from rdymac/patch-5
Changed - to _ as mentioned in #458
11 years ago
thomasv
9a0d6bc674
fix bug in mki18n.py
11 years ago
rdymac
4cdbcf0c1b
Changed - to _ as mentioned in #458
Changed - to _ as mentioned in #458
11 years ago
ThomasV
49945a3bce
update web script
11 years ago
ThomasV
9dbae6d0ae
handle multiple selections in receive_menu hook
11 years ago
ThomasV
68e874fd86
Merge pull request #453 from tkhaew/master
Add addr value to receive menu hook
11 years ago
tkhaew
118ac5a4b0
Update point of sale plugin for menu hook
11 years ago
tkhaew
9d4b564fc3
Add addr value to receive menu hook
11 years ago
ThomasV
e96c229759
release notes
11 years ago
ThomasV
9b22372c43
remove prioritize altogether.
11 years ago
ThomasV
00cbb93e96
version 195
11 years ago
thomasv
664e1f6801
remove translation_id
11 years ago
ThomasV
4d7d6c07dd
Merge pull request #452 from rdymac/master
pt-PT Portuguese
11 years ago
rdymac
bdb471da33
pt-PT Portuguese
pt-PT Portuguese
11 years ago
thomasv
89b1633901
revert old address grayout
11 years ago
thomasv
3c10a52ea1
Merge branch 'used' of github.com:wozz/electrum into wozz-used
11 years ago
ThomasV
3616116118
Merge pull request #449 from thgh/move-to-crowdin
Move to Crowdin platform
11 years ago
thomasv
fb2e974752
remove 'prioritize' from qt gui, superseded by coin control
11 years ago
thgh
e3475b1f91
Move to Crowdin platform
11 years ago
ThomasV
d66b46e9f6
Merge pull request #435 from Coin-Escrow/master
more strings, see issue 434
11 years ago
ThomasV
6dc9bfbe07
fix default value in storage.get
11 years ago
ThomasV
993a8acb3e
Merge pull request #442 from atanasi/atanasi
Allow password to have non-ASCII characters
11 years ago
Juho Östman
27b08a8ea2
Allow password to have non-ASCII characters
11 years ago
Coin-Escrow
e80e4cf6f7
more strings, see issue 434
11 years ago
ThomasV
284415145c
Merge pull request #431 from Coin-Escrow/master
Full Italian translation
11 years ago
Coin-Escrow
6b07d1a1cb
Full Italian translation
11 years ago
ThomasV
0bb92a59b2
Merge pull request #430 from wozz/POS
point of sale plugin set amount to None if the exchanger fails
11 years ago
Michael Wozniak
f892671a18
point of sale plugin set amount to None if the exchanger fails
11 years ago
ThomasV
c71af98cbc
fix kazcw's PR
11 years ago
kazcw
3628f6430e
clean up sending address input
in particular fee calculation was off for send-from
11 years ago
kazcw
ce0a33cb67
correct right-click menu during multiple-select
Correct right-click menu during multiple-select in Receive
11 years ago
kazcw
ae028e780d
select addresses to send from
based on branch by bkkcoins
11 years ago
ThomasV
63b9911a9f
fix self.amount in POS plugin
11 years ago
Michael Wozniak
acca8d502b
do not show used addresses if there are not any
11 years ago
Michael Wozniak
ecc59b464a
move used addresses to a collapsed section
11 years ago
ThomasV
8b5f5fc89b
Merge pull request #422 from thgh/master
Old addresses on receive tab grayed out
11 years ago
thgh
ae74568620
Undo reverse list
11 years ago
thgh
5bf5dd805b
Old addresses on receive tab grayed out
11 years ago