summaryrefslogtreecommitdiffstats
path: root/iw/network_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-311-296/+0
* Add support for wireless configuration using nm-c-e in stage 2 (#473803)Radek Vykydal2010-05-131-0/+56
* Disable [Configure Network] button if there are no net devs (#520146)Radek Vykydal2010-05-131-1/+4
* Add net device description into selection dialog (#520146)Radek Vykydal2010-05-131-4/+8
* Check preselected install network device as nm-controlled (#520146)Radek Vykydal2010-05-131-10/+7
* Enable networking in stage 2 using nm-c-e (#520146)Radek Vykydal2010-05-131-17/+147
* Fix focus, repaint, and stack issues for nm-c-e (#520146)Radek Vykydal2010-03-191-3/+18
* Connect nm-connection-editor to network config button (#520146).Radek Vykydal2010-03-191-0/+8
* Move network to the Anaconda object.Chris Lumens2010-02-041-1/+1
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-3/+5
* Fix focus grabbing on both the password and hostname screens.Chris Lumens2009-08-201-2/+3
* 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