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
/
peertablemodel.h
Age
Commit message (
Expand
)
Author
2022-03-16
gui: add Age column to peers tab
randymcmillan
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-08-11
Merge bitcoin-core/gui#317: Add Direction column to Peers Tab
Hennadii Stepanov
2021-06-28
qt: Emit dataChanged signal to dynamically re-sort Peers table
Hennadii Stepanov
2021-06-07
qt: Handle peer addition/removal in a right way
Hennadii Stepanov
2021-05-27
qt: Drop PeerTablePriv class
Hennadii Stepanov
2021-05-27
qt, refactor: Use default arguments for overridden functions
Hennadii Stepanov
2021-05-26
gui: add Direction column to peers tab
Jon Atack
2021-05-25
qt: add translator comments for peers table columns
Jarol Rodriguez
2021-05-05
gui: rename "Peer Id" to "Peer" in tab column and details area
Jon Atack
2021-03-07
qt, refactor: Drop no longer used PeerTableModel::getRowByNodeId func
Hennadii Stepanov
2021-03-07
qt, refactor: Drop no longer used PeerTableModel::sort function
Hennadii Stepanov
2021-02-06
gui: add "Type" column to Peers main window
Jon Atack
2020-12-30
qt, refactor: Drop no longer used PeerTableModel::getNodeStats function
Hennadii Stepanov
2020-12-30
qt: Add PeerTableModel::StatsRole
Hennadii Stepanov
2020-12-27
gui: rename peer tab column headers, initialize in .h
Hennadii Stepanov
2020-12-27
gui: add network column in peers tab/window
Jon Atack
2020-05-08
refactor: Use override for non-final overriders
Hennadii Stepanov
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-02-03
gui: Drop PeerTableModel dependency to ClientModel
João Barbosa
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-05
Merge #10244: Refactor: separate gui from wallet and node
Wladimir J. van der Laan
2018-04-04
Remove direct bitcoin calls from qt/peertablemodel.cpp
Russell Yanofsky
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-16
Add Sent and Received information to the debug menu peer list
Aaron Golliver
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-11-23
qt: Plug many memory leaks
Wladimir J. van der Laan
2016-09-08
gui: add NodeID to the peer table
Cory Fields
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-03
Fix all header defines
Pavel Janík
2014-08-04
[Qt] tweak new peers tab in console window
Philip Kaufmann
2014-06-03
[Qt] style police and small addition in rpcconsole
Philip Kaufmann
2014-06-03
Qt: Add GUI view of peer information. #4133
Ashley Holman