Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make some constant strings get translated | Mike Fulbright | 2001-08-02 | 1 | -8/+13 |
| | |||||
* | warning for bootloader passwords less than six characters instead of | Jeremy Katz | 2001-08-01 | 1 | -4/+16 |
| | | | | | strictly enforcing the limit. make sure it's at least one character though (50528) | ||||
* | deactivate user entry box in reconfig mode | bfox | 2001-08-01 | 1 | -0/+8 |
| | |||||
* | reordered the connect statements to avoid GTK assertion error msgs | bfox | 2001-08-01 | 1 | -7/+9 |
| | |||||
* | fix cosmetic problem with the column headers shrinking smaller than the ↵ | bfox | 2001-08-01 | 1 | -1/+1 |
| | | | | column title if the package names are short. Resolves bug #49162 | ||||
* | dufus move | Mike Fulbright | 2001-08-01 | 1 | -2/+0 |
| | |||||
* | hack to make lowres partitioning more pleasing to the eye | Mike Fulbright | 2001-08-01 | 1 | -4/+21 |
| | |||||
* | use the translations | Matt Wilson | 2001-08-01 | 1 | -1/+1 |
| | |||||
* | prompt the user if they click the RAID button and less than two software ↵ | bfox | 2001-08-01 | 1 | -0/+8 |
| | | | | RAID partitions currently exist | ||||
* | just call it a boot loader password instead of GRUB password (49971) | Jeremy Katz | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | remove dbeug prints | Jeremy Katz | 2001-07-31 | 1 | -2/+0 |
| | |||||
* | wtf - CHECK your commits before you put code in CVS. Thats for cvs -diff is for | Mike Fulbright | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | oops | Mike Fulbright | 2001-07-31 | 1 | -1/+0 |
| | |||||
* | ignore RAID on RAID | Mike Fulbright | 2001-07-31 | 1 | -2/+7 |
| | |||||
* | handle another case for foreign fs types | Mike Fulbright | 2001-07-31 | 1 | -0/+2 |
| | |||||
* | don't really like those pesky traceback things :) | Jeremy Katz | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | move warning about formatting preexisting partitions to when they leave the ↵ | Mike Fulbright | 2001-07-31 | 1 | -44/+76 |
| | | | | partitioning screen. Hopefully will make it less annoying. | ||||
* | remove one print statement and fix spelling on another print | bfox | 2001-07-27 | 1 | -2/+1 |
| | |||||
* | fixed packing problems with GtkLabel | bfox | 2001-07-27 | 1 | -3/+6 |
| | |||||
* | fix error messages when writing boot floppy fails | Mike Fulbright | 2001-07-25 | 1 | -13/+10 |
| | |||||
* | put list of migratable partitions in scrolled window | Mike Fulbright | 2001-07-25 | 1 | -2/+11 |
| | |||||
* | present errors and warnings from partitioning in a scrolled window | Mike Fulbright | 2001-07-25 | 1 | -6/+63 |
| | |||||
* | fix reconfig mode keyboard crap... you don't really expect us to _parse_ ↵ | Jeremy Katz | 2001-07-25 | 1 | -2/+6 |
| | | | | the xf86config | ||||
* | Remove all python use of Imlib; replace with gdk pixbuf | Matt Wilson | 2001-07-25 | 17 | -152/+96 |
| | |||||
* | make column titles inactive | bfox | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | code cleanup | Matt Wilson | 2001-07-24 | 1 | -131/+151 |
| | |||||
* | set number of spares into UI | Mike Fulbright | 2001-07-23 | 1 | -1/+6 |
| | |||||
* | need to show help in grub password screen | Mike Fulbright | 2001-07-23 | 1 | -0/+3 |
| | |||||
* | new step: find root parts, remove those bits from the interfaces for | Jeremy Katz | 2001-07-23 | 1 | -3/+3 |
| | | | | | | findinstall, hook up kickstart upgrade, mounting the root for an upgrade will mount the first in the list (which if you've gone through the interface is the only one, but if kickstart, upgrades the first install found) | ||||
* | sanity checks for sizes need to actually look at the partition since | Jeremy Katz | 2001-07-23 | 1 | -1/+1 |
| | | | | we could be a growable partition. so, now we need the diskset here too | ||||
* | consistent capitalization (49669) | Jeremy Katz | 2001-07-23 | 1 | -3/+3 |
| | |||||
* | move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circular | Jeremy Katz | 2001-07-23 | 1 | -1/+0 |
| | | | | | import madness and fix everywhere that refers to the CLEARPART_TYPE_* to ensure that they import from partitioning and don't try to do so from autopart | ||||
* | grammar (49666) | Jeremy Katz | 2001-07-23 | 1 | -1/+1 |
| | |||||
* | pychecker fix... darn that self | Jeremy Katz | 2001-07-22 | 1 | -1/+1 |
| | |||||
* | move whether the keyboard has been manually set into the keyboard object | Jeremy Katz | 2001-07-22 | 1 | -16/+13 |
| | | | | as opposed to being in the interfaces. fixes 49618 | ||||
* | got lost in the merge of the dispatch branch; fixes 22760 again | Jeremy Katz | 2001-07-22 | 1 | -1/+1 |
| | |||||
* | we have saner names now. saving state on this screen works now | Jeremy Katz | 2001-07-22 | 1 | -1/+1 |
| | |||||
* | fix default fstype in gui to give the right default format type on ↵ | Jeremy Katz | 2001-07-22 | 1 | -1/+5 |
| | | | | preexisting nonsupported partition types | ||||
* | give warnings and errors for partitions using sanity checking function | Jeremy Katz | 2001-07-22 | 1 | -0/+9 |
| | | | | | | previously committed and being used for kickstart. errors are fatal and must be corrected. warnings give you a choice as to whether you wish to continue without making changes | ||||
* | fix code to find migratable mounts during an upgrade to use FileSystemSet ↵ | Mike Fulbright | 2001-07-20 | 1 | -27/+14 |
| | | | | object (id.fsset) instead of partition requests (id.partitions) since the original has RAID and partitions in it, and the later doesnt (yet) | ||||
* | handle migration during upgrades and rewrite fstab appropriately | Mike Fulbright | 2001-07-20 | 1 | -5/+12 |
| | |||||
* | fixes not initializing ethernet devices on cd installs | Jeremy Katz | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | fix migrate GUI dialog and make check for whether to warn on not formatting ↵ | Mike Fulbright | 2001-07-20 | 1 | -2/+2 |
| | | | | system directory work right | ||||
* | set the long or short label depending on which should be changed (49446) | Jeremy Katz | 2001-07-19 | 1 | -1/+1 |
| | |||||
* | yeah now print out a partition type name instead of foreign | Mike Fulbright | 2001-07-19 | 1 | -0/+5 |
| | |||||
* | fix behavior so we warn user if they are using a preexisting as a system ↵ | Mike Fulbright | 2001-07-19 | 1 | -3/+5 |
| | | | | directory and NOT formatting, as well as if they are formatting a preexsting, since it will destroy the data | ||||
* | report preexisting disk label for existing filesystems (which have one) so ↵ | Mike Fulbright | 2001-07-19 | 1 | -3/+15 |
| | | | | user knows how things were previously mounted | ||||
* | properly record we have skipped X configuration and act appropriately later | Mike Fulbright | 2001-07-19 | 1 | -0/+2 |
| | |||||
* | fix timer to work, make rnotes rotate every 30 seconds | Mike Fulbright | 2001-07-19 | 1 | -9/+11 |
| | |||||
* | longlabel can't be none | Jeremy Katz | 2001-07-18 | 1 | -0/+3 |
| |