aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | scripted-diff: Remove Q_FOREACHJorge Timón2017-06-051-2/+2
|/ | | | | | -BEGIN VERIFY SCRIPT- sed -i 's/Q_FOREACH *(\(.*\),/for (\1 :/' ./src/*.h ./src/*.cpp ./src/*/*.h ./src/*/*.cpp ./src/*/*/*.h ./src/*/*/*.cpp ; -END VERIFY SCRIPT-
* Merge #10390: [wallet] remove minimum total fee optionWladimir J. van der Laan2017-05-221-24/+0
|\ | | | | | | | | | | 091a9ae remove minimum total fee option (Gregory Sanders) Tree-SHA512: 9be4df3dab0219f30917211408f47b242f7c96dd7663b06ab1cf3cc63027f14956dc680883be6c58673b6452d0f339cf893694e4f21d0d248e70760614d5a344
| * remove minimum total fee optionGregory Sanders2017-05-111-24/+0
| |
* | [Qt] simple fee bumper with user verificationJonas Schnelli2017-05-111-2/+0
|/
* [qt] Don't call method on null WalletModel objectRussell Yanofsky2017-04-201-1/+3
| | | | | This doesn't crash currently because the method doesn't access any object members, but this behavior is fragile and incompatible with #10102.
* Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-1/+2
|
* Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a ↵Jonas Schnelli2017-03-171-0/+10
|\ | | | | | | | | | | | | | | | | | | 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
| * [Qt] Change RBF checkbox to reflect -walletrbf settingRussell Yanofsky2017-01-251-0/+1
| | | | | | | | | | | | Before this commit, the checkbox would always start off unchecked. After this commit it will respect the -walletrbf setting (which is currently false by default).
| * [Qt] Add simple optin-RBF checkbox and confirmation infoJonas Schnelli2017-01-251-0/+9
| |
* | Merge #9481: [Qt] Show more significant warning if we fall back to the ↵Wladimir J. van der Laan2017-03-141-0/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | default fee 7abe7bb Qt/Send: Give fallback fee a reasonable indent (Luke Dashjr) 3e4d7bf Qt/Send: Figure a decent warning colour from theme (Luke Dashjr) c5adf8f [Qt] Show more significant warning if we fall back to the default fee (Jonas Schnelli) Tree-SHA512: 9e85b5b398d7a49aaf6c42578d63750b1b7aa9cc9e84d008fe21d6c53f1ffe2fb69286a1a764e634ebca3286564615578eea0a1bc883e4b332be8306d9883d14
| * | 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
| |