1695 Commits (bf072b037ceb18e4fd01163e7e4e79fe93be7d29)

Author SHA1 Message Date
ThomasV 8bdd44edcb kivy: remove redundant declaration 4 years ago
SomberNight 95b08e9961
plugins: remove 'on_new_window' hook 4 years ago
SomberNight 376ee395f8
kivy: (fix) clicking "max" to send would raise for empty wallet 4 years ago
SomberNight 78513affe5
kivy: fix open channel with "max" amt 4 years ago
ThomasV dc810f131d kivy: wizard does not need Factory 4 years ago
ValdikSS 276d8f9a4d Use os._exit() for FORKed child browser opener process. Fixes #6404. 4 years ago
ThomasV 40fbf3a929 follow-up c66c54a (simplification) 4 years ago
ThomasV 305ca90647 revert a9fc440, use Clock.schedule_interval to set address. Fixes #6810 and #6817 4 years ago
ThomasV 863cc39995 kivy: dismiss invoice_dialog before delete (fix #6816) 4 years ago
ThomasV 2f13e4eb85 kivy: do not save invoice until payment is confirmed by user. 4 years ago
ThomasV f020125e74 kivy screens: initialize is_max (fix #6813) 4 years ago
ThomasV 56579c282e Qt: do not save pending invoice before the user has confirmed payment 4 years ago
ThomasV 5a5ec81e10 kivy: disable send amount button if lightning invoice has an amount, and fix #6526 4 years ago
ThomasV 64292fd142 fix #4503: in kivy, catch NotEnoughFunds raised on open channel. 4 years ago
ThomasV 8aecbca11c fix #4561 4 years ago
ThomasV e881908b43 remove unused declaration 4 years ago
ThomasV 5058cf9d22 kivy wizard: if wallet creation is aborted, show message in the wizard and stop the GUI. (see #6796) 4 years ago
ThomasV 13b05f64e6 kivy: split on_wizard_complete in two methods 4 years ago
bitromortac 08698ad607
swaps: fix infinite recursion for max button 4 years ago
ThomasV 3f9d7d8b33 kivy: save password after wallet creation 4 years ago
ThomasV 7ce4727507 kivy wizard: do call run() when password dialog is dismissed, it modifies the stack. (see #6582) 4 years ago
ThomasV 2923c00d38 kivy: do not use an event to call on_wizard_complete, initialize self.app in constructor 4 years ago
ThomasV f187587430 rm dead code: first branch of the if never evaluated because WalletDB is called with manual_upgrades=False 4 years ago
ThomasV 4640bf7fcb kivy: remove dead code (installwizard waiting_dialog) 4 years ago
ThomasV 3d2736b014 add debug option to avoid retyping the seed in kivy 4 years ago
ThomasV d3b34263cd kivy: storage is already decrypted in on_open_wallet 4 years ago
ThomasV fad3bd724c kivy: remove unused keyboard binding 4 years ago
ThomasV 286df92ba9 kivy: cleanup unused code 4 years ago
ThomasV a9fc440775 fix #6351: set screen attribute right after screen is loaded 4 years ago
ThomasV c46fbf08a5 Qt installwizard: raise UserCancelled if user clicks cancel (the wizard was hanging instead of terminating) 4 years ago
ThomasV 915e132c33 fix 'max' button in Kivy (fix #6169) 4 years ago
ThomasV 2904615211 kivy: do not display internal id of onchain invoice, show address instead 4 years ago
SomberNight 7e18e2ea31
qt main_window: (trivial) fix error-handling for open_channel 4 years ago
SomberNight 4bd4fc7697
qt send tab: (regression) fix handling multiline fmt for single line 4 years ago
Benoît Verret a1c02e2c45
Fix daemon being treated as a function (#6771) 4 years ago
SomberNight 9fced6d2b1
qt send tab: "max" btn should not raise NotEnoughFunds due to fees 4 years ago
ThomasV 32ffc9e9a4 convert Qt flags to int (fix Qt DeprecationWarning) 4 years ago
nc50lc 33da994131
Update contact_list.py 4 years ago
SomberNight 16a326cdd3
qt receive tab: rename "create onchain" btn to "New Address" 4 years ago
ThomasV aaff48720f Qt lightning invoice dialog: make payment_hash copiable 4 years ago
SomberNight fa8c751abf
qt swap dialog: fix disabling "OK" btn if NotEnoughFunds 4 years ago
SomberNight a5c6a570ae
qt console: fix usage in --offline mode 4 years ago
SomberNight c872c3194f
qt "open channel" dialog: detect invalid remote node id sooner 4 years ago
bitromortac f36d7872c3
qt: move local node id to info menu 4 years ago
bitromortac 085056532c
guis: reintroduce suggest button 4 years ago
bitromortac cc9e19409f
lnrater: module for node rating 4 years ago
SomberNight 193c29af87
wizard, multisig: on bip39/hw ks, only ask for script type for 1st ks 4 years ago
SomberNight 802fe8c73a
qt user interface: send tab: change "Pay" button text to "Pay..." 4 years ago
SomberNight ea22d0073e
config: distinguish knowing mempool is empty vs not having mempool_fees 4 years ago
SomberNight 25d4a40d6e
qt history tab: fix shortcut in HistoryModel.refresh() 4 years ago