56 Commits (a23247634c5a6ed7eddb114dcd90f8b914200a02)

Author SHA1 Message Date
Neil Booth a23247634c Remove some unused vars. 10 years ago
ThomasV 9dfe8ff847 tx window: keep a single close message, and raise window after signing 10 years ago
Neil Booth c35485c1c2 Split tx dialog buttons 10 years ago
Neil Booth 547886d6f1 Input tx index looks better left-aligned after all 10 years ago
Neil Booth 6c25f637b9 Wrapper func to create and show a TxDialog 10 years ago
Neil Booth 3d48a2d842 More tx dialog improvements 10 years ago
Neil Booth 7e36555ed8 Save the description to the wallet on broadcasting 10 years ago
Neil Booth 820f435a9a Distinguish receiving and change addrs in TxDialog 10 years ago
Neil Booth 56488daf04 Have show-before-broadcast defer password request 10 years ago
ThomasV 21f505a62c fix #1290 10 years ago
Neil Booth 4b092628df Have transaction_dialog use send_tx() 10 years ago
ThomasV 5a4a9f5369 make txdialog a nonmodal widget 10 years ago
ThomasV 3e4cb396b3 don't disable broadcast button if we are online but not connected 10 years ago
Neil Booth 79de458101 Preparation for moving the set of verified and unverified txs to the wallet. 10 years ago
ThomasV 6527eae32b handle adds is None in tx dialog 10 years ago
Roman Zeyde b5c31cd031 transaction_dialog: hide broadcast button when offline 10 years ago
ThomasV 2f729c2505 add copy button to tx dialog 10 years ago
ThomasV a3ed4ce2a7 new class to show buttons in LineEdit. fixes #1050 10 years ago
ThomasV 3d1fa1e27f find_pay_to_pubkey_address 10 years ago
ThomasV 66f7a6d28e show own addresses in green 10 years ago
ThomasV e3de121be9 store deserialized tx in/out in wallet file for fast computation 10 years ago
ThomasV c0e60ec93d ask user before closing transaction window with unsaved transaction 10 years ago
ThomasV 66de592343 fix tx dialog buttons using new widgets 10 years ago
ThomasV 46c290e30d use base43 in order to send transactions by QR code 10 years ago
ThomasV 8a495f4071 base64 encode transactions in qr codes 10 years ago
ThomasV 27382c210e fix messages for i18n 10 years ago
ThomasV ffbabc63e9 use monospace font in tx window. fixes #897 10 years ago
Tafelpoot d9c5250a6f removed trailing whitespace and fixed indentation in history widget 10 years ago
dabura667 14d3b3589d Show OP_RETURN in tx dialogue 10 years ago
ThomasV 1bb00ff5af store output type explicitly in tuple 11 years ago
ThomasV 6feebb7da3 tx dialog hooks 11 years ago
ThomasV 2c7bf3ca1a detect if wallet can sign tx before showing sign button 11 years ago
ThomasV b32d0c77a3 fix bug with the order of signatures in tx input 11 years ago
ThomasV 37148b72d4 show number of tx signatures in gui 11 years ago
ThomasV 0636ef8b32 compact serialized format for unsigned and partially signed transactions. 11 years ago
ThomasV be75c9e012 add hook for transaction_dialog 11 years ago
ThomasV 46e431cd62 cleanup dead code 11 years ago
ThomasV c9fd14e343 transaction show_qr 11 years ago
ThomasV 6d0488c2de move qr code operations to transaction window and transaction menu 11 years ago
ThomasV d9db7771f9 tx window: let prent do the broadcast 11 years ago
ThomasV 84954b0778 update calls to is_complete() method. fixes #693 11 years ago
ThomasV 86917c2ff3 handle coinbase transactions explicitly 11 years ago
ThomasV 8b7c3a201c format inputs so that they fit on one line 11 years ago
ThomasV 1b2f75bb84 do not display tx amounts in an offline wallet 11 years ago
Michael Wozniak f5fb6ed194 display locktime for transaction 11 years ago
ThomasV 4a97aa1d1e show txids in the list of transaction inputs 11 years ago
ThomasV 72559fef0e fix tx dialog 11 years ago
ThomasV 7ead6d18f2 fix tx signing with watching only wallets 11 years ago
Bryan Stitt 6cd4ed486a fix more bare excepts 11 years ago
Michael Kramlich 5be950322c FIX: fixed syntax error in gui/qt/transaction_dialog.py (*glares at somebody*) 11 years ago