aboutsummaryrefslogtreecommitdiff
path: root/src/qt/utilitydialog.h
Commit message (Collapse)AuthorAgeFilesLines
* qt: Unify AboutDialog and HelpMessageDialogWladimir J. van der Laan2014-06-121-20/+2
| | | | | They share so much code and functionality that they may as well be one class.
* Add `-version` option to get just the versionWladimir J. van der Laan2014-06-111-4/+1
| | | | | | | | | Adds a `-version` or `--version` option to print just the version of the program for bitcoind, bitcoin-cli and bitcoin-qt. Also make it that `-help` can be used to display the help (as well as existing `--help`). Up to now, `-help` was the only option that didn't work with either one or two dashes.
* [Qt] add utilitydialog.cpp/h and helpmessage classPhilip Kaufmann2014-01-181-0/+69
- 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