summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
...
* When the language is changed, default to the correct timezone (#432158).Chris Lumens2008-02-191-4/+7
|
* Remove more references to ARC (#433229).Chris Lumens2008-02-181-1/+1
|
* Cancel on escape being pressedJeremy Katz2008-02-061-3/+3
|
* Don't allow disabling default repositories.Chris Lumens2008-02-061-2/+7
|
* Add resizing support in autopartitioningJeremy Katz2008-02-051-0/+82
| | | | | Add a new choice when autopartitioning to resize an existing partition to make room for your install.
* Force users to set a hostname (#408921)David Cantrell2008-02-011-12/+4
| | | | | | | Setting a static hostname will prevent desktop weirdness and application hangs if the system is ever disconnected from the network. This change sets the default hostname option to manual entry.
* When editing the raid partitions show raid memebers. (#352721)Joel Andres Granados2008-01-311-1/+12
|
* Revert "Initial support for network --bootproto=ask (#401531)."Chris Lumens2008-01-301-2/+2
| | | | This reverts commit 062a1e5ebbf6dab03524a125c1ce34d3cea43fcb.
* Fix some error reporting tracebacks.Chris Lumens2008-01-231-1/+1
|
* Change the methodstr and try to umount if we change base repos.Chris Lumens2008-01-221-5/+23
|
* Add a repository editor and rework the adding code to make use of it.Chris Lumens2008-01-221-37/+147
|
* Add the default repo to the UI so it can be edited later.Chris Lumens2008-01-221-1/+1
|
* If we can't possibly add advanced devices, don't offer it (#429210).Chris Lumens2008-01-181-1/+4
|
* Initial support for network --bootproto=ask (#401531).Chris Lumens2008-01-161-2/+2
| | | | | | | | This patch adds support for a new network bootproto. The point of this is to work around our basic assumption that no network line in the kickstart file means you get dhcp. Some environments may want the assumption that no network line means you get prompted for network configuration. That's what this patch adds.
* Fix the selected device when disabling entries in Add advanced drive dialog. ↵Martin Sivak2008-01-101-0/+8
| | | | (#248447)
* Make it obvious which partitions are being formatted and encryptedJeremy Katz2007-12-311-5/+14
| | | | | | Add a lock icon in the format column for partitions which are to be formatted and encrypted. Only use the specific partition and don't go into child requests for things like RAID and LVM. Pixmap is from the Bluecurve icon theme
* Set initial sensitivity of encrypt button correctlyJeremy Katz2007-12-311-0/+1
|
* Update to work with new system-config-keyboard.Chris Lumens2007-12-181-3/+3
|
* 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
|