summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
* 2007-04-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-171-5/+16
| | | | | | | * iw/upgrade_bootloader_gui.py (UpgradeBootloaderWindow._newToLibata): Ensure that we've actually switched to using libata for something * textw/upgrade_bootloader_text.py: And do the checks in text-mode too.
* If the previous install did not use libata, default to writing out a newChris Lumens2007-04-171-18/+34
| | | | bootloader config and take away the update option (#229704).
* * iw/release_notes.py: Fix handling of plain text release notes (patchDavid Cantrell2007-04-111-1/+1
| | | | from Elliot Peele).
* 2007-04-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-041-3/+9
| | | | | | * iw/congrats_gui.py (CongratulationWindow.__init__): Add support for close button to be used with the live install (#225168) * ui/anaconda.glade: Likewise.
* 2007-04-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-021-0/+1
| | | | | * iw/congrats_gui.py (CongratulationWindow.getScreen): Make this fit a little bit nicer.
* 2007-04-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-021-11/+27
| | | | | | * iw/autopart_type.py (PartitionTypeWindow._fillBootStore): Work to ensure that we don't traceback here in cases where there aren't drives (#234697 and others)
* Add a little more space between the device description and the stripe for tallChris Lumens2007-03-281-1/+1
| | | | languages (#217294).
* * iw/progress_gui.py: Set the infolabel to left justify text so as toDavid Cantrell2007-03-261-0/+1
| | | | | minimize the rapid eye movement for those if us trying to read names and descriptions.
* 2007-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-231-1/+1
| | | | | * iw/network_gui.py (NetworkWindow.getScreen): Shorten entry box so that things fit on the screen better.
* 2007-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-231-1/+9
| | | | | * iw/welcome_gui.py (WelcomeWindow.getScreen): Scale the splash image if we're not at 800x600
* False and 0 are not the same. Fixes no drives being selected by default on theChris Lumens2007-03-201-1/+1
| | | | autopart screen.
* Updated for new system-config-date (#232905).Chris Lumens2007-03-191-87/+7
|
* Display a warning message if caps lock is on (#207894).Chris Lumens2007-03-161-4/+20
|
* Default to no drives selected (#195636).Chris Lumens2007-03-164-20/+21
|
* String fixes (#203346).Chris Lumens2007-03-151-4/+4
|
* Since you can't always eject the CD, don't tell the user to do it (#137275).Chris Lumens2007-03-141-3/+1
|
* String fix (#231761).Chris Lumens2007-03-121-1/+1
|
* * ui/netpostconfig.glade: Remove enable at boot checkbox since it'sDavid Cantrell2007-03-081-10/+0
| | | | | | already in the list of devices on the main screen. * iw/network_gui.py: Remove references to activate_on_boot widget.
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-1/+1
| | | | | | * iw/partition_gui.py (PartitionWindow.getNext): Typo fix (Renato Pavičić) * textw/upgrade_text.py (UpgradeSwapWindow.__call__): Likewise.
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-0/+11
| | | | | | | | | | | | * iw/progress_gui.py (InstallProgressWindow.setShowPercentage): Add method to say that we should just show the percentage in the progress bar like newt does. If this is set, ignore any calls to set_text(). * textw/progress_text.py (InstallProgressWindow.setShowPercentage): Placeholder method, doesn't actually do anything for text mode given the way newt works. * cmdline.py (progressDisplay.setShowPercentage): Add placeholder here too.
* 2007-03-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-061-2/+34
| | | | | | | * iw/autopart_type.py (PartitionTypeWindow.getScreen): Add a combo to select where to install the bootloader. This is extra needed with the combination of installing to USB and EDD. * ui/autopart.glade: Add the UI bits.
* 2007-02-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-281-318/+57
| | | | | | | | | | * yuminstall.py: Use new progress API * livecd.py: Likewise. * iw/progress_gui.py: New progress screen interface that's more suited to different backends * textw/progress_text.py: Likewise. * cmdline.py (progressDisplay): Likewise.
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-2714-57/+56
| | | | #204564).
* Focus the next button when enter is pressed on the second password entryChris Lumens2007-02-271-4/+2
| | | | (#206568).
* Drive selection box shouldn't be sensitive if custom layout is selectedChris Lumens2007-02-261-0/+2
| | | | (#219207).
* 2007-02-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-261-1/+1
| | | | | * iw/autopart_type.py (PartitionTypeWindow.getScreen): Wrap before the requested width (#221791)
* Simplify string (#229959).Chris Lumens2007-02-262-4/+2
|
* * yuminstall.py (selectBestKernel): actually select kernel-xen-develdlehman2007-02-231-0/+12
| | | | | | | | | | | | | | | when we say we're going to (#226784) * iw/autopart_type.py (PartitionTypeWindow.getScreen): desensitize review checkbox if we're headed backwards and the current selection is custom (#220951) * gui.py: add class InstallKeyWindow and InstallInterface method getInstallKey * text.py: add getInstallKey method * ui/instkey.glade: instkey dialog (new file)
* * iw/network_gui.py (NetworkWindow): Remove obsolete code.David Cantrell2007-02-161-7/+0
|
* * iw/network_gui.py: Remove descr hash, not used anymore.David Cantrell2007-02-131-6/+0
|
* * iw/network_gui.py (NetworkWindow): Display DHCPv6 rather than DHCPDavid Cantrell2007-02-061-1/+1
| | | | for the IPv6/Prefix column.
* Wrap the label if it's too long (#225444).Chris Lumens2007-01-301-0/+1
|
* Give some indication of what city is currently being pointed at (#219417).Chris Lumens2007-01-251-9/+23
|
* Upgrade is no longer an installclass, either.Chris Lumens2007-01-191-9/+4
|
* 2007-01-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-171-1/+5
| | | | | | | | | | | | | | | | | | * iw/progress_gui.py (InstallProgressWindow.completePackage): Quick and dirty way of handling-non rpm installs. This needs to be reworked more completely * timezone.py (Timezone.__init__): Add a default in case the step is skipped * instdata.py (InstallData.write): Ensure that network is written out rather than counting on our backend to do so in its preinstall * fsset.py (FileSystemType.isKernelFS): Add a method to determine if we're an in-kernel pseudo-filesystem (PsudoFileSystem.isKernelFS): And implement it (FileSystemSet.umountFilesystems): Allow unmounting filesystems without turning off swap.
* * iw/release_notes.py (ReleaseNotesViewer.setupWindow): Switch toDavid Cantrell2007-01-111-5/+19
| | | | | just a GtkWindow so that we don't have annoying GtkDialog behavior on press of ESC (#220418). From katzj.
* Use %d instead of %g for LVM size display (#219414).Chris Lumens2007-01-042-10/+10
|
* 2007-01-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-041-1/+1
| | | | | * iw/task_gui.py (TaskWindow.getScreen): Translate description (#216067)
* * iw/autopart_type.py (PartitionTypeWindow): Break if rc does notDavid Cantrell2006-12-141-2/+1
| | | | | equal gtk.RESPONSE_APPLY, fixes problem where users cannot add zFCP devices in the gui (#210635).
* * partedUtils.py (DiskSet.openDevices): Don't always dasdfmt on zSeries,David Cantrell2006-12-131-1/+1
| | | | | | | | | | | | only do that for disks that are flagged to be cleared or if the init all flag is set. * upgrade.py (findExistingRoots): Do not pass anaconda object reference to findExistingRootPartitions(). * iw/autopart_type.py (PartitionTypeWindow): Do not pass intf to checkNoDisks(). * textw/partition_text.py: Likewise.
* This new UI change is meant to match (as much as possible) what users seeDavid Cantrell2006-12-121-406/+497
| | | | | | | | | | | | | | | | | | | | | in stage 1 and what users can see in the text mode version of stage 2. These changes are meant for RHEL-5 as well. * ui/netpostconfig.glade: Defines the Edit Network Device window used in the stage 2 part of anaconda. * loader2/net.c (writeNetInfo): Write out IPv6 settings. * network.py (Network): Move the useIPv4 and useIPv6 flags to be per device rather than per system. * iw/network_gui.py: Removed old code in editDevice(), replaced with NetworkDeviceEditWindow class. Removed the awful mess of input validation code I had since the new dialog box handles all of that. Support independent IPv4 and IPv6 stack configuration per device and offer IPv6 automatic neighbor discovery in addition to DHCPv6 and static configuration (#213110, #213112).
* Make sure to copy the format attribute over to the request on certain newChris Lumens2006-12-012-6/+3
| | | | volume groups (#217585).
* All hail the United States Navy. This bug report came from them as they ↵David Cantrell2006-11-281-8/+10
| | | | | | were trying to set up an all-IPv6 network with FC6 systems. They are actually using IPv6. Go figure. Anyways, we only do broadcast and network address calculation when IPv4 is enabled.
* If we changed languages, fetch a new release notes file (#217501).Chris Lumens2006-11-281-0/+3
|
* 2006-11-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-11-171-0/+5
| | | | | | | | * iscsi.py (has_iscsi): Add a method so that we can find out if iscsi is really available (#216128) * iw/autopart_type.py (PartitionTypeWindow.addDrive): And don't allow trying to add iscsi drives if we don't have iscsi stuff. * textw/partition_text.py: Likewise.
* 2006-11-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-11-061-5/+3
| | | | | * iw/netconfig_dialog.py (NetworkConfigurator._ok): Use gui.MessageWindow instead as it has the API we want (#213356)
* Always set an active value on the peCombo, and don't traceback if the defaultChris Lumens2006-11-011-15/+13
| | | | value is the first one in the list (#212317).
* * iw/netconfig_dialog.py: Use the same widget names as the gladeBill Nottingham2006-10-241-4/+4
| | | | file.
* 2006-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-201-1/+1
| | | | | | | * scripts/upd-instroot (PACKAGESGR): Add fonts-telugu (#207428) * iw/progress_gui.py (InstallProgressWindow.getScreen): Not quite so big (#211526)
* Forget partitioning changes when going back to the parttype screen (#211255).Chris Lumens2006-10-191-5/+2
|