Bug 167636 - Make DNS and IP entry consistent
Summary: Make DNS and IP entry consistent
Status: RESOLVED FIXED
Alias: None
Product: Network Management
Classification: Miscellaneous
Component: Control Module (show other bugs)
Version: 0.7
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: pmarchouk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-29 01:00 UTC by Ladislav Nesnera
Modified: 2009-09-15 16:07 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
IP setting dialoque (23.74 KB, image/png)
2008-07-29 01:01 UTC, Ladislav Nesnera
Details

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