aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/addressbookpage.ui
AgeCommit message (Collapse)Author
2012-09-22additional fix for #1843Philip Kaufmann
- a shortcut on "receive coins" was used twice
2012-09-22Remove unnecessary text from tooltip in AddressBookPageWladimir J. van der Laan
2012-07-19re-size addressbookpage.ui to fix #1062Philip Kaufmann
2012-07-06GUI: merge sign/verify message into a single window with tabbed UIPhilip Kaufmann
- 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
2012-05-09harmonize the use of ellipsis ("...") to be used in menus, but not on ↵Philip Kaufmann
buttons / update some strings to be more informative
2012-05-08Merge pull request #1215 from laanwj/2012_05_nogridtablesWladimir J. van der Laan
Make user actions more straightforward in address book
2012-05-07Make user action more straightforward in address bookWladimir J. van der Laan
- Add all actions that can be triggered with buttons to the context menu - Hide delete action from context menu for receiving tab
2012-05-05simplified qrcode icon that scales gracefully to 16x16Wladimir J. van der Laan
2012-01-27Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr
2011-12-20Added QRCode generation functions via libqrencode. Switch on with ↵sje397
USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml
2011-07-18one remove/delete icon is enough and the red minus better matches the add iconWladimir J. van der Laan
2011-07-07convert to full tab-based uiWladimir J. van der Laan