1695 Commits (bf072b037ceb18e4fd01163e7e4e79fe93be7d29)

Author SHA1 Message Date
ThomasV 90d66953cf kivy: add confirm_tx_dialog, similar to qt 4 years ago
zebra-lucky 12c9de6bf9
qt: fix PayToEdit.parse_amount (#6951) 4 years ago
ThomasV 35c0565395 formatting (rm blank spaces) 4 years ago
bitromortac 08ec368baf fee-slider: fix dialog crashes for float pos values 4 years ago
bitromortac fe78ed2a8e swaps: add swaps to android 4 years ago
ThomasV 091d7e104a rbf_dialog: show error in the dialog window 4 years ago
ThomasV 9e94ffd08e factorize code for bumb_fee and dscancel dialogs. Disable ok button if fee_rate is None 4 years ago
ThomasV 7619949b2f fix #6674: raise exceptions if dscancel or cpfp create dust or negative output. 4 years ago
ThomasV 1e4fa83098 Kivy: use the same password for all wallets 4 years ago
ThomasV 9406541456 kivy wizard: verify seed extension 4 years ago
ThomasV 620a6aaf99 kivy: fix confirm_seed_dialog (broken in 77e0d3745e) 4 years ago
ThomasV 66d31305e4 kivy: minor fix (follow-up 94708f63e4) 4 years ago
ThomasV 94708f63e4 invoices and requests: rm 3 seconds delay 4 years ago
ThomasV a2122a8c19 auto-remove paid invoices from GUI 4 years ago
ThomasV 90abfda12b add unconfirmed state for onchain invoices and requests 4 years ago
ThomasV d50a8d1b84 Qt: rename incoming/outgoing payments to send/receive queue. fixes #6711 4 years ago
ThomasV de903103da pass daemon to Commands instance in qt console. fixes #6926 4 years ago
SomberNight 13c45bd798
qt send tab: mention frozen balance if "not enough funds" in more cases 4 years ago
SomberNight 4b5616ff14
qt BlockingWaitingDialog: try harder to get label drawn (refresh bug) 4 years ago
SomberNight 85f76523b6
qt tx dialog: use WaitingDialog for network requests in __init__ 4 years ago
SomberNight 422f7ad110
qt tx dialog: fix visual artifact when opening (widget parenting issue) 4 years ago
ThomasV 07b08738a8 kivy wizard: checkum bip39 seeds, because the virtual keyboard imposes the English wordlist 4 years ago
ThomasV 77e0d3745e fix #4326 4 years ago
ThomasV 7e36770a06 fix #6605 4 years ago
ThomasV 39fc72dad6 add paste button to qt payto_e. fixes #6878 4 years ago
SomberNight 112ad72cee
qt: follow-up passing-around-config 4 years ago
SomberNight 21f13e21b1
wallet: fix bump_fee and dscancel for "not all inputs ismine" case 4 years ago
SomberNight b28b3994c7
qt: move window.get{Open,Save}FileName to util 4 years ago
SomberNight 096d853482
qt: rm some usages of get_parent_main_window 4 years ago
ThomasV 6daf8b7534 kivy: show exception raised by lnworker.pay. fixes #6495 4 years ago
ThomasV 89a14996ce add method get_node_alias to lnworker 4 years ago
ThomasV 95203b0a55 channels_list: display node_id if node_alias is not available 4 years ago
bitromortac c377694347
swaps: limit forward amount to receivable amount on lightning 4 years ago
bitromortac 903ad55b0b
swaps: disable button if no channel present 4 years ago
SomberNight ede9b4382a
qt swap dialog: attempt at clearer logic (at the cost of more lines) 4 years ago
SomberNight f453bfe82e
kivy: move "lightning" (gossip) btn inside "channels" dialog 4 years ago
ThomasV 06b9d48535 kivy: allow address reuse in imported wallets. (fix #6852) 4 years ago
ThomasV 587ca5dd42 kivy: initialize app.android_backups from config, and show error message if save_backup raises an exception 4 years ago
SomberNight c81551299e
transaction: put full derivation paths into PSBT by default 4 years ago
ThomasV 8872e43f27 cleanup, remove if statement (follow-up 13b05f64e6) 4 years ago
SomberNight 9e45108395
kivy: fix some resource path issues 4 years ago
ThomasV b6f63e1abf kivy: dismiss wizard dialog before calling go_back 4 years ago
SomberNight d40bedb2ac
also support uppercase bip21 URIs 4 years ago
SomberNight 5b9c972499
qt StatusBarButton: use custom theme for macOS if using default theme 4 years ago
SomberNight 6f14375a68
qt StatusBarButton: use QToolButton instead of QPushButton 5 years ago
ThomasV 07bc4c40ef kivy: add on_dismiss method to crash reporter dialog 4 years ago
ThomasV 9ddb675550 kivy: handle lightning invoices on wallets that do not have lightning. fix #6371 4 years ago
SomberNight 2ebd844b31
qt swap dialog: fix enabling OK button 4 years ago
ThomasV 6273b4808f kivy: ensure WizardDialog.on_release is not executed more than once (see #6822) 4 years ago
ThomasV 1684b348df Qt: keep pending_invoice logic in main_window (follow-up 56579c2, fixes #5829) 4 years ago