aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactiontablemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* refactor: qt: Use vQueueNotifications.clear()João Barbosa2020-11-011-1/+1
* qt: Make transaction notification queue wallet specificJoão Barbosa2020-10-281-11/+14
* move-only: Define TransactionNotification before TransactionTablePrivJoão Barbosa2020-10-281-27/+27
* doc: Remove outdated comment in TransactionTablePrivMarcoFalke2020-06-301-8/+3
* qt: Fix regression in TransactionTableModelHennadii Stepanov2020-06-221-2/+2
* scripted-diff: Make SeparatorStyle a scoped enumHennadii Stepanov2020-06-181-3/+3
* Merge #14988: wallet: Fix for confirmed column in csv export for payment to s...Jonas Schnelli2020-05-291-1/+1
|\
| * wallet: Fix for exported confirmation field in payment to self transactionsBen Carman2019-10-131-1/+1
* | Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy2020-05-231-4/+4
* | Switch transaction table to use wallet height not node heightRussell Yanofsky2020-05-011-1/+1
* | gui: Avoid redundant tx status updatesRussell Yanofsky2020-01-091-4/+5
* | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* | Merge #15098: qt: Show addresses for "SendToSelf" transactionsfanquake2019-10-091-0/+1
|\ \
| * | Show addresses for "SendToSelf" transactionsHennadii Stepanov2019-01-061-0/+1
* | | refactor: replace qLowerBound & qUpperBound with std:: upper_bound & lower_boundfanquake2019-08-221-2/+4
* | | qt: Assert QMetaObject::invokeMethod resultJoão Barbosa2019-07-081-5/+10
* | | Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-4/+0
* | | Merge #14556: qt: fix confirmed transaction labeled "open" (#13299)Wladimir J. van der Laan2019-01-151-2/+3
|\ \ \
| * | | Don't label transactions "Open" while catching upHennadii Stepanov2019-01-031-2/+3
| | |/ | |/|
* | | Replace remaining 0 with nullptr in Qt codeBen Woosley2019-01-131-1/+1
| |/ |/|
* | Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke2018-12-291-3/+2
|\ \ | |/ |/|
| * scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-201-3/+2
* | Merge #14554: qt: Remove unused `adjustedTime` parameterWladimir J. van der Laan2018-11-051-3/+2
|\ \
| * | Remove unused `adjustedTime` parameterHennadii Stepanov2018-10-281-3/+2
| |/
* / scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
|/
* Merge #13769: Mark single-argument constructors "explicit"MarcoFalke2018-08-271-1/+1
|\
| * Mark single-argument constructors "explicit"practicalswift2018-07-261-1/+1
* | Merge #13961: util: Replace boost::signals2 with std::functionWladimir J. van der Laan2018-08-251-1/+3
|\ \
| * | util: Replace boost::signals2 with std::functionMarcoFalke2018-08-241-1/+3
* | | qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-1/+1
|/ /
* / Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* Remove useless mapRequest tracking that just effects Qt display.Matt Corallo2018-07-091-9/+0
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-9/+9
* Remove direct bitcoin calls from qt transaction table filesRussell Yanofsky2018-04-041-62/+38
* qt: Remove TransactionTableModel::TxIDRoleJoão Barbosa2018-03-071-3/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke2017-11-301-3/+3
|\
| * Use range-based for loops (C++11) when looping over map elementspracticalswift2017-10-091-3/+3
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-17/+17
* | 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
* | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-1/+1
|\ \
| * | scripted-diff: Remove Q_FOREACHJorge Timón2017-06-051-1/+1
* | | Remove unused Boost includespracticalswift2017-06-091-2/+0
|/ /
* / [Qt] make sure transaction table entry gets updated after bumpJonas Schnelli2017-05-241-0/+4
|/
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Do not shadow in src/qtPavel Janík2016-09-231-9/+9
* [Qt] Support for abandoned/abandoning transactionsJonas Schnelli2016-04-041-0/+10
* QT: Add 'copy full transaction details' optionEric Shaw2016-03-071-0/+28