aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactiontablemodel.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-09Remove useless mapRequest tracking that just effects Qt display.Matt Corallo
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt transaction table filesRussell Yanofsky
2018-03-07qt: Remove TransactionTableModel::TxIDRoleJoão Barbosa
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-30Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke
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-10-09Use range-based for loops (C++11) when looping over map elementspracticalswift
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-09Remove unused Boost includespracticalswift
2017-06-05scripted-diff: Remove Q_FOREACHJorge Timón
2017-05-24[Qt] make sure transaction table entry gets updated after bumpJonas Schnelli
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-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-09-23Do not shadow in src/qtPavel Janík
2016-04-04[Qt] Support for abandoned/abandoning transactionsJonas Schnelli
2016-03-07QT: Add 'copy full transaction details' optionEric Shaw
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-19ui: Add "Copy raw transaction data" to transaction list context menuWladimir J. van der Laan
2015-07-31qt: Introduce PlatformStyleWladimir J. van der Laan
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2015-04-01Merge pull request #5833Wladimir J. van der Laan
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2015-02-26GUI: Clarify terminology; use "Label" heading for labels row, and "Node/Servi...Luke Dashjr
2015-01-31Remove whitespaces before double colon in errors and logsPavel Janík
2014-12-27Adopt style colour for button iconsLuke Dashjr
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-10-28qt: Move transaction notification to transaction table modelWladimir J. van der Laan
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-18Merge pull request #4667Wladimir J. van der Laan
2014-08-28[Qt] minor watch-only changesPhilip Kaufmann
2014-08-28[Qt] simplify return code and return values in txtablemodelPhilip Kaufmann
2014-08-28[Qt] add all used colors in txtablemodel to guiconstantsPhilip Kaufmann
2014-08-11[Qt] Add column Watch-only to transactions listCozz Lovan
2014-07-31qt: Remove an obscure option no-one cares aboutWladimir J. van der Laan
2014-07-25[Qt] small Qt-only include cleanupPhilip Kaufmann
2014-07-21Revert "UI to alert of respend attempt affecting wallet."Wladimir J. van der Laan
2014-07-21Revert "Formatting, spelling, comment fixes."Wladimir J. van der Laan
2014-07-07Remove unused fAlign argument from BitcoinUnits::format and friendsRoy Badami
2014-07-07Merge remote-tracking branch 'upstream/master'Roy Badami
2014-07-07Merge pull request #4045Wladimir J. van der Laan
2014-07-03Merge pull request #4302Wladimir J. van der Laan
2014-07-02Watchonly transactions are marked in transaction historyJaSK
2014-07-01qt: Change serious messages from qDebug to qWarningWladimir J. van der Laan
2014-06-27Formatting, spelling, comment fixes.Tom Harding