aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/addressbooktests.cpp
AgeCommit message (Expand)Author
2022-06-12Merge bitcoin-core/gui#602: Unify bitcoin-qt and bitcoind persistent settingsHennadii Stepanov
2022-05-26Migrate -dbcache setting from QSettings to settings.jsonRyan Ofsky
2022-05-25doc: Fix spelling errors identified by codespell in comentsBen Woosley
2022-05-24Merge bitcoin-core/gui#593: Getting ready to Qt 6 (8/n). Use `QRegularExpress...Hennadii Stepanov
2022-05-24Merge bitcoin-core/gui#601: refactor: Pass interfaces::Node references to Opt...Hennadii Stepanov
2022-05-21qt, test: Add tests for searching in `AddressBookPage` dialogHennadii Stepanov
2022-05-20Merge bitcoin-core/gui#594: scripted-diff: replace deprecated Q_OS_MAC with Q...Hennadii Stepanov
2022-05-19refactor: Pass interfaces::Node references to OptionsModel constructorRyan Ofsky
2022-04-26scripted-diff: replace deprecated Q_OS_MAC with Q_OS_MACOSJoão Barbosa
2022-04-23qt, test: Add tests for `tableView` in `AddressBookPage` dialogHennadii Stepanov
2022-01-12Merge bitcoin-core/gui#517: refactor, qt: Use std::chrono for parameters of Q...Hennadii Stepanov
2022-01-09refactor, qt: Use std::chrono in ConfirmMessage parameterHennadii Stepanov
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-22scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoaderRussell Yanofsky
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2021-10-25refactor: const shared_ptrsKarl-Johan Alm
2021-10-15tests, gui: Use DescriptorScriptPubKeyMan in GUI testsAndrew Chow
2021-09-15Fix Qt test broken by #22219Russell Yanofsky
2021-09-07Enable clang-tidy bugprone-argument-comment and fix violationsMarcoFalke
2021-08-17refactor: remove ::vpwallets and related global variablesRussell Yanofsky
2021-05-19refactor: move first run detection to client codeIvan Metlushko
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2020-09-03Remove WalletLocation classRussell Yanofsky
2020-09-01wallet: Reload previously loaded wallets on GUI startupAndrew Chow
2020-08-26gui: Replace interface::Node references with pointersRussell Yanofsky
2020-07-13test: Remove duplicate NodeContext hacksRussell Yanofsky
2020-06-17scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-10Merge #17905: gui: Avoid redundant tx status updatesMarcoFalke
2020-04-02scripted-diff: Wallet: Rename mapAddressBook to m_address_bookLuke Dashjr
2020-01-23Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow
2020-01-09gui: Avoid redundant tx status updatesRussell Yanofsky
2020-01-04scripted-diff: Add missed copyright headersHennadii Stepanov
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-01doc: Explain QT_QPA_PLATFORM for gui testsMarcoFalke
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-04-15Merge #15788: test: Unify testing setups for fuzz, bench, and unit testsMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-04-10bitcoin-wallet tool: Drop MakeChain callsRussell Yanofsky
2019-02-07wallet: Add lock annotation for mapAddressBookMarcoFalke
2018-11-06Pass chain and client variables where neededRussell Yanofsky
2018-10-25wallet: Refactor to use WalletLocationJoão Barbosa
2018-10-20Merge #14527: qa: Revert "Make qt wallet test compatible with qt4"Wladimir J. van der Laan
2018-10-20Revert "Make qt wallet test compatible with qt4"MarcoFalke
2018-08-20Disable wallet and address book Qt tests on macOS minimal platformRussell Yanofsky
2018-05-22wallet: Use shared pointer to retain wallet instanceJoão Barbosa
2018-04-25[tests] [qt] Add tests for address book manipulation via EditAddressDialogJames O'Beirne