Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't use the old set_all adjustment function, set numeric properties, make ↵ | Matt Wilson | 2001-11-27 | 1 | -6/+7 |
| | | | | html widget easier to customize | ||||
* | make graphics gray out when insensitive | Matt Wilson | 2001-11-27 | 1 | -3/+2 |
| | | | | small fixes to partitioning. | ||||
* | use treeview | Matt Wilson | 2001-11-02 | 1 | -177/+270 |
| | |||||
* | merge anaconda-gtk-2-0-branch to HEAD | Matt Wilson | 2001-10-16 | 1 | -291/+302 |
| | |||||
* | fix initial badblocks state (53267) | Jeremy Katz | 2001-09-05 | 1 | -2/+3 |
| | |||||
* | fix for 53169 | Mike Fulbright | 2001-09-05 | 1 | -0/+2 |
| | |||||
* | badblocks should only be active if you've selected to format | Jeremy Katz | 2001-08-24 | 1 | -2/+2 |
| | |||||
* | pass enough options to the formatOptionsCB from migrate (49466) | Jeremy Katz | 2001-08-24 | 1 | -1/+5 |
| | |||||
* | fix up matt partitioning by making the new ones identify themselves properly ↵ | Jeremy Katz | 2001-08-15 | 1 | -0/+2 |
| | | | | (51820) | ||||
* | grammar fix (51761) | Jeremy Katz | 2001-08-14 | 1 | -1/+1 |
| | |||||
* | how did this ever work? | Matt Wilson | 2001-08-14 | 1 | -1/+2 |
| | |||||
* | restoring the backup copy doesn't work... | Jeremy Katz | 2001-08-14 | 1 | -18/+23 |
| | | | | | | | | | | | if processPartitioning fails, we need to remove the request we just added from the request list and, if this isn't a "new new" request, add the old one back in. this also brings in clearer semantics for a request being new as opposed to relying on checking the combination of origrequest.device and origrequest.type fixes 51730 and should also fix a few other places where we get devices of None (eg 51667, 50905, 50858, and possibly others) | ||||
* | dialog for partitions of type 0x82 which don't look like swap... mostly | Jeremy Katz | 2001-08-14 | 1 | -0/+2 |
| | | | | useful in the case of people using fdisk (relates to 51349, 51637) | ||||
* | if we're not changing the formatting on the partition, whether or not the ↵ | Jeremy Katz | 2001-08-08 | 1 | -2/+4 |
| | | | | mountpoint entry is active is dependent on the old fstype | ||||
* | added size label which changes as you change cylinder range for Matt ↵ | Mike Fulbright | 2001-08-07 | 1 | -0/+23 |
| | | | | partitioning in GUI | ||||
* | need to scroll if > 4 drives available | Mike Fulbright | 2001-08-06 | 1 | -2/+9 |
| | |||||
* | make some constant strings get translated | Mike Fulbright | 2001-08-02 | 1 | -8/+13 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | 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. | ||||
* | present errors and warnings from partitioning in a scrolled window | Mike Fulbright | 2001-07-25 | 1 | -6/+63 |
| | |||||
* | Remove all python use of Imlib; replace with gdk pixbuf | Matt Wilson | 2001-07-25 | 1 | -2/+0 |
| | |||||
* | set number of spares into UI | Mike Fulbright | 2001-07-23 | 1 | -1/+6 |
| | |||||
* | 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 | ||||
* | 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 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 | ||||
* | 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 | ||||
* | make drive and raid partition clists big enough to be useful | Mike Fulbright | 2001-07-18 | 1 | -0/+2 |
| | |||||
* | fix various issues with fstype and mount point in pre-existing request edit ↵ | Mike Fulbright | 2001-07-18 | 1 | -8/+24 |
| | | | | dialog | ||||
* | fix for bug 49200 | Mike Fulbright | 2001-07-18 | 1 | -1/+4 |
| | |||||
* | fix for bug 49200 | Mike Fulbright | 2001-07-18 | 1 | -1/+5 |
| | |||||
* | fix to not have question mark | Mike Fulbright | 2001-07-18 | 1 | -1/+1 |
| | |||||
* | wire in accel group (duct tape for now) | Matt Wilson | 2001-07-16 | 1 | -0/+2 |
| | |||||
* | this shouldn't happen anymore, but I'd rather not crash | Jeremy Katz | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | show foreigns correctly | Jeremy Katz | 2001-07-15 | 1 | -1/+4 |
| | |||||
* | tried to wire up accelerator keys, not quite working yet | Mike Fulbright | 2001-07-13 | 1 | -6/+14 |
| | |||||
* | typo (#48985) | Matt Wilson | 2001-07-12 | 1 | -1/+1 |
| | |||||
* | Don't need question mark | bfox | 2001-07-12 | 1 | -1/+1 |
| | |||||
* | ask user if they are sure they want to reformat a pre-existing partition | Mike Fulbright | 2001-07-11 | 1 | -0/+4 |
| | |||||
* | badblocks support -- have to do this before even formatting swap as they | Jeremy Katz | 2001-07-11 | 1 | -0/+33 |
| | | | | | might want to check their swap for badblocks. also, still needs to parse the output and have a progress bar post-beta 2 |