| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
it.
|
|
|
|
| |
the gateway address if the user provided it.
|
| |
|
|
|
|
| |
have HWADDR or DESC when generating tooltip.
|
|
|
|
| |
keyboard (#254137).
|
| |
|
|
|
|
|
|
|
|
|
| |
* scripts/upd_instroot: Added packages and files so man pages work
in rescue. BZ#243443.
* iw/task_gui.py: Setup the additionall Everythin Repo. BZ#254014.
* installclasses/fedora.py: User can choose additional repo.
BZ#254014
|
|
|
|
|
|
| |
* iw/timezone_gui.py (TimezoneWindow.timezone_widget_create):
Always do the smaller width since our window is never bigger than
800x600 (#251851)
|
|
|
|
|
|
|
| |
argument (#125312)
* iw/checklist.py: Append_row function with argument that defines
tooltip for each row.
|
|
|
|
|
|
|
| |
to fix some input validation errors and error reporting.
* loader2/modstubs.c (ourInsmodCommand): Handle more than one module
parameter in insmod (hhara AT miraclelinux DOT com).
|
| |
|
|
|
|
| |
call to sanityCheckIPString().
|
|
|
|
| |
wand, please mash the keypad with your palm now.
|
|
|
|
|
| |
prefixes in addition to dotted-quad netmasks (patch from HARA
Hiroshi <hhara AT miraclelinux DOT com>).
|
|
|
|
|
|
|
|
|
|
| |
handler for IPMissing exceptions. Display a dialog when the
configNetDevice function fails (patch from Dawei Pang <dwpang AT
redflag-linux DOT com>).
* iw/autopart_type.py (PartitionTypeWindow.addIscsiDrive): Do not
return unless ret is gtk.RESPONSE_OK (patch from Dawei Pang
<dwpang ATredflag-linux DOT com>).
|
|
|
|
|
| |
exceptions and log error message when configNetDevice() fails.
Patch from HARA Hiroshi <hhara AT miraclelinux DOT com>.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-30 Jeremy Katz <katzj@aglarond.local>
* isys/isys.py (_stopRaid): Fix raidstop. I have no clue how
things were working here...
* isys/isys.py (_getRaidInfo): raise ValueError when we don't find
a valid raid superblock (#151653).
* upgrade.py: More blacklist
* isys/isys.h (EARLY_SWAP_RAM): Let's bump RAM needs a little (#232862)
* iw/netconfig_dialog.py (NetworkConfigurator._handleIPError): Add
a frame so things look right
(NetworkConfigurator._ok): Set useipv4 to true, call netconfig
methods with the right args (#240804)
* network.py (hasActiveNetDev): Ensure we have an IP as
otherwise, the network device isn't really all that active.
|
|
|
|
|
| |
* iw/autopart_type.py (PartitionTypeWindow.addDrive): Don't let
them try to do iscsi if the tools aren't there (#238424)
|
|
|
|
|
| |
* iw/release_notes.py (ReleaseNotesViewer.resize): Don't take up
too much of the screen with the livecd and 800x600
|
|
|
|
|
|
| |
* textw/upgrade_bootloader_text.py: Clear up the text for the
upgrade case where the bootloader can't be updated.
* iw/upgrade_bootloader_gui.py: Likewise.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
bootloader config and take away the update option (#229704).
|
|
|
|
| |
from Elliot Peele).
|
|
|
|
|
|
| |
* iw/congrats_gui.py (CongratulationWindow.__init__): Add support
for close button to be used with the live install (#225168)
* ui/anaconda.glade: Likewise.
|
|
|
|
|
| |
* iw/congrats_gui.py (CongratulationWindow.getScreen): Make this
fit a little bit nicer.
|
|
|
|
|
|
| |
* 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)
|
|
|
|
| |
languages (#217294).
|
|
|
|
|
| |
minimize the rapid eye movement for those if us trying to read names
and descriptions.
|
|
|
|
|
| |
* iw/network_gui.py (NetworkWindow.getScreen): Shorten entry box
so that things fit on the screen better.
|
|
|
|
|
| |
* iw/welcome_gui.py (WelcomeWindow.getScreen): Scale the splash
image if we're not at 800x600
|
|
|
|
| |
autopart screen.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
already in the list of devices on the main screen.
* iw/network_gui.py: Remove references to activate_on_boot widget.
|
|
|
|
|
|
| |
* iw/partition_gui.py (PartitionWindow.getNext): Typo fix (Renato
Pavičić)
* textw/upgrade_text.py (UpgradeSwapWindow.__call__): Likewise.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
#204564).
|
|
|
|
| |
(#206568).
|
|
|
|
| |
(#219207).
|
|
|
|
|
| |
* iw/autopart_type.py (PartitionTypeWindow.getScreen): Wrap before
the requested width (#221791)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|