summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* pychecker fixMike Fulbright2001-08-101-1/+1
|
* don't let people come back here after they've turned on swap files onceJeremy Katz2001-08-101-1/+3
|
* handle video cards which probe ok, but for some reason the native X server ↵Mike Fulbright2001-08-101-1/+25
| | | | doesnt work, and we fallback to VGA. Need to remember to configure the probed card later (and hope it works?). Fixed bug # 51273
* 1) dont let user go back to make boot disk screen (bugzilla #51002), and 2) ↵Mike Fulbright2001-08-092-3/+14
| | | | Fixed congrats message on ia64 to not have info on boot disk (bugzilla #51263)
* correct amount of ram for ramdiskJeremy Katz2001-08-081-1/+1
|
* show help again after the individual package selection screenbfox2001-08-082-6/+9
|
* 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
* check that people have sane partition tables after running fdisk also (50840)Jeremy Katz2001-08-071-2/+5
|
* copyrightMatt Wilson2001-08-0717-19/+239
|
* file no longer neededMatt Wilson2001-08-071-2003/+0
|
* added size label which changes as you change cylinder range for Matt ↵Mike Fulbright2001-08-071-0/+23
| | | | partitioning in GUI
* multiple blank labels is fine (50584)Jeremy Katz2001-08-071-1/+1
|
* remove the bit about removing CD-ROMs from the drive, you can't do it yet ↵Matt Wilson2001-08-061-1/+1
| | | | and we'll eject anyway (#51049)
* need to scroll if > 4 drives availableMike Fulbright2001-08-061-2/+9
|
* handle cards with only 8bpp correctlyMike Fulbright2001-08-061-1/+1
|
* make some constant strings get translatedMike Fulbright2001-08-021-8/+13
|
* warning for bootloader passwords less than six characters instead ofJeremy Katz2001-08-011-4/+16
| | | | | strictly enforcing the limit. make sure it's at least one character though (50528)
* deactivate user entry box in reconfig modebfox2001-08-011-0/+8
|
* reordered the connect statements to avoid GTK assertion error msgsbfox2001-08-011-7/+9
|
* fix cosmetic problem with the column headers shrinking smaller than the ↵bfox2001-08-011-1/+1
| | | | column title if the package names are short. Resolves bug #49162
* dufus moveMike Fulbright2001-08-011-2/+0
|
* hack to make lowres partitioning more pleasing to the eyeMike Fulbright2001-08-011-4/+21
|
* use the translationsMatt Wilson2001-08-011-1/+1
|
* prompt the user if they click the RAID button and less than two software ↵bfox2001-08-011-0/+8
| | | | RAID partitions currently exist
* just call it a boot loader password instead of GRUB password (49971)Jeremy Katz2001-07-311-1/+1
|
* remove dbeug printsJeremy Katz2001-07-311-2/+0
|
* wtf - CHECK your commits before you put code in CVS. Thats for cvs -diff is forMike Fulbright2001-07-311-1/+1
|
* 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.
* remove one print statement and fix spelling on another printbfox2001-07-271-2/+1
|
* fixed packing problems with GtkLabelbfox2001-07-271-3/+6
|
* fix error messages when writing boot floppy failsMike Fulbright2001-07-251-13/+10
|
* put list of migratable partitions in scrolled windowMike Fulbright2001-07-251-2/+11
|
* present errors and warnings from partitioning in a scrolled windowMike Fulbright2001-07-251-6/+63
|
* fix reconfig mode keyboard crap... you don't really expect us to _parse_ ↵Jeremy Katz2001-07-251-2/+6
| | | | the xf86config
* Remove all python use of Imlib; replace with gdk pixbufMatt Wilson2001-07-2517-152/+96
|
* make column titles inactivebfox2001-07-241-1/+1
|
* code cleanupMatt Wilson2001-07-241-131/+151
|
* set number of spares into UIMike Fulbright2001-07-231-1/+6
|
* need to show help in grub password screenMike Fulbright2001-07-231-0/+3
|
* new step: find root parts, remove those bits from the interfaces forJeremy Katz2001-07-231-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 sinceJeremy Katz2001-07-231-1/+1
| | | | we could be a growable partition. so, now we need the diskset here too