aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodeltransaction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-2/+2
* Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky2018-04-041-15/+5
* [wallet] Construct CWalletTx objects in CommitTransactionRussell Yanofsky2018-03-071-10/+4
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #10920: [qt] Fix potential memory leak in newPossibleKey(ChangeCWallet ...Wladimir J. van der Laan2017-11-171-4/+2
|\
| * [qt] Fix potential memory leak in newPossibleKey(ChangeCWallet *wallet)practicalswift2017-08-071-4/+2
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* | Merge #10368: [wallet] Remove helper conversion operator from walletWladimir J. van der Laan2017-11-091-1/+1
|\ \
| * | [wallet] Remove CTransaction&() helper conversion operator from wallet implem...Karl-Johan Alm2017-05-091-1/+1
* | | Add const to methods that do not modify the object for which it is calledpracticalswift2017-07-251-4/+4
| |/ |/|
* | scripted-diff: Remove Q_FOREACHJorge Timón2017-06-051-1/+1
|/
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille2016-12-021-2/+2
* Do not shadow in src/qtPavel Janík2016-09-231-2/+2
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-1/+2
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-1/+1
* Merge pull request #5745Wladimir J. van der Laan2015-03-201-1/+1
|\
| * [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-1/+1
* | Subtract fee from amountCozz Lovan2015-03-131-0/+32
|/
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* [Qt] Add Smartfee to GUICozz Lovan2014-11-191-0/+5
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-4/+4
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-0/+2
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* several small Qt-related fixesPhilip Kaufmann2013-09-281-2/+2
* qt: Display txfee in first sendCoinsDialog message boxJonas Schnelli2013-08-311-0/+56