aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
AgeCommit message (Expand)Author
2021-04-05qt: Handle exceptions in WalletModel::pollBalanceChanged slotHennadii Stepanov
2020-10-28qt, wallet: Drop unused parameter in WalletModel::setWalletEncryptedHennadii Stepanov
2020-06-22qt: Fix regression in TransactionTableModelHennadii Stepanov
2020-05-29Merge #17993: gui: Balance/TxStatus polling update based on last block hash.Jonas Schnelli
2020-05-29Merge #17918: qt: Hide non PKHash-Addresses in signing address bookJonas Schnelli
2020-05-23Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy
2020-05-01Cancel wallet balance timer when shutdown requestedRussell Yanofsky
2020-05-01Switch transaction table to use wallet height not node heightRussell Yanofsky
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-10Merge #17905: gui: Avoid redundant tx status updatesMarcoFalke
2020-03-19refactor: Get rid of Wallet::IsWalletFlagSet methodRussell Yanofsky
2020-01-18qt: Hide non PKHash-Addresses in signing address bookEmil Engler
2020-01-09gui: Avoid redundant tx status updatesRussell 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