Age | Commit message (Expand) | Author |
2023-01-17 | Merge bitcoin-core/gui#686: clang-tidy: Force checks for headers in `src/qt` | Hennadii Stepanov |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-16 | clang-tidy, qt: Fix `modernize-use-default-member-init` in headers | Hennadii Stepanov |
2022-05-17 | refactor: use C++11 default initializers | fanquake |
2022-04-13 | Merge bitcoin-core/gui#543: peers-tab: add connection duration column to tabl... | Hennadii Stepanov |
2022-04-04 | refactor: fix clang-tidy named args usage | fanquake |
2022-03-16 | gui: add Age column to peers tab | randymcmillan |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-08-26 | Remove GetAddrName | MarcoFalke |
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 | 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-26 | gui: add Direction column to peers tab | Jon Atack |
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 |