mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #87] Change "Interface" to "Address" #66
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AdrianKoshka on GitHub (Jul 3, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/87
The word
Interfaceis misleading, a user would think they would put an interface name here likeenp1s0,eth0, etc. Though this isn't the case, instead the user is supposed to put an IP address here. I suggest the wordInterfacebe changed toAddress@W4RH4WK commented on GitHub (Jul 18, 2018):
Do you just intend to change the UI or should the underlying names of the controls be adapted accordingly?
@AdrianKoshka commented on GitHub (Jul 18, 2018):
What do you mean? I know with
barriercandbarriers, the verbage isaddress.@W4RH4WK commented on GitHub (Jul 18, 2018):
Should only this line (and the related ones in the translation files) be changed:
https://github.com/debauchee/barrier/blob/master/src/gui/src/SettingsDialogBase.ui#L170
Or also the names, like
m_pLineEditInterfaceover here:https://github.com/debauchee/barrier/blob/master/src/gui/src/SettingsDialog.cpp#L47
Only chaning the label (+ translations) is probably better so that future patches can be migrated from Synergy easily.
@AdrianKoshka commented on GitHub (Jul 18, 2018):
I would say only change the label.
@nathan-teoh commented on GitHub (Jul 21, 2018):
I agree. I initially thought I had to enter eth0 into Interface.
@walker0643 commented on GitHub (Sep 8, 2018):
fixed in
b2aac6719f, though the translations still need to be updated (probably for many reasons apart from this change)