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
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
2023-03-31
GUI: Intro: Support translating caption of data directory chooser
Luke Dashjr
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-23
refactor: Extract util/fs_helpers from util/system
Ben Woosley
2023-01-17
Merge bitcoin-core/gui#686: clang-tidy: Force checks for headers in `src/qt`
Hennadii Stepanov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-16
clang-tidy, qt: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2022-06-15
If -prune=0 is set, Uncheck Prune on Intro page
Jadi
2022-04-26
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2022-02-22
Revert "qt: Do not use QObject::tr plural syntax for numbers with a unit symbol"
Luke Dashjr
2022-02-17
User-facing content fixups from transifex translator feedback
Jon Atack
2022-01-11
scripted-diff: Rename functions to drop mention of boost
Hennadii Stepanov
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-05-16
qt: Replace disambiguation strings with translator comments
Hennadii Stepanov
2021-05-10
Merge bitcoin-core/gui#257: refactor: Use template function qOverload in sign...
Hennadii Stepanov
2021-05-10
Merge bitcoin-core/gui#296: Do not use QObject::tr plural syntax for numbers ...
Hennadii Stepanov
2021-04-30
qt: Use template function qOverload in signal-slot connections
Hennadii Stepanov
2021-04-29
Merge bitcoin-core/gui#125: Enable changing the autoprune block space size in...
Hennadii Stepanov
2021-04-25
qt: Do not use QObject::tr plural syntax for numbers with a unit symbol
Hennadii Stepanov
2020-11-30
GUI/Intro: Estimate max age of backups that can be restored with pruning
Luke Dashjr
2020-11-19
GUI/Intro: Rework UI flow to let the user set prune size in GBs
Luke Dashjr
2020-11-19
GUI/Intro: Abstract GUI-to-option into Intro::getPrune
Luke Dashjr
2020-11-19
GUI/Intro: Return actual prune setting from showIfNeeded
Luke Dashjr
2020-09-07
scripted-diff: Remove unused "What's This" button in dialogs on Windows
Hennadii Stepanov
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
[next]