Age | Commit message (Expand) | Author |
2021-10-04 | Merge bitcoin/bitcoin#20452: util: Replace use of locale dependent atoi(…) ... | W. J. van der Laan |
2021-09-30 | Merge bitcoin-core/gui#342: wallet: Move wallets loading out from the main GU... | Hennadii Stepanov |
2021-09-30 | Replace use of locale dependent atoi(…) with locale-independent std::from_c... | practicalswift |
2021-09-30 | Merge bitcoin-core/gui#336: Do not exit and re-enter main event loop during s... | W. J. van der Laan |
2021-09-29 | qt: Do not show unused widgets at startup | Hennadii Stepanov |
2021-09-29 | Merge bitcoin-core/gui#436: Include vout when copying transaction ID from coi... | Hennadii Stepanov |
2021-09-29 | qt, refactor: Drop intermediate BitcoinApplication::shutdownResult slot | Hennadii Stepanov |
2021-09-29 | qt: Do not exit and re-enter main event loop during shutdown | Hennadii Stepanov |
2021-09-29 | Merge bitcoin-core/gui#430: Improvements to the open up transaction in third-... | Hennadii Stepanov |
2021-09-29 | Merge bitcoin-core/gui#416: Add RPC setting | Hennadii Stepanov |
2021-09-29 | Merge bitcoin-core/gui#345: Connection Type Translator Comments | Hennadii Stepanov |
2021-09-29 | Include vout when copying transaction ID from coin selection | Samuel Dobson |
2021-09-28 | Merge bitcoin-core/gui#434: Keep InitExecutor in main gui thread | Hennadii Stepanov |
2021-09-28 | Merge bitcoin/bitcoin#23106: Ensure wallet is unlocked before signing PSBT wi... | MarcoFalke |
2021-09-28 | GUI: Ask user to unlock wallet before signing psbt | Samuel Dobson |
2021-09-27 | qt: Keep InitExecutor in main gui thread | João Barbosa |
2021-09-27 | qt: hyphenate usage of third-party modifier | Jarol Rodriguez |
2021-09-25 | Make GUI UTXO lock/unlock persistent | Samuel Dobson |
2021-09-24 | qt: ensure seperator when adding third-party transaction links | Jarol Rodriguez |
2021-09-23 | qt: improve text for open third-party tx url action | Jarol Rodriguez |
2021-09-23 | qt, refactor: simplify third-party tx url action through overload | Jarol Rodriguez |
2021-09-21 | qt: connection type translator comments | Jarol Rodriguez |
2021-09-16 | gui: add RPC setting | Sjors Provoost |
2021-09-15 | Fix Qt test broken by #22219 | Russell Yanofsky |
2021-09-16 | Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha... | fanquake |
2021-09-14 | Merge bitcoin-core/gui#420: Ensure translator comments end in full stop | Hennadii Stepanov |
2021-09-13 | Merge bitcoin-core/gui#419: Add missing tooltips to options menu settings | Hennadii Stepanov |
2021-09-13 | qt: add missing tooltips to options menu settings | Jarol Rodriguez |
2021-09-12 | qt: ensure translator comments end in full stop | Jarol Rodriguez |
2021-09-12 | Merge bitcoin-core/gui#391: Add cancel button to configuration options popup | Hennadii Stepanov |
2021-09-12 | Merge bitcoin-core/gui#318: Add `Copy address` Peers Tab Context Menu Action | Hennadii Stepanov |
2021-09-10 | qt: Add cancel button to configuration options popup | Shashwat |
2021-09-09 | qt, wallet: Drop no longer used WalletController::getOpenWallets() | Hennadii Stepanov |
2021-09-09 | qt, wallet: Add LoadWalletsActivity class | Hennadii Stepanov |
2021-09-09 | qt, wallet, refactor: Move connection to QObject::deleteLater to ctor | Hennadii Stepanov |
2021-09-09 | qt, wallet: Move activity progress dialog from data member to local | Hennadii Stepanov |
2021-09-09 | Merge bitcoin/bitcoin#22915: Remove confusing CAddrDB | MarcoFalke |
2021-09-09 | Merge bitcoin/bitcoin#22903: Enable clang-tidy bugprone-argument-comment and ... | fanquake |
2021-09-07 | Fix addrdb includes | MarcoFalke |
2021-09-07 | Move addrman includes from .h to .cpp | MarcoFalke |
2021-09-07 | Enable clang-tidy bugprone-argument-comment and fix violations | MarcoFalke |
2021-09-07 | qt, refactor: Allocate SendConfirmationDialog instances on heap | Hennadii Stepanov |
2021-09-07 | qt, refactor: Keep HelpMessageDialog in the main event loop | Hennadii Stepanov |
2021-09-07 | qt, refactor: Keep PSBTOperationsDialog in the main event loop | Hennadii Stepanov |
2021-09-07 | qt, refactor: Keep AskPassphraseDialog in the main event loop | Hennadii Stepanov |
2021-09-07 | qt, refactor: Keep EditAddressDialog in the main event loop | Hennadii Stepanov |
2021-09-07 | qt, refactor: Keep CoinControlDialog in the main event loop | Hennadii Stepanov |
2021-09-07 | qt, refactor: Keep OptionsDialog in the main event loop | Hennadii Stepanov |
2021-09-07 | qt: Add GUIUtil::ShowModalDialogAndDeleteOnClose | Hennadii Stepanov |
2021-09-07 | Merge bitcoin-core/gui#398: refactor: Pass WalletModel object to the WalletVi... | Hennadii Stepanov |