summaryrefslogtreecommitdiffstats
path: root/iw/partition_dialog_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-9/+9
| | | | from Colin Walters.
* 004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-271-0/+6
| | | | | | * iw/partition_dialog_gui.py (PartitionEditor.run): * iw/raid_dialog_gui.py (RaidEditor.run): Update SpinButtons before getting their value (#133456)
* convert from GtkCombo to GtkComboBoxEntryJeremy Katz2004-08-111-3/+3
| | | | | although it somehow seems like crackrock that the only way to get the current entered text is by doing cb.get_children()[0].get_text()....
* goodbye to a lot more GtkOptionMenusJeremy Katz2004-08-111-11/+10
|
* clamp the bottom end of partition sizes (#108164)Jeremy Katz2003-11-031-0/+3
|
* trigger on value-changed instead of just changed so that we update the sizeJeremy Katz2003-10-171-2/+2
| | | | label even when it's just typed in (#107418)
* restrict fs to software RAID when going from the wizard (#67563)Jeremy Katz2003-09-251-2/+4
|
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-0/+1
| | | | and cleanups in here too
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-2/+5
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* no longer allowing badblocks checkingMike Fulbright2003-03-141-6/+10
|
* not sure what the changed signal did, but value-changed gives better ↵Mike Fulbright2003-01-141-1/+1
| | | | interaction between size and maxsize spinbuttons via sizespinchangedCB
* new iter_next APIMatt Wilson2002-07-181-3/+2
|
* (carefully) add device/whatever we're editting to title barMike Fulbright2002-07-151-1/+4
|
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-3/+3
|
* add mnemonicMike Fulbright2002-07-021-18/+24
|
* need diskset to do check properlyMike Fulbright2002-06-281-1/+1
|
* make title sensitive to if object is new or oldMike Fulbright2002-06-281-1/+6
|
* added the correct icon to dialogsMike Fulbright2002-06-271-4/+7
|
* move common code to partition_ui_helpers_gui.pyMike Fulbright2002-06-251-104/+22
|
* pychecker is my friendanaconda-s390-tag4Jeremy Katz2002-06-121-2/+2
|
* switch to get_iter_first()Mike Fulbright2002-06-061-1/+1
|
* broke out ALOT of code from partition_gui.py into separate objects. Its ↵Mike Fulbright2002-06-041-0/+532
still not great but a start.