aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
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-22Merge #79: Embed monospaced fontWladimir J. van der Laan
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
2021-02-01Merge #20464: refactor: Treat CDataStream bytes as uint8_tWladimir J. van der Laan
2021-01-31qt: Save/restore recentRequestsView table column sizesHennadii Stepanov
2021-01-31qt: Drop buggy TableViewLastColumnResizingFixer classHennadii Stepanov
2021-01-31qt: Move recentRequestsView properties settings to constructorHennadii Stepanov
2021-01-31qt: Save/restore TransactionView table column sizesHennadii Stepanov
2021-01-31qt: Move transactionView properties settings to constructorHennadii Stepanov
2021-01-31qt, refactor: Drop intermediate assignmentHennadii Stepanov
2021-01-31refactor: iterate arrays via C++11 range-based for loops if idx is not neededSebastian Falbesoner
2021-01-30gui: display plain "Inbound" in peer detailsJon Atack
2021-01-29Merge bitcoin-core/gui#139: doc: Improve gui/src/qt README.mdMarcoFalke
2021-01-28peers-tab: bug fix right panel togglerandymcmillan
2021-01-28Improve gui/src/qt README.mdJarol Rodriguez
2021-01-28Merge #20012: rpc: Remove duplicate name and argNames from CRPCCommandWladimir J. van der Laan
2021-01-28Merge bitcoin-core/gui#85: Remove unused "What's This" button in dialogs on W...Jonas Schnelli
2021-01-28Merge bitcoin-core/gui#72: util: Log static plugins meta data and used styleJonas Schnelli
2021-01-28Merge bitcoin-core/gui#177: Use "fusion" style on macOS Big Sur with old QtJonas Schnelli
2021-01-28rpc: Remove duplicate name and argNames from CRPCCommandMarcoFalke
2021-01-27Merge #180: Peer details: connection type follow-upsWladimir J. van der Laan
2021-01-26Merge bitcoin-core/gui#183: Add include for std::bind.MarcoFalke
2021-01-26Merge bitcoin-core/gui#189: qt: drop workaround for QTBUG-42503 which was fix...Jonas Schnelli
2021-01-26Merge bitcoin-core/gui#186: Add information to "Confirm fee bump" windowJonas Schnelli
2021-01-26Merge bitcoin-core/gui#167: raise helpMessageDialogMarcoFalke
2021-01-26Add information to "Confirm fee bump" windowPrayank
2021-01-25raise helpMessageDialograndymcmillan
2021-01-21Merge bitcoin-core/gui#176: Fix TxViewDelegate layoutMarcoFalke
2021-01-21Merge bitcoin-core/gui#171: Use layout manager for Create Wallet dialogMarcoFalke
2021-01-19qt: drop workaround for QTBUG-42503 which was fixed in Qt 5.5.0Pavol Rusnak
2021-01-13Merge bitcoin-core/gui#148: Bugfix: GUI: Restore SendConfirmationDialog butto...MarcoFalke