flo-electrum/gui/qt
Abdussamad 5997c18aef better code organization
function parameters should be lowercase

Fix crash on invalid labels import

Added invoice exporting and reduced duplicate code

Better exception handling

removed json module import

some more cleanup

Cleaned up some stuff

Added exporting contacts
2018-02-21 19:00:41 +01:00
..
__init__.py catch some exceptions during GUI init 2018-02-15 17:30:40 +01:00
address_dialog.py fix #3619: set correct parent window 2018-01-12 12:13:19 +01:00
address_list.py address filter: (qt gui) add "all" filter option besides "receiving" and "change" 2018-02-04 19:17:21 +01:00
amountedit.py Add memory pool based fee estimates 2018-02-05 12:23:32 +01:00
console.py use string.format instead of old style (%) formatting 2018-02-04 07:26:55 +01:00
contact_list.py better code organization 2018-02-21 19:00:41 +01:00
exception_window.py crash reporting: catch exceptions from requests.post 2018-02-20 16:14:46 +01:00
fee_slider.py use config.is_dynfee and config.use_mempool_fees 2018-02-13 00:03:42 +01:00
history_list.py cleanup get_full_history. fix #3939 2018-02-21 11:52:40 +01:00
installwizard.py use string.format instead of old style (%) formatting 2018-02-04 07:26:55 +01:00
invoice_list.py better code organization 2018-02-21 19:00:41 +01:00
main_window.py better code organization 2018-02-21 19:00:41 +01:00
network_dialog.py remove --nossl option (follow-up dc388d4c7c) 2018-01-16 12:36:39 +01:00
password_dialog.py allow encrypting watch-only wallets. initial support for hw wallet storage encryption. 2018-01-28 02:09:44 +01:00
paytoedit.py fix: openalias resolution unnecessarily blocks gui for some payto 2017-12-08 21:21:54 +01:00
qrcodewidget.py fix #3663: 'copying' QR code does not save to file 2018-01-08 02:28:13 +01:00
qrtextedit.py fix #3439: ScanQRTextEdit optionally allows to concat data 2017-12-24 03:30:04 +01:00
qrwindow.py Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
request_list.py use string.format instead of old style (%) formatting 2018-02-04 07:26:55 +01:00
seed_dialog.py follow-up 553bf98664 2018-01-08 22:36:13 +01:00
transaction_dialog.py make qt gui even more resistant against ill-formed txns 2018-02-21 13:31:01 +01:00
util.py better code organization 2018-02-21 19:00:41 +01:00
utxo_list.py disallow editing labels in Coins tab (QT) 2017-11-17 01:54:48 +01:00