aboutsummaryrefslogtreecommitdiff
path: root/src/qt/intro.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Bugfix: Qt/Intro: Chain state needs to be stored even with the full blockchainLuke Dashjr2017-02-081-2/+4
| * Qt/Intro: Update block chain sizeLuke Dashjr2017-02-081-1/+1
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | Do not shadow in src/qtPavel Janík2016-09-231-2/+2
* | Merge #8487: Persist the datadir after option resetJonas Schnelli2016-08-251-1/+2
|\ \
| * | Load choose datadir dialog after options resetAndrew Chow2016-08-241-1/+2
| |/
* / qt: Fix random segfault when closing "Choose data directory" dialogWladimir J. van der Laan2016-08-181-3/+4
|/
* Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-7/+17
|\
| * Merge pull request #7298Jonas Schnelli2016-01-071-5/+15
| |\
| | * [qt] Intro: Display required spaceMarcoFalke2016-01-051-5/+15
| * | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| |/
| * Constrain constant values to a single location in codeLuke Dashjr2015-11-281-1/+1
* | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-2/+8
|/
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-2/+1
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-5/+5
* Adopt style colour for button iconsLuke Dashjr2014-12-271-1/+2
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Merge pull request #5470Wladimir J. van der Laan2014-12-191-1/+1
|\
| * Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* | make all catch() arguments constPhilip Kaufmann2014-12-171-2/+2
|/
* qt: small English language updates from translatorsWladimir J. van der Laan2014-10-211-2/+2
* more Bitcoin -> Bitcoin Core string changesPhilip Kaufmann2014-08-041-1/+1
* qt: Update some messages after suggestions by translatorsWladimir J. van der Laan2014-07-311-1/+1
* Wrap create_directory calls in try...catch blocks.Brandon Dahler2014-03-311-1/+1
* qt: Only override -datadir if different from the defaultWladimir J. van der Laan2014-03-251-1/+6
* qt: Do proper boost::path conversionWladimir J. van der Laan2014-03-251-5/+8
* qt: Make it possible again to specify -testnet in config fileWladimir J. van der Laan2014-03-111-5/+2
* qt: Adjust BLOCK_CHAIN_SIZE to 20GBWladimir J. van der Laan2014-03-101-1/+1