Peer details: connection type follow-ups#180
Merged
laanwj merged 3 commits intobitcoin-core:masterfrom Jan 27, 2021
Merged
Conversation
jonatack
commented
Jan 10, 2021
hebasto
reviewed
Jan 10, 2021
09f4414 to
3bb3ad2
Compare
hebasto
reviewed
Jan 10, 2021
jonatack
commented
Jan 10, 2021
|
|
||
| QChar nonbreaking_hyphen(8209); | ||
| const QChar nonbreaking_hyphen(8209); | ||
| const std::vector<QString> CONNECTION_TYPE_DOC{ |
Member
Author
There was a problem hiding this comment.
Named it CONNECTION_TYPE_DOC to show up in git grep with the constant of the same name in rpc/net.cpp and updated the net.h documentation
4bb8c0c to
1a297a7
Compare
hebasto
requested changes
Jan 10, 2021
1a297a7 to
e711200
Compare
Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
e711200 to
79a2576
Compare
Member
Author
|
Thanks @hebasto! Updated.
|
Contributor
|
I don't believe this much information should be displayed in a mouse over event. |
Member
Author
|
This pull doesn't add the tooltip. It makes these follow-ups to #163:
(Feel free to open a pull to propose your approach.) |
Member
Author
laanwj
approved these changes
Jan 27, 2021
Member
Author
|
Thanks! |
This was referenced Jan 27, 2021
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Jan 28, 2021
79a2576 doc: update ConnectionType Doxygen documentation (Jon Atack) f3153dc gui: improve markup handling of connection type tooltip (Jon Atack) 4f09615 gui: return inbound {full, block} relay type in peer details (Jon Atack) Pull request description: Three follow-ups to #163: - return relay type for inbound peers - improve markup handling in the tooltip to facilitate translations - update ConnectionType doxygen documentation  ACKs for top commit: hebasto: re-ACK 79a2576, only suggested changes since my [previous](bitcoin-core/gui#180 (review)) review. jarolrod: ACK 79a2576, tested on macOS 11.1 with Qt 5.15.2 laanwj: Code review ACK 79a2576 Tree-SHA512: 4a8d8f8bfbaefd68e8d1bf3b20d29e4a8e8cfe97b2f8d59d3a4c338a50b61de0a67d97bd8646c04bd5df5a9679c4954b9b46e7cba24bb89f4d0e44e94cf9d66c
maflcko
reviewed
Jan 28, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Three follow-ups to #163: