LBRY-Vault/gui
Neil Booth 4b092628df Have transaction_dialog use send_tx()
This is working towards showing transactions before asking for passwords.
I think it also means the transaction dialog now interacts properly with
plugins, whereas it didn't before.

send_tx now takes a callback instead of a label, and does not decide
on whether to broadast itself; that is left to its caller.

broadcast_transaction() takes care of adding the description of the
successfully broadcast transaction to the wallet.  Previously labels
could be added to the wallet even if the broadcast was cancelled by
the user or unsuccessful, which doesn't seem right.

Lengthen the dialog messages a little, as some window managers lose the
"Please Wait" title bar owing to window decorations if the message
is too short.
2015-06-08 07:38:08 +09:00
..
qt Have transaction_dialog use send_tx() 2015-06-08 07:38:08 +09:00
__init__.py documentation on GUI 2013-09-13 09:40:34 +02:00
android.py Create a constant for 100000000 and use it 2015-06-01 14:53:36 +09:00
gtk.py Create a constant for 100000000 and use it 2015-06-01 14:53:36 +09:00
jsonrpc.py fix jsonrpc 2015-06-07 22:06:44 +02:00
stdio.py Create a constant for 100000000 and use it 2015-06-01 14:53:36 +09:00
text.py Create a constant for 100000000 and use it 2015-06-01 14:53:36 +09:00