aboutsummaryrefslogtreecommitdiff
path: root/src/qt/peertablemodel.cpp
AgeCommit message (Expand)Author
2021-03-07qt, refactor: Drop no longer used PeerTableModel::getRowByNodeId funcHennadii Stepanov
2021-03-07qt, refactor: Drop no longer used PeerTableModel::sort functionHennadii Stepanov
2021-03-07qt: Use PeerTableSortProxy for sorting peer tableHennadii Stepanov
2021-03-07Merge bitcoin-core/gui#166: refactor: Use enum type as switch argument in *Ta...MarcoFalke
2021-03-03Change all ping times to std::chrono typesPieter Wuille
2021-02-22qt, refactor: Use enum type as switch argument in PeerTableModelHennadii Stepanov
2021-02-06gui: add "Type" column to Peers main windowJon Atack
2021-01-11Merge bitcoin-core/gui#161: Add PeerTableModel::StatsRole to prevent data lay...Jonas Schnelli
2021-01-02qt: Follow Qt docs when implementing rowCount and columnCountHennadii Stepanov
2020-12-30qt, refactor: Drop no longer used PeerTableModel::getNodeStats functionHennadii Stepanov
2020-12-30qt: Add PeerTableModel::StatsRoleHennadii Stepanov
2020-12-27gui: rename peer tab column headers, initialize in .hHennadii Stepanov
2020-12-27gui: add network column in peers tab/windowJon Atack
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-04refactor: Convert min ping time from double to int64_tBen Woosley
2020-02-03gui: Drop PeerTableModel dependency to ClientModelJoão Barbosa
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-29Use correct C++11 header for std::swap()Hennadii Stepanov
2019-10-15Remove unused includespracticalswift
2019-08-22refactor: replace qStableSort with std::stable_sortfanquake
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-01-13Replace remaining 0 with nullptr in Qt codeBen Woosley
2019-01-05Use C++11 default member initializersMarcoFalke
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-01Merge #13537: GUI: Peer table: Visualize inbound/outbound state for every rowJonas Schnelli
2018-06-26Show symbol for inbound/outbound in peer tablewodry
2018-06-18gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/peertablemodel.cppRussell Yanofsky
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-16Add Sent and Received information to the debug menu peer listAaron Golliver
2017-06-05scripted-diff: Remove Q_FOREACHJorge Timón
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-04-12net: define NodeId as an int64_tCory Fields
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-11-23qt: Plug many memory leaksWladimir J. van der Laan
2016-10-15Display minimum ping in debug window.R E Broadley
2016-09-08net: Add most functions needed for vNodes to CConnmanCory Fields
2016-09-08gui: add NodeID to the peer tableCory Fields
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2015-12-30Double semicolon cleanup.21E14
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-02[trivial] Fix typo in peertablemodel.cppMarcoFalke
2015-08-10[Qt] minor optimisations in peertablemodelPhilip Kaufmann
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan