Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-26 | Merge #17120: gui: Fix start timer from non QThread | Wladimir J. van der Laan | |
a8f5026d6d992fd8d72908c848c5028f0f9a8cd1 gui: Fix start timer from non QThread (João Barbosa) Pull request description: Fixes #16296. ACKs for top commit: laanwj: code review ACK a8f5026d6d992fd8d72908c848c5028f0f9a8cd1 Tree-SHA512: d7b05ac88e188de16cbbe80cb2f773b7976ee07ee876ac94a93f9351856c4f3a9d66a531d3f3748d2dccff8c8d77d9d8227433069ed5909c32be2efeaa32f655 | |||
2019-10-14 | gui: Fix start timer from non QThread | João Barbosa | |
2019-10-08 | wallet: Avoid showing GUI popups on RPC errors | MarcoFalke | |
2019-09-09 | gui: fix autofocus in CreateWalletActivity::askPassphrase() | Jon Atack | |
2019-09-09 | gui: fix passphrase labels/tooltip in createwalletdialog/askpassphrasedialog | Jon Atack | |
UI improvements: - update remaining GUI wallet labels and tooltips from passwords to passphrases - improve grammar of labels in askpassphrase dialog and WalletController::closeWallet | |||
2019-09-09 | gui: rename encrypt(), blank(), and askPasshprase() | Jon Atack | |
as well as disablePrivateKeys() to be consistent in naming. | |||
2019-09-08 | HTML escape the wallet name in more dialogs and notifications | Andrew Chow | |
2019-09-05 | Expose wallet creation to the GUI via WalletController | Andrew Chow | |
Co-authored-by: João Barbosa <joao.paulo.barbosa@gmail.com> | |||
2019-09-06 | gui: Refactor OpenWalletActivity | João Barbosa | |
2019-07-09 | Remove redundant WalletController::addWallet slot | Hennadii Stepanov | |
2019-07-08 | qt: Assert QMetaObject::invokeMethod result | João Barbosa | |
2019-07-08 | refactor: Rename getWallets to getOpenWallets in WalletController | João Barbosa | |
2019-07-08 | gui: Sort wallets in open wallet menu | João Barbosa | |
2019-03-22 | gui: Defer removeAndDeleteWallet when no modal widget is active | João Barbosa | |
2019-02-23 | gui: Fix async open wallet call order | João Barbosa | |
2019-02-12 | gui: Add closeWallet to WalletController | João Barbosa | |
2019-02-04 | gui: Add OpenWalletActivity | João Barbosa | |
2019-02-04 | gui: Add thread to run background activity in WalletController | João Barbosa | |
2019-02-04 | gui: Add openWallet and getWalletsAvailableToOpen to WalletController | João Barbosa | |
2019-01-18 | gui: Add WalletController | João Barbosa | |