summaryrefslogtreecommitdiffstats
path: root/iw/network_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Set focus on hostname entry in network UI screen (#494135)Radek Vykydal2009-07-021-1/+4
* Enter in hostname entry field advances to next screen (#494135)David Cantrell2009-05-061-1/+4
* Remove unnecessary import lines.David Cantrell2009-02-231-1/+0
* Add getDefaultHostname() to network.pyDavid Cantrell2008-09-181-9/+1
* Rewrite NetworkWindow to only prompt for hostname.David Cantrell2008-08-281-888/+42
* Use dbus in hasActiveNetDev() and _anyUsing()David Cantrell2008-08-251-3/+3
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+4
* Preserve 'set the hostname' setting when going Next/Back (#443414)David Cantrell2008-04-251-10/+11
* Avoid traceback on network configuration screen (#444184)David Cantrell2008-04-251-1/+2
* Write IPv6 values to /etc/sysconfig/... correctly (#433290)David Cantrell2008-04-181-49/+39
* Set domain on glade file so translations show up (#441053)Jeremy Katz2008-04-071-1/+2
* Force users to set a hostname (#408921)David Cantrell2008-02-011-12/+4
* Revert "Initial support for network --bootproto=ask (#401531)."Chris Lumens2008-01-301-2/+2
* Initial support for network --bootproto=ask (#401531).Chris Lumens2008-01-161-2/+2
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-8/+15
* Don't translate unnecessary stuff.Joel Andres Granados2007-11-161-1/+1
* 2007-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-211-0/+5
* * iw/network_gui.py (NetworkWindow.setupDevices): Do not assume weDavid Cantrell2007-09-041-1/+5
* * iw/network_gui.py: Call append_row function with extra tooltipjgranado2007-08-171-1/+2
* 2007-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-231-1/+1
* * ui/netpostconfig.glade: Remove enable at boot checkbox since it'sDavid Cantrell2007-03-081-10/+0
* * iw/network_gui.py (NetworkWindow): Remove obsolete code.David Cantrell2007-02-161-7/+0
* * iw/network_gui.py: Remove descr hash, not used anymore.David Cantrell2007-02-131-6/+0
* * iw/network_gui.py (NetworkWindow): Display DHCPv6 rather than DHCPDavid Cantrell2007-02-061-1/+1
* This new UI change is meant to match (as much as possible) what users seeDavid Cantrell2006-12-121-406/+497
* All hail the United States Navy. This bug report came from them as they were...David Cantrell2006-11-281-8/+10
* * network.py (sanityCheckIPString): Test IP more accurately toDavid Cantrell2006-10-041-7/+21
* * iw/network_gui.py (NetworkWindow): Set initial input widget sensitivityDavid Cantrell2006-10-031-1/+6
* * isys/isys.py (inet_calcNetBroad): Umm, use ntohl() so it works on allDavid Cantrell2006-10-031-1/+1
* * iw/network_gui.py (NetworkWindow): Use isys.netmask2prefix() andDavid Cantrell2006-10-031-22/+4
* * isys/isys.py (inet_doConvertPrefixToNetmask): Removed since it doesDavid Cantrell2006-10-021-1/+1
* * iw/network_gui.py (NetworkWindow): Removed duplicate handleIPError()David Cantrell2006-09-291-12/+15
* * iw/network_gui.py (NetworkWindow): Set DHCP checkbox to active usingDavid Cantrell2006-09-221-1/+1
* * iw/network_gui.py: Add checkorder list so that input validationDavid Cantrell2006-09-191-11/+41
* * network.py: Added the useIPv4 and useIPv6 flags to the Network class.David Cantrell2006-09-181-8/+15
* * iw/network_gui.py: Correct input validation problems for manualDavid Cantrell2006-09-181-16/+27
* * iw/network_gui.py (NetworkWindow.editDevice): Fill input boxesDavid Cantrell2006-09-061-5/+12
* * isys/isys.py (inet_convertPrefixToNetmask): Take IPv4 CIDR prefixDavid Cantrell2006-09-061-8/+29
* * isys/isys.py: Remove inet_aton() and inet_ntoa(). Replaced callsDavid Cantrell2006-09-061-5/+18
* * iw/network_gui.py: Rewrite to handle manual IPv6 address entryDavid Cantrell2006-09-051-92/+210
* Make sure the contents of the UI end up in network.* variables (#196756)Chris Lumens2006-06-271-11/+7
* 2006-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-131-1/+2
* And stash text, not a widget, into the options dict.Chris Lumens2006-06-131-1/+1
* Strings vs. widget.Chris Lumens2006-06-131-2/+2
* Remove misleading text (#135828).Chris Lumens2006-06-071-1/+1
* Move from IPEditors to gtk.Entrys. This will help when people can enterChris Lumens2006-06-071-23/+24
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-1/+0
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-4/+4
* 2005-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-201-10/+8