Skip to content

[Rem-2782] Display protocol name in tooltip for connections in the ... menu...

Hiroyuki Tanaka requested to merge myheroyuki/Remmina:Rem-2782 into master

Description

When viewing connections in an existing connection's window, display the protocol in the tooltip text to differentiate between connections to the same remote host with the same name.

Related Issue

#2782 (closed)

Motivation and Context

As described in the issue, it allows a user to distinguish connections that a share a name and destination but use different protocols. Adding the value to the tooltip seemed like a good place to put it since it doesn't change the existing look of the menu at all, but still provides the user a way to get the extra information if they want it.

Screenshots (if appropriate):

show_protocol

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Merge request reports