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
/
intro.cpp
Age
Commit message (
Expand
)
Author
2020-08-26
gui: Remove unused interfaces::Node references
Russell Yanofsky
2020-08-26
gui: Partially revert #10244 gArgs and Params changes
Russell Yanofsky
2020-01-27
Merge #17453: gui: Fix intro dialog labels when the prune button is toggled
Jonas Schnelli
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-14
gui: Make Intro consistent with prune checkbox
Hennadii Stepanov
2020-01-14
gui: Add Intro::UpdateFreeSpaceLabel()
Hennadii Stepanov
2020-01-14
refactor: Add Intro::UpdatePruneLabels()
Hennadii Stepanov
2020-01-14
refactor: Replace static variable with data member
Hennadii Stepanov
2020-01-08
util: Add PruneMiBtoGB() function
Hennadii Stepanov
2020-01-08
Merge #17696: qt: Force set nPruneSize in QSettings after the intro dialog
fanquake
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-08
util: Replace magics with DEFAULT_PRUNE_TARGET_GB
Hennadii Stepanov
2019-09-26
qt: Change default size of intro frame
Emil Engler
2019-08-24
[gui] intro: enable pruning by default unless disk is big
Sjors Provoost
2019-08-24
[gui] intro: add prune preference
Sjors Provoost
2019-08-24
[gui] intro: inform caller if intro was shown
Sjors Provoost
2019-06-26
scripted-diff: Avoid passing PACKAGE_NAME for translation
MarcoFalke
2019-04-23
Resolve the qt/guiutil <-> qt/optionsmodal CD
251
2019-01-30
Merge #15163: Correct units for "-dbcache" and "-prune"
Wladimir J. van der Laan
2019-01-30
Correct units for "-dbcache" and "-prune"
Hennadii Stepanov
2019-01-17
Merge #14250: qt: Remove redundant stopThread() and stopExecutor() signals
Wladimir J. van der Laan
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2019-01-11
Merge #13216: [Qt] implements concept for different disk sizes on intro
Jonas Schnelli
2019-01-10
Remove redundant stopThread() signal
Hennadii Stepanov
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-07
implements different disk sizes for different networks on intro
marcoagner
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-07-27
qt: Set BLOCK_CHAIN_SIZE = 220
DrahtBot
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/intro.cpp
Russell Yanofsky
2018-01-24
qt: Bump BLOCK_CHAIN_SIZE to 200GB
Wladimir J. van der Laan
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-18
Create walletdir if datadir doesn't exist and fix tests
MeshCollider
2017-11-16
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-05
qt: Increase BLOCK_CHAIN_SIZE constants
Wladimir J. van der Laan
2017-06-14
Turn TryCreateDirectory() into TryCreateDirectories()
Marko Bencun
2017-04-03
Remove `namespace fs=fs`
Wladimir J. van der Laan
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-02-20
Merge #9724: Qt/Intro: Add explanation of IBD process
Wladimir J. van der Laan
2017-02-09
Merge #9718: Qt/Intro: Various fixes
Wladimir J. van der Laan
2017-02-09
Qt/Intro: Explain a bit more what will happen first time
Luke Dashjr
2017-02-08
Qt/Intro: Storage shouldn't grow significantly with pruning enabled
Luke Dashjr
2017-02-08
Qt/Intro: Move sizeWarningLabel text into C++ code
Luke Dashjr
2017-02-08
Bugfix: Qt/Intro: Pruned nodes never require *more* space
Luke Dashjr
[next]