aboutsummaryrefslogtreecommitdiff
path: root/src/qt/intro.cpp
Commit message (Expand)AuthorAgeFilesLines
* qt: translate more user-exposed stringschromatic2021-08-141-1/+1
* Update src/qt/intro.cppAnthony Chen2021-02-061-1/+1
* fix minimum required space for data directoryAnthony Chen2021-02-051-1/+1
* 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
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* [Qt] display native dir separators in select dadatir dialogPhilip Kaufmann2014-01-101-1/+1
* ui: Fix GUI initialization orderWladimir J. van der Laan2014-01-051-1/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+5
* [Qt] use tr() instead of QObject::tr() in intro.cppPhilip Kaufmann2013-11-051-2/+2
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* Bitcoin-Qt: add testnet check and icon to intro dialogPhilip Kaufmann2013-08-241-1/+6
* Merge pull request #2865 from Diapolo/fix_intro_translationGavin Andresen2013-08-051-2/+2
|\
| * fix string in intro.cpp, which is untranslatable on TransifexPhilip Kaufmann2013-07-291-2/+2
* | fix possible infinite loop in intro.cpp threadPhilip Kaufmann2013-07-261-1/+9
|/
* qt: allow user to choose data directoryWladimir J. van der Laan2013-06-161-0/+270