aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.cpp
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-1/+1
|
* Initial back end framework to separate wallet and relay fees + dust.Michi Lumin2021-07-301-1/+2
|
* Update QT client messages and translations to Doge equivalents (#1429)Ross Nicoll2019-03-251-1/+1
| | | | Update QT client messages and translations to Doge equivalents.
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-191-1/+2
| | | | | | | | | * Modify chain consensus parameters to be height aware * Correct implementation of simplified rewards in parameters * Correct max money * Use base block version in IsSuperMajority() instead of full version * Correct mining of blocks in AuxPoW tests * Add in missing pre-AuxPoW consensus checks
* Merge #9481 via remote-tracking branch 'jonas/2017/01/fee_warning' into ↵Luke Dashjr2017-06-051-0/+7
|\ | | | | | | 0.14.2_fixes
| * Qt/Send: Give fallback fee a reasonable indentLuke Dashjr2017-02-171-0/+2
| |
| * Qt/Send: Figure a decent warning colour from themeLuke Dashjr2017-02-171-0/+3
| |
| * [Qt] Show more significant warning if we fall back to the default feeJonas Schnelli2017-01-061-0/+2
| |
* | [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
| |
* | qt: Use nPowTargetSpacing constantMarcoFalke2017-01-191-1/+2
|/
* Merge #9413: [CoinControl] Allow non-wallet owned change addressesJonas Schnelli2017-01-051-0/+13
|\ | | | | | | 54f8026 [CoinControl] Allow non-wallet owned change addresses (Jonas Schnelli)
| * [CoinControl] Allow non-wallet owned change addressesJonas Schnelli2016-12-231-0/+13
| |
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/ | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* Merge #9260: Mrs Peacock in The Library with The Candlestick (killed ↵Pieter Wuille2016-12-021-1/+1
|\ | | | | | | | | | | | | | | main.{h,cpp}) 76faa3c Rename the remaining main.{h,cpp} to validation.{h,cpp} (Matt Corallo) e736772 Move network-msg-processing code out of main to its own file (Matt Corallo) 87c35f5 Remove orphan state wipe from UnloadBlockIndex. (Matt Corallo)
| * Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
| |
* | Make GUI incapable of setting tx confirm target of 1Alex Morcos2016-11-291-4/+4
|/
* [qt] Return useful error message on ATMP failureMarcoFalke2016-10-301-1/+1
|
* [Qt] overhaul smart-fee slider, adjust default confirmation targetJonas Schnelli2016-10-281-7/+25
|
* moveonly: move `coincontrol` to `src/wallet`Wladimir J. van der Laan2016-10-211-1/+1
|
* Do not shadow in src/qtPavel Janík2016-09-231-23/+23
|
* [Qt][CoinControl] fix UI bug that could result in paying unexpected feeJonas Schnelli2016-09-071-1/+4
|
* [qt] Remove Priority from coincontrol dialogMarcoFalke2016-08-241-9/+0
|
* Report reindexing progress in GUIPieter Wuille2016-05-171-1/+1
|
* Qt: Delay user confirmation of sendTyler Hardin2016-05-091-4/+49
| | | | | | | | | | I made a subclass of QMessageBox that disables the send button in exec() and starts a timer that calls a slot to re-enable it after a configurable delay. It also has a countdown in the send/yes button while it is disabled to hint to the user why the send button is disabled (and that it is actually supposed to be disabled).
* [qt] Remove unneeded "fSendFreeTransactions" checkMarcoFalke2016-03-171-2/+0
|
* [qt] Remove 0-fee from send dialogMarcoFalke2016-03-141-6/+0
|
* Merge pull request #7329Wladimir J. van der Laan2016-01-181-1/+1
|\ | | | | | | 9d263bd Typo fixes in comments (Chris Wheeler)
| * Typo fixes in commentsChris Wheeler2016-01-171-1/+1
| |
* | Add sane fallback for fee estimationAlex Morcos2016-01-051-2/+4
|/ | | | Add new commandline option "-fallbackfee" to use when fee estimation does not have sufficient data.
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\ | | | | | | | | | | fa71669 [devtools] Use git pretty-format for year parsing (MarcoFalke) fa24439 Bump copyright headers to 2015 (MarcoFalke) fa6ad85 [devtools] Rewrite fix-copyright-headers.py (MarcoFalke)
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| |
* | [Qt] fix coincontrol update issue when deleting a send coin entryJonas Schnelli2016-01-041-3/+3
|/
* [Qt] improve minimum absolute fee optionJonas Schnelli2015-11-301-5/+22
| | | | - Only display the minimum absolute fee control if CoinControl is enabled
* [Qt] call GuessVerificationProgress synchronous during core signal, pass ↵Jonas Schnelli2015-11-301-1/+1
| | | | double over UI signal
* [Qt] reduce cs_main in getVerificationProgress()Jonas Schnelli2015-11-301-1/+1
|
* Merge pull request #6134Wladimir J. van der Laan2015-11-271-2/+3
|\ | | | | | | | | | | | | | | | | | | e304432 Pass reference to estimateSmartFee and cleanup whitespace (Suhas Daftuar) 56106a3 Expose RPC calls for estimatesmart functions (Alex Morcos) e93a236 add estimateSmartFee to the unit test (Alex Morcos) 6303051 EstimateSmart functions consider mempool min fee (Alex Morcos) f22ac4a Increase success threshold for fee estimation to 95% (Alex Morcos) 4fe2823 Change wallet and GUI code to use new smart fee estimation calls. (Alex Morcos) 22eca7d Add smart fee estimation functions (Alex Morcos)
| * Change wallet and GUI code to use new smart fee estimation calls.Alex Morcos2015-11-161-2/+3
| |
* | Merge pull request #6951Jonas Schnelli2015-11-181-1/+1
|\ \ | |/ |/| | | 513686d [qt] Use maxTxFee instead of 10000000 (MarcoFalke)
| * [qt] Use maxTxFee instead of 10000000MarcoFalke2015-11-051-1/+1
| |
* | Merge pull request #6962Wladimir J. van der Laan2015-11-091-2/+3
|\ \ | |/ |/| | | 6dd3a44 translations: Don't translate markdown or force English grammar (MarcoFalke)
| * translations: Don't translate markdown or force English grammarMarcoFalke2015-11-091-2/+3
| |
* | [qt] Properly display required fee instead of minTxFeeMarcoFalke2015-11-031-5/+5
|/
* [QT] fix thin space word wrap line brake issueJonas Schnelli2015-09-181-2/+2
| | | | | | The thin space QT html hack results in cut-off chars/nums after a line break. Avoid word wrap line breaks by using a smaller font and a line break before each alternative value)
* Merge pull request #6415Wladimir J. van der Laan2015-08-141-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | d042854 SQUASH "Implement watchonly support in fundrawtransaction" (Matt Corallo) 428a898 SQUASH "Add have-pubkey distinction to ISMINE flags" (Matt Corallo) 6bdb474 Implement watchonly support in fundrawtransaction (Matt Corallo) f5813bd Add logic to track pubkeys as watch-only, not just scripts (Matt Corallo) d3354c5 Add have-pubkey distinction to ISMINE flags (Matt Corallo) 5c17059 Update importaddress help to push its use to script-only (Matt Corallo) a1d7df3 Add importpubkey method to import a watch-only pubkey (Matt Corallo) 907a425 Add p2sh option to importaddress to import redeemScripts (Matt Corallo) 983d2d9 Split up importaddress into helper functions (Matt Corallo) cfc3dd3 Also remove pay-2-pubkey from watch when adding a priv key (Matt Corallo)
| * Add logic to track pubkeys as watch-only, not just scriptsMatt Corallo2015-07-201-2/+1
| |
* | qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce a PlatformStyle to handle platform-specific customization of the UI. This replaces 'scicon', as well as #ifdefs to determine whether to place icons on buttons. The selected PlatformStyle defaults to the platform that the application was compiled on, but can be overridden from the command line with `-uiplatform=<x>`. Also fixes the warning from #6328.
* | Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+1
| | | | | | | | | | | | -Move from .h to .cpp: in main, net and wallet -Remove unnecessary #include "main.h" -Cleanup some wallet files includes
* | TRIVIAL: Missing includesJorge Timón2015-07-231-0/+1
|/
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-3/+3
| | | | | | | | QT_NO_KEYWORDS prevents Qt from defining the `foreach`, `signals`, `slots` and `emit` macros. Avoid overlap between Qt macros and boost - for example #undef hackiness in #6421.