Commit Graph

84 Commits

Author SHA1 Message Date
ThomasV e3de121be9 store deserialized tx in/out in wallet file for fast computation 2015-03-30 14:10:46 +02:00
ThomasV c0e60ec93d ask user before closing transaction window with unsaved transaction 2015-03-25 10:46:15 +01:00
ThomasV 66de592343 fix tx dialog buttons using new widgets 2015-03-14 19:08:56 +01:00
ThomasV 46c290e30d use base43 in order to send transactions by QR code 2015-02-26 13:59:29 +01:00
ThomasV 8a495f4071 base64 encode transactions in qr codes 2015-02-26 12:37:45 +01:00
ThomasV 27382c210e fix messages for i18n 2015-02-02 19:17:08 +01:00
ThomasV ffbabc63e9 use monospace font in tx window. fixes #897 2014-10-23 16:45:51 +02:00
Tafelpoot d9c5250a6f removed trailing whitespace and fixed indentation in history widget 2014-10-21 19:05:51 +02:00
dabura667 14d3b3589d Show OP_RETURN in tx dialogue 2014-09-07 03:21:44 +09:00
ThomasV 1bb00ff5af store output type explicitly in tuple 2014-07-08 19:38:16 +02:00
ThomasV 6feebb7da3 tx dialog hooks 2014-06-24 14:48:15 +02:00
ThomasV 2c7bf3ca1a detect if wallet can sign tx before showing sign button 2014-06-24 13:22:10 +02:00
ThomasV b32d0c77a3 fix bug with the order of signatures in tx input 2014-06-23 09:42:07 +02:00
ThomasV 37148b72d4 show number of tx signatures in gui 2014-06-22 12:07:41 +02:00
ThomasV 0636ef8b32 compact serialized format for unsigned and partially signed transactions. 2014-06-21 21:06:09 +02:00
ThomasV be75c9e012 add hook for transaction_dialog 2014-06-20 11:55:34 +02:00
ThomasV 46e431cd62 cleanup dead code 2014-06-19 09:42:19 +02:00
ThomasV c9fd14e343 transaction show_qr 2014-06-17 16:24:01 +02:00
ThomasV 6d0488c2de move qr code operations to transaction window and transaction menu 2014-06-12 22:24:10 +02:00
ThomasV d9db7771f9 tx window: let prent do the broadcast 2014-06-05 17:55:27 +02:00
ThomasV 84954b0778 update calls to is_complete() method. fixes #693 2014-05-21 11:36:37 +02:00
ThomasV 86917c2ff3 handle coinbase transactions explicitly 2014-04-19 10:32:23 +02:00
ThomasV 8b7c3a201c format inputs so that they fit on one line 2014-04-17 18:08:08 +02:00
ThomasV 1b2f75bb84 do not display tx amounts in an offline wallet 2014-03-15 10:01:25 +01:00
Michael Wozniak f5fb6ed194 display locktime for transaction
display locktime for transactions if it is greater than 0.  Majority of
transactions will not display any value because default is 0.
2014-03-05 16:38:34 -05:00
ThomasV 4a97aa1d1e show txids in the list of transaction inputs 2014-03-02 18:11:56 +01:00
ThomasV 72559fef0e fix tx dialog 2014-01-08 10:36:01 +01:00
ThomasV 7ead6d18f2 fix tx signing with watching only wallets 2013-11-12 11:14:16 +01:00
Bryan Stitt 6cd4ed486a fix more bare excepts 2013-11-10 12:30:57 -08:00
Michael Kramlich 5be950322c FIX: fixed syntax error in gui/qt/transaction_dialog.py (*glares at somebody*) 2013-11-05 16:24:58 -07:00
rdymac 280dd93aa0 Split colon - separate
Separate colon symbol for duplicated text strings
2013-11-05 22:13:16 +01:00
ThomasV 877644f732 set default button in tx detail window 2013-09-24 17:00:20 +02:00
ThomasV 4524c107cf add account menus and details window 2013-09-24 16:55:25 +02:00
ThomasV 2c0814f0d3 simplify gui names 2013-09-24 10:06:03 +02:00