summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a typo in the live cd completion text (#884373).Chris Lumens2012-12-071-1/+1
|
* Do not allow deleting or editing a protected device in custom part (#884599).Chris Lumens2012-12-071-12/+15
|
* If path doesn't exist, don't traceback. Return None.Chris Lumens2012-12-071-1/+5
|
* Add/remove the HDISO source from protectedDevSpecs (#882147).Chris Lumens2012-12-071-0/+4
| | | | | | | | | Should storage ever get reset (which it can in the case of moving back to the hub from reclaim, resulting in an error), any protected attributes will be wiped. protectedDevSpecs is the definitive source for what's protected and what's not. The dev.protected lines are still there in case we do not hit an error.
* Put the bad VG name into the error message (#884359).Chris Lumens2012-12-071-1/+1
|
* Use updated connection settings object for default auto config files (#883383)Radek Vykydal2012-12-071-1/+1
|
* New version.Brian C. Lane2012-12-053-91/+113
|
* Call udev_settle from inside udev_trigger.David Lehman2012-12-051-0/+1
| | | | You always want to let things settle, so just take care of it.
* Prevent enabling the encryption checkbutton erroneously.David Lehman2012-12-051-0/+11
| | | | | The same complicated rules apply when reformat is toggled as when populating the right side.
* Make sure Storage is initialized before refreshing the custom spoke.David Lehman2012-12-051-3/+4
| | | | Related: rhbz#884270
* Fix initialization of Storage.roots to use a list. (#884270)David Lehman2012-12-051-1/+1
|
* Don't allow reformat without setting a mountpoint. (#883076)David Lehman2012-12-051-2/+7
|
* Fix check for toggled encryption checkbutton. (#882722)David Lehman2012-12-051-1/+1
|
* Make sure FS minSize is never greater than its currentSize. (#876547)David Lehman2012-12-051-4/+10
|
* When considering whether anything can be shrunk, throw out protected devs.Chris Lumens2012-12-051-1/+2
|
* In the UI, mark the HDISO source device as protected (#879610).Chris Lumens2012-12-052-0/+13
| | | | | Then later when we are setting up filesystems, do not tear down protected devices.
* update mdraid superBlock space calculation (#883483)Brian C. Lane2012-12-051-1/+56
| | | | | | | | | | | | mdadm 3.2.4 made a major change in the amount of space used for 1.1 and 1.2 metadata in order to reserve space for reshaping. See commit 508a7f16 in the upstream mdadm repository. This has resulted in a large difference between what anaconda thinks the size of the array should be and what it actually is. We now use 2.0MB for metadata that isn't 1.1 or 1.2 For 1.1 and 1.2 we calculate the reserved space value and use that.
* Remove resetResolver function, we don't need it anymore (#868695)Radek Vykydal2012-12-053-20/+0
| | | | | Also removes urlgrabber.grabber.reset_curl_obj() from getDefaultHostname() where all its job were to cause races occasionally.
* Network spoke: improve logging.Radek Vykydal2012-12-051-0/+7
|
* Unify writeNetworkConf with other modules (rename, put in ks.execute)Radek Vykydal2012-12-054-28/+23
|
* Fix network command --onboot and --activate options.Radek Vykydal2012-12-053-130/+76
| | | | | | In dracut we set ONBOOT=yes for --activate so that NM activates the device upon its start, in anaconda we set the real value of ONBOOT.
* Fix two calls of self.window.set_info (#883632)Vratislav Podzimek2012-12-051-4/+2
| | | | It was replaced by self.set_info, self.set_error and self.set_warning.
* Use BaseWindow.set_warning and set_error in GUIObject's methodsVratislav Podzimek2012-12-051-2/+2
| | | | | | | Commit 2c367ec88e7385892cb1cdd1f2e1a61079d2e5de brings set_info, set_warning and set_error methods for our BaseWindow, but neither Chris writing the patch nor me doing the review noticed that set_info is used in all cases in the GUIObject's methods.
* New version.Brian C. Lane2012-12-043-198/+267
|
* Fix a bug when switching back to an HDISO install source (#879612).Chris Lumens2012-12-041-5/+14
| | | | | | | | | Basically, _setupDevice gets confused when there's a symlink involved in the path and /proc/mounts does not match what we expect. Thus, just make sure we resolve symlinks to their real path before feeding them to get_mount_device. Also, don't print some mount-related log messages if they'd say something like "None is already mounted".
* Lower case the DONE button on media check.Chris Lumens2012-12-041-1/+1
| | | | | There's no translation work to be done here, since "_Done" should already be translated from earlier changes.
* Change mirrorlist checkbox text (#883191).Chris Lumens2012-12-041-1/+1
|
* Change the bootloader button to indicate you can also not install one.Chris Lumens2012-12-042-10/+32
| | | | | It's pretty confusing to click "Set as Boot Loader" to toggle installing a boot loader off.
* Stop writing /etc/sysconfig/keyboard (#871543)Michal Schmidt2012-12-041-12/+2
| | | | | | Write only /etc/vconsole.conf. Signed-off-by: Brian C. Lane <bcl@redhat.com>
* Stop writing /etc/sysconfig/i18n (#871543)Michal Schmidt2012-12-041-12/+1
| | | | | | Write only /etc/locale.conf. Signed-off-by: Brian C. Lane <bcl@redhat.com>
* Write /etc/hostname (#871543)Michal Schmidt2012-12-041-1/+13
| | | | | | Write the hostname to /etc/hostname instead of /etc/sysconfig/network. Signed-off-by: Brian C. Lane <bcl@redhat.com>
* Correct doing string substitution for encryption.Chris Lumens2012-12-041-4/+4
|
* Add install.py to POTFILES.in so a lot more strings can be translated.Chris Lumens2012-12-041-0/+1
|
* Only instantiate main line action objects when they are needed.Chris Lumens2012-12-041-43/+70
| | | | | | This prevents their strings from being translated before we know what language to translate them into, thus skipping the need for the whole retranslate thing.
* Add a category to POTFILES.in so "USER SETTINGS" gets translated.Chris Lumens2012-12-041-0/+1
|
* Make sure product info and spoke titles are translated throughout.Chris Lumens2012-12-045-11/+17
| | | | | Except on the hub, which is special and is going to need special work done for it.
* Substitute on new_install_name when it's needed, not at the top of custom.py.Chris Lumens2012-12-041-12/+16
| | | | | | | What we've got now is a string names new_install_name with the product and version substituted into it, then that string being looked up for translation. There's no string that matches, of course, so the new install header on the LHS is not being displayed translated.
* Compare the protocol combox box on position, not text.Chris Lumens2012-12-041-4/+4
| | | | | We don't want to re-set up installation source just because someone's using a different language than we expect.
* When we retranslate the welcome window, inform glibc.Chris Lumens2012-12-046-9/+19
| | | | | | Everything in the beginning of anaconda_base_window_retranslate is critical to making sure we can change translations at runtime. Translations are still not totally working, but this gets us a lot closer.
* Add gettext checks to widgets/configure.ac.Chris Lumens2012-12-042-2/+4
| | | | | | Without this check, ENABLE_NLS will not be defined, which means gettext.h will not do anything, which means strings in C lang will not be translated no matter how hard we try.
* The initial welcome screen is the only one that needs to do retranslation.Chris Lumens2012-12-042-2/+24
| | | | It might as well do it on its own.
* Remove the generic retranslate method from the python portion of the UI.Chris Lumens2012-12-044-65/+0
| | | | | It doesn't work completely, and isn't needed now that we do not support changing language from the hub via the language spoke.
* Do not allow manipulating protected devices in the reclaim dialog (#882147).Chris Lumens2012-12-042-3/+14
| | | | Also, add a tooltip to describe why you can't do something to a given device.
* ISOImage needs to look at /run/install/source for the mounted image (#879142).Chris Lumens2012-12-043-4/+5
|
* Minor TODO list update.Chris Lumens2012-12-041-1/+0
|
* Get rid of the unneeded action1.Chris Lumens2012-12-041-4/+0
| | | | This is just causing assertions on tty1.
* Do not list some layouts twice (#882526)Vratislav Podzimek2012-12-041-4/+8
| | | | | | | | | If some layout is related to two (or more) languages, we get it twice while iterating over languages and their related layouts. Since we use a mapping from a layout name (e.g. 'us') to decription ('English (English (US))') the result is that some items are listed twice in the list of all available layouts. This needs some further fixing, but I'm leaving this for the related post-F18 UI changes (see #859465 for more information).
* Check if the given NTP server is a valid hostname (#865869)Vratislav Podzimek2012-12-031-0/+18
|
* Improve and document network.sanityCheckHostnameVratislav Podzimek2012-12-032-18/+39
| | | | | | | The rules for hostname are more strict. Also, it was not easy to use this function because of its return values. Related: rhbz#865869
* don't write network settings on image installBrian C. Lane2012-12-031-2/+3
|