aboutsummaryrefslogtreecommitdiff
path: root/src/qt/intro.cpp
AgeCommit message (Expand)Author
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
2017-06-14Turn TryCreateDirectory() into TryCreateDirectories()Marko Bencun
2017-04-03Remove `namespace fs=fs`Wladimir J. van der Laan
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-02-20Merge #9724: Qt/Intro: Add explanation of IBD processWladimir J. van der Laan
2017-02-09Merge #9718: Qt/Intro: Various fixesWladimir J. van der Laan
2017-02-09Qt/Intro: Explain a bit more what will happen first timeLuke Dashjr
2017-02-08Qt/Intro: Storage shouldn't grow significantly with pruning enabledLuke Dashjr
2017-02-08Qt/Intro: Move sizeWarningLabel text into C++ codeLuke Dashjr
2017-02-08Bugfix: Qt/Intro: Pruned nodes never require *more* spaceLuke Dashjr