aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2021-03-08Merge bitcoin-core/gui#233: qt test: Don't bind to regtest portMarcoFalke
2021-03-07Merge bitcoin-core/gui#221: qt, refactor: rpcconsole translatable string fixe...MarcoFalke
2021-03-07Merge #19771: net: Replace enum CConnMan::NumConnections with enum class Conn...MarcoFalke
2021-03-07Merge bitcoin-core/gui#166: refactor: Use enum type as switch argument in *Ta...MarcoFalke
2021-03-06qt test: Don't bind to regtest portAndrew Chow
2021-03-05Merge bitcoin-core/gui#217: qt: Make warning label look clickableMarcoFalke
2021-03-04net: Replace enum CConnMan::NumConnections with enum class ConnectionDirectionLuke Dashjr
2021-03-03Change all ping times to std::chrono typesPieter Wuille
2021-02-28Hoist repeated translated strings to RPCConsole struct membersJon Atack
2021-02-28RPCConsole::updateDetailWidget: convert strings to translated stringsJon Atack
2021-02-28Merge #21286: build: Bump minimum Qt version to 5.9.5fanquake
2021-02-25Merge bitcoin-core/gui#226: Add "Last Block" and "Last Tx" rows to peer detai...MarcoFalke
2021-02-25gui: add "Last Block" (CNodeStats::nLastBlockTime) to peer detailsJon Atack
2021-02-25gui: add "Last Tx" (CNodeStats::nLastTXTime) to peer detailsJon Atack
2021-02-25qt: add RPCConsole::TimeDurationField helper, call systime only onceJon Atack
2021-02-25Merge bitcoin-core/gui#223: qt: Re-add and rename transaction "Edit Label" ac...MarcoFalke
2021-02-25Merge bitcoin-core/gui#214: qt: Disable requests context menu actions when ap...MarcoFalke
2021-02-25Merge bitcoin-core/gui#219: qt: Prevent the main window popup menuMarcoFalke
2021-02-24qt: Rename "Edit label" to "Edit address label"Wladimir J. van der Laan
2021-02-24Revert "qt: Remove Transactionview Edit Label Action"Wladimir J. van der Laan
2021-02-23build: Bump minimum Qt version to 5.9.5Hennadii Stepanov
2021-02-23qt: Disable requests context menu actions when appropriateJarol Rodriguez
2021-02-23qt: Prevent the main window popup menuHennadii Stepanov
2021-02-23Merge bitcoin-core/gui#213: qt: Add Copy Address Action to Payment RequestsMarcoFalke
2021-02-22qt: Add Copy Address Action to Payment RequestsJarol Rodriguez
2021-02-22qt: Make warning label look clickableJarol Rodriguez
2021-02-22Merge #79: Embed monospaced fontWladimir J. van der Laan
2021-02-22qt, refactor: Use enum type as switch argument in TransactionTableModelHennadii Stepanov
2021-02-22qt, refactor: Use enum type as switch argument in PeerTableModelHennadii Stepanov
2021-02-22qt, refactor: Use enum type as switch argument in BanTableModelHennadii Stepanov
2021-02-22qt, refactor: Use enum type as switch argument in AddressTableModelHennadii Stepanov
2021-02-22Merge bitcoin-core/gui#211: qt: Remove Transactionview Edit Label ActionMarcoFalke
2021-02-22Merge bitcoin-core/gui#206: Display fRelayTxes and bip152_highbandwidth_{to, ...MarcoFalke
2021-02-22Merge bitcoin-core/gui#205: Save/restore TransactionView and recentRequestsVi...MarcoFalke
2021-02-22Merge bitcoin-core/gui#204: Drop buggy TableViewLastColumnResizingFixer classMarcoFalke
2021-02-22Merge bitcoin-core/gui#202: peers-tab: bug fix right panel toggleMarcoFalke
2021-02-22Merge bitcoin-core/gui#179: Add `Type` column to peers window, update peer de...MarcoFalke
2021-02-21gui: Add monospaced font settingsHennadii Stepanov
2021-02-21qt: Choose monospaced font in C++ code rather in `*.ui` fileHennadii Stepanov
2021-02-21qt: Make GUIUtil::fixedPitchFont aware of embedded fontHennadii Stepanov
2021-02-21gui: Add Roboto Mono fontHennadii Stepanov
2021-02-18gui: display BIP152 high bandwidth relay in peer detailsJon Atack
2021-02-18gui: display fRelayTxes in peer detailsJon Atack
2021-02-18Merge #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::sizeMarcoFalke
2021-02-17qt: Remove Transactionview Edit Label ActionJarol Rodriguez
2021-02-15[net processing] Move ping data fields to net processingJohn Newbery
2021-02-06gui: update to "Direction/Type" peer details name/tooltipJon Atack
2021-02-06gui: add "Type" column to Peers main windowJon Atack
2021-02-06gui: allow ConnectionTypeToQString to prepend direction optionallyJon Atack
2021-02-05Merge bitcoin-core/gui#203: Display plain "Inbound" in peer detailsJonas Schnelli