summaryrefslogtreecommitdiffstats
path: root/iw/bootloader_main_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-244/+0
| | | | | | a real Python package. Also updates the build and autotools stuff to work with the new structure
* Move bootloader into the Anaconda object.Chris Lumens2010-02-041-1/+1
|
* Move storage into the Anaconda class.Chris Lumens2010-02-041-4/+4
|
* Fix bootloader driveorder dialog.Radek Vykydal2009-12-221-5/+3
| | | | _genStore expects disk objects, not disk names.
* Add support for whole-disk formatting.David Lehman2009-12-091-3/+7
| | | | Whole-disk formats are recognized but cannot be edited in any way.
* Bootloader choice strings were marked with N_, but never translated (#530017).Chris Lumens2009-10-211-2/+2
|
* Handle Esc keypress in dialogs as Cancel (#520110).Radek Vykydal2009-09-151-1/+1
|
* Use disk.description instead of trying to access parted attrs. (#518212)David Lehman2009-08-191-1/+1
|
* Fix a couple problems on the "Change device" bootloader dialog.Chris Lumens2009-03-051-4/+8
| | | | | | | (1) Add the active boot partition to the drop down BIOS drive list. (2) If there's no active device (not sure how this could happen, but we've gotten bugs about it before) then don't try to do anything else with that combo box.
* If nothing's selected in the bootloader selection combo, don't traceback.Chris Lumens2009-03-041-1/+6
| | | | | This fixes a rarely reported, even more rarely reproduced bug indicating a problem subscripting a TreeIter.
* Fix tracebacks when loading the "Change device" dialog.Chris Lumens2009-03-041-3/+3
|
* Fix up calls to bootloaderChoices to refer to the platform module now.Chris Lumens2009-02-271-2/+2
|
* Lots of little updates to make things use the new storage module.David Lehman2009-02-241-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* A parted.Disk has no attribute named "dev". It's named "device" (#486007).Chris Lumens2009-02-171-2/+2
|
* Removed partedUtils.getDeviceSizeMB(), functionality now in pyparted.David Cantrell2009-02-121-1/+1
| | | | | The parted.Device object now provides a getSize() method to return the size of the device in a human-readable format.
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+4
| | | | * po/sk.po: Typo fix.
* Set parent so that the dialog centers (#441361)Jeremy Katz2008-04-071-0/+1
|
* Add support for actually changing where the boot loader gets installed as wellJeremy Katz2008-02-221-1/+111
| | | | as the BIOS drive order.
* Reorder things a little, clean up spacingJeremy Katz2008-02-221-15/+12
|
* Remove advanced checkboxJeremy Katz2008-02-221-20/+1
|
* Switch the grub installation radio to be a checkbutton. Cleanups for grub onlyJeremy Katz2008-02-221-30/+9
|
* 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
|
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-191-2/+0
| | | | it.
* Fix UI flow traceback (#210190).Chris Lumens2006-10-101-1/+1
|
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-1/+0
| | | | | been disabled for months and it's never coming back. Also remove this stuff from the glade file as well.
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-11/+10
|
* * iw/bootloader_main_gui.py (MainBootLoaderWindow): Don't usePeter Jones2006-02-221-0/+1
| | | | | underline in device names for hotkeys. * iw/bootlocwidget.py (BootloaderLocationWidget): same
* 2006-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-021-99/+21
| | | | | | * iw/bootloader_main_gui.py (MainBootloaderWindow.getScreen): Clean up to not reference "changing" boot loaders while not changing strings (#159658)
* Fix the WrappingLabel class so it actually wraps text. Cleaned up UIChris Lumens2005-04-141-8/+3
| | | | | | 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-23/+23
| | | | from Colin Walters.
* No longer use lilo.Peter Jones2005-02-211-15/+0
|
* 2004-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-081-1/+1
| | | | | * iw/bootloader_main_gui.py (MainBootloaderWindow.changeBootloaderCallback): Fix syntax.
* 2004-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-071-9/+1
| | | | | | * iw/bootloader_main_gui.py: Don't reference boot disks anymore (#135851) * textw/bootloader_text.py: Likewise.
* 'linux lilo' will get you lilo back now.Jeremy Katz2003-10-221-2/+3
| | | | *sigh*
* bye bye liloJeremy Katz2003-09-221-2/+2
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+3
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* no lilo on x86_64Jeremy Katz2003-02-041-5/+11
|
* now you change the boot loader from a dialog on the first screen so that ↵Jeremy Katz2002-07-081-12/+145
| | | | 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/+126
of the pieces out into their own objects so that if we want to move them around a little more, it's relatively painless