summaryrefslogtreecommitdiffstats
path: root/textw
Commit message (Collapse)AuthorAgeFilesLines
...
* fix for bug #65109Mike Fulbright2002-06-191-2/+2
|
* fixed up log referenceMike Fulbright2002-06-191-1/+1
|
* hp@redhat.com made me do thisMike Fulbright2002-06-141-1/+4
|
* fix horiz/vert mismatchBill Nottingham2002-06-121-2/+2
|
* the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵Jeremy Katz2002-06-102-2/+2
| | | | use rpmmodule so that we get rpm 4.0.4 instead of 4.1
* more gnome-core to gnome-session changesJeremy Katz2002-06-031-2/+2
|
* more /mnt/sysimage surgeryJeremy Katz2002-05-301-2/+4
|
* more /mnt/sysimage surgeryJeremy Katz2002-05-301-1/+1
|
* rootOnLoop cases should be deadJeremy Katz2002-05-301-12/+1
|
* kill annoying but that prevented you from editing mountpoints on partitionsJeremy Katz2002-05-291-1/+1
|
* fix notting's traceback when choosing to not format a preexisting partitionJeremy Katz2002-05-291-1/+1
|
* fix callMike Fulbright2002-05-291-1/+1
|
* use redhat-config-keyboard for gui screen, tui changes to coexist happilyJeremy Katz2002-05-281-6/+8
|
* more rhpl migration stuffMike Fulbright2002-05-231-3/+4
|
* move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhplMike Fulbright2002-05-231-2/+3
|
* migrate to using rhpl log functionMike Fulbright2002-05-233-5/+8
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-2326-49/+49
| | | | our own translate.py
* add argument to callMike Fulbright2002-05-131-1/+1
|
* make the bootloader choices thing actually use the bootloader device orderJeremy Katz2002-05-071-1/+1
| | | | | | so that we can do things like avoid saying the mbr is on a removable device. abstract out part of the fsset.bootloaderChoices logic so that it can be used without the bootloader object as needed
* merge bootloader changes from HEADJeremy Katz2002-04-221-0/+118
|
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-1910-30/+68
| | | | work now, at least in gui. text mode might, though
* tertiary is more correct than ternary (#60963)Jeremy Katz2002-03-111-1/+1
|
* change docs location (#60790)Jeremy Katz2002-03-061-1/+1
|
* classed routing has been dead for a while now really... hooray for cidr (#50886)Jeremy Katz2002-03-051-1/+1
|
* oops, get rid of my debugletJeremy Katz2002-02-281-1/+0
|
* merge multi interface config in tui patch (#59841)Jeremy Katz2002-02-281-28/+60
|
* move a lot more out of partitioning.py... a lot of the functions are nowJeremy Katz2002-02-141-13/+9
| | | | methods of request classes or the Partitions class
* fix a traceback if you select to go back to the default monitorJeremy Katz2002-02-141-1/+1
|
* even more fun... move Partitions object to partitions.py and adjust accordingly.Jeremy Katz2002-02-131-2/+3
| | | | | move the Request object into partRequests.py and actually make it a nicer object with subclasses for the various types.
* all of the silly interface helpers get their own file nowJeremy Katz2002-02-121-0/+1
|
* diskset moves to partedUtilsJeremy Katz2002-02-121-1/+1
|
* fix bug I cant find anymore that makes TUI installer crash if > 12 NICsMike Fulbright2002-02-111-21/+15
|
* oh yeah goodbye reconfigMike Fulbright2002-02-085-53/+2
|
* stage 1 of the partitioning.py cleanup effort --Jeremy Katz2002-02-061-0/+1
| | | | | | | | | | | | | | 1) move the following functions from partitioning.py -> partedUtils.py get_flags, start_sector_to_cyl, end_sector_to_cyl, start_cyl_to_sector, end_cyl_to_sector, getPartSize, getPartSizeMB, getDeviceSizeMB, get_partition_by_name, get_partition_name, get_partition_file_system_type, set_partition_file_system_type, get_partition_drive, map_foreign_to_fsname, filter_partitions, get_logical_partitions, get_primary_partitions, get_raid_partitions, get_lvm_partitions, 2) move PartitioningError and PartitioningWarning classes from partitioning.py -> partErrors.py Change everything that depends on these functions to use the new location
* make the username field only 16 characters so it's not longer than the ↵Jeremy Katz2002-02-051-1/+1
| | | | fullname (#59342)
* maybe I should go back to drinking more caffeine...Jeremy Katz2002-02-041-1/+1
|
* duplicate error checking from guiJeremy Katz2002-02-041-1/+1
|
* skip the later bootloader screens if we select no bootloader (thanks notting)Jeremy Katz2002-02-011-1/+5
|
* rename field so we know its units is MBMike Fulbright2002-01-281-3/+3
|
* doesn't crash when no mouse is detected (probably still isn't quite rightErik Troan2002-01-251-1/+1
| | | | however)
* land boot loader changes to use booty backend infrastructure and switchJeremy Katz2002-01-211-28/+37
| | | | | over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately
* handle unprobed and ddc probed monitor cases betterMike Fulbright2002-01-181-2/+10
|
* make text mode monitor selection much more 133tMike Fulbright2002-01-141-1/+10
|
* make text mode monitor selection more 133tMike Fulbright2002-01-141-26/+50
|
* fixes to use gtk2Mike Fulbright2002-01-111-14/+13
|
* merge from branchJeremy Katz2002-01-091-3/+0
|
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-092-5/+4
|
* get the value of the ptp hereJeremy Katz2001-12-271-1/+1
|
* make this a little cleanerJeremy Katz2001-12-271-26/+18
|
* use messsageWindows instead of custom message boxes, so pass intf inJeremy Katz2001-12-271-5/+5
|