summaryrefslogtreecommitdiffstats
path: root/iw/osbootwidget.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix adding bootloader entries on the bootloader config screen.Chris Lumens2009-03-041-1/+3
|
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-2/+0
| | | | | | | | | | | - Change minsize/maxsize to minSize/maxSize since that's the convention elsewhere throughout the code. - Redirect output from all external utilities to tty5, not /dev/null. - Don't waste calls to basename for debug log statements, especially when the device can be None. - Add lots of missing imports. - Fix lots of remnants of previous code usage.
* Lots of little updates to make things use the new storage module.David Lehman2009-02-241-19/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exception.py: - Remove unused partedUtils import. - Collect things from storage, not partitions. gui.py: - exceptionDisks is in storage now, not diskset. installclasses/rhel.py: installclasses/fedora.py: - setDefaultPartitioning take storage arg, not partitions. iw/autopart_type.py: - Find things in storage, not partitions. iw/bootloader_main_gui.py: iw/osbootwidget.py: - Remove unused partedUtils import. - Find fsset in storage now. - Use storage, not diskset, for iterating over disks/partitions. iw/lvm_dialog_gui.py: - Fix several typos from the original storage update. iw/partition_gui.py: - Find unusedMDMembers in storage, not partitions. iw/partitionui_helpers_gui.py: - Use StorageDevice.minSize,maxSize for resize limits. - Update doUIRAIDLVMChecks to use new storage module. packages.py: - Use new storage module to list vgs for selinux hack. storage/__init__.py: - Fix FSSet.createSwapFile so it creates the file on the correct device. storage/iscsi.py: - Use new storage module to identify iscsi disks. textw/partition_text.py: textw/upgrade_text.py: - Initial update to use new storage module. yuminstall.py: - Use storage module to find space for upgrade transaction. - Use storage module to locate protected partitions to mount in doPreInstall.
* It's part.active, not part.is_active().Chris Lumens2009-02-161-1/+1
|
* Syntax changes for the new pyparted.David Cantrell2009-02-121-2/+2
| | | | | | | | | | | | | | | 1) Iterate over partitions with a for loop over disk.partitions.values() rather than calling next_partition() 2) Call getFlag() rather than get_flag() 3) Call setFlag() to enable a flag, call unsetFlag() to disable a flag. 4) Reference the active property rather than calling the is_active() method. And other fixes.
* Removed partedUtils.get_partition_name()David Cantrell2009-02-121-1/+1
| | | | Now provided by parted.Partition.getDeviceNodeName()
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+2
| | | | * po/sk.po: Typo fix.
* Filter so we don't show LVM and RAID components when adding boot entry (#437501)Jeremy Katz2008-03-171-1/+5
|
* Less text.Jeremy Katz2008-02-221-14/+2
|
* Switch the grub installation radio to be a checkbutton. Cleanups for grub onlyJeremy Katz2008-02-221-1/+1
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
| | | | | | | 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-171-7/+13
|
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-5/+5
| | | | #204564).
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-5/+5
|
* Fix the WrappingLabel class so it actually wraps text. Cleaned up UIChris Lumens2005-04-141-4/+1
| | | | | | elements on the bootloader configuration screen so elements no longer disappear off the bottom of the screen in certain languages (#153071, #154786).
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-18/+18
| | | | from Colin Walters.
* goodbye to a lot more GtkOptionMenusJeremy Katz2004-08-111-15/+11
|
* s/Red Hat Linux/productName/Jeremy Katz2003-09-211-2/+4
|
* make label layout widerMike Fulbright2002-08-021-0/+1
|
* mark for translation (#70419)Jeremy Katz2002-08-021-1/+1
|
* make it so that we change the default on the first click on the toggle ↵Jeremy Katz2002-07-291-8/+4
| | | | instead of requiring the row to be selected (#68265)
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-4/+9
|
* now you change the boot loader from a dialog on the first screen so that ↵Jeremy Katz2002-07-081-18/+32
| | | | confusion is gone, but otherwise, basically the same as things were before. added mnemonics as they were needed
* rework bootloader screens into something that makes more sense. move a lotJeremy Katz2002-06-201-0/+391
of the pieces out into their own objects so that if we want to move them around a little more, it's relatively painless