flo-electrum/gui/qt
Johann Bauer 91e44ba6fc Show error window for unhandled exceptions
Use exception hook from main thread for all threads

Use signal to delegate error window creation to GUI thread

Add more information to issue template

Update to PyQt5

Switch from Github to REST-Service

Report to web service instead of opening the browser

Fix imports

Change crashhub URL to electrum.org server

Explain that exception hooks are only used in the Qt Gui now
2018-01-30 10:49:31 +01:00
..
__init__.py QT: Only set if hasattr(QtCore.Qt, "AA_ShareOpenGLContexts") 2018-01-13 20:17:02 +00:00
address_dialog.py fix #3619: set correct parent window 2018-01-12 12:13:19 +01:00
address_list.py Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
amountedit.py connect fee edits together 2017-12-21 11:17:20 +01:00
console.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
contact_list.py Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
exception_window.py Show error window for unhandled exceptions 2018-01-30 10:49:31 +01:00
fee_slider.py fee ui - rounding: display info icon with tooltip. show pre-rounding values in ui. 2018-01-03 18:08:10 +01:00
history_list.py Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
installwizard.py Merge pull request #3593 from SomberNight/scan_qr_textedit_allow_multi 2017-12-31 18:04:21 +01:00
invoice_list.py Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
main_window.py Show error window for unhandled exceptions 2018-01-30 10:49:31 +01:00
network_dialog.py remove --nossl option (follow-up dc388d4c7c) 2018-01-16 12:36:39 +01:00
password_dialog.py Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06: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 Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
seed_dialog.py follow-up 553bf98664 2018-01-08 22:36:13 +01:00
transaction_dialog.py use tx.txid() instead of tx.hash() 2018-01-12 14:18:50 +01:00
util.py ScanQRTextEdit allow_multi=True for sweeping and importing privkeys into existing wallet 2017-12-25 19:41:03 +01:00
utxo_list.py disallow editing labels in Coins tab (QT) 2017-11-17 01:54:48 +01:00