Age | Commit message (Expand) | Author |
2022-07-18 | refactor: remove unused using directives | fanquake |
2022-07-12 | Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress | MacroFake |
2022-06-23 | wallet: Save wallet scan progress | w0xlt |
2022-06-21 | test, qt: Add tests for `GUIUtil::extractFirstSuffixFromFilter` | w0xlt |
2022-06-12 | Merge bitcoin-core/gui#602: Unify bitcoin-qt and bitcoind persistent settings | Hennadii Stepanov |
2022-05-26 | Migrate -prune setting from QSettings to settings.json | Ryan Ofsky |
2022-05-26 | Migrate -proxy and -onion settings from QSettings to settings.json | Ryan Ofsky |
2022-05-26 | Migrate -listen and -server settings from QSettings to settings.json | Ryan Ofsky |
2022-05-26 | Migrate -upnp and -natpmp settings from QSettings to settings.json | Ryan Ofsky |
2022-05-26 | Migrate -par setting from QSettings to settings.json | Ryan Ofsky |
2022-05-26 | Migrate -dbcache setting from QSettings to settings.json | Ryan Ofsky |
2022-05-25 | doc: Fix spelling errors identified by codespell in coments | Ben Woosley |
2022-05-24 | Merge bitcoin-core/gui#593: Getting ready to Qt 6 (8/n). Use `QRegularExpress... | Hennadii Stepanov |
2022-05-24 | Merge bitcoin-core/gui#601: refactor: Pass interfaces::Node references to Opt... | Hennadii Stepanov |
2022-05-23 | Merge bitcoin-core/gui#586: Getting ready to Qt 6 (6/n). Replace `QCoreApplic... | Hennadii Stepanov |
2022-05-21 | qt, test: Add tests for searching in `AddressBookPage` dialog | Hennadii Stepanov |
2022-05-21 | qt: Replace `QCoreApplication::quit()` with `QCoreApplication::exit(0)` | Hennadii Stepanov |
2022-05-20 | Merge bitcoin-core/gui#594: scripted-diff: replace deprecated Q_OS_MAC with Q... | Hennadii Stepanov |
2022-05-19 | refactor: Pass interfaces::Node references to OptionsModel constructor | Ryan Ofsky |
2022-04-26 | scripted-diff: replace deprecated Q_OS_MAC with Q_OS_MACOS | João Barbosa |
2022-04-23 | qt, test: Add tests for `tableView` in `AddressBookPage` dialog | Hennadii Stepanov |
2022-04-15 | Merge bitcoin-core/gui#556: refactor: Make BitcoinUnits::Unit a scoped enum | Hennadii Stepanov |
2022-04-06 | gui, refactor: rename fInvalid to num_test_failures in test_main.cpp | Jon Atack |
2022-04-06 | gui: count test failures in test runner summary | Jon Atack |
2022-04-06 | gui: add test runner summary | Jon Atack |
2022-04-01 | test: add regression test for bitcoin-core/gui/issues/567 | Vasil Dimov |
2022-03-07 | qt: Avoid crash on startup if int specified in settings.json | Ryan Ofsky |
2022-03-07 | test: Add tests for GetArg methods / settings.json type coercion | Ryan Ofsky |
2022-02-22 | qt/wallettests: sort includes | William Casarin |
2022-02-22 | qt, refactor: Make BitcoinUnits::Unit a scoped enum | Hennadii Stepanov |
2022-01-17 | Merge bitcoin/bitcoin#23373: test: Parse command line arguments from unit and... | MarcoFalke |
2022-01-12 | Merge bitcoin-core/gui#517: refactor, qt: Use std::chrono for parameters of Q... | Hennadii Stepanov |
2022-01-11 | test: parse the command line arguments in unit tests | Vasil Dimov |
2022-01-09 | refactor, qt: Use std::chrono in ConfirmMessage parameter | Hennadii Stepanov |
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky |
2022-01-06 | Add src/node/* code to node:: namespace | Russell Yanofsky |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-22 | scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader | Russell Yanofsky |
2021-12-13 | build, qt: use static QAndroidPlatformIntegrationPlugin | Igor Cota |
2021-11-17 | doc: Fix incorrect C++ named args | MarcoFalke |
2021-11-09 | Remove `gArgs` from `wallet.h` and `wallet.cpp` | Kiminuo |
2021-10-29 | Merge bitcoin/bitcoin#22787: refactor: actual immutable pointing | MarcoFalke |
2021-10-26 | Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, b... | MarcoFalke |
2021-10-25 | refactor: const shared_ptrs | Karl-Johan Alm |
2021-10-15 | tests, gui: Use DescriptorScriptPubKeyMan in GUI tests | Andrew Chow |
2021-09-27 | qt: Keep InitExecutor in main gui thread | João Barbosa |
2021-09-16 | multiprocess: Add new bitcoin-gui, bitcoin-qt, bitcoin-wallet init implementa... | Russell Yanofsky |
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-07 | Enable clang-tidy bugprone-argument-comment and fix violations | MarcoFalke |