aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
AgeCommit message (Expand)Author
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
2021-12-13build, qt: use static QAndroidPlatformIntegrationPluginIgor Cota
2021-11-15Merge bitcoin/bitcoin#23005: multiprocess: Delay wallet client constructionW. J. van der Laan
2021-10-26Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, b...MarcoFalke
2021-10-13qt: Use only Qt translation primitives in GUI codeW. J. van der Laan
2021-10-07qt: Add helper to load fontJoão Barbosa
2021-09-30Merge bitcoin-core/gui#336: Do not exit and re-enter main event loop during s...W. J. van der Laan
2021-09-29qt, refactor: Drop intermediate BitcoinApplication::shutdownResult slotHennadii Stepanov
2021-09-29qt: Do not exit and re-enter main event loop during shutdownHennadii Stepanov
2021-09-16multiprocess: Delay wallet client constructionRussell Yanofsky
2021-09-16multiprocess: Add new bitcoin-gui, bitcoin-qt, bitcoin-wallet init implementa...Russell Yanofsky
2021-08-17Start using init makeNode, makeChain, etc methodsRussell Yanofsky
2021-08-12Merge bitcoin-core/gui#360: Unregister wallet notifications before unloading ...Hennadii Stepanov
2021-08-06refactor: Move MakeUnorderedList into util/string.h to make it reusableHennadii Stepanov
2021-08-06scripted-diff: Rename JoinErrors in more general MakeUnorderedListHennadii Stepanov
2021-08-06Merge bitcoin-core/gui#379: Prompt to reset settings when settings.json canno...Hennadii Stepanov
2021-07-14qt, refactor: Move InitExecutor class into its own moduleHennadii Stepanov
2021-07-14scripted-diff: Rename BitcoinCore class to InitExecutorHennadii Stepanov
2021-07-14qt: Add BitcoinCore::m_thread memberHennadii Stepanov
2021-07-08gui: Prompt to reset settings when settings.json cannot be readRussell Yanofsky
2021-06-11Fix gui segfault caused by bitcoin/bitcoin#22216Russell Yanofsky
2021-06-10Make SetupServerArgs callable without NodeContextRussell Yanofsky
2021-06-10gui: Unregister wallet notifications before unloading walletsRussell Yanofsky
2021-06-03build, qt: Make QWindowsVistaStylePlugin available again (regression)Hennadii Stepanov
2021-05-26Merge bitcoin-core/gui#313: qt: Optimize string concatenation by defaultW. J. van der Laan
2021-05-24scripted-diff: Replace `GetDataDir(true)` calls with `gArgs.GetDataDirNet()` ...Kiminuo