14738 Commits (1f827f71d2897bf6252bdb60449438f7fed7ac26)
 

Author SHA1 Message Date
Sander van Grieken e534c5d834 qml: switch to QtQuick Controls 4 years ago
Sander van Grieken d195fce82d qml: hook any qml supporting plugins, add test plugin 4 years ago
Sander van Grieken 39048fdd10 qml: UI: add most transaction fields to tx history page 4 years ago
Sander van Grieken a3801ecae8 qml: map fields of tx history 4 years ago
Sander van Grieken 3dce09328e qml: Initial QML to test QObject property binding, ListModels, Camera 4 years ago
Sander van Grieken 7eb733757a qml: add initial qml.ElectrumGui class, Electrum QObject wrappers and an initial QObject for QR en/decoding 4 years ago
Sander van Grieken 1df5187719 qml: add 'qml' gui option and add gui.qml.ELectrumGui to type hint for gui_object 4 years ago
ThomasV 49a67a5cd2 build android apk with qt5 3 years ago
SomberNight c463f5e23d
password unification refactor: move methods from wallet to daemon 3 years ago
SomberNight c71f00cc8e
transaction.deserialize: only set self._inputs after parsing witness 3 years ago
ThomasV 1d343657f1 Qt: require left-click to toggle receive qr-code 3 years ago
SomberNight b6b7b0a6c0
lnwatcher.inspect_tx_candidate: handle witness being None 3 years ago
ThomasV ce552713a8 rename label: Confirmed -> On-chain 3 years ago
ThomasV 7d9f20f8ab update trampoline feature bits. fixes #7801 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