dabura667
a171a29afb
Fix the line deliminator in csv
currently the csv output is `\r\r\n` where the line terminator is `\r\n`
and the extra `\r` is probably being inserted from writing a dict to
csv. I get around this by changing the line terminator to `\n` to output
`\r\n` which will make it compatible with most spreadsheet apps.
10 years ago
ThomasV
31b6a4b4d0
update documentation link
10 years ago
ThomasV
894a09e164
better message: restore or import
10 years ago
ThomasV
576954555c
fix: check_password for imported wallets
10 years ago
ThomasV
84fc4574d6
add password when creating imported wallet
10 years ago
ThomasV
a378922c05
more robust winpos-qt
10 years ago
ThomasV
bb20d618df
don't show new_receive_address popup with imported wallets
10 years ago
ThomasV
8863b6f294
remove remaining instances of op_return type
10 years ago
dabura667
d166927fd0
Change type to 'script' and remove OP_RETURN
10 years ago
dabura667
b741dd89ca
Added arbitrary outputs
write your own output scripts should you be so inclined.
10 years ago
ThomasV
9a6d98f899
display and encode only hex with OP_RETURN
10 years ago
ThomasV
9f9bab6cf0
fix issue #968
10 years ago
Roman Zeyde
04fc3d4135
Add audio modem integration for transaction sending & receiving
http://www.flaticon.com/free-icon/speaker-outline_54951
Speaker icon made by <a href="http://catalinfertu.com " title="Catalin
Fertu">Catalin Fertu</a> from <a href="http://www.flaticon.com "
title="Flaticon">www.flaticon.com</a> is licensed under <a
href="http://creativecommons.org/licenses/by/3.0/ " title="Creative
Commons BY 3.0">CC BY 3.0</a>
http://www.flaticon.com/free-icon/mic_10032
Microphone icon made by <a href="http://www.elegantthemes.com "
title="Elegant Themes">Elegant Themes</a> from <a
href="http://www.flaticon.com " title="Flaticon">www.flaticon.com</a> is
licensed under <a href="http://creativecommons.org/licenses/by/3.0/ "
title="Creative Commons BY 3.0">CC BY 3.0</a>
10 years ago
ThomasV
3d32bba0b9
fix bug #963
10 years ago
ThomasV
f0ec5a73ee
do not add command to console history if it starts with a space
10 years ago
ThomasV
63c7a27d7e
add InvalidPassword exception
10 years ago
Tafelpoot
0737ee7fd3
pass absolute path for new wallet
10 years ago
tkhaew
e667f0164a
add invalid password check
10 years ago
ThomasV
7ca3ba4e80
various fixes for reveive_requests
10 years ago
ThomasV
68c7d2e349
fix column number for monospace font (amount)
10 years ago
ThomasV
01cf04079f
add NotEnoughFunds exception
10 years ago
ThomasV
5adb10e4d2
simplification
10 years ago
ThomasV
6d8eebe2db
raise exception when seed version does not match
10 years ago
Tafelpoot
218a1ee2f7
Updated Requests
- added Date and Account field to Saved Requests
- requests are now saved as dict()
old requests will be deleted!!
- Account field is hidden when only 1 account is available
- address line now follows the current_account
- saved requests is sortable, default sorted by date
- saved requests only shows request for current_account
10 years ago
ThomasV
9b28ed9ba0
do not require name to create an account
10 years ago
ThomasV
1995c56b7f
before_send: fix logic
10 years ago
ThomasV
b1eb6ebc91
qt gui: handle exceptions raised when opening wallet
10 years ago
ThomasV
c7815bed0d
str->unicode
10 years ago
ThomasV
b64fef53dc
change semantics of before_send hook
10 years ago
ThomasV
5331fc1a24
add before_send hook
10 years ago
ThomasV
280903cf2a
fix create_status_bar hook
10 years ago
ThomasV
67de616a29
add copy button to receive tab
10 years ago
ThomasV
10ef0fbdf0
use wallet basename in window title
10 years ago
ThomasV
586f592af1
invoices: change column order
10 years ago
ThomasV
270c60b3c8
add status icons for invoices
10 years ago
ThomasV
99f5d368e6
move date column to first position in invoice tab
10 years ago
ThomasV
73085877dd
bugfix: don't call GUI in non-GUI thread
10 years ago
ThomasV
34dbeeafc8
fix calls broken by 256a467dd7
10 years ago
ThomasV
66c652eb51
fixes for plugin integration
10 years ago
ThomasV
24b6ae7757
GUI: emit textEdited signal when setting amount in URI
10 years ago
ThomasV
581ed1ed26
separate signtxwithkey and signtxwithwallet, and simplify sign_transaction
10 years ago
Tafelpoot
0216a892da
add window title for show_private_key and show_public_key
10 years ago
ThomasV
2ff401919b
remove 'select account' label
10 years ago
ThomasV
311a91c03c
init qrscanner processor in scan_qr
10 years ago
Tafelpoot
256a467dd7
QR code fixes
New classes ScanQRTextEdit and ShowQRTextEdit.
Reason: dependencies on zbar availability and issues with the QRTextEdit constructor.
- ScanQRTextEdit needs access to the config (fetch camera). It needs to load
the zbar processor properly before trying to scan. Keeping a reference to
the processor in qrscaner fixes the crashes on windows.
- ShowQRTextEdit should not have access to scan_qr().
- no need to setReadOnly anymore. It is clear from the class name.
Show master pub keys now has a Combobox if multiple accounts are
available.
10 years ago
ThomasV
956f69f3d3
trezor: raise and catch BaseException in signing
10 years ago
ThomasV
ffbabc63e9
use monospace font in tx window. fixes #897
10 years ago
ThomasV
f00c4ed547
simplify error handling during transaction signing
10 years ago
Tafelpoot
a597e26541
fixed access to tx.error in case tx is None
10 years ago
Tafelpoot
d9c5250a6f
removed trailing whitespace and fixed indentation in history widget
10 years ago