aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/aboutdialog.ui
AgeCommit message (Collapse)Author
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
2013-12-13Rebrand to `Bitcoin Core`Wladimir J. van der Laan
Only messages for now, executable names and other file names can be changed later if necessary and safe. Do not do an all-sweeping change. Some occurences of Bitcoin-Qt need to be kept: - Applicationname: this is used to determine the registry entry names, we don't want to lose settings over a silly name change. - Where it refers to the executable name instead of the product name.
2013-02-01Bitcoin-Qt: better copyright year handling in AboutDialogPhilip Kaufmann
- this change allows us to keep the translation without the need to re-translate any string, when we update the copyright year - copyright symbol is changed to HTML to ensure we get no encoding issues and it's removed from the translation string so translators don't break it by mistake
2012-08-24Qt: add copyrightLabel to aboutdialog.uiPhilip Kaufmann
- add a new label, which can be updated independently from the whole license information stuff - the benefit is, we don't need to re-translate that whole wall of text every year the copyright info changes - update to the same copyright string we use in the source and in the bitcoin-qt.exe meta-data information - removes an obsolete entry from the ui-file
2012-07-22Replace all occurances of license.txt with COPYING, including naming the ↵Luke Dashjr
file COPYING.txt on Windows
2012-05-05changed cursor for selectable text on the about dialog to IBeamCursor and ↵Philip Kaufmann
removed an unused tag
2012-04-12make text in about box selectable (fixes #1055)Wladimir J. van der Laan
2012-01-14*Clear all has a tooltip now *About dialog updatedJanne Pulkkinen
2011-06-23experiment with internationalization (nl), unbreak build (externui.h->qtui.h)Wladimir J. van der Laan
2011-06-11move back to original directory structureWladimir J. van der Laan