Age | Commit message (Expand) | Author |
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 |
2021-09-16 | multiprocess: Add new bitcoin-gui, bitcoin-qt, bitcoin-wallet init implementa... | Russell Yanofsky |
2021-08-17 | Start using init makeNode, makeChain, etc methods | Russell Yanofsky |
2021-08-12 | Merge bitcoin-core/gui#360: Unregister wallet notifications before unloading ... | Hennadii Stepanov |
2021-08-06 | refactor: Move MakeUnorderedList into util/string.h to make it reusable | Hennadii Stepanov |
2021-08-06 | scripted-diff: Rename JoinErrors in more general MakeUnorderedList | Hennadii Stepanov |
2021-08-06 | Merge bitcoin-core/gui#379: Prompt to reset settings when settings.json canno... | Hennadii Stepanov |
2021-07-14 | qt, refactor: Move InitExecutor class into its own module | Hennadii Stepanov |
2021-07-14 | scripted-diff: Rename BitcoinCore class to InitExecutor | Hennadii Stepanov |
2021-07-14 | qt: Add BitcoinCore::m_thread member | Hennadii Stepanov |
2021-07-08 | gui: Prompt to reset settings when settings.json cannot be read | Russell Yanofsky |
2021-06-11 | Fix gui segfault caused by bitcoin/bitcoin#22216 | Russell Yanofsky |
2021-06-10 | Make SetupServerArgs callable without NodeContext | Russell Yanofsky |
2021-06-10 | gui: Unregister wallet notifications before unloading wallets | Russell Yanofsky |
2021-06-03 | build, qt: Make QWindowsVistaStylePlugin available again (regression) | Hennadii Stepanov |
2021-05-26 | Merge bitcoin-core/gui#313: qt: Optimize string concatenation by default | W. J. van der Laan |
2021-05-24 | scripted-diff: Replace `GetDataDir(true)` calls with `gArgs.GetDataDirNet()` ... | Kiminuo |
2021-05-15 | qt, refactor: Revert explicit including QStringBuilder | Hennadii Stepanov |
2021-05-02 | scripted-diff: Replace three dots with ellipsis in the UI strings | Hennadii Stepanov |
2021-04-29 | Merge bitcoin-core/gui#125: Enable changing the autoprune block space size in... | Hennadii Stepanov |
2021-04-01 | qt: Add BitcoinApplication::handleNonFatalException function | Hennadii Stepanov |
2021-04-01 | qt: Make PACKAGE_BUGREPORT link clickable | Hennadii Stepanov |
2021-03-21 | Qt: add Android packaging support | Igor Cota |
2021-03-12 | Revert "qt: Use "fusion" style on macOS Big Sur with old Qt" | Hennadii Stepanov |
2021-03-10 | build: Add QMacStyle support | Hennadii Stepanov |
2021-02-23 | build: Bump minimum Qt version to 5.9.5 | Hennadii Stepanov |
2021-02-21 | gui: Add Roboto Mono font | Hennadii Stepanov |
2021-01-08 | qt: Use "fusion" style on macOS Big Sur with old Qt | Hennadii Stepanov |
2021-01-04 | doc: Use https URLs where possible | Sawyer Billings |
2020-11-19 | Merge bitcoin-core/gui#46: refactor: Fix deprecation warnings when building a... | MarcoFalke |
2020-11-19 | GUI/Intro: Return actual prune setting from showIfNeeded | Luke Dashjr |
2020-10-22 | Merge #20: Wrap tooltips in the intro window | Jonas Schnelli |