aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/coincontroldialog.ui
AgeCommit message (Collapse)Author
2019-05-28gui: move coin control OK to the rightfanquake
2018-11-29qt: Remove hidden columns in coin control dialogJoão Barbosa
2017-11-16qt: refactor: Use absolute include paths in .ui filesWladimir J. van der Laan
2016-08-24[qt] Remove Priority from coincontrol dialogMarcoFalke
2014-11-16Coin Control: Make list mode defaultLuke Dashjr
2014-11-16Bugfix: Clarify coin control dialog labelsLuke Dashjr
2014-09-05[Qt] update form files for setting autoDefault explicitly to falsePhilip 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 completelyCozz Lovan
2014-03-03Fix coin control sorts date as textCozz Lovan
2014-02-17[Qt] small .ui cleanup for optionsdialog and coincontrolPhilip Kaufmann
2013-12-02[Qt] coin-control features GUI cleanup 3Philip 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-11-18Coincontrol cleanup (e.g. add missing license)Philip Kaufmann
- add missing license headers - make compatible with Qt5 - enforce header cleanup style - small code style cleanups - rename Coin Control dialog into Coin Control Address Selection - use default font for the windows labels (no monospace)
2013-11-14Coin Control FeaturesCozz Lovan