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
display locktime for transactions if it is greater than 0. Majority of
transactions will not display any value because default is 0.
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
rdymac
280dd93aa0
Split colon - separate
Separate colon symbol for duplicated text strings
11 years ago
ThomasV
877644f732
set default button in tx detail window
11 years ago
ThomasV
4524c107cf
add account menus and details window
11 years ago
ThomasV
2c0814f0d3
simplify gui names
11 years ago
rdymac
10be6e7609
Add translations and fixes to 1.9 master
Added translations, fixes to syntax errors and other minor fixes for
text strings.
Tested all changes. I hope not to break anyhting…
I was unsurem, but the menu bar on the Lite GUI dissapeared. Looking at
the commits on master, it seems that it wasn't me.
11 years ago
thomasv
a7f61de8fd
show input and outputs as text (fix issue #197 )
11 years ago
thomasv
f38cc47802
add context menu to transaction input/outputs
11 years ago
thomasv
4742b03aea
fix issue 274
11 years ago
ThomasV
72d7d0b07a
remove unneeded parameter
11 years ago
ThomasV
d51a8d0f25
create a class for transaction dialog
11 years ago