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