Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Exception handling for text mode (#865325) | Vratislav Podzimek | 2013-01-22 | 3 | -4/+12 | |
| | | | | python-meh now has a text UI we could use. | |||||
* | python-meh's saveExceptionWindow no longer uses the accountManager | Vratislav Podzimek | 2013-01-22 | 1 | -2/+2 | |
| | ||||||
* | Enable line wrapping in a couple more places (#901551). | Chris Lumens | 2013-01-20 | 3 | -6/+7 | |
| | ||||||
* | Support /boot on RAID metadata version 1.2 (#896163). | Chris Lumens | 2013-01-20 | 1 | -0/+1 | |
| | ||||||
* | Don't check memory for rescue mode (#895948). | Chris Lumens | 2013-01-20 | 1 | -0/+3 | |
| | ||||||
* | Split __init__ and setup in TUI screens so we can set the environment and ↵ | Martin Sivak | 2013-01-18 | 3 | -6/+19 | |
| | | | | search paths | |||||
* | Add a requirement on device-mapper-multipath (#895973) | Martin Sivak | 2013-01-17 | 1 | -0/+1 | |
| | ||||||
* | Update default fs type code (#855401). | Chris Lumens | 2013-01-16 | 2 | -3/+23 | |
| | ||||||
* | Display the background gradient image from a map signal handler. | Chris Lumens | 2013-01-16 | 1 | -23/+30 | |
| | | | | | | | | | | Doing it from the init method means we need to call gtk_widget_realize so all the gdk and cairo stuff has something to operate on. However, that realize call screws up glade so that the window gets displayed separately and widgets cannot be clicked upon. This reorganization moves the gradient setup to after the widget has been realized. | |||||
* | Remove the old cmdline and script interfaces. | Chris Lumens | 2013-01-16 | 4 | -479/+0 | |
| | | | | These have all been merged with the new text interface. | |||||
* | anaconda-cleanup doesn't use an interface at all. | Chris Lumens | 2013-01-16 | 1 | -2/+0 | |
| | ||||||
* | Remove the old text mode UI. | Chris Lumens | 2013-01-16 | 23 | -2513/+4 | |
| | | | | | I've had to leave pieces of text.py around, though, because it's used by rescue mode and we're not changing it quite yet. | |||||
* | Move constants_text out of the textw directory. | Chris Lumens | 2013-01-16 | 2 | -39/+1 | |
| | | | | It's needed for rescue mode, and the textw directory is about to go away. | |||||
* | Remove more references to system-config-*. | Chris Lumens | 2013-01-16 | 2 | -5/+1 | |
| | ||||||
* | Add device NM_DEVICE_TYPE_ETHERNET to isys (#893892) | Radek Vykydal | 2013-01-16 | 1 | -0/+1 | |
| | | | | Fix of previous patch. | |||||
* | Dump missing ifcfg ifles only for ethernet devices (#893892) | Radek Vykydal | 2013-01-16 | 1 | -1/+1 | |
| | | | | | Don't crash on wwan devices, other types we might want to handle here (bond, vlan) will be added when we support them. | |||||
* | Take over dhcp connection by NM for network root (eg nfs) (#883451, #893656) | Radek Vykydal | 2013-01-16 | 1 | -1/+13 | |
| | | | | | | | We need to pass dhcp lease file to NM's dhclient also in case of kickstart installs. For non-kickstart case, this is done in dracut, modules.d/45ifcfg/write-ifcfg.sh. See dracut's commit 66666c670a462548df4ea4c8069d54b8c309ecf4 | |||||
* | Use DEFAULT_LANG instead of magic value "en_US.UTF-8" | Vratislav Podzimek | 2013-01-15 | 2 | -3/+4 | |
| | | | | Also fix the comment above the DEFAULT_LANG constant. | |||||
* | fixup spec with 19.1 commits | Brian C. Lane | 2013-01-14 | 1 | -1/+2 | |
| | ||||||
* | New version. | Brian C. Lane | 2013-01-14 | 3 | -19/+26 | |
| | ||||||
* | Rework the reclaim dialog to have a resize slider. | Chris Lumens | 2013-01-14 | 2 | -59/+99 | |
| | | | | | | | | | | This required changing the toolbar of buttons into a regular hbox. I've also removed the percent bar since that's duplicate information and gets rid of a couple numbers (this dialog has way too many), and changed the wording in the reclaimable space column for unshrinkable devices to say so. That gets rid of some more numbers. Related: #875944 | |||||
* | g_type_init call is no longer needed | Brian C. Lane | 2013-01-14 | 1 | -8/+0 | |
| | ||||||
* | New version. | Brian C. Lane | 2013-01-11 | 3 | -777/+782 | |
| | ||||||
* | Prepare structures to save spoke completenes for firstboot and GIE | Martin Sivak | 2013-01-11 | 2 | -1/+30 | |
| | ||||||
* | Do not call exit at the end of GUI interface, just quit the main loop | Martin Sivak | 2013-01-11 | 1 | -2/+3 | |
| | ||||||
* | Improve handling of .py and .pyc equivalence while collecting classes | Martin Sivak | 2013-01-11 | 1 | -4/+30 | |
| | ||||||
* | Set default language to en_US.UTF-8 (#891379) | Martin Sivak | 2013-01-11 | 1 | -0/+5 | |
| | ||||||
* | Set the local hostname during installation | Vratislav Podzimek | 2013-01-11 | 1 | -9/+10 | |
| | | | | | | | This allows post install commands to use the hostname of the installed system. Thanks to Stef Walter <stefw@redhat.com> for the original patch. | |||||
* | Refactor and cleanup our localization module | Vratislav Podzimek | 2013-01-11 | 1 | -36/+60 | |
| | | | | | | expand_langs may use parse_langcode which should be a global function not a static method of the Language class. Also some pieces deserve better documentation and some other pieces were potentially dangerous. | |||||
* | Network spoke: use correct state value to display device status. | Radek Vykydal | 2013-01-11 | 1 | -3/+2 | |
| | | | | | | Use state returned by signal, not current state. Prevents "Status unknown (missing)" in NM_DEVICE_STATE_SECONDARIES state. | |||||
* | 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. |