Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Strip out pango markup before attempting to match languages (#892463). | Chris Lumens | 2013-01-07 | 1 | -2/+5 | |
| | ||||||
* | Mark the live progress hub message for translation (#892069). | Chris Lumens | 2013-01-07 | 1 | -2/+2 | |
| | ||||||
* | Allow deleting whole disks using the reclaim dialog (#880686). | Chris Lumens | 2013-01-07 | 1 | -17/+35 | |
| | | | | | This could probably be further extended to putting new disk labels on, should we want to do that in the future. | |||||
* | Don't allow mountpoints to start with /dev (#891447). | Chris Lumens | 2013-01-07 | 1 | -0/+2 | |
| | ||||||
* | Disable the configure button for pre-existing devices (#888296). | Chris Lumens | 2013-01-07 | 1 | -2/+4 | |
| | ||||||
* | Add keyboard mnemonics to the spoke selectors, too. | Chris Lumens | 2013-01-07 | 9 | -14/+10 | |
| | ||||||
* | Add keyboard accelerators to a whole lot of widgets (#864964). | Chris Lumens | 2013-01-07 | 13 | -103/+139 | |
| | ||||||
* | Try fallback if none exactly matching language is found (#891487) | Vratislav Podzimek | 2013-01-05 | 1 | -6/+22 | |
| | | | | | | | | From the language selection we get e.g. "Greek" as a language name. But while iterating over all languages libxklavier knows we get "Greek, Modern (1453-)" which is not an exact match. If exact match is not found we should try to find language starting with the string we got from the language selection. | |||||
* | Only skip welcome screen for ks installs (#891755) | Brian C. Lane | 2013-01-04 | 1 | -1/+1 | |
| | | | | | We always want to show the welcome screen for interactive installs. For kickstart, only show it if there isn't a language setup. | |||||
* | protect getDirSize from vanishing files (#891759) | Brian C. Lane | 2013-01-04 | 1 | -10/+24 | |
| | | | | | | Now that we're threaded things can get ugly. While examing the filesystem things can vanish, causing an error. This ignores files that go missing while getting the size of a directory. | |||||
* | start vnc without ip address (#832510) | Brian C. Lane | 2013-01-04 | 1 | -11/+17 | |
| | | | | | | | | | | In some cases the vnc server may start before the system has an IP address. This isn't a fatal problem, it just makes it harder for the user to know where to connect their vnc client. This adds a 5 second retry when getting the IP. If that fails it will still start the vnc server, and will print out instructions for how to manually discover the IP address. | |||||
* | Update physical device's sysfs path for btrfs (sub)volumes. (#891443) | David Lehman | 2013-01-03 | 1 | -0/+1 | |
| | ||||||
* | Wrap text on the updates checkbox to fix screen placement (#888880). | Chris Lumens | 2013-01-03 | 1 | -0/+3 | |
| | ||||||
* | The return value from execWithRedirect is an int (#891313). | Chris Lumens | 2013-01-03 | 1 | -1/+1 | |
| | ||||||
* | Add placeholder names to a couple strings (#890157). | Chris Lumens | 2013-01-03 | 2 | -7/+8 | |
| | ||||||
* | Fix multiple copies of spokes appearing from update image | Martin Sivak | 2013-01-03 | 3 | -6/+21 | |
| | ||||||
* | Import pyanaconda.addons in the anaconda script | Vratislav Podzimek | 2013-01-03 | 1 | -1/+2 | |
| | | | | collect_addon_paths is defined in the pyanaconda.addons module. | |||||
* | Update the API which controls where should spokes be displayed | Martin Sivak | 2013-01-02 | 4 | -18/+55 | |
| | | | | | | | | | | | | | | | This patch adds two pieces to Spoke classes: should_run(environment_id, data) This method should return True if the spoke is to be displayed in the environment (currently only "anaconda" and "firstboot" are supported) @property configured() This property should return list of strings that will be stored to a config file, which will be passed to firstboot and GIE and will control whether spokes are to be displayed again or not. | |||||
* | Update the way we look for glade files, spokes, hubs and categories | Martin Sivak | 2013-01-02 | 2 | -7/+21 | |
| | | | | | | | | Anaconda will look for glade files also in the same directory where the source file requesting it is located. This patch also adds updates dictionaries to the list of paths we use to look for spokes, hubs and categories. | |||||
* | Make screenshot routines reusable in Firstboot | Martin Sivak | 2013-01-02 | 1 | -3/+6 | |
| | ||||||
* | Do not fail when missing directories are present in addon paths | Martin Sivak | 2013-01-02 | 1 | -4/+11 | |
| | ||||||
* | Pass addons paths to user interfaces | Martin Sivak | 2013-01-02 | 2 | -5/+10 | |
| | ||||||
* | hook up help window close button (#889570) | Brian C. Lane | 2012-12-21 | 1 | -0/+1 | |
| | ||||||
* | add setKeyboardCheckButton to list of things to translate (#889352) | Brian C. Lane | 2012-12-21 | 1 | -1/+1 | |
| | ||||||
* | Mark for translation and show translated some more GUI elements (#877658) | Vratislav Podzimek | 2012-12-21 | 2 | -4/+4 | |
| | | | | Signed-off-by: Vratislav Podzimek <vpodzime@redhat.com> | |||||
* | Translate storage errors (#877658) | Vratislav Podzimek | 2012-12-21 | 1 | -28/+26 | |
| | | | | Signed-off-by: Vratislav Podzimek <vpodzime@redhat.com> | |||||
* | Don't allow changing the boot disk from inside the custom spoke. (#889585) | David Lehman | 2012-12-21 | 2 | -6/+9 | |
| | ||||||
* | Add help text and a help button to the custom storage spoke. (#889570) | David Lehman | 2012-12-21 | 2 | -0/+164 | |
| | ||||||
* | Allow /boot on btrfs subvol if using grub2. (#888603,868465) | David Lehman | 2012-12-21 | 1 | -1/+2 | |
| | ||||||
* | Don't keep old device name when switching to btrfs in custom. | David Lehman | 2012-12-21 | 1 | -0/+3 | |
| | | | | Related: rhbz#868465 | |||||
* | Fix container member set management for md arrays. (#889101) | David Lehman | 2012-12-21 | 2 | -7/+39 | |
| | ||||||
* | Include incomplete devices when listing dependant devices. (#889330) | David Lehman | 2012-12-21 | 1 | -1/+3 | |
| | ||||||
* | Use systemd to run checkisomd5 (#874486) | Harald Hoyer | 2012-12-20 | 2 | -2/+8 | |
| | ||||||
* | fixup direct nfs iso url handling (#879187) | Brian C. Lane | 2012-12-20 | 1 | -1/+5 | |
| | | | | | It was trying to mount the nfs path including the file.iso, so strip that off before passing it to _setupNFS. | |||||
* | fixup nfs repo install code (#879187) | Brian C. Lane | 2012-12-20 | 1 | -2/+2 | |
| | | | | | | Searching for an empty string inside of another string always returns True. It wasn't properly detecting whether dracut had setup the nfs repo. | |||||
* | New version. | Brian C. Lane | 2012-12-19 | 3 | -415/+513 | |
| | ||||||
* | Add more yum locking to yumpayload (#860022) | Brian C. Lane | 2012-12-19 | 1 | -86/+101 | |
| | | | | | | | Yum properties have side-effects and are inconsistent in their behavior (eg. one call may go grab something from the net, the next may just return a list). So we need to be paranoid about wrapping self._yum usage in a _yum_lock. | |||||
* | The percent bar can go in the same column as the space label. | Chris Lumens | 2012-12-19 | 1 | -4/+0 | |
| | | | | | This is just a minor little UI improvement to get rid of the unnecessary column and header on the resize dialog. | |||||
* | Don't resize NTFS partitions to smaller than the filesystem on them (#885912). | Chris Lumens | 2012-12-19 | 1 | -1/+6 | |
| | | | | | Note this is a big hacky fix, while the permanent fix involves telling other parts of the code when we change sizes via alignments. | |||||
* | Remove some unused error handling code from old UI. | Chris Lumens | 2012-12-19 | 1 | -17/+1 | |
| | | | | | | This is a relic from when I didn't know how error handling would work in newui. It clearly doesn't do anything anymore, and should just raise an exception that we can handle elsewhere. | |||||
* | Don't generate ifcfg files for non-existing devices in parse-kickstart (#886647) | Radek Vykydal | 2012-12-19 | 1 | -0/+3 | |
| | ||||||
* | Encode unicode strings returned by pytz.country_timezones() (#887236) | Vratislav Podzimek | 2012-12-18 | 1 | -0/+1 | |
| | | | | | | | | | pytz.country_timezones() now returns unicodes strings instead of byte strings. Concatenating byte string and unicode string causes traceback, so we need to encode these unicode strings as utf-8 before returning them from our function. Signed-off-by: Vratislav Podzimek <vpodzime@redhat.com> | |||||
* | Always set passphrase for newly encrypted devices. (#888560) | David Lehman | 2012-12-18 | 1 | -1/+1 | |
| | | | | | The previous check only set the passphrase if the device was new, which doesn't cover the case of a newly encrypted preexisting device. | |||||
* | Handle edit of preexisting encrypted lv. (#885378) | David Lehman | 2012-12-18 | 1 | -1/+1 | |
| | ||||||
* | Raise DeviceError instead of ValueError from device ctor. (#888089) | David Lehman | 2012-12-18 | 1 | -1/+1 | |
| | ||||||
* | Set line wrap on the info bar (#888112). | Chris Lumens | 2012-12-18 | 1 | -0/+2 | |
| | ||||||
* | Don't crash when vg edit triggers spurious change event. (#883699) | David Lehman | 2012-12-18 | 1 | -0/+3 | |
| | ||||||
* | Add handling for incomplete lvm/md devices. (#876441) | David Lehman | 2012-12-18 | 4 | -29/+153 | |
| | | | | | | | | | | | The strategy is to keep the vg/md in the devicetree, but to not include them in devicetree.devices or the results of getDeviceBy{Name,Path}. In the custom spoke we display a special options page for them with a brief explanation and the option to remove the device or leave it be. When removing an incomplete vg we don't actually do anything to remove the vg since lvm gives us no way to specify one of several vgs with the same name. All we do is wipe the pvs that we have access to. | |||||
* | Fallback to mdN if no name was found for incomplete md array. (#873224) | David Lehman | 2012-12-18 | 1 | -0/+3 | |
| | ||||||
* | Add product.py to POTFILES (#858628). | Chris Lumens | 2012-12-18 | 1 | -0/+1 | |
| |