aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* [Qt] Disable creating receive addresses when private keys are disabledJonas Schnelli2018-07-121-0/+5
* ui: Support wallets unloaded dynamicallyJoão Barbosa2018-06-181-0/+8
* Add purpose arg to Wallet::getAddressJames O'Beirne2018-04-251-1/+2
* wallet: Make fee settings non-static membersMarcoFalke2018-04-231-1/+1
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-5/+5
* Use WalletBalances struct in QtRussell Yanofsky2018-04-041-1/+1
* Remove direct bitcoin calls from qt transaction table filesRussell Yanofsky2018-04-041-15/+4
* Remove direct bitcoin calls from qt/paymentserver.cppRussell Yanofsky2018-04-041-1/+1
* Remove direct bitcoin calls from qt/addresstablemodel.cppRussell Yanofsky2018-04-041-1/+1
* Remove direct bitcoin calls from qt/coincontroldialog.cppRussell Yanofsky2018-04-041-32/+0
* Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky2018-04-041-230/+76
* do not truncate .dat extension for wallets in guiGregory Sanders2018-03-261-5/+1
* Merge #12610: Multiwallet for the GUIJonas Schnelli2018-03-261-2/+18
|\
| * Qt: When multiple wallets are used, include in notifications the nameJonas Schnelli2018-03-261-0/+15
| * Qt: Ensure UI updates only come from the currently selected walletViewLuke Dashjr2018-03-061-2/+3
* | Merge #12716: Fix typos and cleanup in various filesMarcoFalke2018-03-211-1/+1
|\ \
| * | Fix typosDimitris Apostolou2018-03-211-1/+1
* | | wallet: Change output type globals to membersMarcoFalke2018-03-171-1/+1
|/ /
* | [wallet] Construct CWalletTx objects in CommitTransactionRussell Yanofsky2018-03-071-8/+8
* | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
|/
* qt: Initialize members in WalletModelMarcoFalke2018-02-131-0/+1
* Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-1/+1
|\
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-1/+1
* | [qt] receive tab: bech32 address opt-in checkboxSjors Provoost2018-01-161-0/+5
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | [Wallet] Use RBF by default in QT onlySjors Provoost2017-12-221-5/+0
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-26/+26
* | [wallet] Change feebumper from class to functionsRussell Yanofsky2017-11-101-30/+16
* | [refactor] Make feebumper namespaceRussell Yanofsky2017-11-101-3/+3
* | [trivial] Rename feebumper variables according to project code styleRussell Yanofsky2017-11-101-2/+2
* | Fix qt build broken by 5a5e4e9Matt Corallo2017-11-091-1/+1
|/
* 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