Age | Commit message (Expand) | Author |
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 | 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 | Merge bitcoin-core/gui#398: refactor: Pass WalletModel object to the WalletVi... | Hennadii Stepanov |
2021-09-05 | qt: Add "Copy address" item to the context menu in the Peers table | Hennadii Stepanov |
2021-09-03 | qt, refactor: Replace WalletFrame::addWallet with WalletFrame::addView | Hennadii Stepanov |
2021-08-27 | Merge bitcoin/bitcoin#22782: Remove unused MaybeSetAddrName | MarcoFalke |
2021-08-27 | Merge bitcoin/bitcoin#20586: Fix Windows build with --enable-werror | W. J. van der Laan |
2021-08-26 | Merge bitcoin-core/gui#384: Add copy IP/Netmask action for banned peer | Hennadii Stepanov |
2021-08-26 | qt: Add copy IP/Netmask action for banned peer | Shashwat |
2021-08-26 | qt, refactor: Declare getWalletModel with const and noexcept qualifiers | Hennadii Stepanov |
2021-08-26 | qt, refactor: Drop redundant checks of walletModel | Hennadii Stepanov |
2021-08-26 | qt, refactor: Pass WalletModel object to WalletView constructor | Hennadii Stepanov |
2021-08-26 | Merge bitcoin-core/gui#403: refactor: Make paths to update Encryption and HD ... | Hennadii Stepanov |
2021-08-26 | Remove GetAddrName | MarcoFalke |
2021-08-24 | refactor: replace QDateTime::toTime_t with QDateTime::toSecsSinceEpoch | fanquake |
2021-08-24 | refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpoch | fanquake |
2021-08-23 | Merge bitcoin-core/gui#408: Add missing mnemonics in menu bar options | Hennadii Stepanov |
2021-08-23 | qt: Add missing mnemonics in menu bar options | Shashwat |
2021-08-22 | qt: Handle new added plurals in bitcoin_en.ts | Hennadii Stepanov |
2021-08-17 | Start using init makeNode, makeChain, etc methods | Russell Yanofsky |
2021-08-17 | refactor: remove ::vpwallets and related global variables | Russell Yanofsky |
2021-08-14 | qt, refactor: Replace `if` check with `assert` | Hennadii Stepanov |
2021-08-14 | qt, refactor: Drop redundant signalling in WalletView::setWalletModel | Hennadii Stepanov |
2021-08-14 | qt, refactor: Emit WalletView::encryptionStatusChanged signal directly | Hennadii Stepanov |
2021-08-14 | qt: Add WalletFrame::currentWalletSet signal | Hennadii Stepanov |
2021-08-12 | Merge bitcoin-core/gui#360: Unregister wallet notifications before unloading ... | Hennadii Stepanov |
2021-08-12 | Merge bitcoin-core/gui#390: Add SubFeeFromAmount to options | Hennadii Stepanov |
2021-08-11 | Merge bitcoin-core/gui#399: Fix "Load PSBT" functionality when no wallet loaded | Hennadii Stepanov |
2021-08-11 | Merge bitcoin-core/gui#317: Add Direction column to Peers Tab | Hennadii Stepanov |
2021-08-11 | Merge bitcoin-core/gui#354: Refactor open date range to use std::optional | Hennadii Stepanov |
2021-08-11 | qt: Add Load PSBT functionaliy with nowallet | Prateek Sancheti |
2021-08-11 | qt, refactor: Fix indentation | Prateek Sancheti |
2021-08-11 | qt: Add SubFeeFromAmount option | Prateek Sancheti |
2021-08-06 | refactor: Move MakeUnorderedList into util/string.h to make it reusable | Hennadii Stepanov |
2021-08-06 | scripted-diff: Rename JoinErrors in more general MakeUnorderedList | Hennadii Stepanov |
2021-08-06 | Merge bitcoin-core/gui#396: Ensure external signer option remains disabled wi... | Hennadii Stepanov |
2021-08-06 | Merge bitcoin-core/gui#379: Prompt to reset settings when settings.json canno... | Hennadii Stepanov |
2021-08-05 | gui: ensure external signer option remains disabled without signers | Andrew Chow |