Age | Commit message (Expand) | Author |
2023-04-03 | test,gui: decouple widgets and model into a MiniGui struct | furszy |
2023-04-03 | test,gui: decouple chain and wallet initialization from test case | furszy |
2023-04-03 | test: add coverage for 'useAvailableBalance' functionality | furszy |
2023-03-27 | Merge bitcoin-core/gui#693: Fix segfault when shutdown during wallet open | Hennadii Stepanov |
2023-02-15 | refactor: wallet, remove global 'ArgsManager' access | furszy |
2023-01-26 | Use DataStream where possible | MarcoFalke |
2023-01-08 | Fix segfault when shutdown during wallet open | John Moffett |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-06 | Merge bitcoin-core/gui#683: doc: Drop no longer relevant comment | Hennadii Stepanov |
2022-12-05 | Fixup clang-tidy named argument comments | fanquake |
2022-12-02 | doc: Drop no longer relevant comment | Hennadii Stepanov |
2022-08-16 | refactor: Add lock annotations to Active* methods | MacroFake |
2022-08-15 | Merge bitcoin-core/gui#598: Avoid recalculating the wallet balance - use mode... | Hennadii Stepanov |
2022-08-12 | GUI: use cached balance in overviewpage and sendcoinsdialog | furszy |
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 |