summaryrefslogtreecommitdiffstats
path: root/iw/partition_gui.py
Commit message (Expand)AuthorAgeFilesLines
* really make sure we don't try to translate the empty stringJeremy Katz2002-06-251-1/+3
* dont blow up if they ran kickstart w/o specifying a md deviceMike Fulbright2002-06-211-1/+5
* add keyaccel, fixed bug with case where lvm or raid preexists, new checkmarkMike Fulbright2002-06-191-43/+28
* translating the empty string is badJeremy Katz2002-06-191-1/+1
* change logic of show/hide button of raid/lvm and make is so we dont crash if ...Mike Fulbright2002-06-191-5/+17
* hack to put in a checkmark which doesnt look like a checkbox that makes peopl...Mike Fulbright2002-06-191-4/+58
* add more state information to tree display, and added button to allow you to ...Mike Fulbright2002-06-191-15/+74
* get autostepping working againMike Fulbright2002-06-171-0/+5
* 1) replace zvt in fdisk screen with vte (fdisk_gui.py, upd-instroot)Matt Wilson2002-06-171-26/+29
* preexisting raid works nowJeremy Katz2002-06-121-8/+9
* clean up display of logical volumes, handle preexisting logical volumes being...Jeremy Katz2002-06-121-3/+20
* set default request size to 100MBMike Fulbright2002-06-121-1/+1
* lots of LVM sanity checkingMike Fulbright2002-06-111-2/+2
* fix display of preexisting logvol, add some reclamping to existing logical vo...Mike Fulbright2002-06-111-1/+1
* oopsMike Fulbright2002-06-101-1/+1
* oopsMike Fulbright2002-06-071-0/+3
* switch to get_iter_first()Mike Fulbright2002-06-061-2/+2
* Cleanup error messages in generic handling code, make sure you dont munge mem...Mike Fulbright2002-06-041-19/+30
* broke out ALOT of code from partition_gui.py into separate objects. Its still...Mike Fulbright2002-06-041-1393/+88
* lots of fixes for LVM and added raid device to RAID edit menusMike Fulbright2002-05-311-68/+110
* clean up getting of request sizes for lvm and raid to be just the same asJeremy Katz2002-05-311-3/+4
* some fixes for lvmMike Fulbright2002-05-291-13/+14
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-2/+2
* more mergingJeremy Katz2002-04-191-4/+5
* fix bug 59904Mike Fulbright2002-02-281-1/+10
* move a lot more out of partitioning.py... a lot of the functions are nowJeremy Katz2002-02-141-14/+16
* even more fun... move Partitions object to partitions.py and adjust accordingly.Jeremy Katz2002-02-131-17/+10
* all of the silly interface helpers get their own file nowJeremy Katz2002-02-121-0/+1
* remove unused pack_start (was causing the warning)Matt Wilson2002-02-121-1/+0
* stage2 of the partitioning.py cleanupJeremy Katz2002-02-071-11/+12
* stage 1 of the partitioning.py cleanup effort --Jeremy Katz2002-02-061-0/+1
* tweak requestSize functionMike Fulbright2002-02-061-30/+23
* add borders to most of the dialogs (to get rid of flat look) -- find other pl...Matt Wilson2002-02-041-2/+13
* lots of lvm ui fixes and sanity checkingMike Fulbright2002-02-011-19/+94
* dont reuse mount points, and you cant boot off LVMike Fulbright2002-02-011-0/+12
* huge commit - adds editting/deleting/adding logical volumes and volume groups...Mike Fulbright2002-02-011-113/+332
* quick hack to show lvm requestsMike Fulbright2002-01-301-30/+83
* oopsMike Fulbright2002-01-301-3/+0
* handle fact if you have logical partitions treeview goes to depth > 1Mike Fulbright2002-01-301-3/+12
* move parition_gui to use checklist (dropping clist) and tweaked checklist to ...Mike Fulbright2002-01-291-62/+134
* rename field so we know its units is MBMike Fulbright2002-01-281-3/+3
* we can actually create logical volumes nowJeremy Katz2002-01-251-2/+12
* skeleton LVM code so that msf can start working on the real gui. doesn'tJeremy Katz2002-01-241-1/+140
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-091-4/+3
* s/set_usize/set_size_request/gMatt Wilson2002-01-081-7/+7
* more pycheck cleanupJeremy Katz2001-12-271-7/+6
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-271-6/+22
* don't use the old set_all adjustment function, set numeric properties, make h...Matt Wilson2001-11-271-6/+7
* make graphics gray out when insensitiveMatt Wilson2001-11-271-3/+2
* use treeviewMatt Wilson2001-11-021-177/+270