Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | drop fcoe-utils dependency for s390x (rhbz#894025) | Samantha N. Bueno | 2013-01-10 | 1 | -0/+2 | |
| | | | | | | | fcoe-utils is not supported by s390x, which causes lorax builds to fail; drop the requirement for now. Resolves: rhbz#894025 | |||||
* | More TODO list wrangling. | Chris Lumens | 2013-01-10 | 1 | -0/+2 | |
| | ||||||
* | On storage, remove the "Continue" button and make "Done" do it all (#882737). | Chris Lumens | 2013-01-10 | 2 | -28/+14 | |
| | | | | | | | | This is another attempt to fix some of the confusion of having both a Continue and a Done button on the same screen. To clear it up, I've completely removed the Continue button and made the Done button do everything that Continue used to do. This makes the storage spoke a little more standalone instead of the first screen in a series. | |||||
* | getLUKSPassphrase is no longer used, so kill it. | Chris Lumens | 2013-01-10 | 3 | -92/+0 | |
| | ||||||
* | "Hub" shouldn't be in the title for any text mode hub. | Chris Lumens | 2013-01-10 | 3 | -4/+3 | |
| | | | | We need to try to avoid technical terms in the interface, if possible. | |||||
* | Do not lightbox any dialogs on the custom storage spoke (#875291). | Chris Lumens | 2013-01-10 | 1 | -1/+11 | |
| | | | | See the commit message for f17bc055b5661230b995b8ea82e68af2de5e9a6e. | |||||
* | Revert "Do not lightbox the Add Mountpoint dialog (#875291)." | Chris Lumens | 2013-01-10 | 2 | -6/+8 | |
| | | | | | This reverts commit f17bc055b5661230b995b8ea82e68af2de5e9a6e. I have a more thorough fix for this screen coming. | |||||
* | Don't allow changing a VG name to empty in the VG editor (#892395). | Chris Lumens | 2013-01-10 | 1 | -1/+7 | |
| | ||||||
* | Check country_layouts is not None when using it (#893026) | Vratislav Podzimek | 2013-01-10 | 1 | -1/+9 | |
| | | | | | | | | In get_default_lang_country_layout we may have some layouts specified for the given language and none for the given country. In such case we should just return the first matching the given language. And vice versa if there is no layout for the given language but there is some for the given country. | |||||
* | Don't redownload payload from closest mirror only if we actually have some ↵ | Radek Vykydal | 2013-01-09 | 1 | -1/+1 | |
| | | | | | | (#892665) Follow-up of commit fc0ed882a0507794685d4eaad28ddbe78dad9e6c | |||||
* | Remove some modules obsoleted by the packaging module. | David Lehman | 2013-01-08 | 8 | -2349/+0 | |
| | ||||||
* | Prefer country over language when returning default layout (#867110) | Vratislav Podzimek | 2013-01-08 | 1 | -2/+5 | |
| | | | | | | | If there is no layout matching both language and country, prefer country over language. E.g. the 'ch' (Swiss) layout is not listed for the German language, but it is, of course, listed for the 'CH' as a country. | |||||
* | Fix Quit button in standalone network spoke (#892120) | Radek Vykydal | 2013-01-08 | 2 | -5/+0 | |
| | ||||||
* | Network spoke: add sanity check for hostname setting (#856456) | Radek Vykydal | 2013-01-08 | 1 | -3/+31 | |
| | ||||||
* | Network spoke: add hostname setting (#856456) | Radek Vykydal | 2013-01-08 | 3 | -22/+85 | |
| | | | | | | | | Note: The entry is updated automatically if the hostname has not been set yet ("localhost.localdomain" value) and NetworkManager updates hostname based on successfull connecting (e.g. finshed dhcp) and his policy (which is: static configuration, dhcp, static configuration in time of NM start, reverse DNS lookup) | |||||
* | Fix completeness check for md fwraid arrays. (#892621) | David Lehman | 2013-01-07 | 1 | -1/+6 | |
| | ||||||
* | Fix handling of failure to create a new container. (#892046) | David Lehman | 2013-01-07 | 1 | -0/+3 | |
| | | | | | | If there's not enough disk space to make a new container, newDevice must raise a StorageError to tell the ui to try to find a suitable preexisting container. | |||||
* | Force disk selection for interactive installs. (#888293) | David Lehman | 2013-01-07 | 1 | -0/+2 | |
| | ||||||
* | Mark another string for translation (#892760). | Chris Lumens | 2013-01-07 | 1 | -1/+1 | |
| | ||||||
* | Do not lightbox the Add Mountpoint dialog (#875291). | Chris Lumens | 2013-01-07 | 2 | -8/+6 | |
| | | | | | | | For some reason, lightboxing this dialog means if you go back into the custom partitioning screen, all other dialogs will be displayed hidden but still take focus. I can't figure out what's going on, so just disabling this lightbox for now seems a reasonable workaround. | |||||
* | 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 |