aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-7/+6
* Merge #11247: qt: Use IsMine to validate custom change addressMarcoFalke2017-09-051-2/+2
|\
| * qt: Use IsMine to validate custom change addressChris Moore2017-09-051-2/+2
* | Merge #11039: Avoid second mapWallet lookupWladimir J. van der Laan2017-08-181-3/+4
|\ \
| * | wallet: Avoid second mapWallet lookupJoão Barbosa2017-08-141-3/+4
| |/
* / scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-1/+1
|/
* Refactor to use CoinControl in GetMinimumFee and FeeBumperAlex Morcos2017-07-141-1/+4
* Make CoinControl a required argument to CreateTransactionAlex Morcos2017-07-141-2/+2
* Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos2017-07-101-1/+1
* Introduce a fee estimate mode.Alex Morcos2017-07-061-0/+1
* Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan2017-07-041-1/+0
|\
| * scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* | Fixed multiple typosDimitris Tsapakidis2017-06-221-1/+1
|/
* scripted-diff: Remove Q_FOREACHJorge Timón2017-06-051-3/+3
* scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-1/+1
* [Qt] hide bump context menu action if tx already has been bumpedJonas Schnelli2017-05-241-2/+2
* Merge #10295: [qt] Move some WalletModel functions into CWalletWladimir J. van der Laan2017-05-231-49/+7
|\
| * [qt] Move some WalletModel functions into CWalletRussell Yanofsky2017-05-171-49/+7
* | [qt] Remove excess logicpracticalswift2017-05-181-3/+1
* | Make sure we use nTxConfirmTarget during Qt fee bumpsJonas Schnelli2017-05-111-1/+1
* | Show old-fee, increase a new-fee in Qt fee bumper confirmation dialogJonas Schnelli2017-05-111-3/+18
* | [Qt] simple fee bumper with user verificationJonas Schnelli2017-05-111-0/+70
|/
* Missing includesJorge Timón2017-04-131-0/+1
* Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a tr...Jonas Schnelli2017-03-171-0/+5
|\
| * [Qt] Change RBF checkbox to reflect -walletrbf settingRussell Yanofsky2017-01-251-0/+5
* | Add COutput::fSafe member for safe handling of unconfirmed outputsRussell Yanofsky2017-03-101-3/+3
|/
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Fix missed change to WalletTx structureAlex Morcos2016-12-061-2/+1
* Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille2016-12-021-6/+6
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-0/+2
* [qt] Return useful error message on ATMP failureMarcoFalke2016-10-301-1/+1
* Merge #8989: [Qt] overhaul smart-fee slider, adjust default confirmation targetWladimir J. van der Laan2016-10-281-0/+5
|\
| * [Qt] Hide nTxConfirmTarget behind WalletModelJonas Schnelli2016-10-281-0/+5
* | Return useful error message on ATMP failureinstagibbs2016-10-261-1/+3
|/
* Merge #8774: Qt refactors to better abstract wallet accessJonas Schnelli2016-10-191-0/+5
|\
| * Qt: Get the private key for signing messages via WalletModelLuke Dashjr2016-10-041-0/+5
* | Do not shadow in src/qtPavel Janík2016-09-231-6/+6
* | [qt] WalletModel: Expose disablewalletMarcoFalke2016-09-211-0/+5
* | net: Pass CConnection to wallet rather than using the globalCory Fields2016-09-081-1/+1
* | [Qt] add HD enabled/disabled icon to the status barJonas Schnelli2016-08-191-0/+5
* | Move BackupWallet to CWallet::BackupWalletPatrick Strateman2016-05-161-1/+1
* | Merge #7688: List solvability in listunspent output and improve helpWladimir J. van der Laan2016-04-251-3/+3
|\ \
| * | List solvability in listunspent output and improve helpPieter Wuille2016-03-141-3/+3
* | | [Qt] Support for abandoned/abandoning transactionsJonas Schnelli2016-04-041-0/+15
|/ /
* / Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|/
* [qt] Use maxTxFee instead of 10000000MarcoFalke2015-11-051-2/+4
* Merge pull request #6415Wladimir J. van der Laan2015-08-141-0/+5
|\
| * Add logic to track pubkeys as watch-only, not just scriptsMatt Corallo2015-07-201-0/+5
* | qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-2/+2