aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
Commit message (Expand)AuthorAgeFilesLines
* Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow2019-01-231-0/+4
* Check for more than private keys disabled to show receive buttonAndrew Chow2019-01-211-0/+1
* Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-1/+1
* Merge #15109: refactor: Use C++11 default member initializersWladimir J. van der Laan2019-01-091-1/+1
|\
| * Use C++11 default member initializersMarcoFalke2019-01-051-1/+1
* | qt: Factor out WalletModel::getDisplayName()João Barbosa2019-01-041-1/+2
|/
* build: Add --disable-bip70 configure optionWladimir J. van der Laan2018-10-091-0/+16
* Merge #12818: [qt] TransactionView: highlight replacement tx after fee bumpMarcoFalke2018-08-201-1/+1
|\
| * [qt] TransactionView: highlight replacement tx after fee bumpSjors Provoost2018-08-011-1/+1
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* [Qt] Disable creating receive addresses when private keys are disabledJonas Schnelli2018-07-121-0/+1
* ui: Support wallets unloaded dynamicallyJoão Barbosa2018-06-181-0/+4
* [tests] [qt] Add tests for address book manipulation via EditAddressDialogJames O'Beirne2018-04-251-0/+2
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-16/+16
* Use WalletBalances struct in QtRussell Yanofsky2018-04-041-2/+1
* Remove direct bitcoin calls from qt transaction table filesRussell Yanofsky2018-04-041-2/+1
* Remove direct bitcoin calls from qt/paymentserver.cppRussell Yanofsky2018-04-041-1/+1
* Remove direct bitcoin calls from qt/coincontroldialog.cppRussell Yanofsky2018-04-041-4/+0
* Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky2018-04-041-39/+20
* Merge #12610: Multiwallet for the GUIJonas Schnelli2018-03-261-1/+6
|\
| * Qt: When multiple wallets are used, include in notifications the nameJonas Schnelli2018-03-261-0/+3
| * Qt: Add wallet selector to debug consoleJonas Schnelli2018-03-261-0/+2
| * Qt: Ensure UI updates only come from the currently selected walletViewLuke Dashjr2018-03-061-1/+1
* | wallet: Change output type globals to membersMarcoFalke2018-03-171-1/+1
* | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-0/+5
|/
* [qt] receive tab: bech32 address opt-in checkboxSjors Provoost2018-01-161-0/+4
* 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-2/+0
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* qt: Use IsMine to validate custom change addressChris Moore2017-09-051-1/+1
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* Make CoinControl a required argument to CreateTransactionAlex Morcos2017-07-141-1/+1
* [Qt] hide bump context menu action if tx already has been bumpedJonas Schnelli2017-05-241-1/+1
* [Qt] simple fee bumper with user verificationJonas Schnelli2017-05-111-0/+3
* [Qt] Change RBF checkbox to reflect -walletrbf settingRussell Yanofsky2017-01-251-0/+2
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Get rid of nType and nVersionPieter Wuille2016-11-071-1/+1
* [qt] Return useful error message on ATMP failureMarcoFalke2016-10-301-2/+6
* [Qt] Hide nTxConfirmTarget behind WalletModelJonas Schnelli2016-10-281-0/+2
* Merge #8774: Qt refactors to better abstract wallet accessJonas Schnelli2016-10-191-0/+1
|\
| * Qt: Get the private key for signing messages via WalletModelLuke Dashjr2016-10-041-0/+1
* | Merge #8658: Remove unused statements in serializationWladimir J. van der Laan2016-09-291-1/+0
|\ \
| * | [WIP] Remove unused statement in serializationPavel Janík2016-09-091-1/+0
* | | Do not shadow in src/qtPavel Janík2016-09-231-4/+4
* | | [qt] WalletModel: Expose disablewalletMarcoFalke2016-09-211-0/+2
|/ /
* | [Qt] add HD enabled/disabled icon to the status barJonas Schnelli2016-08-191-0/+2
* | [Qt] Support for abandoned/abandoning transactionsJonas Schnelli2016-04-041-0/+3
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|/
* Merge pull request #6415Wladimir J. van der Laan2015-08-141-0/+1
|\
| * Add logic to track pubkeys as watch-only, not just scriptsMatt Corallo2015-07-201-0/+1