aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/helpmessagedialog.ui
AgeCommit message (Collapse)Author
2015-12-14Unify package name to as few places as possible without major changesLuke Dashjr
2015-02-04[Qt] add bitcoin logo to about screenJonas Schnelli
2015-01-09[Qt] optimize helpmessage dialogJonas Schnelli
- enlarge standard size - remove fixed 10px font - remove left mood image - ensure that table has no ugly line-breaks on OSX, Linux
2015-01-05Make the command-line-args dialog betterThomas Zander
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.
2014-06-24[Qt] fix links in about window not openingPhilip Kaufmann
- closes #4402
2014-06-12qt: Unify AboutDialog and HelpMessageDialogWladimir J. van der Laan
They share so much code and functionality that they may as well be one class.
2014-01-18[Qt] add utilitydialog.cpp/h and helpmessage classPhilip Kaufmann
- 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