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