index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
walletmodel.cpp
Age
Commit message (
Expand
)
Author
2020-02-11
gui: Fix race in WalletModel::pollBalanceChanged
Russell Yanofsky
2020-01-15
QT: Change bumpFee asserts to simple error message
Gregory Sanders
2020-01-07
QT: bump fee returns PSBT on clipboard for watchonly-only wallets
Gregory Sanders
2019-11-13
[gui] watch-only wallet: copy PSBT to clipboard
Sjors Provoost
2019-10-26
Merge #17120: gui: Fix start timer from non QThread
Wladimir J. van der Laan
2019-10-24
Remove BIP70 Support
fanquake
2019-10-18
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-10-14
gui: Fix start timer from non QThread
João Barbosa
2019-07-18
Get rid of PendingWalletTx class.
Russell Yanofsky
2019-07-10
Merge #16322: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTran...
Wladimir J. van der Laan
2019-07-08
qt: Assert QMetaObject::invokeMethod result
João Barbosa
2019-07-02
wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction
João Barbosa
2019-06-28
[wallet] abort when attempting to fund a transaction above maxtxfee
Sjors Provoost
2019-05-09
Give WalletModel::UnlockContext move semantics
Pieter Wuille
2019-04-18
[wallet] Move maxTxFee to wallet
John Newbery
2019-02-10
[wallet] Support creating a blank wallet
Andrew Chow
2019-01-23
Notify the GUI that the keypool has changed to set the receive button
Andrew Chow
2019-01-21
Check for more than private keys disabled to show receive button
Andrew Chow
2019-01-18
gui: Use AutoConnection for WalletModel::unload signal
João Barbosa
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2019-01-09
Merge #15109: refactor: Use C++11 default member initializers
Wladimir J. van der Laan
2019-01-05
Use C++11 default member initializers
MarcoFalke
2019-01-04
qt: Factor out WalletModel::getDisplayName()
João Barbosa
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-20
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-09
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-08-30
[wallet] Kill accounts
John Newbery
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-08-20
Merge #12818: [qt] TransactionView: highlight replacement tx after fee bump
MarcoFalke
2018-08-01
[qt] TransactionView: highlight replacement tx after fee bump
Sjors Provoost
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-12
[Qt] Disable creating receive addresses when private keys are disabled
Jonas Schnelli
2018-06-18
ui: Support wallets unloaded dynamically
João Barbosa
2018-04-25
Add purpose arg to Wallet::getAddress
James O'Beirne
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Use WalletBalances struct in Qt
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt transaction table files
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/paymentserver.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/addresstablemodel.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/coincontroldialog.cpp
Russell Yanofsky
2018-04-04
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-03-26
do not truncate .dat extension for wallets in gui
Gregory Sanders
2018-03-26
Merge #12610: Multiwallet for the GUI
Jonas Schnelli
2018-03-26
Qt: When multiple wallets are used, include in notifications the name
Jonas Schnelli
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-17
wallet: Change output type globals to members
MarcoFalke
[next]