Bug 167636

Summary: Make DNS and IP entry consistent
Product: Network Management Reporter: Ladislav Nesnera <nesnera>
Component: Control ModuleAssignee: pmarchouk
Status: RESOLVED FIXED    
Severity: normal CC: paul.marchouk, pmarchouk, wstephenson
Priority: NOR    
Version: 0.7   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: IP setting dialoque

Description Ladislav Nesnera 2008-07-29 01:00:47 UTC
Version:            (using Devel)

There is fixed position for parts of ID. It's complicated for filling and inconsistent with DNS fields.
Comment 1 Ladislav Nesnera 2008-07-29 01:01:35 UTC
Created attachment 26468 [details]
IP setting dialoque
Comment 2 Will Stephenson 2009-02-05 17:39:46 UTC
*** This bug has been confirmed by popular vote. ***
Comment 3 pmarchouk 2009-08-31 15:33:29 UTC
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.
Comment 4 Will Stephenson 2009-09-15 16:07:47 UTC
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