index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
transactiontablemodel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: qt: Use vQueueNotifications.clear()
João Barbosa
2020-11-01
1
-1
/
+1
*
qt: Make transaction notification queue wallet specific
João Barbosa
2020-10-28
1
-11
/
+14
*
move-only: Define TransactionNotification before TransactionTablePriv
João Barbosa
2020-10-28
1
-27
/
+27
*
doc: Remove outdated comment in TransactionTablePriv
MarcoFalke
2020-06-30
1
-8
/
+3
*
qt: Fix regression in TransactionTableModel
Hennadii Stepanov
2020-06-22
1
-2
/
+2
*
scripted-diff: Make SeparatorStyle a scoped enum
Hennadii Stepanov
2020-06-18
1
-3
/
+3
*
Merge #14988: wallet: Fix for confirmed column in csv export for payment to s...
Jonas Schnelli
2020-05-29
1
-1
/
+1
|
\
|
*
wallet: Fix for exported confirmation field in payment to self transactions
Ben Carman
2019-10-13
1
-1
/
+1
*
|
Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.
furszy
2020-05-23
1
-4
/
+4
*
|
Switch transaction table to use wallet height not node height
Russell Yanofsky
2020-05-01
1
-1
/
+1
*
|
gui: Avoid redundant tx status updates
Russell Yanofsky
2020-01-09
1
-4
/
+5
*
|
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
|
Merge #15098: qt: Show addresses for "SendToSelf" transactions
fanquake
2019-10-09
1
-0
/
+1
|
\
\
|
*
|
Show addresses for "SendToSelf" transactions
Hennadii Stepanov
2019-01-06
1
-0
/
+1
*
|
|
refactor: replace qLowerBound & qUpperBound with std:: upper_bound & lower_bound
fanquake
2019-08-22
1
-2
/
+4
*
|
|
qt: Assert QMetaObject::invokeMethod result
João Barbosa
2019-07-08
1
-5
/
+10
*
|
|
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-4
/
+0
*
|
|
Merge #14556: qt: fix confirmed transaction labeled "open" (#13299)
Wladimir J. van der Laan
2019-01-15
1
-2
/
+3
|
\
\
\
|
*
|
|
Don't label transactions "Open" while catching up
Hennadii Stepanov
2019-01-03
1
-2
/
+3
|
|
|
/
|
|
/
|
*
|
|
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-13
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
1
-3
/
+2
*
|
Merge #14554: qt: Remove unused `adjustedTime` parameter
Wladimir J. van der Laan
2018-11-05
1
-3
/
+2
|
\
\
|
*
|
Remove unused `adjustedTime` parameter
Hennadii Stepanov
2018-10-28
1
-3
/
+2
|
|
/
*
/
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
|
/
*
Merge #13769: Mark single-argument constructors "explicit"
MarcoFalke
2018-08-27
1
-1
/
+1
|
\
|
*
Mark single-argument constructors "explicit"
practicalswift
2018-07-26
1
-1
/
+1
*
|
Merge #13961: util: Replace boost::signals2 with std::function
Wladimir J. van der Laan
2018-08-25
1
-1
/
+3
|
\
\
|
*
|
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-24
1
-1
/
+3
*
|
|
qt: Use new Qt5 connect syntax
João Barbosa
2018-08-21
1
-1
/
+1
|
/
/
*
/
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
/
*
Remove useless mapRequest tracking that just effects Qt display.
Matt Corallo
2018-07-09
1
-9
/
+0
*
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-07
1
-9
/
+9
*
Remove direct bitcoin calls from qt transaction table files
Russell Yanofsky
2018-04-04
1
-62
/
+38
*
qt: Remove TransactionTableModel::TxIDRole
João Barbosa
2018-03-07
1
-3
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-30
1
-3
/
+3
|
\
|
*
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-09
1
-3
/
+3
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-17
/
+17
*
|
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-11-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
[wallet] Remove CTransaction&() helper conversion operator from wallet implem...
Karl-Johan Alm
2017-05-09
1
-1
/
+1
*
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-1
/
+1
|
\
\
|
*
|
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-06-05
1
-1
/
+1
*
|
|
Remove unused Boost includes
practicalswift
2017-06-09
1
-2
/
+0
|
/
/
*
/
[Qt] make sure transaction table entry gets updated after bump
Jonas Schnelli
2017-05-24
1
-0
/
+4
|
/
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Do not shadow in src/qt
Pavel Janík
2016-09-23
1
-9
/
+9
*
[Qt] Support for abandoned/abandoning transactions
Jonas Schnelli
2016-04-04
1
-0
/
+10
*
QT: Add 'copy full transaction details' option
Eric Shaw
2016-03-07
1
-0
/
+28
[next]