summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
...
* 2006-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-131-1/+2
| | | | * anaconda.spec: Bump version.
* And stash text, not a widget, into the options dict.Chris Lumens2006-06-131-1/+1
|
* Release notes viewer updates.David Cantrell2006-06-131-30/+30
|
* Strings vs. widget.Chris Lumens2006-06-131-2/+2
|
* Like we're going to have test 1 even working tomorrow.David Cantrell2006-06-131-48/+48
|
* Remove misleading text (#135828).Chris Lumens2006-06-071-1/+1
|
* Move from IPEditors to gtk.Entrys. This will help when people can enterChris Lumens2006-06-073-183/+34
| | | | IPv6 addresses so we don't have a thousand little boxes on the screen.
* If the volume group's physical extent size is other than what we expect, makeChris Lumens2006-06-011-2/+2
| | | | sure to add it to the list (#185272).
* Fix cd install number window for yum backend and various tracebacksPaul Nasrat2006-05-251-1/+1
|
* Don't allow logical volumes to be smaller than their volume group's PE sizeChris Lumens2006-05-251-1/+1
| | | | (#186412)
* Fix deprecation warning.Chris Lumens2006-05-231-2/+2
|
* Allow existing partitions containing ISO images to be mounted (#105722).Chris Lumens2006-05-232-2/+9
| | | | | This still needs to be tested, once we get through with all the image-making problems.
* * gui.py (handleRenderCallback): Sure would be nice if I could keepDavid Cantrell2006-05-195-10/+0
| | | | | | | | | | | | | indentation correct when modifying functions. Discontinue use of gtk.gdk.threads_init() and use gobject.threads_init() because of our use of callbacks. Remove threads_enter/leave wrapper around gtk.main() * iw/checklist.py: Remove threads_enter/leave wrapper around gtk.main() since we're using gobject.threads_init() now. * iw/datacombo.py: Likewise. * iw/ipwidget.py: Likewise. * iw/pixmapRadioButtonGroup.py: Likewise. * iw/release_notes.py: Likewise.
* elvis waits no moreDavid Cantrell2006-05-171-9/+25
| | | | | five new files from me to you threads are here to stay
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-1621-32/+0
| | | | | been disabled for months and it's never coming back. Also remove this stuff from the glade file as well.
* * gui.py: Remove PYGTK_DISABLE_THREADS environment variable. CallDavid Cantrell2006-05-164-4/+11
| | | | | | | | | | | | gtk.gdk.threads_init() early on. Wrap gtk.main() in threads_enter and threads_leave calls. * htmlbuffer.py: Wrap gtk.main() in threads_enter and threads_leave calls. * iw/checklist.py: Likewise. * iw/datacombo.py: Likewise. * iw/ipwidget.py: Likewise. * iw/pixmapRadioButtonGroup_gui.py: Likewise.
* 2006-05-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-161-3/+4
| | | | | * iw/progress_gui.py: Ellipsize text instead of just truncating (Roozbeh Pournader, #191844)
* Waves of change.David Cantrell2006-05-121-34/+84
| | | | | | | | | | | | | Removed large chunks of release notes viewer code from gui.py. That file still needs some work. I created a new ReleaseNotesViewer class to run as a thread from Anaconda. Now, if you want to argue concurrency with me, bring it on. This is a work in progress and there are things I know that are busted right now. Probably some more exciting commits from me this weekend. MOST NOTICABLE BUG RIGHT NOW: Click Close on the release notes viewer, and anaconda exits. Yeah, like I said, I'm still working on it. It's hard because _someone_ went and changed all of the existing anaconda code.
* I made a class.David Cantrell2006-05-051-179/+192
|
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-0425-227/+194
|
* Remove unused steps.Chris Lumens2006-05-041-106/+0
|
* Start to use the anaconda class instead of passing around references toChris Lumens2006-05-033-22/+1
| | | | lots of other objects.
* Check UTC box unless a Windows partition is found.Chris Lumens2006-04-201-0/+10
|
* Use libuser for handling the root password instead of a bunch of our ownChris Lumens2006-04-111-5/+4
| | | | stuff.
* Fix some deprecation warnings.Chris Lumens2006-03-301-1/+2
|
* 2006-03-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-131-2/+2
| | | | | * iw/lvm_dialog_gui.py (VolumeGroupEditor.createPEOptionMenu): Cap at 128M instead (#185272)
* * iw/autopart_type.py: Make the partitioning type combo box wider.David Cantrell2006-02-281-2/+2
|
* * iw/bootloader_main_gui.py (MainBootLoaderWindow): Don't usePeter Jones2006-02-222-0/+4
| | | | | underline in device names for hotkeys. * iw/bootlocwidget.py (BootloaderLocationWidget): same
* * iw/autopart_type.py: Import _ and N_ from rhpl.translate.David Cantrell2006-02-221-0/+1
|
* Mark partitioning strings for translation (#181826).Chris Lumens2006-02-211-4/+4
|
* Initialize UTC checkbox (#181737).Chris Lumens2006-02-161-0/+1
|
* 2006-02-09 Patrick Mansfield <patmans@us.ibm.com>Jeremy Katz2006-02-091-0/+72
| | | | | | | | | | | | | | | | * anaconda: Add handling of iscsi flag * flags.py: Add iscsi flag * installclass.py: Add iscsi step * dispatch.py: Add iscsi step. * gui.py: Add iscsi step. * text.py: Add iscsi step * instdata.py: Add iscsi object * iscsi.py: Add main iscsi code * iw/iscsi_gui.py: Add graphical iSCSI configuration * ui/iscsi-config.glade: Glade-file for iSCSI config * textw/iscsi_text.py: Add text mode iSCSI configuration * scripts/mk-images (SCSIMODS): Add iscsi modules * scripts/upd-instroot: Add iscsi tools
* iw/congrats_gui.py (CongratulationWindow): Force buttonBar onDavid Cantrell2006-02-061-0/+4
| | | | | | | | main installer screen to active in case release notes viewer is running (#179924). You still have to close the release notes viewer anyway, so I don't know if this change really matters in the grand scheme of things.
* 2006-02-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-031-19/+31
| | | | | | | | | | | | | * iw/task_gui.py: Adjust for dynamic set of tasks * ui/tasksel.glade: Don't list tasks in the glade file, they're now auto-generated. * textw/task_text.py (TaskWindow.__call__): Likewise. * dispatch.py (installSteps): Pass new arg to tasksel step * installclasses/fedora.py (tasks): Define set of tasks to show on task selection screen here. * installclass.py (tasks): Parent placeholder.
* * iw/lvm_dialog_gui.py (VolumeGroupEditor.editLogicalVolume):David Cantrell2006-02-031-4/+5
| | | | | | | Increase logical volume label field to 32 characters. Changed dialog text with a better explanation for increasing available space since you can't change the physical extent size after a group has been created. (#174661).
* 2006-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-021-99/+21
| | | | | | * iw/bootloader_main_gui.py (MainBootloaderWindow.getScreen): Clean up to not reference "changing" boot loaders while not changing strings (#159658)
* Speed up timezone screen loading.Chris Lumens2006-02-021-19/+23
|
* 2006-02-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-012-380/+1
| | | | | | | | * scripts/upd-instroot (KEEPFILEGR): Add pirut stuff * iw/package_gui.py: Use pirut's version * iw/GroupSelector.py: Remove in favor of pirut's version. * ui/GroupSelector.glade: Likewise.
* 2006-01-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-301-95/+0
| | | | | | * gui.py: Remove desktop_choice * iw/desktop_choice_gui.py: Remove * textw/desktop_choice_text.py: Likewise.
* 2006-01-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-302-74/+30
| | | | | | * iw/package_gui.py: Back from the dead, this wasn't meant to go. * iw/simple_pkgselect.py: This was * gui.py: Adjust.
* package_gui is dead.Chris Lumens2006-01-301-1/+0
|
* 2006-01-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-263-285/+0
| | | | | | | | | | * textw/packages_text.py: Remove obsolete file. * iw/package_gui.py: Likewise. * iw/dependencies_gui.py: Likewise. * gui.py: Remove obsolete steps. * text.py: Likewise. * iw/partition_gui.py (AutoPartitionWindow): Remove obsolete code. * textw/partition_text.py (AutoPartitionWindow): Likewise.
* 2006-01-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-261-0/+77
| | | | | | | | | | | | | | | * kickstart.py (Kickstart.setSteps): Don't show tasksel if packages are selected. * iw/task_gui.py: Simple task selection UI so we don't just drop people into the complicated group selection screen. * ui/tasksel.glade: Add glade file for task selection UI * textw/task_text.py: Text version * dispatch.py (installSteps): Add tasksel step * installclass.py (BaseInstallClass.setSteps): Likewise. * gui.py (stepToClass): Likewise. * text.py (stepToClasses): Likewise.
* Set mouse pointer to watch on relnotes viewer close, set to left pointer inDavid Cantrell2006-01-251-0/+5
| | | | gui.py when the timed callback realizes the relnotes viewer is closed.
* Make sure upgrade combo box is always populated.David Cantrell2006-01-191-7/+6
|
* Fix 178095.David Cantrell2006-01-191-3/+9
|
* Translate combo box and comments (#178250)Chris Lumens2006-01-191-10/+12
|
* Don't display Etc timezones.Chris Lumens2006-01-181-0/+3
|
* Add a parameter to match what superclass expects (#178140).Chris Lumens2006-01-181-1/+1
|
* propogate:Bill Nottingham2006-01-111-1/+1
| | | | | | | | | | revision 1.19 date: 2004/05/07 01:22:44; author: katzj; state: Exp; lines: +1 -1 the unbreakable stuff isn't working anyway now and it causes ppc gui installs to die. so remove it for now to the other place where it happens. (#177537)