aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/messagepage.ui
AgeCommit message (Collapse)Author
2012-05-17allow translation of "options" used in the --help message / split ↵Philip Kaufmann
translation of RPC console welcome message and remove the need to take care of "<br>" / remove some spaces in strings and misc other stuff related to translations
2012-05-10add placeholder text to address field (like in sendcoins) and set focus to ↵Philip Kaufmann
address field on opening messagepage or "Clear All" / consolidate gotoMessagePage() to 1 function / rename windowTitle to "Sign Message Dialog"
2012-05-07Move back setPlaceholderText to code, from xml, as this broke building with ↵Wladimir J. van der Laan
Qt 4.6
2012-05-05change text on message.ui from "Copy to Clipboard" to "Copy Signature" andPhilip Kaufmann
add an Alt-Shortcut to "Clear &All"
2012-05-03add a clear all button to the sign message pagePhilip Kaufmann
2012-04-22change button tooltip on sign message page for copy to clipboard as it was ↵Philip Kaufmann
missleading
2012-04-06Change sign message bitcoin address tooltip to "The address to sign the ↵graingert
message with" Closes #1050
2012-02-19Sign message description changes discussed in #bitcoin-devLuke Dashjr
2012-02-20Typo fixPieter Wuille
2012-01-27Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr