summaryrefslogtreecommitdiffstats
path: root/iw/partition_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* don't use the old set_all adjustment function, set numeric properties, make ↵Matt Wilson2001-11-271-6/+7
| | | | html widget easier to customize
* make graphics gray out when insensitiveMatt Wilson2001-11-271-3/+2
| | | | small fixes to partitioning.
* use treeviewMatt Wilson2001-11-021-177/+270
|
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-291/+302
|
* fix initial badblocks state (53267)Jeremy Katz2001-09-051-2/+3
|
* fix for 53169Mike Fulbright2001-09-051-0/+2
|
* badblocks should only be active if you've selected to formatJeremy Katz2001-08-241-2/+2
|
* pass enough options to the formatOptionsCB from migrate (49466)Jeremy Katz2001-08-241-1/+5
|
* fix up matt partitioning by making the new ones identify themselves properly ↵Jeremy Katz2001-08-151-0/+2
| | | | (51820)
* grammar fix (51761)Jeremy Katz2001-08-141-1/+1
|
* how did this ever work?Matt Wilson2001-08-141-1/+2
|
* restoring the backup copy doesn't work...Jeremy Katz2001-08-141-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... mostlyJeremy Katz2001-08-141-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 Katz2001-08-081-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 Fulbright2001-08-071-0/+23
| | | | partitioning in GUI
* need to scroll if > 4 drives availableMike Fulbright2001-08-061-2/+9
|
* make some constant strings get translatedMike Fulbright2001-08-021-8/+13
|
* dufus moveMike Fulbright2001-08-011-2/+0
|
* hack to make lowres partitioning more pleasing to the eyeMike Fulbright2001-08-011-4/+21
|
* prompt the user if they click the RAID button and less than two software ↵bfox2001-08-011-0/+8
| | | | RAID partitions currently exist
* oopsMike Fulbright2001-07-311-1/+0
|
* ignore RAID on RAIDMike Fulbright2001-07-311-2/+7
|
* handle another case for foreign fs typesMike Fulbright2001-07-311-0/+2
|
* don't really like those pesky traceback things :)Jeremy Katz2001-07-311-1/+1
|
* move warning about formatting preexisting partitions to when they leave the ↵Mike Fulbright2001-07-311-44/+76
| | | | partitioning screen. Hopefully will make it less annoying.
* present errors and warnings from partitioning in a scrolled windowMike Fulbright2001-07-251-6/+63
|
* Remove all python use of Imlib; replace with gdk pixbufMatt Wilson2001-07-251-2/+0
|
* set number of spares into UIMike Fulbright2001-07-231-1/+6
|
* sanity checks for sizes need to actually look at the partition sinceJeremy Katz2001-07-231-1/+1
| | | | we could be a growable partition. so, now we need the diskset here too
* consistent capitalization (49669)Jeremy Katz2001-07-231-3/+3
|
* move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circularJeremy Katz2001-07-231-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 Katz2001-07-221-1/+5
| | | | preexisting nonsupported partition types
* give warnings and errors for partitions using sanity checking functionJeremy Katz2001-07-221-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 Fulbright2001-07-201-2/+2
| | | | system directory work right
* yeah now print out a partition type name instead of foreignMike Fulbright2001-07-191-0/+5
|
* fix behavior so we warn user if they are using a preexisting as a system ↵Mike Fulbright2001-07-191-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 Fulbright2001-07-191-3/+15
| | | | user knows how things were previously mounted
* make drive and raid partition clists big enough to be usefulMike Fulbright2001-07-181-0/+2
|
* fix various issues with fstype and mount point in pre-existing request edit ↵Mike Fulbright2001-07-181-8/+24
| | | | dialog
* fix for bug 49200Mike Fulbright2001-07-181-1/+4
|
* fix for bug 49200Mike Fulbright2001-07-181-1/+5
|
* fix to not have question markMike Fulbright2001-07-181-1/+1
|
* wire in accel group (duct tape for now)Matt Wilson2001-07-161-0/+2
|
* this shouldn't happen anymore, but I'd rather not crashJeremy Katz2001-07-161-1/+1
|
* show foreigns correctlyJeremy Katz2001-07-151-1/+4
|
* tried to wire up accelerator keys, not quite working yetMike Fulbright2001-07-131-6/+14
|
* typo (#48985)Matt Wilson2001-07-121-1/+1
|
* Don't need question markbfox2001-07-121-1/+1
|
* ask user if they are sure they want to reformat a pre-existing partitionMike Fulbright2001-07-111-0/+4
|
* badblocks support -- have to do this before even formatting swap as theyJeremy Katz2001-07-111-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