aboutsummaryrefslogtreecommitdiff
path: root/src/qt/aboutdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Build identification stringsPieter Wuille2012-04-101-0/+2
| | | | | | | | | | | | | | | | | | All client version information is moved to version.cpp, which optionally (-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated on supporting platforms via contrib/genbuild.sh, using git describe. The git export-subst attribute is used to put the commit id statically in version.cpp inside generated archives, and this value is used if no build.h is present. The gitian descriptors are modified to use git archive instead of a copy, to create the src/ directory in the output. This way, src/src/version.cpp will contain the static commit id. To prevent gitian builds from getting the "-dirty" marker in their git-describe generated identifiers, no touching of files or running sed on the makefile is performed anymore. This does not seem to influence determinism.
* Move HtmlEscape (escape for qt rich text controls) to qt gui utilitiesWladimir J. van der Laan2011-12-231-1/+0
|
* Add robustness against null modelsWladimir J. van der Laan2011-11-081-1/+4
|
* General cleanupsWladimir J. van der Laan2011-07-011-3/+7
|
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+22