summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
* Validation of root password with cracklibHARA Hiroshi2007-12-171-0/+12
| | | | | | | | | | | | | | | Current anaconda validates only length of root password. but passwd command validates more things for password like the following... ------------------------------------------- Changing password for user root. New UNIX password: BAD PASSWORD: it is based on a dictionary word Retype new UNIX password: ------------------------------------------- so I added the validation of root password to anaconda using cracklib same as passwd.
* Remove another line related to the release notes (hhara@miraclelinux.com).Chris Lumens2007-12-171-3/+0
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-1721-25/+25
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-1734-223/+441
|
* Add license boilerplates to Makefiles.David Cantrell2007-12-171-0/+19
| | | | | | | | All Makefiles have a standard RH license boilerplate. Existing copyright ranges have been expanded out to list each year, since you are supposed to do that for license boilerplates (ranges aren't valid). Any existing authors mentioned are listed under the Red Hat Author(s) part.
* Add support for encryption via autopart.Jeremy Katz2007-12-141-0/+12
| | | | | | | | This allows autopart (of LVM) to set up encrypted PVs to be used and adds the UI for enabling that in graphical mode. It's a little bit hacky as we rely on the fact request.encryption is set and has a passphrase for this to work
* More mnemonicsJeremy Katz2007-12-122-2/+2
|
* Better checking for bootable request on an encrypted deviceJeremy Katz2007-12-111-1/+1
| | | | | | | Do the checking for if the bootable request is on an encrypted device in the final sanity check rather than at request add. This makes it so that you can add /boot later. Takes advantage of the new request.isEncrypted() method which checks base devs for LVM and RAID
* Remove confirmation screenJeremy Katz2007-12-051-97/+0
|
* Remove the release notes code entirely.Chris Lumens2007-12-051-305/+0
|
* Fix tracebacks in exn dialog and in partitioning UI (#405951).Chris Lumens2007-11-301-1/+1
|
* UI for logical volume resizingJeremy Katz2007-11-292-8/+23
| | | | | | NOTE: this has a little bit of a hack in that we abuse lvrequest.getActualSize() somewhat but that's largely due to the fact that lvrequest.getActualSize() was already being abused and updating the size attribute of the request in autopart
* Give access to partitions when determining min/max size to resize; also keepJeremy Katz2007-11-294-9/+8
| | | | track of the request being resizable rather than just the filesystem
* With moving partitioning, we should do a confirmation before we write thingsJeremy Katz2007-11-291-3/+0
| | | | | out to disk so do that check in partitioningComplete(). Therefore remove the queryAutoPartOK() which is superfluous
* If we're formatting the partition, we can resize to 1Jeremy Katz2007-11-291-5/+27
|
* Implement resizing UI for graphical mode.Jeremy Katz2007-11-294-116/+76
| | | | This simplifies the edit partition dialog and adds resizing support
* Allow multiple LVs to not be mountedJeremy Katz2007-11-281-0/+2
|
* This is used for more than partitions; and add a mnemonicJeremy Katz2007-11-281-1/+1
|
* Remove the release notes button from the UI so I can remove getFilename.Chris Lumens2007-11-201-1/+1
|
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-163-4/+117
| | | | | | The class LUKSDevice, in cryptodev.py, handles the details of creation and management of the encrypted devices. RequestSpec and Device classes contain an optional LUKSDevice instance describing the device's encryption setup. There is no support for pre-existing encrypted devices and kickstart support is not present at this point.
* Don't translate unnecessary stuff.Joel Andres Granados2007-11-161-1/+1
|
* no more partitioning.pyJeremy Katz2007-11-062-2/+0
|
* move existing cvsignores to gitignore; remove ones no longer neededJeremy Katz2007-11-051-1/+0
|
* Add accelerator keys to the Volume Group window. (#206479).Joel Andres Granados2007-11-011-1/+2
|
* * partitions.py: Move partitionObjectsInitialize() andDavid Cantrell2007-10-291-1/+1
| | | | | | | | | | partitioningComplete() from partitioning.py to this file. * partitioning.py: Removed. * dispatch.py: import partitioning -> import partitions * fsset.py: Likewise. * raid.py: Likewise. * iw/autopart_type.py: Likewise.
* * iw/progress_gui.py (InstallProgressWindow.set_label): Convert '&'David Cantrell2007-10-251-0/+6
| | | | to '&' for the set_markup() method.
* 2007-10-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-221-4/+20
| | | | | | | | * iw/upgrade_bootloader_gui.py (UpgradeBootloaderWindow._newToLibata): Sync up with text mode version * textw/upgrade_bootloader_text.py (UpgradeBootloaderWindow._ideToLibata): Improve check so that it doesn't see F7 -> F8 updates as needing a new config
* 2007-10-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-091-0/+4
| | | | | | * iw/autopart_type.py (PartitionTypeWindow.getScreen): Make labels bold programatically rather than in the XML * ui/autopart.glade: Don't include markup in XML (#322681)
* If the user selected the same language as the one currently displayed, don'tChris Lumens2007-10-021-1/+4
| | | | reload the UI (#290781).
* 2007-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-212-2/+25
| | | | | | | * iw/network_gui.py (NetworkWindow.setupDevices): More things could be reasonable tooltips * iw/checklist.py (CheckList._tipQuery): Do per-row tooltips correctly
* Unsafe bootloader defaults (#243556, #243799)msivak2007-09-211-0/+7
| | | | | | | | | | | 2007-09-21 Martin Sivak <msivak@redhat.com> * bootloader.py (bootloaderSetupChoices): Honor the "Boot this instalation from" choice when figuring out the drive order for bootloader (#243556, #243799). * iw/autopart_type.py (PartitionTypeWindow): Show warning when Boot from media is not allowed in Use this drive for instalation. (#243799)
* A couple more pychecker error fixes. That should do it for now.Chris Lumens2007-09-192-2/+2
|
* 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
|