aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
AgeCommit message (Expand)Author
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-02-28gui: guard accessing a nullptr 'clientModel'furszy
2023-12-04refactor: Remove call to StartShutdown from qtRyan Ofsky
2023-10-25Merge bitcoin-core/gui#742: Exit and show error if unrecognized command line ...Hennadii Stepanov
2023-08-13gui: make '-min' minimize wallet loading dialogfurszy
2023-08-05refactor: Fix logging.h includesTheCharlatan
2023-07-03gui: Show error if unrecognized command line args are presentJohn Moffett
2023-06-10gui: return EXIT_FAILURE on post-init fatal errorsfurszy
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-04-21Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/systemfanquake
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-04-13qt: Register `wallet::AddressPurpose` typeHennadii Stepanov
2023-03-13refactor: Extract util/exception from util/systemBen Woosley
2023-02-28Deduplicate bitcoind and bitcoin-qt init codeRyan Ofsky
2023-02-28scripted-diff: Remove double newlines after some init errorsRyan Ofsky
2023-02-27refactor: Stop using gArgs global in system.cppRyan Ofsky
2023-02-23util: make GetDataDir read-only & create datadir..willcl-ark
2023-01-17Merge bitcoin-core/gui#686: clang-tidy: Force checks for headers in `src/qt`Hennadii Stepanov
2022-12-26gui: bugfix, catch invalid networks combination crashfurszy
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-16clang-tidy, qt: Fix `modernize-use-default-member-init` in headersHennadii Stepanov
2022-10-27qt: Drop no longer used `BitcoinApplication::splashFinished()` signalHennadii Stepanov
2022-10-27qt: Delete splash screen widget explicitlyHennadii Stepanov
2022-08-29ui: show header pre-synchronization progressPieter Wuille
2022-07-18refactor: remove unused using directivesfanquake
2022-06-21qt6: Do not use deprecated high DPI attributes in Qt 6Hennadii Stepanov
2022-06-21refactor: Fix style in `initTranslations()` functionHennadii Stepanov
2022-06-21qt6: Do not use deprecated `QLibraryInfo::path` in Qt 6Hennadii Stepanov
2022-06-21qt6: Fix type registrationHennadii Stepanov
2022-06-14scripted-diff: Avoid incompatibility with CMake AUTOUIC featureHennadii Stepanov
2022-05-26Migrate -prune setting from QSettings to settings.jsonRyan Ofsky
2022-05-26Migrate -dbcache setting from QSettings to settings.jsonRyan Ofsky
2022-05-24Merge bitcoin-core/gui#601: refactor: Pass interfaces::Node references to Opt...Hennadii Stepanov
2022-05-21qt: Replace `QCoreApplication::quit()` with `QCoreApplication::exit(0)`Hennadii Stepanov
2022-05-19refactor: Pass interfaces::Node references to OptionsModel constructorRyan Ofsky
2022-04-15Merge bitcoin-core/gui#556: refactor: Make BitcoinUnits::Unit a scoped enumHennadii Stepanov
2022-03-10qt: Remove network detection based on address in BIP21laanwj
2022-02-22qt: Use QVariant instead of int for BitcoinUnit in QSettingsHennadii Stepanov
2022-02-22Merge bitcoin/bitcoin#24367: User-facing content and codebase doc fixups from...laanwj
2022-02-22Merge bitcoin-core/gui#547: Override BitcoinApplication::event() to handle QE...Hennadii Stepanov
2022-02-21Replace "can not" with "cannot" in docs, user messages, and testsJon Atack
2022-02-12qt: Delay shutdown while a modal dialog is activeHennadii Stepanov
2022-02-12qt: Override BitcoinApplication::event() to handle QEvent::QuitHennadii Stepanov
2022-01-12Merge bitcoin-core/gui#517: refactor, qt: Use std::chrono for parameters of Q...Hennadii Stepanov
2022-01-09refactor, qt: Add SHUTDOWN_POLLING_DELAY constantHennadii Stepanov
2022-01-09refactor, qt: Use std::chrono for non-zero arguments in QTimer methodsHennadii Stepanov
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov