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
/
walletmodeltransaction.cpp
Age
Commit message (
Expand
)
Author
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-24
Remove BIP70 Support
fanquake
2019-07-18
Get rid of PendingWalletTx class.
Russell Yanofsky
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-03-06
Remove remaining wallet accesses to node globals
Russell Yanofsky
2018-10-09
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-03-07
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-17
Merge #10920: [qt] Fix potential memory leak in newPossibleKey(ChangeCWallet ...
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-08-07
[qt] Fix potential memory leak in newPossibleKey(ChangeCWallet *wallet)
practicalswift
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-05-09
[wallet] Remove CTransaction&() helper conversion operator from wallet implem...
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-09-23
Do not shadow in src/qt
Pavel Janík
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-03-20
Merge pull request #5745
Wladimir J. van der Laan
2015-03-13
Subtract fee from amount
Cozz Lovan
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-19
[Qt] Add Smartfee to GUI
Cozz Lovan
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
qt: add license header to source files
Wladimir J. van der Laan
2013-09-28
several small Qt-related fixes
Philip Kaufmann
2013-08-31
qt: Display txfee in first sendCoinsDialog message box
Jonas Schnelli