summaryrefslogtreecommitdiffstats
path: root/iw/partmethod_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused partmethod step.Chris Lumens2009-02-091-84/+0
|
* 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.
* 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 help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-3/+0
| | | | | been disabled for months and it's never coming back. Also remove this stuff from the glade file as well.
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-7/+7
| | | | from Colin Walters.
* bye bye fdisk option. people who know enough to use fdisk can switch to a ttyJeremy Katz2002-11-181-11/+1
|
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-2/+2
|
* mnemonicsJeremy Katz2002-07-051-3/+3
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-17/+16
|
* use the translationsMatt Wilson2001-08-011-1/+1
|
* warn user if we're going to blow away data to autopartitionMike Fulbright2001-07-101-13/+1
|
* always use automatically partition, not autopartiting, when talking to userMike Fulbright2001-07-091-1/+1
|
* add option to view autopartitioning results and change themMike Fulbright2001-07-061-0/+1
|
* turn on formatting for preexisting partitions we want to, and also hook in ↵Mike Fulbright2001-07-061-2/+15
| | | | some online help in GUI mode
* integrated changes suggested by docsMike Fulbright2001-07-061-15/+8
|
* Move the partitioning bits into Partitions object. The diskset should probablyJeremy Katz2001-07-041-10/+10
| | | | | | | | | | | | | | | | go in here at some point, and arguably the fsset as well, but that should be able to be done without major upheaval. Major changes to note: * id.partitions created * PartitionRequest object folded into Partitions * all of the various autopartitioning variables folded into Partitions * avoid passing just instdata as much as possible other minor fixes which are slipping into this commit * /usr for server install size to 800 megs... 512 is too small :( * kickstart bootloader fix * fix a couple places to use convenience functions instead of part.geom.disk.dev.path * set self.intf for gui autopartitioning so message window works
* title should not say automatic. Fixes bug #46328bfox2001-06-291-1/+1
|
* refer to disk druidMike Fulbright2001-06-261-2/+2
|
* add screen to GUI to allow user to control autopartitioning to some extentMike Fulbright2001-06-251-5/+5
|
* add partition method to GUI, rework to use skiplistMike Fulbright2001-06-251-7/+47
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-0/+54