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