summaryrefslogtreecommitdiffstats
path: root/textw/network_text.py
Commit message (Expand)AuthorAgeFilesLines
* Strip the network screen down to just setting the default hostname.Chris Lumens2009-02-091-54/+3
* Do not import unused modules.David Cantrell2008-12-231-1/+0
* Fix a few syntax error caugh by pycheckerHans de Goede2008-12-201-2/+2
* Match textw/network_text.py strings to iw/network_gui.py (#470145)David Cantrell2008-12-021-26/+16
* Make the textw network screen match the iw interface by only prompting for ho...David Cantrell2008-09-181-66/+29
* Remove most of the network configuration from text mode as well (#462691).Chris Lumens2008-09-181-718/+13
* Use dbus in hasActiveNetDev() and _anyUsing()David Cantrell2008-08-251-2/+2
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+3
* Preserve 'set the hostname' setting when going Next/Back (#443414)David Cantrell2008-04-251-2/+2
* Have <F12> work in the network configuration stage (#250982)Joel Andres Granados2008-04-021-5/+7
* Fix another text mode network config traceback (#433475).Chris Lumens2008-02-191-1/+1
* Use the correct variables to get the ipv6 info. (#432035)Joel Andres Granados2008-02-111-3/+3
* In rescue mode, show interface configuration (#429953)David Cantrell2008-02-081-26/+35
* Force users to set a hostname (#408921)David Cantrell2008-02-011-12/+2
* 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-3/+3
* GPLv2+ license boilerplates for textw/*.py files.David Cantrell2007-12-171-9/+16
* Don't translate unnecessary stuff.Joel Andres Granados2007-11-161-6/+6
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-191-2/+0
* * textw/network_text.py: Remove extra popWindow().David Cantrell2007-07-261-1/+0
* * textw/network_text.py (NetworkDeviceWindow): Make sure the extraDavid Cantrell2007-05-291-0/+4
* Remove extra screen.popWindow().David Cantrell2007-03-271-1/+0
* * textw/network_text.py: Do not call screen.popWindow() if we getDavid Cantrell2007-03-271-2/+8
* * textw/network_text.py: Added as a chooseNetworkDevice() method in theDavid Cantrell2007-03-121-42/+115
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-1/+1
* * textw/network_text.py: If we got INSTALL_BACK from runIPv4Screen(),David Cantrell2007-02-131-1/+2
* * textw/network_text.py: Fix errors in the IPv6 configuration windowDavid Cantrell2007-02-131-6/+19
* Very minor changes to the textw network interface configuration screen. Allo...David Cantrell2007-02-131-317/+413
* * textw/network_text.py: Reference useIPv4 and useIPv6 from theDavid Cantrell2007-01-171-6/+6
* All hail the United States Navy. This bug report came from them as they were...David Cantrell2006-11-281-8/+10
* * textw/network_text.py (NetworkDeviceWindow): Set IPv6 entry boxDavid Cantrell2006-10-121-3/+4
* * textw/network_text.py (handleMissingOptionalIP): Added from theDavid Cantrell2006-10-121-6/+11
* * textw/network_text.py (handleIPError): Same change as forDavid Cantrell2006-10-041-23/+25
* * isys/isys.py (inet_calcNetBroad): Umm, use ntohl() so it works on allDavid Cantrell2006-10-031-1/+5
* * iw/network_gui.py (NetworkWindow): Use isys.netmask2prefix() andDavid Cantrell2006-10-031-1/+1
* * isys/isys.py (inet_doConvertPrefixToNetmask): Removed since it doesDavid Cantrell2006-10-021-1/+1
* * textw/network_text.py (NetworkDeviceWindow): Display error messageDavid Cantrell2006-09-291-1/+3
* * iw/network_gui.py (NetworkWindow): Removed duplicate handleIPError()David Cantrell2006-09-291-31/+62
* * textw/network_text.py: Removed badIPDisplay() for now. RemovedDavid Cantrell2006-09-291-60/+42
* * textw/network_text.py (NetworkDeviceWindow): Input validation codeDavid Cantrell2006-09-281-35/+168
* * textw/network_text.py: Space consistency changes.David Cantrell2006-09-281-148/+147
* * textw/network_text.py (NetworkDeviceWindow): Widgets are in placeDavid Cantrell2006-09-281-66/+117
* * textw/network_text.py (NetworkDeviceWindow): First changes towardsDavid Cantrell2006-09-261-18/+29
* 2006-07-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-261-1/+1
* Don't guess the gateway for consistency with loader's UI (#197578).Chris Lumens2006-07-121-20/+2
* 2006-06-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-231-12/+21
* 2006-05-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-151-3/+3
* Fixed up a couple references I forgot earlier.Chris Lumens2006-05-041-0/+1
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-22/+22