dogecoin/src/qt
Patrick Lodder b5b1e0426a
wallet: derive MIN_CHANGE from configurable parameters
MIN_CHANGE influences the minimum change output size but was only
hardcoded and wallet users were not able to override this in any
way. This change retains the logic for the calculation as a
hardcoded constant but instead uses the user-configurable params
-discardthreshold and -mintxfee as a basis. The rationale for
having the minimum change equal to the discard threshold plus 2x
the minimum fee has not changed.
2021-10-12 01:28:10 +02:00
..
forms Revise fee UI 2021-09-21 23:17:56 +01:00
locale Update bitcoin_ko_KR.ts 2021-09-25 21:31:28 +01:00
res rename other icons 2021-09-14 21:18:15 -04:00
test Fix the hash of the best block to reflect the Dogecoin block 2020-07-22 13:45:28 +02:00
addressbookpage.cpp Update QT client messages and translations to Doge equivalents (#1429) 2019-03-25 05:36:11 +00:00
addressbookpage.h
addresstablemodel.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
addresstablemodel.h
askpassphrasedialog.cpp Update QT client messages and translations to Doge equivalents (#1429) 2019-03-25 05:36:11 +00:00
askpassphrasedialog.h
bantablemodel.cpp [trivial] Fix typos in comments 2017-01-27 21:22:35 +01:00
bantablemodel.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
bitcoin.cpp qt: translate more user-exposed strings 2021-08-14 01:56:07 +02:00
bitcoin.qrc rename other icons 2021-09-14 21:18:15 -04:00
bitcoin_locale.qrc qt: periodic translations update 2017-01-10 12:52:02 +01:00
bitcoinaddressvalidator.cpp
bitcoinaddressvalidator.h
bitcoinamountfield.cpp Amount to send field now goes up/down 1 DOGE at a time (#1441) 2019-03-25 05:36:12 +00:00
bitcoinamountfield.h
bitcoingui.cpp Add GUI to import private keys 2021-05-23 19:37:09 -07:00
bitcoingui.h Add GUI to import private keys 2021-05-23 19:37:09 -07:00
bitcoinstrings.cpp Refresh English locale files 2021-09-25 00:00:21 +01:00
bitcoinunits.cpp [Qt] Disable milli and micro units, introduce kilo and mega units (#1463) 2019-03-25 05:36:12 +00:00
bitcoinunits.h [Qt] Disable milli and micro units, introduce kilo and mega units (#1463) 2019-03-25 05:36:12 +00:00
clientmodel.cpp Fix for Boost 1.74 2021-02-02 03:54:57 -08:00
clientmodel.h Re-introduce alert functionality (#1470) 2018-09-19 22:11:47 +01:00
coincontroldialog.cpp wallet: derive MIN_CHANGE from configurable parameters 2021-10-12 01:28:10 +02:00
coincontroldialog.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
coincontroltreewidget.cpp
coincontroltreewidget.h
csvmodelwriter.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
csvmodelwriter.h
editaddressdialog.cpp Update QT client messages and translations to Doge equivalents (#1429) 2019-03-25 05:36:11 +00:00
editaddressdialog.h
guiconstants.h Update QT client messages and translations to Doge equivalents (#1429) 2019-03-25 05:36:11 +00:00
guiutil.cpp wallet: introduce -discardthreshold 2021-10-10 22:07:00 +02:00
guiutil.h wallet: introduce -discardthreshold 2021-10-10 22:07:00 +02:00
importkeysdialog.cpp Add GUI to import private keys 2021-05-23 19:37:09 -07:00
importkeysdialog.h Add GUI to import private keys 2021-05-23 19:37:09 -07:00
intro.cpp qt: translate more user-exposed strings 2021-08-14 01:56:07 +02:00
intro.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
macdockiconhandler.h
macdockiconhandler.mm fix: macos qt build 2021-07-01 14:43:09 -04:00
macnotificationhandler.h
macnotificationhandler.mm
Makefile
modaloverlay.cpp Skip expected remaining sync time without estimate 2021-05-21 09:03:41 -07:00
modaloverlay.h qt: Use nPowTargetSpacing constant 2017-01-19 20:47:04 +01:00
networkstyle.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
networkstyle.h
notificator.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
notificator.h
openuridialog.cpp Update QT client messages and translations to Doge equivalents (#1429) 2019-03-25 05:36:11 +00:00
openuridialog.h
optionsdialog.cpp Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" notice 2017-02-14 15:57:02 +01:00
optionsdialog.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
optionsmodel.cpp Add dogechain and chain.so as default block explorers 2019-03-25 05:36:12 +00:00
optionsmodel.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
overviewpage.cpp Add tips section 2021-07-22 16:04:57 -04:00
overviewpage.h Add tips section 2021-07-22 16:04:57 -04:00
paymentrequest.proto Update payment protocol to match Dogecoin (#1433) 2018-09-19 22:11:47 +01:00
paymentrequestplus.cpp Merge #9475: Let autoconf detect presence of EVP_MD_CTX_new 2017-01-05 10:28:47 +01:00
paymentrequestplus.h Selectively suppress deprecation warnings 2017-02-14 13:50:57 +01:00
paymentserver.cpp wallet: introduce -discardthreshold 2021-10-10 22:07:00 +02:00
paymentserver.h Move BIP70_MAX_PAYMENTREQUEST_SIZE to header 2017-02-17 21:50:22 +01:00
peerdialog.cpp fix typo 2021-08-13 23:33:29 +02:00
peerdialog.h Add a form dialog for adding peers 2021-06-05 15:23:01 -04:00
peertablemodel.cpp Add sortable sent/recv bytes to Peers debug table 2021-06-08 10:13:37 -07:00
peertablemodel.h Add sortable sent/recv bytes to Peers debug table 2021-06-08 10:13:37 -07:00
platformstyle.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
platformstyle.h
qvalidatedlineedit.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
qvalidatedlineedit.h
qvaluecombobox.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
qvaluecombobox.h
receivecoinsdialog.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
receivecoinsdialog.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
receiverequestdialog.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
receiverequestdialog.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
recentrequeststablemodel.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
recentrequeststablemodel.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
rpcconsole.cpp Remove more implicit fallthrough compiler warnings 2021-09-01 20:52:06 -07:00
rpcconsole.h Add a form dialog for adding peers 2021-06-05 15:23:01 -04:00
sendcoinsdialog.cpp Revise fee UI 2021-09-21 23:17:56 +01:00
sendcoinsdialog.h Revise fee UI 2021-09-21 23:17:56 +01:00
sendcoinsentry.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
sendcoinsentry.h
signverifymessagedialog.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
signverifymessagedialog.h
splashscreen.cpp Fix for Boost 1.74 2021-02-02 03:54:57 -08:00
splashscreen.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
trafficgraphwidget.cpp Fixed for Qt 5 2021-02-02 03:56:23 -08:00
trafficgraphwidget.h
transactiondesc.cpp qt: translate more user-exposed strings 2021-08-14 01:56:07 +02:00
transactiondesc.h
transactiondescdialog.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
transactiondescdialog.h
transactionfilterproxy.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
transactionfilterproxy.h
transactionrecord.cpp [Qt] fix transaction details output-index to reflect vout index 2017-01-26 13:22:36 +01:00
transactionrecord.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
transactiontablemodel.cpp Fix for Boost 1.74 2021-02-02 03:54:57 -08:00
transactiontablemodel.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
transactionview.cpp [qt] only allow https explorer links 2021-02-27 22:53:15 +01:00
transactionview.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
utilitydialog.cpp qt: translate more user-exposed strings 2021-08-14 01:56:07 +02:00
utilitydialog.h Re-add paperwallet printer (#1467) 2019-03-25 05:36:12 +00:00
verticallabel.cpp Re-add paperwallet printer (#1467) 2019-03-25 05:36:12 +00:00
verticallabel.h Re-add paperwallet printer (#1467) 2019-03-25 05:36:12 +00:00
walletframe.cpp Add GUI to import private keys 2021-05-23 19:37:09 -07:00
walletframe.h Add GUI to import private keys 2021-05-23 19:37:09 -07:00
walletmodel.cpp Fix for Boost 1.74 2021-02-02 03:54:57 -08:00
walletmodel.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
walletmodeltransaction.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
walletmodeltransaction.h
walletview.cpp Add GUI to import private keys 2021-05-23 19:37:09 -07:00
walletview.h Add GUI to import private keys 2021-05-23 19:37:09 -07:00
winshutdownmonitor.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
winshutdownmonitor.h