aboutsummaryrefslogtreecommitdiff
path: root/src/qt/utilitydialog.cpp
AgeCommit message (Collapse)Author
2014-03-29Merge pull request #3922Wladimir J. van der Laan
c17f0a5 [Qt] remove space from translation of client bitness (Philip Kaufmann)
2014-03-25improve command-line options outputCozz Lovan
2014-03-21[Qt] remove space from translation of client bitnessPhilip Kaufmann
- its rather easy to leave out the space on Transifex, so remove it from the string
2014-02-16[Qt] allow translation of client bitnessPhilip Kaufmann
2014-01-29qt: Add closing newline to help messageWladimir J. van der Laan
`bitcoin-qt --help` was missing a final newline.
2014-01-21gitian: Windows 64 bit supportWladimir J. van der Laan
- Build a 64 bit version of all dependencies - Show 32/64 bit version in "About..." for x86 - Export 64-bit .exes and installer from gitian build
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