Age | Commit message (Expand) | Author |
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 |
2021-09-05 | qt: Add "Copy address" item to the context menu in the Peers table | Hennadii Stepanov |
2021-09-27 | scripted-diff: Rename overloaded int GetArg to GetIntArg | Russell Yanofsky |
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 |
2021-08-05 | Merge bitcoin-core/gui#393: Fix regression in "Encrypt Wallet" menu item | Hennadii Stepanov |
2021-08-05 | Merge bitcoin-core/gui#337: test: Use Regex Search in Apptests | Hennadii Stepanov |
2021-08-03 | qt: Fix regression in "Encrypt Wallet" menu item | Hennadii Stepanov |
2021-07-22 | Merge bitcoin-core/gui#381: refactor: Make BitcoinCore class reusable | W. J. van der Laan |