aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/helpmessagedialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-3/+0
|
* [Qt] add bitcoin logo to about screenJonas Schnelli2015-02-041-0/+82
|
* [Qt] optimize helpmessage dialogJonas Schnelli2015-01-091-28/+2
| | | | | | | - enlarge standard size - remove fixed 10px font - remove left mood image - ensure that table has no ugly line-breaks on OSX, Linux
* Make the command-line-args dialog betterThomas Zander2015-01-051-5/+15
| | | | | | Instead of using a fixed-width font in a label, which virtually guarentees a horizontal scrollbar, use a proper text-document that can re-layout based on user input.
* [Qt] fix links in about window not openingPhilip Kaufmann2014-06-241-0/+3
| | | | - closes #4402
* qt: Unify AboutDialog and HelpMessageDialogWladimir J. van der Laan2014-06-121-6/+1
| | | | | They share so much code and functionality that they may as well be one class.
* [Qt] add utilitydialog.cpp/h and helpmessage classPhilip Kaufmann2014-01-181-0/+128
- 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