aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/sendcoinsdialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] Remove CENT-fee-rule from coin control completelyCozz Lovan2014-06-081-1/+1
|
* gui: Prevent status icons from being cut offWladimir J. van der Laan2014-03-061-0/+12
| | | | | | | | After the Qt5 switch, status icons were being cut off by 1-2px. Also fixes some other cases where the UI is slightly off mentioned in #3800. Fixes #3800.
* [Qt] minor receive tab improvementsCozz Lovan2014-01-291-42/+42
|
* [Qt] coin-control features GUI cleanup 3Philip Kaufmann2013-12-021-19/+43
| | | | | | | - remove style sheets from ui files and use Qt attributes instead - make some more strings untranslatable, to make life for translators easier - split up long tooltips an rework the texts a little
* [Qt] coin-control features GUI cleanup 2Philip Kaufmann2013-12-021-53/+24
| | | | | | | | | - remove monospace labels from sendcoinsdialog also - use a validated line edit for the change address - add a tooltip to change address switch - ensure we have a valid change address in CoinControlDialog::coinControl->destChange or just CNoDestination() - some small ui file changes
* Coin Control FeaturesCozz Lovan2013-11-141-4/+605
|
* [Qt] Rework of payment request UI (mainly for insecure pr)Philip Kaufmann2013-10-311-1/+10
| | | | | | | | | | - 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] additional small fixes for #3099 (new receive flow)Philip Kaufmann2013-10-261-1/+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
* GUI: fix sendcoinsdialog/sendcoinsentryCozz Lovan2013-09-241-1/+1
|
* fix #1843 by changing 2 GUI shortcutsPhilip Kaufmann2012-09-211-2/+2
|
* set cursor for balance field to IBeamCursor (to show the user it IS ↵Philip Kaufmann2012-06-131-0/+9
| | | | selectable) and set autoDefault to false for the buttons that do not need this
* add Alt-Shortcut for "Clear All" in sendcoinsdialog.uiPhilip Kaufmann2012-05-121-1/+1
|
* harmonize the use of ellipsis ("...") to be used in menus, but not on ↵Philip Kaufmann2012-05-091-1/+1
| | | | buttons / update some strings to be more informative
* *Clear all has a tooltip now *About dialog updatedJanne Pulkkinen2012-01-141-0/+3
|
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-3/+0
| | | | | | | | 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.
* Send Coins page not cleared when changing tabs. Clear all button for ↵Janne Pulkkinen2011-09-271-2/+22
| | | | clearing the entries
* show balance in sendcoins screen (issue #24)Wladimir J. van der Laan2011-09-221-0/+24
|
* improve tooltip textsWladimir J. van der Laan2011-07-241-0/+3
|
* move buttons to bottom of send coins tab, outside of scroll areaWladimir J. van der Laan2011-07-181-55/+55
|
* put sendcoins entries in scroll area, so that window does not become bigger ↵Wladimir J. van der Laan2011-07-171-70/+92
| | | | than screen with many recipients
* add sendmany supportWladimir J. van der Laan2011-07-161-153/+13
|
* remove placeholder text from ui form, code generator screws up on older qtWladimir J. van der Laan2011-07-091-3/+0
|
* forgot synced iconsWladimir J. van der Laan2011-07-081-21/+4
|
* Reorganize "send coins" tabWladimir J. van der Laan2011-07-081-86/+105
|
* move another setPlaceHolderText to 4.7+ only codeWladimir J. van der Laan2011-07-031-3/+0
|
* ui improvements: allow inline editing of labels/addresses in address book ↵Wladimir J. van der Laan2011-07-021-2/+2
| | | | table, better tab order in send dialog, set focus on sending address table when coming from send coins dialog
* make tooltip equal to placeholderWladimir J. van der Laan2011-07-021-1/+1
|
* Send: dialog redesign (automatically look up label for entered address)Wladimir J. van der Laan2011-07-021-13/+18
|
* reduce spacing between "Add to address book as" and the text fieldWladimir J. van der Laan2011-06-261-0/+3
|
* compile fixes by UnthinkingbitWladimir J. van der Laan2011-06-251-2/+2
|
* Improve look/usablity of send coins dialogWladimir J. van der Laan2011-06-251-42/+66
|
* allow adding address to address book in send dialogWladimir J. van der Laan2011-06-251-2/+28
|
* Fix some padding and focus issues with the new BitcoinAmountWidgetWladimir J. van der Laan2011-06-211-5/+1
|
* introduce bitcoin amount field with split amount/decimals, to protect ↵Wladimir J. van der Laan2011-06-201-16/+23
| | | | against mistakes (https://forum.bitcoin.org/index.php?topic=19168.0)
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+180