aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/sendcoinsentry.ui
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-2/+2
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-2/+2
|
* Update qt forms. :tada: :dog2:Sporklin2015-10-311-3/+3
|
* [QT] remove frame to avoid double-frame situation in sendcoinsentry.uiJonas Schnelli2015-05-121-13/+20
|
* [Qt, Trivial] misc minor string changesPhilip Kaufmann2015-04-201-4/+4
| | | | | | | | - write "Bitcoins" uppercase - replace secure/insecure for payment requests with authenticated/unauthenticated - change a translatable string for payment request expiry to match another existing string to only get ONE resulting string to translate
* Subtract fee from amountCozz Lovan2015-03-131-1/+15
| | | | | | | | Fixes #2724 and #1570. Adds the automatically-subtract-the-fee-from-the-amount-and-send-whats-left feature to the GUI and RPC (sendtoaddress,sendmany).
* Qt: new iconsJonas Schnelli2014-11-071-0/+18
| | | | | | | | - flat and b/w icons seems to be the new trend - support for HiDPI/retina - change icon sizes - fix assets-attribution.md - removed unused icons
* [Qt] don't allow translation of our example btc addressPhilip Kaufmann2014-06-231-1/+1
|
* [Qt] fix bitcoin: URI strings (spelling fixes)Philip Kaufmann2014-01-281-1/+1
|
* ui: Clarify help messages for 'message' fieldsWladimir J. van der Laan2014-01-241-0/+3
| | | | | Add or amend tooltips to clarify what the message is for and that it doesn't go over the network.
* [Qt] Show and store message of normal bitcoin:URICozz Lovan2014-01-211-0/+17
|
* [Qt] allow deletion of payment-requests in sendcoinsPhilip Kaufmann2013-11-241-100/+140
| | | | | | | | | | | | - this adds a delete button for insecure and secure payment requests in the sendcoins dialog - it also enables the delete button even for single and empty entries, as this is much easier to handle and doesn't need to special case single entries - big parts of the ui file were changed, because I copied the delete button and had to delete the layout too and created it from scratch (which seems to cleanup the rows and colums in the layout also, which is nice IMHO)
* [Qt] make a UI element in sendcoins non-validatedPhilip Kaufmann2013-11-201-1/+1
| | | | - this was unused for the label and also makes no sense, so remove it
* [Qt] Rework of payment request UI (mainly for insecure pr)Philip Kaufmann2013-10-311-13/+501
| | | | | | | | | | - this shows insecure (unsecured) payment requests in a new yellowish colored UI (based on the secure payment request UI) instead of our normal payment UI - allows us to receive paymentACK messages for insecure payment requests - allows us to handle expirations for insecure payment request - changed walletmodel, so that all types of payment requests don't touch the addressbook
* qt: general polish after adding new receive flowWladimir J. van der Laan2013-10-251-3/+2
| | | | | | | | - 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
* make BitcoinAmountField::setReadOnly() usablePhilip Kaufmann2013-10-151-7/+1
| | | | | - use it for secure payment-requests (this change allows a copy&paste of the amount and looks a little nicer than just a disabled GUI element)
* Bitcoin-Qt: translation fixes in sendcoinsPhilip Kaufmann2013-10-011-19/+13
| | | | | | | | | | | | - remove some unneeded translatable strings from sendcoinsentry.ui file and rename some elements for better readability - optimize string prorcessing in SendCoinsDialog::on_sendButton_clicked() - make all UI labels for secure payments plain text and move the settings to sendcoinsentry.ui file - remove unneeded button and default button definiton from warning message boxes - remove fixed font-size when sending coins to an address with label and use monospace font for addresses
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-125/+667
| | | | | | | | Add support for a Payment Protocol to Bitcoin-Qt. Payment messages are protocol-buffer encoded and communicated over http(s), so this adds a dependency on the Google protocol buffer library, and requires Qt with OpenSSL support.
* fix some double-spaces in stringsPhilip Kaufmann2012-10-251-18/+8
| | | | | - remove some unneeded stuff in sendcoinsentry.ui - harmonize some "Error:"-messages
* Move back setPlaceholderText to code, from xml, as this broke building with ↵Wladimir J. van der Laan2012-05-071-6/+0
| | | | Qt 4.6
* move label placeholdertext from sendcoinsentry.cpp to ui-filePhilip Kaufmann2012-05-041-0/+6
|
* Fix typo (#734)Wladimir J. van der Laan2012-01-031-1/+1
|
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-13/+4
| | | | | | | | Now it can't be told if this is was a Windows App before. All Mac design principles are fulfilled and some cosmetics have been applied to suit the native look and feel. The biggest change there is the proper use of the Dock icon which takes the role of the Tray icon on Mac. The QDoubleSpinBox improves entering of Bitcoin amounts, no two separate fields are required anymore. All functionality and validation effects have been retained; pressing the comma key will be internally translated to a period to keep it consistent throughout the application and eases entering in countries which use the comma as decimal separator. Additionally, Notificator now supports Growl, Mac's native notification system. This is provided via Apple Script in order to avoid linking to Growl on compile time. Other changes involve encapsulation of Toolbar and Menubar creation, loading of Qt's own translation and some clean up.
* improve tooltip textsWladimir J. van der Laan2011-07-241-2/+5
|
* put sendcoins entries in scroll area, so that window does not become bigger ↵Wladimir J. van der Laan2011-07-171-1/+1
| | | | than screen with many recipients
* add sendmany supportWladimir J. van der Laan2011-07-161-0/+175