aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2021-09-15Fix Qt test broken by #22219Russell Yanofsky
2021-09-16Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha...fanquake
2021-09-14Merge bitcoin-core/gui#420: Ensure translator comments end in full stopHennadii Stepanov
2021-09-13Merge bitcoin-core/gui#419: Add missing tooltips to options menu settingsHennadii Stepanov
2021-09-13qt: add missing tooltips to options menu settingsJarol Rodriguez
2021-09-12qt: ensure translator comments end in full stopJarol Rodriguez
2021-09-12Merge bitcoin-core/gui#391: Add cancel button to configuration options popupHennadii Stepanov
2021-09-12Merge bitcoin-core/gui#318: Add `Copy address` Peers Tab Context Menu ActionHennadii Stepanov
2021-09-10qt: Add cancel button to configuration options popupShashwat
2021-09-09Merge bitcoin/bitcoin#22915: Remove confusing CAddrDBMarcoFalke
2021-09-09Merge bitcoin/bitcoin#22903: Enable clang-tidy bugprone-argument-comment and ...fanquake
2021-09-07Fix addrdb includesMarcoFalke
2021-09-07Move addrman includes from .h to .cppMarcoFalke
2021-09-07Enable clang-tidy bugprone-argument-comment and fix violationsMarcoFalke
2021-09-07Merge bitcoin-core/gui#398: refactor: Pass WalletModel object to the WalletVi...Hennadii Stepanov
2021-09-05qt: Add "Copy address" item to the context menu in the Peers tableHennadii Stepanov
2021-09-03qt, refactor: Replace WalletFrame::addWallet with WalletFrame::addViewHennadii Stepanov
2021-08-27Merge bitcoin/bitcoin#22782: Remove unused MaybeSetAddrNameMarcoFalke
2021-08-27Merge bitcoin/bitcoin#20586: Fix Windows build with --enable-werrorW. J. van der Laan
2021-08-26Merge bitcoin-core/gui#384: Add copy IP/Netmask action for banned peerHennadii Stepanov
2021-08-26qt: Add copy IP/Netmask action for banned peerShashwat
2021-08-26qt, refactor: Declare getWalletModel with const and noexcept qualifiersHennadii Stepanov
2021-08-26qt, refactor: Drop redundant checks of walletModelHennadii Stepanov
2021-08-26qt, refactor: Pass WalletModel object to WalletView constructorHennadii Stepanov
2021-08-26Merge bitcoin-core/gui#403: refactor: Make paths to update Encryption and HD ...Hennadii Stepanov
2021-08-26Remove GetAddrNameMarcoFalke
2021-08-24refactor: replace QDateTime::toTime_t with QDateTime::toSecsSinceEpochfanquake
2021-08-24refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpochfanquake
2021-08-23Merge bitcoin-core/gui#408: Add missing mnemonics in menu bar optionsHennadii Stepanov
2021-08-23qt: Add missing mnemonics in menu bar optionsShashwat
2021-08-22qt: Handle new added plurals in bitcoin_en.tsHennadii Stepanov
2021-08-17Start using init makeNode, makeChain, etc methodsRussell Yanofsky
2021-08-17refactor: remove ::vpwallets and related global variablesRussell Yanofsky
2021-08-14qt, refactor: Replace `if` check with `assert`Hennadii Stepanov
2021-08-14qt, refactor: Drop redundant signalling in WalletView::setWalletModelHennadii Stepanov
2021-08-14qt, refactor: Emit WalletView::encryptionStatusChanged signal directlyHennadii Stepanov
2021-08-14qt: Add WalletFrame::currentWalletSet signalHennadii Stepanov
2021-08-12Merge bitcoin-core/gui#360: Unregister wallet notifications before unloading ...Hennadii Stepanov
2021-08-12Merge bitcoin-core/gui#390: Add SubFeeFromAmount to optionsHennadii Stepanov
2021-08-11Merge bitcoin-core/gui#399: Fix "Load PSBT" functionality when no wallet loadedHennadii Stepanov
2021-08-11Merge bitcoin-core/gui#317: Add Direction column to Peers TabHennadii Stepanov
2021-08-11Merge bitcoin-core/gui#354: Refactor open date range to use std::optionalHennadii Stepanov
2021-08-11qt: Add Load PSBT functionaliy with nowalletPrateek Sancheti
2021-08-11qt, refactor: Fix indentationPrateek Sancheti
2021-08-11qt: Add SubFeeFromAmount optionPrateek Sancheti
2021-08-06refactor: Move MakeUnorderedList into util/string.h to make it reusableHennadii Stepanov
2021-08-06scripted-diff: Rename JoinErrors in more general MakeUnorderedListHennadii Stepanov
2021-08-06Merge bitcoin-core/gui#396: Ensure external signer option remains disabled wi...Hennadii Stepanov
2021-08-06Merge bitcoin-core/gui#379: Prompt to reset settings when settings.json canno...Hennadii Stepanov
2021-08-05gui: ensure external signer option remains disabled without signersAndrew Chow