electrum-bitcoinprivate/gui/qt
Neil Booth 11d135b32d Better install wizard
Break out the workflow logic of the install wizard
into a base class.  This means reimplementing with
full support in a new GUI is now easy; you just provide
ways to request passwords, show messages etc.  The API
is fully documented in the base class.

There are a couple of minor outstanding issues, including that
the old messages shown when recovering a wallet are missing.
I will come back to that.  Ledger wallet might be broken.

Other improvements:

The install wizard code is now easy to follow and understand.
Hardware wallets can now be restored without any need for their
accompanying libraries.
Various bits of trustedcoin were broken and have been fixed.
Many plugin hooks can be removed.  I have only started on this.
2016-01-01 16:48:18 +09:00
..
__init__.py Better install wizard 2016-01-01 16:48:18 +09:00
address_dialog.py Address history dialog -> window modal 2015-12-22 22:11:37 +09:00
amountedit.py Refresh all amount edits when units change. 2015-11-09 20:06:36 +09:00
console.py fix json_encode with python console 2015-11-09 16:09:57 +01:00
history_widget.py simplify get_label 2015-12-15 12:52:30 +01:00
installwizard.py Better install wizard 2016-01-01 16:48:18 +09:00
main_window.py Better install wizard 2016-01-01 16:48:18 +09:00
network_dialog.py Network dialog -> window modal 2015-12-22 22:23:51 +09:00
password_dialog.py Better install wizard 2016-01-01 16:48:18 +09:00
paytoedit.py More modality fixes and cleanups 2015-12-23 18:31:36 +09:00
qrcodewidget.py Modality and centring fixes for QR codes 2015-12-23 18:42:01 +09:00
qrtextedit.py More modality fixes and cleanups 2015-12-23 18:31:36 +09:00
qrwindow.py gui: don't show qr code directly in receive tab 2015-04-20 07:48:39 +02:00
seed_dialog.py Make more dialogs window-modal 2015-12-23 12:20:19 +09:00
transaction_dialog.py More cleanup of WaitingDialog 2015-12-26 11:18:32 +09:00
util.py More cleanup of WaitingDialog 2015-12-26 11:18:32 +09:00