index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
bitcoin.h
Age
Commit message (
Expand
)
Author
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
2020-11-19
GUI/Intro: Return actual prune setting from showIfNeeded
Luke Dashjr
2020-08-26
gui: Replace interface::Node references with pointers
Russell Yanofsky
2020-08-12
Reduce cs_main lock accumulation during GUI startup
Jonas Schnelli
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-08
Merge #17696: qt: Force set nPruneSize in QSettings after the intro dialog
fanquake
2020-01-08
qt: Rename SetPrune() to InitializePruneSetting()
Hennadii Stepanov
2020-01-08
refactor: Drop `bool force' parameter
Hennadii Stepanov
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-08-24
[gui] add explicit prune setter
Sjors Provoost
2019-08-09
Give QApplication dummy arguments
Andrew Chow
2019-07-11
init: Use InitError for all errors in bitcoind/qt
MarcoFalke
2019-01-18
Merge #15101: gui: Add WalletController
Jonas Schnelli
2019-01-18
gui: Refactor to use WalletController
João Barbosa
2019-01-10
Remove redundant stopThread() signal
Hennadii Stepanov
2019-01-04
Add BitcoinApplication & RPCConsole tests
Russell Yanofsky
2019-01-04
Move BitcoinApplication to header so it can be tested
Russell Yanofsky