Commit Graph

31 Commits

Author SHA1 Message Date
ThomasV 10f3308dc7 fix setFrozen (self.buttons) 2015-03-14 12:56:00 +01:00
ThomasV f305c01792 accept bitcoin: URIs in payto field 2015-01-31 20:41:28 +01:00
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
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
Tafelpoot d9c5250a6f removed trailing whitespace and fixed indentation in history widget 2014-10-21 19:05:51 +02:00
ThomasV 300125422d separate get_errors instead of raising an exception 2014-09-06 15:06:31 +02:00
dabura667 f3822cf06e Multiline Address error on do_send() 2014-09-06 21:28:57 +09:00
ThomasV 1bb00ff5af store output type explicitly in tuple 2014-07-08 19:38:16 +02:00
ThomasV c0fe5962ad use QPlainTextEdit instead of QTextEdit 2014-07-08 17:00:52 +02:00
ThomasV 2efad717d8 support for OP_RETURN 2014-06-27 17:08:20 +02:00
ThomasV 8295ef8c7f don't show qrcode button in payto if it is a payment request 2014-06-26 21:08:24 +02:00
ThomasV 029e0b8b0d estimate fee using number of outputs 2014-06-26 10:40:33 +02:00
ThomasV 6f74a1c15b fix payto size 2014-06-24 22:28:54 +02:00
ThomasV f4dfec4565 define frozen signal for exchange rate plugin 2014-06-24 17:44:31 +02:00
ThomasV e2d03f1cc9 show popup if qr scanner not enabled 2014-06-17 16:45:45 +02:00
ThomasV d2cad7bbbb new widget: QRTextEdit 2014-06-14 12:17:44 +02:00
ThomasV 38e7d8ebe5 show color if payment request has expired 2014-06-13 16:39:07 +02:00
ThomasV 68a75af1bd save and display request status 2014-06-12 11:27:18 +02:00
ThomasV 513f9c2d89 save invoices 2014-06-06 16:16:14 +02:00
ThomasV 2bbcae449c fix: call get_amount from get_outputs 2014-06-06 07:58:46 +02:00
ThomasV 38a6747eff fix: sanitize outputs 2014-06-06 07:48:08 +02:00
ThomasV 0673df9176 minor fixes for payto_edit 2014-06-06 07:17:47 +02:00
ThomasV 7c3d8471e5 fix: don't handle keypress if field is readonly 2014-06-05 22:02:49 +02:00
ThomasV 26d133c20a payment request: show status with help button 2014-06-05 17:40:58 +02:00
ThomasV 10e5ec56a1 setFrozen generic method 2014-06-05 14:49:32 +02:00
ThomasV 1a35ed3573 setframe 2014-06-05 14:15:58 +02:00
ThomasV fe04ceeed1 read amounts 2014-06-05 12:43:11 +02:00
ThomasV ea9e0eb053 parse payto text 2014-06-05 12:43:11 +02:00
ThomasV c626cad0dd paytoedit 2014-06-05 12:40:47 +02:00