Age | Commit message (Expand) | Author |
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 |
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 |