aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/intro.ui
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-1/+1
|
* Update QT client messages and translations to Doge equivalents (#1429)Ross Nicoll2019-03-251-1/+1
| | | | Update QT client messages and translations to Doge equivalents.
* Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-5/+5
|
* [Qt] very minor style cleanupsPhilip Kaufmann2014-01-221-8/+8
| | | | | | - rebuilt some ui file layout to remove unreal values from the files - remove an unneeded attribute from an ui file - add / remove some spaces in files
* Rebrand to `Bitcoin Core`Wladimir J. van der Laan2013-12-131-3/+3
| | | | | | | | | | | | Only messages for now, executable names and other file names can be changed later if necessary and safe. Do not do an all-sweeping change. Some occurences of Bitcoin-Qt need to be kept: - Applicationname: this is used to determine the registry entry names, we don't want to lose settings over a silly name change. - Where it refers to the executable name instead of the product name.
* qt: allow user to choose data directoryWladimir J. van der Laan2013-06-161-0/+266
This adds an introduction screen that is shown when the client is first started in which the user can choose a data directory. It is also possible to force the intro screen to appear using command line argument `-choosedatadir`. The user is warned that the client will download and store 10Gb of data. The intro screen shows how much space is available on the device that contains the chosen directory and warns if this is less than the 10Gb. To make it possible to translate the introduction dialog, the initialization sequence is changed so that translations are loaded before the data directory. This has the by-effect that it is no longer possible to specify a language in bitcoin.conf inside the data directory.