aboutsummaryrefslogtreecommitdiff
path: root/src/qt/aboutdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] add utilitydialog.cpp/h and helpmessage classPhilip Kaufmann2014-01-181-38/+0
| | | | | | | - adds a nice and well formated dialog, which displays our -? help message (all options/paramaters) - moves aboutdialog.cpp/h to the new utilitydialog - move GUI shutdown window to utilitydialog
* qt: Update remaining "The Bitcoin Core Developers"Wladimir J. van der Laan2014-01-141-1/+1
|
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-0/+1
| | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
| | | | Closes #839
* aboutdialog: use just "The Bitcoin developers" as tr()-stringPhilip Kaufmann2013-04-141-1/+1
| | | | | - this ensures our new splash screen and this will share a translatable string an remove the need for an additional translation
* move COPYRIGHT_YEAR to clientversion.hPhilip Kaufmann2013-04-101-5/+2
| | | | | - this allows usage of that information also in other places (e.g. splash screen)
* Bitcoin-Qt: better copyright year handling in AboutDialogPhilip Kaufmann2013-02-011-1/+7
| | | | | | | | - this change allows us to keep the translation without the need to re-translate any string, when we update the copyright year - copyright symbol is changed to HTML to ensure we get no encoding issues and it's removed from the translation string so translators don't break it by mistake
* 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