aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.h
AgeCommit message (Expand)Author
2022-05-26Migrate -dbcache setting from QSettings to settings.jsonRyan Ofsky
2022-02-12qt: Override BitcoinApplication::event() to handle QEvent::QuitHennadii Stepanov
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
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-08-17Start using init makeNode, makeChain, etc methodsRussell Yanofsky
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-04-29Merge bitcoin-core/gui#125: Enable changing the autoprune block space size in...Hennadii Stepanov
2021-04-01qt: Add BitcoinApplication::handleNonFatalException functionHennadii Stepanov
2020-11-19GUI/Intro: Return actual prune setting from showIfNeededLuke Dashjr
2020-08-26gui: Replace interface::Node references with pointersRussell Yanofsky
2020-08-12Reduce cs_main lock accumulation during GUI startupJonas Schnelli
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-08Merge #17696: qt: Force set nPruneSize in QSettings after the intro dialogfanquake
2020-01-08qt: Rename SetPrune() to InitializePruneSetting()Hennadii Stepanov
2020-01-08refactor: Drop `bool force' parameterHennadii Stepanov
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-08-24[gui] add explicit prune setterSjors Provoost
2019-08-09Give QApplication dummy argumentsAndrew Chow
2019-07-11init: Use InitError for all errors in bitcoind/qtMarcoFalke
2019-01-18Merge #15101: gui: Add WalletControllerJonas Schnelli
2019-01-18gui: Refactor to use WalletControllerJoão Barbosa
2019-01-10Remove redundant stopThread() signalHennadii Stepanov
2019-01-04Add BitcoinApplication & RPCConsole testsRussell Yanofsky
2019-01-04Move BitcoinApplication to header so it can be testedRussell Yanofsky