aboutsummaryrefslogtreecommitdiff
path: root/src/qt/intro.cpp
AgeCommit message (Expand)Author
2021-05-10Merge bitcoin-core/gui#257: refactor: Use template function qOverload in sign...Hennadii Stepanov
2021-05-10Merge bitcoin-core/gui#296: Do not use QObject::tr plural syntax for numbers ...Hennadii Stepanov
2021-04-30qt: Use template function qOverload in signal-slot connectionsHennadii Stepanov
2021-04-29Merge bitcoin-core/gui#125: Enable changing the autoprune block space size in...Hennadii Stepanov
2021-04-25qt: Do not use QObject::tr plural syntax for numbers with a unit symbolHennadii Stepanov
2020-11-30GUI/Intro: Estimate max age of backups that can be restored with pruningLuke Dashjr
2020-11-19GUI/Intro: Rework UI flow to let the user set prune size in GBsLuke Dashjr
2020-11-19GUI/Intro: Abstract GUI-to-option into Intro::getPruneLuke Dashjr
2020-11-19GUI/Intro: Return actual prune setting from showIfNeededLuke Dashjr
2020-09-07scripted-diff: Remove unused "What's This" button in dialogs on WindowsHennadii Stepanov
2020-08-26gui: Remove unused interfaces::Node referencesRussell Yanofsky
2020-08-26gui: Partially revert #10244 gArgs and Params changesRussell Yanofsky
2020-01-27Merge #17453: gui: Fix intro dialog labels when the prune button is toggledJonas Schnelli
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-14gui: Make Intro consistent with prune checkboxHennadii Stepanov
2020-01-14gui: Add Intro::UpdateFreeSpaceLabel()Hennadii Stepanov
2020-01-14refactor: Add Intro::UpdatePruneLabels()Hennadii Stepanov
2020-01-14refactor: Replace static variable with data memberHennadii Stepanov
2020-01-08util: Add PruneMiBtoGB() functionHennadii Stepanov
2020-01-08Merge #17696: qt: Force set nPruneSize in QSettings after the intro dialogfanquake
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-08util: Replace magics with DEFAULT_PRUNE_TARGET_GBHennadii Stepanov
2019-09-26qt: Change default size of intro frameEmil Engler
2019-08-24[gui] intro: enable pruning by default unless disk is bigSjors Provoost
2019-08-24[gui] intro: add prune preferenceSjors Provoost
2019-08-24[gui] intro: inform caller if intro was shownSjors Provoost
2019-06-26scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke
2019-04-23Resolve the qt/guiutil <-> qt/optionsmodal CD251
2019-01-30Merge #15163: Correct units for "-dbcache" and "-prune"Wladimir J. van der Laan
2019-01-30Correct units for "-dbcache" and "-prune"Hennadii Stepanov
2019-01-17Merge #14250: qt: Remove redundant stopThread() and stopExecutor() signalsWladimir J. van der Laan
2019-01-13Replace remaining 0 with nullptr in Qt codeBen Woosley
2019-01-13Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2019-01-11Merge #13216: [Qt] implements concept for different disk sizes on introJonas Schnelli
2019-01-10Remove redundant stopThread() signalHennadii Stepanov
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-07implements different disk sizes for different networks on intromarcoagner
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-07-27qt: Set BLOCK_CHAIN_SIZE = 220DrahtBot
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/intro.cppRussell Yanofsky
2018-01-24qt: Bump BLOCK_CHAIN_SIZE to 200GBWladimir J. van der Laan
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-18Create walletdir if datadir doesn't exist and fix testsMeshCollider
2017-11-16qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-05qt: Increase BLOCK_CHAIN_SIZE constantsWladimir J. van der Laan