Sander van Grieken
7adc8b1fbb
qml: fix issues with close channel
2023-02-06 13:12:14 +01:00
Sander van Grieken
ee5dec0c59
qml: correctly update channel list after channel backup import, and correctly delete channel backup
2023-02-03 17:08:12 +01:00
Sander van Grieken
0bc8460005
qml: don't initialize instance variables on class scope for non-singletons
...
(this somehow escaped attention before, as most objects usually don't have multiple instances,
unless multiple wallets are open at the same time.)
Also, move all signal declarations, class constants and variables to the top of class definitions.
2023-01-12 13:09:21 +01:00
Sander van Grieken
bc69e4f907
qml: show channelbackups in channel list,
...
add channelbackups support in qechanneldetails.py,
only request-fclose option in CloseChannelDialog
2022-11-16 17:37:39 +01:00
Sander van Grieken
0687785994
qml: only show channel peer node name if known, add node pubkey to ChannelCloseDialog
2022-11-16 13:40:22 +01:00
Sander van Grieken
b0cfc2ab14
qml: add channel backup option to channel details page
2022-08-24 10:15:44 +02:00
Sander van Grieken
802246251f
qml: visually dim channels in CLOSED and REDEEMED states, apply simple sort on channel state
...
to put channels in closed/redeemed state at bottom of list
2022-07-20 11:08:50 +02:00
Sander van Grieken
894495aa92
qml: clean up
2022-07-12 19:07:19 +02:00
ThomasV
957174a039
all GUIs: show local and remote force-close options in a homogeneous way
2022-07-11 13:08:04 +02:00
Sander van Grieken
0228169852
refactor to new event listener framework
2022-07-08 11:09:08 +02:00
Sander van Grieken
db9e2ab311
delete channel
2022-07-07 18:29:21 +02:00
Sander van Grieken
e69fc739ca
add initial channel close dialog
2022-07-07 18:29:02 +02:00
Sander van Grieken
f0d00dca37
unregister callback when object gets destroyed.
...
turns out we need to use a lambda to have the signal processed,
registering the member function somehow never triggers the
'destroyed' signal
2022-07-07 18:29:02 +02:00
Sander van Grieken
04ce548e42
initial lightning channel details, action menu
2022-07-07 18:29:01 +02:00