aboutsummaryrefslogtreecommitdiff
path: root/src/qt/receiverequestdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] style police and small addition in rpcconsolePhilip Kaufmann2014-06-031-1/+3
| | | | - fix spaces, indentation and coding style glitches
* ui: Check for !pixmap() before trying to export QR codeWladimir J. van der Laan2014-05-071-0/+7
| | | | | | | Adds null pointer checks as well as prevents the Save/Copy context menu from appearing at all if no image is shown. Fixes issue #4140
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
| | | | Closes #839
* qt: general polish after adding new receive flowWladimir J. van der Laan2013-10-251-0/+1
| | | | | | | | - 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
* qt: show payment information in one text areaWladimir J. van der Laan2013-10-231-8/+4
| | | | | | Simplifies the dialog (makes it look less crowded) as well as the code and makes it possible to copy multiple fields at once. Also format bitcoin URI as URI, add copy button for URI.
* qt: use SendCoinsRecipient for payment request informationWladimir J. van der Laan2013-10-231-2/+4
| | | | | | This brings some symmetry into the design by using the same object both for incoming URIs that are parsed as for outgoing URIs that are formatted.
* qt: allow dragging, copying and saving QR codeWladimir J. van der Laan2013-10-231-2/+20
| | | | Add context menu and drag handling to QR code widget.
* qt: rework "receive coins" workflowWladimir J. van der Laan2013-10-231-0/+40