14531 Commits (7d36f2ba3ab603044556b9548bea9893520747e1)
 

Author SHA1 Message Date
SomberNight 7d36f2ba3a
build: follow-up source-only tarballs 2 years ago
yanmaani 9a37184a57 build: create source-only tarball in release.sh 3 years ago
yanmaani 501c06559c ci: make source-only tarballs in Cirrus 3 years ago
yanmaani 04b81d6b82 contrib: add generate_payreqpb2.sh script 3 years ago
yanmaani 2da1859110 build: support OMIT_UNCLEAN_FILES in sdist/build.sh 3 years ago
yanmaani a7e17ae4ee build: add OMIT_UNCLEAN_FILES option to make_sdist.sh 3 years ago
yanmaani 45b8f11c68 build: refactor out locale generation into build_locale.sh 3 years ago
SomberNight 0fca35fa40
android build: increase buildozer log level (except on cirrus ci) 3 years ago
SomberNight bb0db0e3c0
build: incl "frozenlist" dep as pure-python, without C stuff 3 years ago
SomberNight aea16f1322
qt main_window: (trivial) clean-up weird types passed to qt calls 3 years ago
SomberNight 133c0f71c4
qt ReceiveTab: (trivial) rename clear_receive_tab to do_clear 3 years ago
SomberNight 5b29e6d4f5
qt: (refactor) split "receive tab" out from main_window.py 3 years ago
ThomasV 798df1fd53
Merge pull request #7874 from SomberNight/202206_qt_split_sendtab 3 years ago
Sander van Grieken 8d57129ad6 p4a: update commit ref to head of qt5-wip (fixes cpu count used for build) 3 years ago
SomberNight 2d68350900
qt: (refactor) split "send tab" out from main_window.py 3 years ago
ghost43 05226437bf
Merge pull request #7839 from SomberNight/202202_lnurl_2 3 years ago
SomberNight 0509109d61
qt.util.MyTreeView: handle find_row_by_key returning None 3 years ago
SomberNight 1b6706bed6
replace some erroneous usages of IntFlag with IntEnum 3 years ago
SomberNight 9f1da8422b
qt LightningTxDialog: (fix regression) show fee for ln payments 3 years ago
SomberNight 1f6bd9a694
kivy: fix threading issue for window.show_error 3 years ago
SomberNight ed1567e841
lnurl: make requests async, don't block Qt GUI, rm LUD-16 support 3 years ago
SomberNight df974c2384
qt paytoedit: evaluate text on textChanged(), but no network requests 3 years ago
SomberNight a2d66ac90c
kivy: rm code dupe between app.on_qr and send_screen.do_paste 3 years ago
SomberNight 649cad0122
lnurl: clean-up 3 years ago
SomberNight 82e33984ad
lnurl for kivy: I need this to buy beers 3 years ago
bitromortac fe2fbbd9b1
add lnurl-pay and lightning address support 3 years ago
SomberNight 2511d8118c
lnworker.get_lightning_history(&get_payment_value): rm failing assert 3 years ago
ThomasV dc15d59fcf get_payment_value: rm failing assert 3 years ago
SomberNight c1d34243a1
lnpeer: (trivial) better log message 3 years ago
SomberNight 4a791f9285
qt.completion_text_edit: fix logic bug re shift/ctrl 3 years ago
SomberNight 3db79210b5
network.run_from_another_thread: add type hint 3 years ago
SomberNight 5b0aad5084
network: rename _send_http_on_proxy and make it part of public API 3 years ago
SomberNight 81880e8538
EventListener: key global dict by modulepath+clsname instead of clsname 3 years ago
gruve-p 29ab90e1b1
appimage: update libssl-dev libssl1.1 openssl (#7869) 3 years ago
ThomasV fe74e4b9c9 EventListener: pre-register event listeners in the decorator, 3 years ago
SomberNight c09903be68
daemon.PayServer.create_request: mark as broken... 3 years ago
SomberNight cafd5c4af0
lnworker.add_request: force keyword args 3 years ago
SomberNight be322f7ea7
qt dialogs: disconnect signals and unregister callbacks in closeEvent 3 years ago
ghost43 c3093ded21
Merge pull request #7858 from spesmilo/event_listener 3 years ago
SomberNight 5b000a871f
EventListener follow-ups: adapt left-out classes and minor clean-ups 3 years ago
ThomasV dbf055de9a
EventListener class to handle callbacks 3 years ago
SomberNight fbb3491e97
fix typo: stdio gui with no wallet 3 years ago
ThomasV 034bd42d9c text guii: display full history 3 years ago
ThomasV 55f46fb61e adb fixes for text and stdio GUIs 3 years ago
ThomasV e1d34300e5 lnworker: get_payment_value 3 years ago
ThomasV 79428756b2 kivy: in event handlers, check wallet. 3 years ago
ThomasV f1289a2a5e fix #7851: store addresses_beyond_gap_limit in address_list 3 years ago
ThomasV cfb6ab6822 Trampoline: always increase fees, to ensure we do not get stuck in a loop. 3 years ago
ThomasV 9fe93524b7 Index lightning requests with rhash instead of onchain address. 3 years ago
ThomasV adb5b6213b follow-up a3faf85e3c 3 years ago