Age | Commit message (Expand) | Author |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-05-09 | refactor: Replace string chain name constants with ChainTypes | TheCharlatan |
2023-04-21 | Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system | fanquake |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-04-13 | qt: Register `wallet::AddressPurpose` type | Hennadii Stepanov |
2023-03-13 | refactor: Extract util/exception from util/system | Ben Woosley |
2023-02-28 | Deduplicate bitcoind and bitcoin-qt init code | Ryan Ofsky |
2023-02-28 | scripted-diff: Remove double newlines after some init errors | Ryan Ofsky |
2023-02-27 | refactor: Stop using gArgs global in system.cpp | Ryan Ofsky |
2023-02-23 | util: make GetDataDir read-only & create datadir.. | willcl-ark |
2023-01-17 | Merge bitcoin-core/gui#686: clang-tidy: Force checks for headers in `src/qt` | Hennadii Stepanov |
2022-12-26 | gui: bugfix, catch invalid networks combination crash | furszy |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-16 | clang-tidy, qt: Fix `modernize-use-default-member-init` in headers | Hennadii Stepanov |
2022-10-27 | qt: Drop no longer used `BitcoinApplication::splashFinished()` signal | Hennadii Stepanov |
2022-10-27 | qt: Delete splash screen widget explicitly | Hennadii Stepanov |
2022-08-29 | ui: show header pre-synchronization progress | Pieter Wuille |
2022-07-18 | refactor: remove unused using directives | fanquake |
2022-06-21 | qt6: Do not use deprecated high DPI attributes in Qt 6 | Hennadii Stepanov |
2022-06-21 | refactor: Fix style in `initTranslations()` function | Hennadii Stepanov |
2022-06-21 | qt6: Do not use deprecated `QLibraryInfo::path` in Qt 6 | Hennadii Stepanov |
2022-06-21 | qt6: Fix type registration | Hennadii Stepanov |
2022-06-14 | scripted-diff: Avoid incompatibility with CMake AUTOUIC feature | Hennadii Stepanov |
2022-05-26 | Migrate -prune setting from QSettings to settings.json | Ryan Ofsky |
2022-05-26 | Migrate -dbcache setting from QSettings to settings.json | Ryan Ofsky |
2022-05-24 | Merge bitcoin-core/gui#601: refactor: Pass interfaces::Node references to Opt... | Hennadii Stepanov |
2022-05-21 | qt: Replace `QCoreApplication::quit()` with `QCoreApplication::exit(0)` | Hennadii Stepanov |
2022-05-19 | refactor: Pass interfaces::Node references to OptionsModel constructor | Ryan Ofsky |
2022-04-15 | Merge bitcoin-core/gui#556: refactor: Make BitcoinUnits::Unit a scoped enum | Hennadii Stepanov |
2022-03-10 | qt: Remove network detection based on address in BIP21 | laanwj |
2022-02-22 | qt: Use QVariant instead of int for BitcoinUnit in QSettings | Hennadii Stepanov |
2022-02-22 | Merge bitcoin/bitcoin#24367: User-facing content and codebase doc fixups from... | laanwj |
2022-02-22 | Merge bitcoin-core/gui#547: Override BitcoinApplication::event() to handle QE... | Hennadii Stepanov |
2022-02-21 | Replace "can not" with "cannot" in docs, user messages, and tests | Jon Atack |
2022-02-12 | qt: Delay shutdown while a modal dialog is active | Hennadii Stepanov |
2022-02-12 | qt: Override BitcoinApplication::event() to handle QEvent::Quit | Hennadii Stepanov |
2022-01-12 | Merge bitcoin-core/gui#517: refactor, qt: Use std::chrono for parameters of Q... | Hennadii Stepanov |
2022-01-09 | refactor, qt: Add SHUTDOWN_POLLING_DELAY constant | Hennadii Stepanov |
2022-01-09 | refactor, qt: Use std::chrono for non-zero arguments in QTimer methods | Hennadii Stepanov |
2022-01-06 | Add src/node/* code to node:: namespace | Russell Yanofsky |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-13 | build, qt: use static QAndroidPlatformIntegrationPlugin | Igor Cota |
2021-11-15 | Merge bitcoin/bitcoin#23005: multiprocess: Delay wallet client construction | W. J. van der Laan |
2021-10-26 | Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, b... | MarcoFalke |
2021-10-13 | qt: Use only Qt translation primitives in GUI code | W. J. van der Laan |
2021-10-07 | qt: Add helper to load font | João Barbosa |
2021-09-30 | Merge bitcoin-core/gui#336: Do not exit and re-enter main event loop during s... | W. J. van der Laan |
2021-09-29 | qt, refactor: Drop intermediate BitcoinApplication::shutdownResult slot | Hennadii Stepanov |
2021-09-29 | qt: Do not exit and re-enter main event loop during shutdown | Hennadii Stepanov |
2021-09-16 | multiprocess: Delay wallet client construction | Russell Yanofsky |