Commit Graph

14 Commits

Author SHA1 Message Date
ThomasV 20e93af70c lightning_tx_dialog: add editable tx description 2023-03-15 10:48:03 +01:00
SomberNight 26cc1b8308 follow-up invoice changes: fix qt lightning_tx_dialog
follow-up 719b468eee

Traceback (most recent call last):
  File "...\electrum\electrum\gui\qt\history_list.py", line 673, in mouseDoubleClickEvent
    self.parent.show_lightning_transaction(tx_item)
  File "...\electrum\electrum\gui\qt\main_window.py", line 1082, in show_lightning_transaction
    d = LightningTxDialog(self, tx_item)
  File "...\electrum\electrum\gui\qt\lightning_tx_dialog.py", line 60, in __init__
    self.invoice = invoice.lightning_invoice
AttributeError: 'Request' object has no attribute 'lightning_invoice'
2023-03-03 16:02:22 +00:00
SomberNight 388811296e qt: replace some hardcoded pixel sizes for better high-dpi support 2022-08-10 20:23:56 +02:00
ThomasV 5faef83874 rm dead code 2022-07-20 09:56:53 +02:00
ThomasV 30609cdc63 Qt: simplify lightning_tx_dialog using ShowQRLineEdit 2022-07-20 09:51:26 +02:00
SomberNight 9f1da8422b qt LightningTxDialog: (fix regression) show fee for ln payments
follow-up https://github.com/spesmilo/electrum/commit/e1d34300e59c6b35c7a97a776603ed7085b9e413
2022-06-29 18:02:55 +02:00
Axel Gembe 798dbca880 qt ButtonsWidget: Don't pass app instance to addCopyButton
Doesn't make sense to pass the application when we can just use
QApplication.instance() instead.

from https://github.com/Electron-Cash/Electron-Cash/commit/54ccf640c5f9f1eb3e38a644f8da3bd7ed1f93dd
2022-06-01 17:01:21 +02:00
SomberNight 3cc6c0dd2d qt: start using ButtonsWidget's add_qr_input_button/add_qr_show_button 2022-05-14 18:56:11 +02:00
ThomasV e392197ab9 wallet_db upgrade:
- unify lightning and onchain invoices, with optional fields for bip70 and lightning
 - add receive_address fields to submarine swaps
2022-04-20 12:48:22 +02:00
SomberNight 1ba5997238 qt lightning_tx_dialog: use historical fx rate for fiat amounts 2021-03-12 18:29:00 +01:00
SomberNight b3b87555dc qt/kivy: lightning_tx_dialog: show LN invoice 2021-03-01 20:56:45 +01:00
SomberNight e81283969c Qt ln tx dialog: small fixes 2020-03-01 03:59:26 +01:00
ThomasV 6696f40e36 follow-up previous commit: show onchain tx dialog for channel open/close transactions 2020-02-18 13:58:17 +01:00
ThomasV feb47b0a6f Add lightning tx dialog (qt and kivy) 2020-02-18 13:02:18 +01:00