Bug 207425

Summary: implement connection properties dialog
Product: [Unmaintained] knetworkmanager Reporter: Will Stephenson <wstephenson>
Component: generalAssignee: Will Stephenson <wstephenson>
Status: RESOLVED FIXED    
Severity: wishlist Keywords: junior-jobs
Priority: NOR    
Version First Reported In: 0.9   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Will Stephenson 2009-09-15 09:50:19 UTC
Version:            (using Devel)
Installed from:    Compiled sources

earlier versions of knetworkmanager contained a connection properties dialog that showed connection time, bytes up/down, IP details etc.  This can be implemented in KNM, by implementing KNetworkManagerTrayIcon::showConnectionProperties().   Use the technique used by KNetworkManagerTrayIcon::copyIpAddress(), in aboutToShowMenyContextMenu() you store state needed to identify which connection the context menu refers to when d->propertiesAction is triggered, then use this connection in KNetworkManagerTrayIcon::showConnectionProperties().
Comment 1 Will Stephenson 2010-01-05 17:00:09 UTC
Implemented.