Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-15 | Remove custom fee radio group | Andrew Chow | |
Removes the extraneous custom fee radio group and its single radio button. The radio button is replaced with a label that has the radio button's text. | |||
2017-08-02 | Fix typo in sendcoinsdialog. | Masahiko Hyuga | |
2017-07-13 | [Qt] replace fee slider with a Dropdown, extend conf. targets | Jonas Schnelli | |
2017-05-11 | remove minimum total fee option | Gregory Sanders | |
2017-04-10 | Changed "Send" button default status from true to false | KibbledJiveElkZoo | |
Changed the "Send" button's default status from true to false to prevent quirky Windows autofocus behavior. | |||
2017-03-17 | Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a ↵ | Jonas Schnelli | |
transaction c4e4792 [Qt] Change RBF checkbox to reflect -walletrbf setting (Russell Yanofsky) 838a58e [Qt] Add simple optin-RBF checkbox and confirmation info (Jonas Schnelli) 568c05a Allow to opt-into RBF when creating a transaction (Jonas Schnelli) Tree-SHA512: 3d52dcd4e44da8aed4d631748074afef78d38c860f2a8b95323f4801a989d6599a3498a753fc10daba4098c527ef5a0eb942e5b3f1bfd656e1a6bd272b8e6c57 | |||
2017-03-16 | [trivial] Fix a typo (introduced two days ago) in the default fee warning | practicalswift | |
2017-02-17 | Qt/Send: Figure a decent warning colour from theme | Luke Dashjr | |
2017-01-25 | [Qt] Add simple optin-RBF checkbox and confirmation info | Jonas Schnelli | |
2017-01-06 | [Qt] Show more significant warning if we fall back to the default fee | Jonas Schnelli | |
2017-01-04 | qt: Set (count) placeholder in sendcoinsdialog to notranslate | Wladimir J. van der Laan | |
2016-11-29 | Make GUI incapable of setting tx confirm target of 1 | Alex Morcos | |
2016-10-28 | [Qt] overhaul smart-fee slider, adjust default confirmation target | Jonas Schnelli | |
2016-08-24 | [qt] Remove Priority from coincontrol dialog | MarcoFalke | |
2016-03-14 | [qt] Remove 0-fee from send dialog | MarcoFalke | |
2015-04-07 | [Qt] Clarify: smartfee button name "Minimize" | MarcoFalke | |
Make clear this button hides the options instead of minimizing the transaction fee. | |||
2015-02-21 | [GUI] Move fee dialog minimise button away from "Transaction Fee" | Michael Ford | |
Its original placement was causing confusion among some users. | |||
2014-12-02 | [Qt] fix a translation that occurs 2 times but was a little different | Philip Kaufmann | |
2014-11-19 | [Qt] Add Smartfee to GUI | Cozz Lovan | |
2014-09-05 | [Qt] update form files for setting autoDefault explicitly to false | Philip Kaufmann | |
- 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-06-08 | [Qt] Remove CENT-fee-rule from coin control completely | Cozz Lovan | |
2014-03-06 | gui: Prevent status icons from being cut off | Wladimir J. van der Laan | |
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. | |||
2014-01-29 | [Qt] minor receive tab improvements | Cozz Lovan | |
2013-12-02 | [Qt] coin-control features GUI cleanup 3 | Philip Kaufmann | |
- 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 | |||
2013-12-02 | [Qt] coin-control features GUI cleanup 2 | Philip Kaufmann | |
- 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 | |||
2013-11-14 | Coin Control Features | Cozz Lovan | |
2013-10-31 | [Qt] Rework of payment request UI (mainly for insecure pr) | Philip Kaufmann | |
- 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 | |||
2013-10-26 | [Qt] additional small fixes for #3099 (new receive flow) | Philip Kaufmann | |
- 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-09-24 | GUI: fix sendcoinsdialog/sendcoinsentry | Cozz Lovan | |
2012-09-21 | fix #1843 by changing 2 GUI shortcuts | Philip Kaufmann | |
2012-06-13 | set cursor for balance field to IBeamCursor (to show the user it IS ↵ | Philip Kaufmann | |
selectable) and set autoDefault to false for the buttons that do not need this | |||
2012-05-12 | add Alt-Shortcut for "Clear All" in sendcoinsdialog.ui | Philip Kaufmann | |
2012-05-09 | harmonize the use of ellipsis ("...") to be used in menus, but not on ↵ | Philip Kaufmann | |
buttons / update some strings to be more informative | |||
2012-01-14 | *Clear all has a tooltip now *About dialog updated | Janne Pulkkinen | |
2011-10-09 | Improved Mac experience; QDoubleSpinBox for BitcoinAmountField | p2k | |
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. | |||
2011-09-27 | Send Coins page not cleared when changing tabs. Clear all button for ↵ | Janne Pulkkinen | |
clearing the entries | |||
2011-09-22 | show balance in sendcoins screen (issue #24) | Wladimir J. van der Laan | |
2011-07-24 | improve tooltip texts | Wladimir J. van der Laan | |
2011-07-18 | move buttons to bottom of send coins tab, outside of scroll area | Wladimir J. van der Laan | |
2011-07-17 | put sendcoins entries in scroll area, so that window does not become bigger ↵ | Wladimir J. van der Laan | |
than screen with many recipients | |||
2011-07-16 | add sendmany support | Wladimir J. van der Laan | |
2011-07-09 | remove placeholder text from ui form, code generator screws up on older qt | Wladimir J. van der Laan | |
2011-07-08 | forgot synced icons | Wladimir J. van der Laan | |
2011-07-08 | Reorganize "send coins" tab | Wladimir J. van der Laan | |
2011-07-03 | move another setPlaceHolderText to 4.7+ only code | Wladimir J. van der Laan | |
2011-07-02 | ui improvements: allow inline editing of labels/addresses in address book ↵ | Wladimir J. van der Laan | |
table, better tab order in send dialog, set focus on sending address table when coming from send coins dialog | |||
2011-07-02 | make tooltip equal to placeholder | Wladimir J. van der Laan | |
2011-07-02 | Send: dialog redesign (automatically look up label for entered address) | Wladimir J. van der Laan | |
2011-06-26 | reduce spacing between "Add to address book as" and the text field | Wladimir J. van der Laan | |
2011-06-25 | compile fixes by Unthinkingbit | Wladimir J. van der Laan | |