Summary: | multiple interfaces of same type not distinguishable in UI | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | Kamil Neczaj <kneczaj> |
Component: | knetworkmanager | Assignee: | Will Stephenson <wstephenson> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lamarque |
Priority: | NOR | ||
Version: | 0.9 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kamil Neczaj
2009-11-12 19:29:57 UTC
Your first problem should be solvable by using the 'Restrict to interface' setting in the Wired tab. The second is a problem; i'll show the interface name in the popup. Your first problem should be solvable by using the 'Restrict to interface' setting in the Wired tab. The second is a problem; i'll show the interface name in the popup. I created a patch to hover the connection item when the interface item is hovered. Please test it http://reviewboard.kde.org/r/5249/ . In a few weeks I will commit the patch if there is no problems with it. SVN commit 1171411 by lvsouza: Since sebas acked I am commiting this change which duplicates the hover event from an interface item (left widget) to its respective connection item (right widget). This make it possible to distinguish which connection is associated to the interface. This patch solves the second problem described in bug 214297. CCBUG: 214297 M +10 -0 activatableitem.cpp M +2 -0 activatableitem.h M +30 -0 activatablelistwidget.cpp M +2 -0 activatablelistwidget.h M +16 -1 interfaceitem.cpp M +6 -0 interfaceitem.h M +2 -0 nmpopup.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1171411 |