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.cpp
Age
Commit message (
Expand
)
Author
2021-06-28
qt: Emit dataChanged signal to dynamically re-sort Peers table
Hennadii Stepanov
2021-06-07
Merge bitcoin-core/gui#164: Handle peer addition/removal in a right way
Hennadii Stepanov
2021-06-07
qt: Handle peer addition/removal in a right way
Hennadii Stepanov
2021-06-05
Merge bitcoin-core/gui#325: Align numbers in the "Peer Id" column to the right
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-15
qt, build: Optimize string concatenation
Hennadii Stepanov
2021-05-12
qt: Align numbers in the "Peer Id" column to the right
Hennadii Stepanov
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-03-07
qt: Use PeerTableSortProxy for sorting peer table
Hennadii Stepanov
2021-03-07
Merge bitcoin-core/gui#166: refactor: Use enum type as switch argument in *Ta...
MarcoFalke
2021-03-03
Change all ping times to std::chrono types
Pieter Wuille
2021-02-22
qt, refactor: Use enum type as switch argument in PeerTableModel
Hennadii Stepanov
2021-02-06
gui: add "Type" column to Peers main window
Jon Atack
2021-01-11
Merge bitcoin-core/gui#161: Add PeerTableModel::StatsRole to prevent data lay...
Jonas Schnelli
2021-01-02
qt: Follow Qt docs when implementing rowCount and columnCount
Hennadii Stepanov
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-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-04
refactor: Convert min ping time from double to int64_t
Ben Woosley
2020-02-03
gui: Drop PeerTableModel dependency to ClientModel
João Barbosa
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-29
Use correct C++11 header for std::swap()
Hennadii Stepanov
2019-10-15
Remove unused includes
practicalswift
2019-08-22
refactor: replace qStableSort with std::stable_sort
fanquake
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-05
Use C++11 default member initializers
MarcoFalke
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-01
Merge #13537: GUI: Peer table: Visualize inbound/outbound state for every row
Jonas Schnelli
2018-06-26
Show symbol for inbound/outbound in peer table
wodry
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/peertablemodel.cpp
Russell Yanofsky
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
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-04-12
net: define NodeId as an int64_t
Cory Fields
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-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-10-15
Display minimum ping in debug window.
R E Broadley
[next]