electrum-bitcoinprivate/gui/qt
Neil Booth 56488daf04 Have show-before-broadcast defer password request
Show-before-send currently asks for the password
and creates a signed tx before showing anything.

This is a little unnerving as you can't see what
you're being asked to sign.

This patch does a few things:

- Adds a description label to the TX dialog
- You see the tx before being asked for password;
  that is only requested on pressing Sign
- in show-before-broadcast mode, the Send button
  text is instead "Show...".  Hook up this button
  text change to the prefs dialog too.
- Remove many redundant imports.  In particular
  PyQ4 is checked in main_window.py so no need
  in tx_dialog too.

Note I had to remove disabling of the Sign button,
because if the user presses "cancel" nothing will
re-enable it.
2015-06-25 15:58:40 +09:00
..
themes simplify setup.py using package_data 2015-02-18 17:13:41 +01:00
__init__.py plugins: call load_wallet in install wizard 2015-06-10 12:40:08 +02:00
address_dialog.py update buttons in address dialog 2015-04-20 14:25:39 +02:00
amountedit.py Fix nasty bug in amount editors 2015-05-27 17:14:40 +09:00
console.py do not add command to console history if it starts with a space 2014-12-14 16:53:40 +01:00
history_widget.py resize columns to content by default 2015-04-29 09:26:22 +02:00
history_widget_lite.py Modify format_satoshis to display amounts according to locale. 2015-04-29 10:13:41 +09:00
installwizard.py restore: call constructor to load plugin 2015-06-11 09:56:38 +02:00
lite_window.py Create a constant for 100000000 and use it 2015-06-01 14:53:36 +09:00
main_window.py Have show-before-broadcast defer password request 2015-06-25 15:58:40 +09:00
network_dialog.py Rename auto_cycle to auto_connect in config 2015-05-25 16:18:52 +09:00
password_dialog.py new Button widgets 2015-03-14 12:28:19 +01:00
paytoedit.py Fix calls to update_fee 2015-05-28 15:52:31 +09:00
qrcodewidget.py Speed up painting of qr codes. 2015-05-27 11:44:28 +09:00
qrtextedit.py fix typo 2015-05-08 20:00:13 +02:00
qrwindow.py gui: don't show qr code directly in receive tab 2015-04-20 07:48:39 +02:00
receiving_widget.py removed trailing whitespace and fixed indentation in history widget 2014-10-21 19:05:51 +02:00
seed_dialog.py use get_config instead of passing window to ScanQRTextEdit 2015-05-08 19:58:29 +02:00
transaction_dialog.py Have show-before-broadcast defer password request 2015-06-25 15:58:40 +09:00
util.py treewidget: keep default label when editing 2015-05-17 12:48:17 +02:00
version_getter.py version_getter: catch all exceptions 2015-06-10 17:50:02 +02:00