You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SomberNight
0509109d61
qt.util.MyTreeView: handle find_row_by_key returning None
...
fixes https://github.com/spesmilo/electrum/issues/7780
fixes https://github.com/spesmilo/electrum/issues/7815
Re FIXME in main_window.py, in particular, adb might call `add_transaction` on the same tx multiple times.
In `wallet.on_event_adb_added_tx`, maybe we should propagate `notify_GUI` to `wallet._update_request_statuses_touched_by_tx`.
The issue being fixed here (above TARS reports) can be triggered in multiple ways, e.g.:
- have an already paid receive request, and receive a payment to the same address again
- have an already paid receive request, and *spend from* that address (in which case the history of the address will change, and address_synchronizer will call add_transaction again on the old tx that satisfied the old receive request)
4 years ago
..
qrreader
Qt PayToEdit: add option to scan QR code from screen(shot)
4 years ago
__init__.py
EventListener class to handle callbacks
4 years ago
address_dialog.py
qt ButtonsWidget: Don't pass app instance to addCopyButton
4 years ago
address_list.py
qt.util.MyTreeView: handle find_row_by_key returning None
4 years ago
amountedit.py
qt PreviewTxDialog: fix sizing of fee edits
4 years ago
balance_dialog.py
qt: don't show empty BalanceDialog
4 years ago
bip39_recovery_dialog.py
qt TaskThread: implement cancellation of tasks, for cleaner shutdown
4 years ago
channel_details.py
qt dialogs: disconnect signals and unregister callbacks in closeEvent
4 years ago
channels_list.py
lnchannel: add new states: `WE_ARE_TOXIC`, `REQUESTED_FCLOSE`
4 years ago
completion_text_edit.py
qt.completion_text_edit: fix logic bug re shift/ctrl
4 years ago
confirm_tx_dialog.py
Qt ConfirmTxDialog: make sure dialog is deleted when closed
4 years ago
console.py
qt console: fix usage in --offline mode
5 years ago
contact_list.py
minor: fix #7789
4 years ago
custom_model.py
Group swap transactions in Qt history ( fixes #6237 )
6 years ago
exception_window.py
crash reporter: if disabled via config, make sure EEQueue is flushed
4 years ago
fee_slider.py
Qt: show fee combo next to fee slider, and remove it from settings
6 years ago
history_list.py
Persist LNWatcher transactions in wallet file:
4 years ago
installwizard.py
qt gui: more resilient startup: catch more exceptions, better fallback
4 years ago
invoice_list.py
qt.util.MyTreeView: handle find_row_by_key returning None
4 years ago
lightning_dialog.py
EventListener class to handle callbacks
4 years ago
lightning_tx_dialog.py
qt LightningTxDialog: (fix regression) show fee for ln payments
4 years ago
locktimeedit.py
(trivial) qt locktimeedit: fix a DeprecationWarning
4 years ago
main_window.py
qt.util.MyTreeView: handle find_row_by_key returning None
4 years ago
network_dialog.py
EventListener class to handle callbacks
4 years ago
new_channel_dialog.py
qt new_channel_dialog: use lnutil.MIN_FUNDING_SAT instead of ad-hoc val
4 years ago
password_dialog.py
qt: fix some widget parenting issues
5 years ago
paytoedit.py
qt PayToEdit: various fixes, incl icon size/pos, field size, scrollbar
4 years ago
qrcodewidget.py
QRCodeWidget: add margin of 1 block, remove fixedSize parameter
4 years ago
qrtextedit.py
Qt PayToEdit: add option to scan QR code from screen(shot)
4 years ago
qrwindow.py
qt qrwindow: rm dead code
7 years ago
rbf_dialog.py
qt bump fee: rename "Final" checkbox to "Keep Replace-By-Fee enabled"
5 years ago
rebalance_dialog.py
rebalance dialog: fix button disabling
4 years ago
request_list.py
qt.util.MyTreeView: handle find_row_by_key returning None
4 years ago
seed_dialog.py
qt seed_dialog: warn when trying to restore standard seed as 2FA wallet
4 years ago
settings_dialog.py
qt dialogs: disconnect signals and unregister callbacks in closeEvent
4 years ago
stylesheet_patcher.py
qt StatusBarButton: use custom theme for macOS if using default theme
5 years ago
swap_dialog.py
Qt: add name to coroutines_scheduled
4 years ago
transaction_dialog.py
Persist LNWatcher transactions in wallet file:
4 years ago
update_checker.py
vendor a part of distutils, to be removed from stdlib in py3.12
4 years ago
util.py
qt.util.MyTreeView: handle find_row_by_key returning None
4 years ago
utxo_list.py
qt.util.MyTreeView: handle find_row_by_key returning None
4 years ago
watchtower_dialog.py
Qt MyTreeView: rm usages of Qt.UserRole, use explicit roles instead
5 years ago