LBRY-Vault/electrum/gui/qt
SomberNight e1dcdde272
Qt tx dialog: fix file extension when exporting (on MacOS...)
closes #5954

We are now giving every(?) hint possible to the MacOS file dialog...
The extension is put in the filename as before (which turned out not to be enough).
It is also set using QFileDialog.setDefaultSuffix, which again, turns out not to be enough.
In desperation, the file extension filter-list now contains *.psbt and *.txn as separate filters,
and the one with the expected extension is pre-selected. This seems enough...
2020-02-28 21:59:09 +01:00
..
__init__.py Save and read lighting backups (Qt) 2020-02-15 16:28:15 +01:00
address_dialog.py integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01:00
address_list.py qt: defer refreshing tabs until they are visible 2020-01-19 07:31:50 +01:00
amountedit.py qt open channel: minor dialog fixes 2019-11-20 18:00:45 +01:00
channel_details.py Qt: ask confirmation before closing channel. 2020-02-22 10:40:39 +01:00
channels_list.py Fix #5975: Forget or redeem channels that are never funded. 2020-02-24 12:45:10 +01:00
completion_text_edit.py qt paytoedit: enable up/down keys 2019-05-04 04:42:39 +02:00
confirm_tx_dialog.py qt open channel: early return if fields are left empty 2020-02-23 19:53:41 +01:00
console.py qt console: failed to print certain objects with custom __eq__ 2019-05-05 17:59:45 +02:00
contact_list.py qt: defer refreshing tabs until they are visible 2020-01-19 07:31:50 +01:00
exception_window.py qt exc reporter: add FIXME re HTML tags in traceback 2020-02-17 19:44:12 +01:00
fee_slider.py no more "import *" 2019-02-11 20:21:24 +01:00
history_list.py follow-up previous commit: show onchain tx dialog for channel open/close transactions 2020-02-18 13:58:17 +01:00
installwizard.py qt InstallWizard: turn some instance variables to locals 2020-02-18 21:12:46 +01:00
invoice_list.py Catch exceptions raised in LNWorker._pay_to_route 2020-02-17 12:33:43 +01:00
lightning_dialog.py try to fix "--offline" mode 2020-01-09 19:23:24 +01:00
lightning_tx_dialog.py follow-up previous commit: show onchain tx dialog for channel open/close transactions 2020-02-18 13:58:17 +01:00
main_window.py Qt tx dialog: fix file extension when exporting (on MacOS...) 2020-02-28 21:59:09 +01:00
network_dialog.py qt network dialog: let user edit server host/port in peace 2019-07-04 21:46:11 +02:00
password_dialog.py no more "import *" 2019-02-11 20:21:24 +01:00
paytoedit.py qt send tab paytoedit: use monospace font 2020-01-21 14:32:18 +01:00
qrcodewidget.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
qrtextedit.py qt: clean-up imports 2019-11-18 20:56:49 +01:00
qrwindow.py qt qrwindow: rm dead code 2019-02-04 20:27:01 +01:00
request_list.py qt request_list: clear receive addr/req when hiding list 2020-02-23 21:23:56 +01:00
seed_dialog.py qt: clean-up imports 2019-11-18 20:56:49 +01:00
settings_dialog.py Automate backups: 2020-02-15 16:28:15 +01:00
stylesheet_patcher.py qt dark: fix2 "In History tab, labels while edited were being clipped" 2019-05-11 02:17:35 +02:00
transaction_dialog.py Qt tx dialog: fix file extension when exporting (on MacOS...) 2020-02-28 21:59:09 +01:00
update_checker.py qt update checker: use longer timeout 2020-02-04 18:34:24 +01:00
util.py Qt tx dialog: fix file extension when exporting (on MacOS...) 2020-02-28 21:59:09 +01:00
utxo_list.py qt coin control status bar: don't defer 'Coins' tab updates 2020-02-23 20:20:00 +01:00
watchtower_dialog.py try to fix "--offline" mode 2020-01-09 19:23:24 +01:00