aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/receivecoinsdialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* qt: Enable and disable the Show and Remove buttons for requested payments ↵Haakon Nilsen2014-03-151-0/+6
| | | | | | history based on whether any entry is selected.
* qt: Fix tab order in send and receive tabWladimir J. van der Laan2014-01-291-1/+4
|
* [Qt] minor receive tab improvementsCozz Lovan2014-01-291-20/+57
|
* ui: Clarify help messages for 'message' fieldsWladimir J. van der Laan2014-01-241-4/+4
| | | | | Add or amend tooltips to clarify what the message is for and that it doesn't go over the network.
* [Qt] Add sorting feature to the requested payments tableCozz Lovan2014-01-191-1/+5
|
* qt: Minor message updatesWladimir J. van der Laan2014-01-131-1/+1
| | | | | Used sending/receiving addresses -> Sending/receiving addresses Previously requested payments -> Requested payments (idea from @cozz in #3521)
* qt: keep a list of requested paymentsWladimir J. van der Laan2013-11-191-62/+152
| | | | | | | | | Keep a list of requested payments in the Receive tab so that a user can recall previously created requests after closing their windows. Currently this list is not stored between bitcoin-qt sessions. This can be implemented later, but it is not clear where it should be stored as I don't think it belongs in the wallet (maybe in QSettings?)
* qt: make receive coins tab look more consistent with send coins tabWladimir J. van der Laan2013-10-281-4/+23
| | | | | Use a GridLayout instead of a FormLayout. This makes the alignment of the labels consistent between the tabs.
* [Qt] additional small fixes for #3099 (new receive flow)Philip Kaufmann2013-10-261-4/+1
| | | | | | | | | - remove 2 unneeded windowTitle attributes, which bloat our translations - cleanup some unneeded .cpp/.h includes and class usages - use a more generic string for clearing sendcoinsdialog and requestpaymentdialog - edit 2 strings in BitcoinGUI and replace "edit" with "show" as this seems more clear in the context where it is used
* qt: general polish after adding new receive flowWladimir J. van der Laan2013-10-251-4/+18
| | | | | | | | - 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: rework "receive coins" workflowWladimir J. van der Laan2013-10-231-0/+164