Hennadii Stepanov
4227a8e1f3
qt: Make "Create new receiving address" default unconditionally
...
This change makes this button visually accented, and gives to users a
hint about the primary action.
This commit does not change behavior.
2020-07-21 21:24:28 +03:00
Hennadii Stepanov
93352d261f
qt: Use proper class for Ui::ReceiveCoinsDialog
2019-11-26 02:31:28 +02:00
dannmat
8944c1d340
Changed tooltips of receive form to highlight difference between Label and Message
2019-11-17 12:00:06 +00:00
MarcoFalke
fa7847d99b
gui: Rename address checkbox back to bech32
...
This is the wording that has been used in the previous release
2019-09-21 08:25:58 -04:00
Tobias Kaderle
81b2830b15
qt: update request payment button text and tab description
2019-04-16 20:40:13 +08:00
MarcoFalke
faf62d9415
gui: Generate bech32 addresses by default
2019-03-31 17:56:12 -04:00
Luke Dashjr
7ab1c6f6a7
GUI: Rephrase Bech32 checkbox text/tooltip
...
- "Bech32" isn't very user-friendly
- You don't spend from addresses
2018-05-17 09:31:35 +08:00
Sjors Provoost
63ac8907ce
[qt] receive tab: bech32 address opt-in checkbox
...
When launched with -adresstype=legacy the checkbox will be hidden.
2018-01-16 20:11:40 +00:00
Wladimir J. van der Laan
5b56ec969f
qt: refactor: Use absolute include paths in .ui files
2017-11-16 08:23:02 +13:00
Luke Dashjr
927f4ff5a2
GUI: Receive: Remove option to reuse a previous address
...
This was justified by the need to "resent" an invoice, but now that we have the request history, that need should be gone.
2017-11-11 07:51:08 +00:00
Philip Kaufmann
2605b94d73
[Qt] update form files for setting autoDefault explicitly to false
...
- also fixes indentation in one file (auto fixed by Qt Designer)
- removes several default parameters, which are not needed in the files
- related to #4840 (but not intended as fix for a no-bug)
2014-09-05 13:54:16 +02:00
Haakon Nilsen
caee92dfa8
qt: Enable and disable the Show and Remove buttons for requested payments history
...
based on whether any entry is selected.
2014-03-15 00:41:23 +01:00
Wladimir J. van der Laan
69d03bc6e2
qt: Fix tab order in send and receive tab
2014-01-29 14:41:41 +01:00
Cozz Lovan
79fb0557cf
[Qt] minor receive tab improvements
2014-01-29 14:20:15 +01:00
Wladimir J. van der Laan
57feb1ba5a
ui: Clarify help messages for 'message' fields
...
Add or amend tooltips to clarify what the message is for and that it
doesn't go over the network.
2014-01-24 11:37:20 +01:00
Cozz Lovan
4d901023b7
[Qt] Add sorting feature to the requested payments table
2014-01-19 18:21:54 +01:00
Wladimir J. van der Laan
66a8829a33
qt: Minor message updates
...
Used sending/receiving addresses -> Sending/receiving addresses
Previously requested payments -> Requested payments (idea from @cozz in #3521 )
2014-01-13 17:05:55 +01:00
Wladimir J. van der Laan
666893b1fa
qt: keep a list of requested payments
...
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?)
2013-11-19 14:07:38 +01:00
Wladimir J. van der Laan
7ae454084b
qt: make receive coins tab look more consistent with send coins tab
...
Use a GridLayout instead of a FormLayout. This makes the alignment
of the labels consistent between the tabs.
2013-10-28 14:48:30 +01:00
Philip Kaufmann
4751df0ca3
[Qt] additional small fixes for #3099 (new receive flow)
...
- 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
2013-10-26 21:31:53 +02:00
Wladimir J. van der Laan
70b14636cd
qt: general polish after adding new receive flow
...
- 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
2013-10-25 13:25:25 +02:00
Wladimir J. van der Laan
74fb765e29
qt: rework "receive coins" workflow
2013-10-23 09:15:24 +02:00