| Summary: | Make DNS and IP entry consistent | ||
|---|---|---|---|
| Product: | [Unmaintained] Network Management | Reporter: | Ladislav Nesnera <nesnera> |
| Component: | Control Module | Assignee: | pmarchouk |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | paul.marchouk, pmarchouk, wstephenson |
| Priority: | NOR | ||
| Version First Reported In: | 0.7 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | IP setting dialoque | ||
|
Description
Ladislav Nesnera
2008-07-29 01:00:47 UTC
Created attachment 26468 [details]
IP setting dialoque
*** This bug has been confirmed by popular vote. *** Committed revision 1017780. Changes in comparison with the initial version: - avoided ugly input masks; - more usual terminology (netmask vs prefix); - netmask suggestion for basic and advanced settings (it works only if a netmask field is empty, the suggestion logic can be improved but it is enough to cover basic use cases); - simple line edits instead of table items for basic settings (as it was proposed in the bug description, now basic settings layot looks like on Mac OS); - a bit improved table view usability (as it was mentioned in TODO comments) + fields autoresize. SVN commit 1023896 by wstephens: Make adding multiple DNS servers or domains to search easier. Patch by Andrey Batyiev, thank you very much! CCMAIL: <batyiev@gmail.com> CCBUG: 167636 CCBUG: 199416 M +2 -0 CMakeLists.txt M +118 -92 ipv4.ui M +47 -0 ipv4widget.cpp M +4 -0 ipv4widget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1023896 |