aboutsummaryrefslogtreecommitdiff
path: root/src/qt/peertablemodel.h
AgeCommit message (Expand)Author
2021-06-28qt: Emit dataChanged signal to dynamically re-sort Peers tableHennadii Stepanov
2021-06-07qt: Handle peer addition/removal in a right wayHennadii Stepanov
2021-05-27qt: Drop PeerTablePriv classHennadii Stepanov
2021-05-27qt, refactor: Use default arguments for overridden functionsHennadii Stepanov
2021-05-25qt: add translator comments for peers table columnsJarol Rodriguez
2021-05-05gui: rename "Peer Id" to "Peer" in tab column and details areaJon Atack
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-02-06gui: add "Type" column to Peers main windowJon Atack
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-05-08refactor: Use override for non-final overridersHennadii Stepanov
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-03gui: Drop PeerTableModel dependency to ClientModelJoão Barbosa
2019-01-13Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-05Merge #10244: Refactor: separate gui from wallet and nodeWladimir J. van der Laan
2018-04-04Remove direct bitcoin calls from qt/peertablemodel.cppRussell Yanofsky
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
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
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
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-09-08gui: add NodeID to the peer tableCory Fields
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-07-23Includes: Cleanup around net main and walletJorge Timón
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-11-03Fix all header definesPavel Janík
2014-08-04[Qt] tweak new peers tab in console windowPhilip Kaufmann
2014-06-03[Qt] style police and small addition in rpcconsolePhilip Kaufmann
2014-06-03Qt: Add GUI view of peer information. #4133Ashley Holman