Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-16 | [Qt] allow translation of client bitness | Philip Kaufmann | |
2014-01-29 | qt: Add closing newline to help message | Wladimir J. van der Laan | |
`bitcoin-qt --help` was missing a final newline. | |||
2014-01-21 | gitian: Windows 64 bit support | Wladimir 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 class | Philip 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 |