aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodeltransaction.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky
2018-03-07[wallet] Construct CWalletTx objects in CommitTransactionRussell Yanofsky
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-17Merge #10920: [qt] Fix potential memory leak in newPossibleKey(ChangeCWallet ...Wladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-09Merge #10368: [wallet] Remove helper conversion operator from walletWladimir J. van der Laan
2017-08-07[qt] Fix potential memory leak in newPossibleKey(ChangeCWallet *wallet)practicalswift
2017-07-25Add const to methods that do not modify the object for which it is calledpracticalswift
2017-06-05scripted-diff: Remove Q_FOREACHJorge Timón
2017-05-09[wallet] Remove CTransaction&() helper conversion operator from wallet implem...Karl-Johan Alm
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-02Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille
2016-09-23Do not shadow in src/qtPavel Janík
2016-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2015-03-20Merge pull request #5745Wladimir J. van der Laan
2015-03-13Subtract fee from amountCozz Lovan
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-11-19[Qt] Add Smartfee to GUICozz Lovan
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-09-28several small Qt-related fixesPhilip Kaufmann
2013-08-31qt: Display txfee in first sendCoinsDialog message boxJonas Schnelli