aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/signverifymessagedialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] don't allow translation of our example btc addressPhilip Kaufmann2014-06-231-2/+2
|
* [Qt] extend validate line edit and btc address validatorPhilip Kaufmann2014-01-291-6/+0
| | | | | | | | | | | | | - remove btc address length from address validator - add an optional btc address check in validated line edit that defaults to off and is used in GUIUtil::setupAddressWidget() - an isAcceptable() check is added to validated line edit on focus out which only kicks in, when a validator is used with that widget - remove an isAcceptable() check from sendcoinsentry.cpp - remove obsolete attributes from ui files, which are set by calling GUIUtil::setupAddressWidget() - move some more things to GUIUtil::setupAddressWidget() and remove them from normal code e.g. placeholder text
* [Qt] very minor style cleanupsPhilip Kaufmann2014-01-221-3/+0
| | | | | | - rebuilt some ui file layout to remove unreal values from the files - remove an unneeded attribute from an ui file - add / remove some spaces in files
* [Qt] misc small fixes for #3099 (new receive flow)Philip Kaufmann2013-10-251-1/+1
| | | | | | | | | - changes some strings that were forgotton or made no sense in the conext they are used - remove an orphan file from the qt project file - revert a small change in signverifymessagedialog.ui - guard #include "bitcoin-config.h" with #if defined(HAVE_CONFIG_H) - remove windowTitle from addressbookpage.ui
* qt: general polish after adding new receive flowWladimir J. van der Laan2013-10-251-3/+3
| | | | | | | | - We no longer have an address book, but "address lists", update message accordingly - Add tooltips here and there - Clarify text on buttons - add Copy Address button to receive request dialog
* Bitcoin-Qt: add a Signature label on sign message pagePhilip Kaufmann2013-01-061-0/+10
|
* Fix duplicate shortcut usage in sign/verify message dialog.burger22012-11-221-2/+2
|
* fix a wrong string in signverifymessagedialog.uiPhilip Kaufmann2012-07-121-1/+1
|
* GUI: merge sign/verify message into a single window with tabbed UIPhilip Kaufmann2012-07-061-0/+386
- add UI-feedback via QValidatedLineEdit - copy button for generated signature was moved to the signature output field - add an addressbook button to verify message tab - input fields are now evenly ordered for sign and verify tabs - update FIRST_CLASS_MESSAGING support to ensure a good UX - add a button and context menu entry in addressbook for verify message (to be consistent with sign message) - focus is now only set/changed, when clearing input fields or adding an address via addressbook - re-work / update some strings - ensure model gets initialized in the SignVerifyMessageDialog constructor - add checks for a valid model to both addressbook buttons - remove unneeded includes for Qt GUI elements that are listed in ui_signverifymessagedialog.h anyway