summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-1913-22/+1
| | | | it.
* * iw/netconfig_dialog.py (NetworkConfigurator._ok): Only checkDavid Cantrell2007-09-131-1/+2
| | | | the gateway address if the user provided it.
* Import logging module (#281031).Chris Lumens2007-09-071-0/+3
|
* * iw/network_gui.py (NetworkWindow.setupDevices): Do not assume weDavid Cantrell2007-09-041-1/+5
| | | | have HWADDR or DESC when generating tooltip.
* Remove the zfcp radio button from its group so it's not selectable via theChris Lumens2007-08-271-1/+2
| | | | keyboard (#254137).
* iw/partition_gui.py: Add and populate FS label column (#248436)msivak2007-08-241-0/+14
|
* 2007-08-23 Joel Granados <jgranado@redhat.com>jgranado2007-08-231-2/+1
| | | | | | | | | * scripts/upd_instroot: Added packages and files so man pages work in rescue. BZ#243443. * iw/task_gui.py: Setup the additionall Everythin Repo. BZ#254014. * installclasses/fedora.py: User can choose additional repo. BZ#254014
* 2007-08-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-221-6/+2
| | | | | | * iw/timezone_gui.py (TimezoneWindow.timezone_widget_create): Always do the smaller width since our window is never bigger than 800x600 (#251851)
* * iw/network_gui.py: Call append_row function with extra tooltipjgranado2007-08-172-3/+6
| | | | | | | argument (#125312) * iw/checklist.py: Append_row function with argument that defines tooltip for each row.
* * iw/netconfig_dialog.py: Patch from hhara AT miraclelinux DOT comDavid Cantrell2007-08-141-16/+6
| | | | | | | to fix some input validation errors and error reporting. * loader2/modstubs.c (ourInsmodCommand): Handle more than one module parameter in insmod (hhara AT miraclelinux DOT com).
* Remove disabled badblocks checking code.Chris Lumens2007-08-034-53/+12
|
* * iw/netconfig_dialog.py (NetworkConfigurator): Remove pointlessDavid Cantrell2007-06-251-1/+0
| | | | call to sanityCheckIPString().
* The fingers you have used to dial are too fat. To obtain a special dialingDavid Cantrell2007-06-221-1/+1
| | | | wand, please mash the keypad with your palm now.
* * iw/netconfig_dialog.py (NetworkConfigurator): Handle IPv4 CIDRDavid Cantrell2007-06-221-0/+26
| | | | | prefixes in addition to dotted-quad netmasks (patch from HARA Hiroshi <hhara AT miraclelinux DOT com>).
* * iw/netconfig_dialog.py (NetworkConfigurator): Added a specialDavid Cantrell2007-06-222-8/+22
| | | | | | | | | | handler for IPMissing exceptions. Display a dialog when the configNetDevice function fails (patch from Dawei Pang <dwpang AT redflag-linux DOT com>). * iw/autopart_type.py (PartitionTypeWindow.addIscsiDrive): Do not return unless ret is gtk.RESPONSE_OK (patch from Dawei Pang <dwpang ATredflag-linux DOT com>).
* * iw/netconfig_dialog.py (NetworkConfigurator): Handle IPMissingDavid Cantrell2007-06-211-0/+11
| | | | | exceptions and log error message when configNetDevice() fails. Patch from HARA Hiroshi <hhara AT miraclelinux DOT com>.
* Don't traceback on blank lines in modprobe.conf (#241991).Chris Lumens2007-06-011-3/+5
|
* Fall back to English release notes if translated ones aren't found (#241975).Chris Lumens2007-06-011-0/+5
|
* (merges from f7-branch)Jeremy Katz2007-05-301-4/+9
| | | | | | | | | | | | | | | | | | | | | 2007-05-30 Jeremy Katz <katzj@aglarond.local> * isys/isys.py (_stopRaid): Fix raidstop. I have no clue how things were working here... * isys/isys.py (_getRaidInfo): raise ValueError when we don't find a valid raid superblock (#151653). * upgrade.py: More blacklist * isys/isys.h (EARLY_SWAP_RAM): Let's bump RAM needs a little (#232862) * iw/netconfig_dialog.py (NetworkConfigurator._handleIPError): Add a frame so things look right (NetworkConfigurator._ok): Set useipv4 to true, call netconfig methods with the right args (#240804) * network.py (hasActiveNetDev): Ensure we have an IP as otherwise, the network device isn't really all that active.
* 2007-04-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-301-1/+1
| | | | | * iw/autopart_type.py (PartitionTypeWindow.addDrive): Don't let them try to do iscsi if the tools aren't there (#238424)
* 2007-04-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-241-1/+1
| | | | | * iw/release_notes.py (ReleaseNotesViewer.resize): Don't take up too much of the screen with the livecd and 800x600
* 2007-04-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-201-2/+6
| | | | | | * textw/upgrade_bootloader_text.py: Clear up the text for the upgrade case where the bootloader can't be updated. * iw/upgrade_bootloader_gui.py: Likewise.
* 2007-04-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-171-5/+16
| | | | | | | * iw/upgrade_bootloader_gui.py (UpgradeBootloaderWindow._newToLibata): Ensure that we've actually switched to using libata for something * textw/upgrade_bootloader_text.py: And do the checks in text-mode too.
* If the previous install did not use libata, default to writing out a newChris Lumens2007-04-171-18/+34
| | | | bootloader config and take away the update option (#229704).
* * iw/release_notes.py: Fix handling of plain text release notes (patchDavid Cantrell2007-04-111-1/+1
| | | | from Elliot Peele).
* 2007-04-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-041-3/+9
| | | | | | * iw/congrats_gui.py (CongratulationWindow.__init__): Add support for close button to be used with the live install (#225168) * ui/anaconda.glade: Likewise.
* 2007-04-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-021-0/+1
| | | | | * iw/congrats_gui.py (CongratulationWindow.getScreen): Make this fit a little bit nicer.
* 2007-04-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-021-11/+27
| | | | | | * iw/autopart_type.py (PartitionTypeWindow._fillBootStore): Work to ensure that we don't traceback here in cases where there aren't drives (#234697 and others)
* Add a little more space between the device description and the stripe for tallChris Lumens2007-03-281-1/+1
| | | | languages (#217294).
* * iw/progress_gui.py: Set the infolabel to left justify text so as toDavid Cantrell2007-03-261-0/+1
| | | | | minimize the rapid eye movement for those if us trying to read names and descriptions.
* 2007-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-231-1/+1
| | | | | * iw/network_gui.py (NetworkWindow.getScreen): Shorten entry box so that things fit on the screen better.
* 2007-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-231-1/+9
| | | | | * iw/welcome_gui.py (WelcomeWindow.getScreen): Scale the splash image if we're not at 800x600
* False and 0 are not the same. Fixes no drives being selected by default on theChris Lumens2007-03-201-1/+1
| | | | autopart screen.
* Updated for new system-config-date (#232905).Chris Lumens2007-03-191-87/+7
|
* Display a warning message if caps lock is on (#207894).Chris Lumens2007-03-161-4/+20
|
* Default to no drives selected (#195636).Chris Lumens2007-03-164-20/+21
|
* String fixes (#203346).Chris Lumens2007-03-151-4/+4
|
* Since you can't always eject the CD, don't tell the user to do it (#137275).Chris Lumens2007-03-141-3/+1
|
* String fix (#231761).Chris Lumens2007-03-121-1/+1
|
* * ui/netpostconfig.glade: Remove enable at boot checkbox since it'sDavid Cantrell2007-03-081-10/+0
| | | | | | already in the list of devices on the main screen. * iw/network_gui.py: Remove references to activate_on_boot widget.
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-1/+1
| | | | | | * iw/partition_gui.py (PartitionWindow.getNext): Typo fix (Renato Pavičić) * textw/upgrade_text.py (UpgradeSwapWindow.__call__): Likewise.
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-0/+11
| | | | | | | | | | | | * iw/progress_gui.py (InstallProgressWindow.setShowPercentage): Add method to say that we should just show the percentage in the progress bar like newt does. If this is set, ignore any calls to set_text(). * textw/progress_text.py (InstallProgressWindow.setShowPercentage): Placeholder method, doesn't actually do anything for text mode given the way newt works. * cmdline.py (progressDisplay.setShowPercentage): Add placeholder here too.
* 2007-03-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-061-2/+34
| | | | | | | * iw/autopart_type.py (PartitionTypeWindow.getScreen): Add a combo to select where to install the bootloader. This is extra needed with the combination of installing to USB and EDD. * ui/autopart.glade: Add the UI bits.
* 2007-02-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-281-318/+57
| | | | | | | | | | * yuminstall.py: Use new progress API * livecd.py: Likewise. * iw/progress_gui.py: New progress screen interface that's more suited to different backends * textw/progress_text.py: Likewise. * cmdline.py (progressDisplay): Likewise.
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-2714-57/+56
| | | | #204564).
* Focus the next button when enter is pressed on the second password entryChris Lumens2007-02-271-4/+2
| | | | (#206568).
* Drive selection box shouldn't be sensitive if custom layout is selectedChris Lumens2007-02-261-0/+2
| | | | (#219207).
* 2007-02-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-261-1/+1
| | | | | * iw/autopart_type.py (PartitionTypeWindow.getScreen): Wrap before the requested width (#221791)
* Simplify string (#229959).Chris Lumens2007-02-262-4/+2
|
* * yuminstall.py (selectBestKernel): actually select kernel-xen-develdlehman2007-02-231-0/+12
| | | | | | | | | | | | | | | when we say we're going to (#226784) * iw/autopart_type.py (PartitionTypeWindow.getScreen): desensitize review checkbox if we're headed backwards and the current selection is custom (#220951) * gui.py: add class InstallKeyWindow and InstallInterface method getInstallKey * text.py: add getInstallKey method * ui/instkey.glade: instkey dialog (new file)