aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
AgeCommit message (Expand)Author
2018-02-13qt: Initialize members in WalletModelMarcoFalke
2018-02-07Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke
2018-01-16[qt] receive tab: bech32 address opt-in checkboxSjors Provoost
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-22[Wallet] Use RBF by default in QT onlySjors Provoost
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-10[wallet] Change feebumper from class to functionsRussell Yanofsky
2017-11-10[refactor] Make feebumper namespaceRussell Yanofsky
2017-11-10[trivial] Rename feebumper variables according to project code styleRussell Yanofsky
2017-11-09Fix qt build broken by 5a5e4e9Matt Corallo
2017-09-22Use static_cast instead of C-style casts for non-fundamental typespracticalswift
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-09-05Merge #11247: qt: Use IsMine to validate custom change addressMarcoFalke
2017-09-05qt: Use IsMine to validate custom change addressChris Moore
2017-08-18Merge #11039: Avoid second mapWallet lookupWladimir J. van der Laan
2017-08-14wallet: Avoid second mapWallet lookupJoão Barbosa
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-07-14Refactor to use CoinControl in GetMinimumFee and FeeBumperAlex Morcos
2017-07-14Make CoinControl a required argument to CreateTransactionAlex Morcos
2017-07-10Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos
2017-07-06Introduce a fee estimate mode.Alex Morcos
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-06-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón
2017-06-05scripted-diff: Remove Q_FOREACHJorge Timón
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-05-24[Qt] hide bump context menu action if tx already has been bumpedJonas Schnelli
2017-05-23Merge #10295: [qt] Move some WalletModel functions into CWalletWladimir J. van der Laan
2017-05-18[qt] Remove excess logicpracticalswift
2017-05-17[qt] Move some WalletModel functions into CWalletRussell Yanofsky
2017-05-11Make sure we use nTxConfirmTarget during Qt fee bumpsJonas Schnelli
2017-05-11Show old-fee, increase a new-fee in Qt fee bumper confirmation dialogJonas Schnelli
2017-05-11[Qt] simple fee bumper with user verificationJonas Schnelli
2017-04-13Missing includesJorge Timón
2017-03-17Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a tr...Jonas Schnelli
2017-03-10Add COutput::fSafe member for safe handling of unconfirmed outputsRussell Yanofsky
2017-01-25[Qt] Change RBF checkbox to reflect -walletrbf settingRussell Yanofsky
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-06Fix missed change to WalletTx structureAlex Morcos
2016-12-02Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-10-30[qt] Return useful error message on ATMP failureMarcoFalke
2016-10-28Merge #8989: [Qt] overhaul smart-fee slider, adjust default confirmation targetWladimir J. van der Laan
2016-10-28[Qt] Hide nTxConfirmTarget behind WalletModelJonas Schnelli
2016-10-26Return useful error message on ATMP failureinstagibbs
2016-10-19Merge #8774: Qt refactors to better abstract wallet accessJonas Schnelli
2016-10-04Qt: Get the private key for signing messages via WalletModelLuke Dashjr
2016-09-23Do not shadow in src/qtPavel Janík
2016-09-21[qt] WalletModel: Expose disablewalletMarcoFalke