Bug 207425 - implement connection properties dialog
Summary: implement connection properties dialog
Status: RESOLVED FIXED
Alias: None
Product: knetworkmanager
Classification: Miscellaneous
Component: general (show other bugs)
Version: 0.9
Platform: Compiled Sources Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Will Stephenson
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2009-09-15 09:50 UTC by Will Stephenson
Modified: 2010-01-05 17:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.