aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
AgeCommit message (Expand)Author
2020-03-19refactor: Get rid of Wallet::IsWalletFlagSet methodRussell Yanofsky
2019-11-19refactor: Move SendCoinsRecipient in own headerHennadii Stepanov
2019-10-29wallet: Remove left-over BIP70 commentFabian Jahr
2019-10-26Merge #17120: gui: Fix start timer from non QThreadWladimir J. van der Laan
2019-10-24Remove BIP70 Supportfanquake
2019-10-24Merge #17154: wallet: Remove return value from CommitTransactionWladimir J. van der Laan
2019-10-18[wallet] Remove return value from CommitTransaction()John Newbery
2019-10-15Remove unused includespracticalswift
2019-10-14gui: Fix start timer from non QThreadJoão Barbosa
2019-05-09Give WalletModel::UnlockContext move semanticsPieter Wuille
2019-01-23Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow
2019-01-21Check for more than private keys disabled to show receive buttonAndrew Chow
2019-01-13Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2019-01-09Merge #15109: refactor: Use C++11 default member initializersWladimir J. van der Laan
2019-01-05Use C++11 default member initializersMarcoFalke
2019-01-04qt: Factor out WalletModel::getDisplayName()João Barbosa
2018-10-09build: Add --disable-bip70 configure optionWladimir J. van der Laan
2018-08-20Merge #12818: [qt] TransactionView: highlight replacement tx after fee bumpMarcoFalke
2018-08-01[qt] TransactionView: highlight replacement tx after fee bumpSjors Provoost
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-12[Qt] Disable creating receive addresses when private keys are disabledJonas Schnelli
2018-06-18ui: Support wallets unloaded dynamicallyJoão Barbosa
2018-04-25[tests] [qt] Add tests for address book manipulation via EditAddressDialogJames O'Beirne
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Use WalletBalances struct in QtRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt transaction table filesRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/paymentserver.cppRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/coincontroldialog.cppRussell Yanofsky
2018-04-04Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky
2018-03-26Merge #12610: Multiwallet for the GUIJonas Schnelli
2018-03-26Qt: When multiple wallets are used, include in notifications the nameJonas Schnelli
2018-03-26Qt: Add wallet selector to debug consoleJonas Schnelli
2018-03-17wallet: Change output type globals to membersMarcoFalke
2018-03-06Qt: Ensure UI updates only come from the currently selected walletViewLuke Dashjr
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
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-09-05qt: Use IsMine to validate custom change addressChris Moore
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-14Make CoinControl a required argument to CreateTransactionAlex Morcos
2017-05-24[Qt] hide bump context menu action if tx already has been bumpedJonas Schnelli
2017-05-11[Qt] simple fee bumper with user verificationJonas Schnelli
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-11-07Get rid of nType and nVersionPieter Wuille
2016-10-30[qt] Return useful error message on ATMP failureMarcoFalke
2016-10-28[Qt] Hide nTxConfirmTarget behind WalletModelJonas Schnelli
2016-10-19Merge #8774: Qt refactors to better abstract wallet accessJonas Schnelli