ThomasV
|
1db7a8334a
|
Refresh LN status in GUI using network callback.
|
7 years ago |
SomberNight
|
18627ecd1a
|
lnwatcher: naive code to sweep to_local from our ctx (will not wait for timelock yet)
|
7 years ago |
ThomasV
|
8346e358b2
|
move lnaddr.py to lib
|
7 years ago |
Janus
|
7a3551b5df
|
ln: merge OpenChannel and HTLCStateMachine
|
7 years ago |
Janus
|
42a56df996
|
ln: shortcut some OpenChannel fields to traversing too much
|
7 years ago |
Janus
|
77e9abc655
|
ln: store HTLCStateMachine in lnworker.channels
|
7 years ago |
ThomasV
|
c7e47b74a9
|
Separate open_channel dialog. In open_channel_coroutine, use host and port from channel announcements
|
7 years ago |
ThomasV
|
6e71340e52
|
do not block GUI with open_channel
|
7 years ago |
ThomasV
|
40fcf58fec
|
lightning: display remote balance in gui
|
7 years ago |
ThomasV
|
aeb58dbd66
|
do not pass channel list to update_rows signal, as it is sent to all windows
|
7 years ago |
ThomasV
|
21c883bd0b
|
Display channel status in the GUI.
Do not convert channel_id to integer; there is no reason to do that.
|
7 years ago |
ThomasV
|
bf6d28e1f0
|
integrate channels_list with existing framework
|
7 years ago |
ThomasV
|
12d3877873
|
lightning GUI: use existing receive and send tabs with lightning invoices
|
7 years ago |
ThomasV
|
af4f0b6daf
|
lnworker: separate invoice creation from payment flow
|
7 years ago |
ThomasV
|
aafbe74a28
|
fix channel_reestablish
|
7 years ago |
ThomasV
|
5a819611c8
|
qt: fix password passed to open_channel, cleanup
|
7 years ago |
Janus
|
10e8a90224
|
kivy: port lightning ui to lnbase
|
7 years ago |
Janus
|
18963405ee
|
lightning: remove hub based approach, port qt gui to lnbase
|
7 years ago |
Janus
|
d055507003
|
lightning channels list: add mock server for testing
|
7 years ago |
Janus
|
caadc5a5bb
|
lightning_channels_list: use signals to avoid segfault
|
7 years ago |
Janus
|
094b939a24
|
lightning: qt channel dialog, fix for shutdown when lightning disabled
|
7 years ago |
Janus
|
5e1412a839
|
lightning: channel details popup
|
7 years ago |
Janus
|
ae7bce3385
|
lightning: paste sample using clipboard
|
7 years ago |
Janus
|
6aebc0fd5d
|
kivy: fix channel list error handling, close functionality for inactive channels
|
7 years ago |
Janus
|
1a05838ef2
|
lightning: assert result type, add invoice qr dialog
|
7 years ago |
Janus
|
afa5797099
|
lightning: kivy: open channel button in invoice
|
7 years ago |
Janus
|
1ab03e8b2a
|
lightning: fix kivy channel close
|
7 years ago |
Janus
|
ffe6342882
|
lightning: fix channels dialog
|
7 years ago |
Janus
|
13527987bc
|
lightning: add missing import, set console to none initially
|
7 years ago |
Janus
|
d84eab0418
|
lightning: complete moving of lightning objects, acquire net/wallet lock while answering lightning requests
|
7 years ago |
Janus
|
ad5aac1383
|
lightning: march 2018 rebase, without integration
|
7 years ago |
Janus
|
097ac144d9
|
file reorganization with top-level module
|
7 years ago |
SomberNight
|
c6ccdbef90
|
fix #4503
|
7 years ago |
SomberNight
|
c33363c1e5
|
fix #4042
|
7 years ago |
SomberNight
|
f7c8e5a33b
|
fix #4497
|
7 years ago |
SomberNight
|
8b1051fa24
|
fix #4418
|
7 years ago |
SomberNight
|
1635c149bd
|
fix #4491
|
7 years ago |
SomberNight
|
eefcc60d98
|
color 2fa billing outputs in Qt tx dialog
|
7 years ago |
SomberNight
|
39215b43b9
|
Qt send tab: disable "max" button for invoices
|
7 years ago |
SomberNight
|
7f162733e0
|
fix #4037 (new issue but was merged into that)
|
7 years ago |
ThomasV
|
d58c069336
|
read apk version number from version.py
|
7 years ago |
SomberNight
|
c4ef5bfedb
|
Qt: minor text formatting
on Windows, the previous looked a bit better; but the lines were broken on Debian
|
7 years ago |
SomberNight
|
2b93593e3f
|
Qt: (minor) clean up "about" message
|
7 years ago |
SomberNight
|
db91618a44
|
Qt: (minor) clean up "about" message
|
7 years ago |
SomberNight
|
8b86f21520
|
wizard: extend derivation dialog to also let user select script type.
enable segwit multisig for bip39/hw wallets.
|
7 years ago |
SomberNight
|
ca7e5575bf
|
option to set a dark theme for Qt
qdarkstyle is now a new dependency - note that it is only for qt and qt is not strictly a dependency, but it is pure python and relatively small
|
7 years ago |
SomberNight
|
51ed8a998c
|
fix: network.interface can become None at any time
|
7 years ago |
SomberNight
|
f8dab46a4b
|
kivy: fix fork detection gui
|
7 years ago |
Janus
|
88d95123fb
|
kivy: use RecycleView in address list
|
7 years ago |
Janus
|
45b6afe190
|
kivy: use RecycleView in OutputList
|
7 years ago |