aboutsummaryrefslogtreecommitdiff
path: root/src/qt/intro.cpp
Commit message (Expand)AuthorAgeFilesLines
* gui: Remove unused interfaces::Node referencesRussell Yanofsky2020-08-261-1/+1
* gui: Partially revert #10244 gArgs and Params changesRussell Yanofsky2020-08-261-3/+4
* Merge #17453: gui: Fix intro dialog labels when the prune button is toggledJonas Schnelli2020-01-271-42/+60
|\
| * gui: Make Intro consistent with prune checkboxHennadii Stepanov2020-01-141-10/+24
| * gui: Add Intro::UpdateFreeSpaceLabel()Hennadii Stepanov2020-01-141-12/+19
| * refactor: Add Intro::UpdatePruneLabels()Hennadii Stepanov2020-01-141-13/+18
| * refactor: Replace static variable with data memberHennadii Stepanov2020-01-141-23/+14
| * util: Add PruneMiBtoGB() functionHennadii Stepanov2020-01-081-8/+9
* | scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
|/
* Merge #17696: qt: Force set nPruneSize in QSettings after the intro dialogfanquake2020-01-081-1/+1
|\
| * util: Replace magics with DEFAULT_PRUNE_TARGET_GBHennadii Stepanov2019-12-081-1/+1
* | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
|/
* qt: Change default size of intro frameEmil Engler2019-09-261-0/+1
* [gui] intro: enable pruning by default unless disk is bigSjors Provoost2019-08-241-0/+5
* [gui] intro: add prune preferenceSjors Provoost2019-08-241-1/+9
* [gui] intro: inform caller if intro was shownSjors Provoost2019-08-241-1/+4
* scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke2019-06-261-6/+6
* Resolve the qt/guiutil <-> qt/optionsmodal CD2512019-04-231-9/+4
* Merge #15163: Correct units for "-dbcache" and "-prune"Wladimir J. van der Laan2019-01-301-1/+1
|\
| * Correct units for "-dbcache" and "-prune"Hennadii Stepanov2019-01-301-1/+1
* | Merge #14250: qt: Remove redundant stopThread() and stopExecutor() signalsWladimir J. van der Laan2019-01-171-3/+2
|\ \
| * | Remove redundant stopThread() signalHennadii Stepanov2019-01-101-3/+2
* | | Replace remaining 0 with nullptr in Qt codeBen Woosley2019-01-131-2/+2
* | | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-1/+1
| |/ |/|
* | Merge #13216: [Qt] implements concept for different disk sizes on introJonas Schnelli2019-01-111-10/+15
|\ \ | |/ |/|
| * implements different disk sizes for different networks on intromarcoagner2018-10-071-10/+15
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
|/
* qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-4/+4
* qt: Set BLOCK_CHAIN_SIZE = 220DrahtBot2018-07-271-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-2/+2
* Remove direct bitcoin calls from qt/intro.cppRussell Yanofsky2018-04-041-3/+5
* qt: Bump BLOCK_CHAIN_SIZE to 200GBWladimir J. van der Laan2018-01-241-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Create walletdir if datadir doesn't exist and fix testsMeshCollider2017-11-181-1/+4
* qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan2017-11-161-2/+2
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-7/+7
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-4/+4
* qt: Increase BLOCK_CHAIN_SIZE constantsWladimir J. van der Laan2017-08-051-2/+2
* Turn TryCreateDirectory() into TryCreateDirectories()Marko Bencun2017-06-141-1/+1
* Remove `namespace fs=fs`Wladimir J. van der Laan2017-04-031-2/+0
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-2/+2
* Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-2/+1
* Merge #9724: Qt/Intro: Add explanation of IBD processWladimir J. van der Laan2017-02-201-1/+19
|\
| * Qt/Intro: Explain a bit more what will happen first timeLuke Dashjr2017-02-091-0/+12
| * Qt/Intro: Storage shouldn't grow significantly with pruning enabledLuke Dashjr2017-02-081-1/+3
| * Qt/Intro: Move sizeWarningLabel text into C++ codeLuke Dashjr2017-02-081-1/+5
* | Merge #9718: Qt/Intro: Various fixesWladimir J. van der Laan2017-02-091-3/+8
|\|
| * Bugfix: Qt/Intro: Pruned nodes never require *more* spaceLuke Dashjr2017-02-081-1/+4