Age | Commit message (Expand) | Author |
2021-04-28 | Merge bitcoin-core/gui#18: Add peertablesortproxy module | Hennadii Stepanov |
2021-04-14 | qt, refactor: Use better QMenu::addAction overloaded function | Hennadii Stepanov |
2021-04-14 | qt: Do not assign Alt+<KEY> shortcuts to context menu actions | Hennadii Stepanov |
2021-03-23 | qt, refactor: Drop redundant setEditTriggers(NoEditTriggers) calls | Hennadii Stepanov |
2021-03-07 | Merge bitcoin-core/gui#221: qt, refactor: rpcconsole translatable string fixe... | MarcoFalke |
2021-03-07 | qt: Use PeerTableSortProxy for sorting peer table | Hennadii Stepanov |
2021-03-03 | Change all ping times to std::chrono types | Pieter Wuille |
2021-02-28 | Hoist repeated translated strings to RPCConsole struct members | Jon Atack |
2021-02-28 | RPCConsole::updateDetailWidget: convert strings to translated strings | Jon Atack |
2021-02-25 | gui: add "Last Block" (CNodeStats::nLastBlockTime) to peer details | Jon Atack |
2021-02-25 | gui: add "Last Tx" (CNodeStats::nLastTXTime) to peer details | Jon Atack |
2021-02-25 | qt: add RPCConsole::TimeDurationField helper, call systime only once | Jon Atack |
2021-02-22 | Merge bitcoin-core/gui#206: Display fRelayTxes and bip152_highbandwidth_{to, ... | MarcoFalke |
2021-02-22 | Merge bitcoin-core/gui#202: peers-tab: bug fix right panel toggle | MarcoFalke |
2021-02-22 | Merge bitcoin-core/gui#179: Add `Type` column to peers window, update peer de... | MarcoFalke |
2021-02-18 | gui: display BIP152 high bandwidth relay in peer details | Jon Atack |
2021-02-18 | gui: display fRelayTxes in peer details | Jon Atack |
2021-02-15 | [net processing] Move ping data fields to net processing | John Newbery |
2021-02-06 | gui: allow ConnectionTypeToQString to prepend direction optionally | Jon Atack |
2021-01-30 | gui: display plain "Inbound" in peer details | Jon Atack |
2021-01-28 | peers-tab: bug fix right panel toggle | randymcmillan |
2021-01-27 | Merge #180: Peer details: connection type follow-ups | Wladimir J. van der Laan |
2021-01-11 | Merge bitcoin-core/gui#161: Add PeerTableModel::StatsRole to prevent data lay... | Jonas Schnelli |
2021-01-10 | gui: improve markup handling of connection type tooltip | Jon Atack |
2021-01-10 | gui: return inbound {full, block} relay type in peer details | Jon Atack |
2021-01-09 | gui: improve connection type tooltip | Hennadii Stepanov |
2021-01-09 | gui: replace Direction with Connection Type in peer details | Jon Atack |
2021-01-07 | Merge bitcoin-core/gui#165: Save QSplitter state in QSettings | MarcoFalke |
2020-12-30 | qt: Use PeerTableModel::StatsRole | Hennadii Stepanov |
2020-12-27 | gui: display network in peer details | Jon Atack |
2020-12-27 | gui: rename peer tab column headers, initialize in .h | Hennadii Stepanov |
2020-12-25 | qt: Save QSplitter state in QSettings | Hennadii Stepanov |
2020-12-20 | [net processing] Rename nStartingHeight to m_starting_height | John Newbery |
2020-12-20 | [net processing] Move nStartingHeight to Peer | John Newbery |
2020-11-23 | Merge #20202: wallet: Make BDB support optional | Wladimir J. van der Laan |
2020-11-20 | Merge bitcoin-core/gui#13: Hide peer detail view if multiple are selected | Jonas Schnelli |
2020-11-19 | Merge bitcoin-core/gui#46: refactor: Fix deprecation warnings when building a... | MarcoFalke |
2020-11-18 | Do not compile BDB things when USE_BDB is defined | Andrew Chow |
2020-11-18 | Include wallet/bdb.h where it is actually being used | Andrew Chow |
2020-10-28 | gui: Remove BDB version from the Information tab | Hennadii Stepanov |
2020-08-26 | qt, refactor: Fix 'QDateTime is deprecated' warnings | Hennadii Stepanov |
2020-08-13 | qt: Name RPCConsole executor QThread | Hennadii Stepanov |
2020-08-12 | RPCConsole, take initial chaintip data as parameter | Jonas Schnelli |
2020-07-23 | Merge #19334: wallet: Introduce WalletDatabase abstract class | Samuel Dobson |
2020-07-15 | gui: Show permissions instead of whitelisted | Wladimir J. van der Laan |
2020-07-14 | walletdb: Introduce WalletDatabase abstract class | Andrew Chow |
2020-07-14 | gui, doc: rm Ban Score in GUI Peers window/release notes updates | Jon Atack |
2020-07-09 | Merge #18993: qt: increase console command max length | fanquake |
2020-07-03 | Clean up separated ban/discourage interface | Pieter Wuille |
2020-06-29 | qt: Hide peer detail view if multiple are selected | João Barbosa |