Commit Graph

536 Commits

Author SHA1 Message Date
dabura667 d166927fd0 Change type to 'script' and remove OP_RETURN 2015-01-19 01:03:46 +09:00
dabura667 b741dd89ca Added arbitrary outputs
write your own output scripts should you be so inclined.
2015-01-18 02:37:44 +09:00
ThomasV 9a6d98f899 display and encode only hex with OP_RETURN 2015-01-15 17:55:10 +01:00
ThomasV ebdca0b940 Merge branch 'amodem-plugin' of https://github.com/romanz/electrum into romanz-amodem-plugin 2015-01-06 18:38:59 +01:00
ThomasV 9f9bab6cf0 fix issue #968 2014-12-31 19:21:54 +01:00
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>
2014-12-27 17:56:38 +02:00
ThomasV 3d32bba0b9 fix bug #963 2014-12-27 16:54:08 +01:00
ThomasV f0ec5a73ee do not add command to console history if it starts with a space 2014-12-14 16:53:40 +01:00
ThomasV 63c7a27d7e add InvalidPassword exception 2014-12-03 22:35:05 +01:00
ThomasV 0e3500469e Merge pull request #944 from tkhaew/priv_keys_pwd
Issue #941 fix export_privkeys_dialog, add invalid password check
2014-12-03 21:22:47 +01:00
Tafelpoot 0737ee7fd3 pass absolute path for new wallet 2014-12-01 15:14:03 +01:00
tkhaew e667f0164a add invalid password check 2014-11-30 09:48:06 +07:00
ThomasV 7ca3ba4e80 various fixes for reveive_requests 2014-11-24 12:28:11 +01:00
ThomasV f2988b657b Merge branch 'contacts' of github.com:Tafelpoot/electrum into Tafelpoot-contacts 2014-11-24 11:55:57 +01:00
ThomasV 68c7d2e349 fix column number for monospace font (amount) 2014-11-24 11:16:18 +01:00
ThomasV 01cf04079f add NotEnoughFunds exception 2014-11-20 19:10:43 +01:00
ThomasV 5adb10e4d2 simplification 2014-11-15 14:43:48 +01:00
ThomasV 6d8eebe2db raise exception when seed version does not match 2014-11-15 14:42:35 +01:00
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
2014-11-14 19:47:34 +01:00
ThomasV 9b28ed9ba0 do not require name to create an account 2014-11-14 14:08:28 +01:00
ThomasV 1995c56b7f before_send: fix logic 2014-11-14 11:26:42 +01:00
ThomasV b1eb6ebc91 qt gui: handle exceptions raised when opening wallet 2014-11-14 11:23:21 +01:00
ThomasV c7815bed0d str->unicode 2014-11-13 15:03:56 +01:00
ThomasV b64fef53dc change semantics of before_send hook 2014-11-13 12:36:37 +01:00
ThomasV 5331fc1a24 add before_send hook 2014-11-12 20:53:54 +01:00
ThomasV 280903cf2a fix create_status_bar hook 2014-11-11 20:42:21 +01:00
ThomasV 67de616a29 add copy button to receive tab 2014-11-11 17:20:15 +01:00
ThomasV 10ef0fbdf0 use wallet basename in window title 2014-11-11 16:16:51 +01:00
ThomasV 586f592af1 invoices: change column order 2014-11-11 16:03:06 +01:00
ThomasV 270c60b3c8 add status icons for invoices 2014-11-11 15:51:39 +01:00
ThomasV 99f5d368e6 move date column to first position in invoice tab 2014-11-11 10:39:34 +01:00
ThomasV 73085877dd bugfix: don't call GUI in non-GUI thread 2014-11-11 10:30:19 +01:00
ThomasV 34dbeeafc8 fix calls broken by 256a467dd7 2014-11-11 00:09:22 +01:00
ThomasV 66c652eb51 fixes for plugin integration 2014-11-04 16:23:11 +01:00
ThomasV 24b6ae7757 GUI: emit textEdited signal when setting amount in URI 2014-11-03 16:50:08 +01:00
ThomasV 7860bcfaf7 Merge pull request #875 from YaChen-PaiJu-Waheeb-Azhar-Zakariyah/master
plugin added for plotting history transactions
2014-10-31 15:07:00 +01:00
ThomasV 5ceb3a1901 Merge pull request #903 from Tafelpoot/windowtitles
add window title for show_private_key and show_public_key
2014-10-30 18:06:02 +01:00
ThomasV 581ed1ed26 separate signtxwithkey and signtxwithwallet, and simplify sign_transaction 2014-10-30 16:36:29 +01:00
Tafelpoot 0216a892da add window title for show_private_key and show_public_key 2014-10-27 16:10:52 +01:00
ThomasV 2ff401919b remove 'select account' label 2014-10-24 17:12:51 +02:00
ThomasV 311a91c03c init qrscanner processor in scan_qr 2014-10-24 17:11:05 +02:00
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.
2014-10-24 15:45:10 +02:00
ThomasV 956f69f3d3 trezor: raise and catch BaseException in signing 2014-10-24 10:53:09 +02:00
ThomasV ffbabc63e9 use monospace font in tx window. fixes #897 2014-10-23 16:45:51 +02:00
ThomasV f00c4ed547 simplify error handling during transaction signing 2014-10-23 16:32:27 +02:00
Tafelpoot a597e26541 fixed access to tx.error in case tx is None 2014-10-23 13:48:12 +02:00
Tafelpoot d9c5250a6f removed trailing whitespace and fixed indentation in history widget 2014-10-21 19:05:51 +02:00
waheebyaqub 2045043212 Update main_window.py 2014-09-27 16:59:23 +04:00
ThomasV fde5dd577a fix #849 2014-09-19 20:23:24 +02:00
ThomasV 11e7a6644e do not store wallet_type right at the first screen 2014-09-19 14:30:16 +02:00