summaryrefslogtreecommitdiffstats
path: root/pyanaconda
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable line wrapping in a couple more places (#901551).Chris Lumens2013-01-203-6/+7
|
* Support /boot on RAID metadata version 1.2 (#896163).Chris Lumens2013-01-201-0/+1
|
* Split __init__ and setup in TUI screens so we can set the environment and ↵Martin Sivak2013-01-183-6/+19
| | | | search paths
* Update default fs type code (#855401).Chris Lumens2013-01-162-3/+23
|
* Remove the old cmdline and script interfaces.Chris Lumens2013-01-162-248/+0
| | | | These have all been merged with the new text interface.
* Remove the old text mode UI.Chris Lumens2013-01-1620-2482/+3
| | | | | 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 Lumens2013-01-162-39/+1
| | | | It's needed for rescue mode, and the textw directory is about to go away.
* Add device NM_DEVICE_TYPE_ETHERNET to isys (#893892)Radek Vykydal2013-01-161-0/+1
| | | | Fix of previous patch.
* Dump missing ifcfg ifles only for ethernet devices (#893892)Radek Vykydal2013-01-161-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.
* Use DEFAULT_LANG instead of magic value "en_US.UTF-8"Vratislav Podzimek2013-01-152-3/+4
| | | | Also fix the comment above the DEFAULT_LANG constant.
* Rework the reclaim dialog to have a resize slider.Chris Lumens2013-01-142-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 neededBrian C. Lane2013-01-141-8/+0
|
* Prepare structures to save spoke completenes for firstboot and GIEMartin Sivak2013-01-112-1/+30
|
* Do not call exit at the end of GUI interface, just quit the main loopMartin Sivak2013-01-111-2/+3
|
* Improve handling of .py and .pyc equivalence while collecting classesMartin Sivak2013-01-111-4/+30
|
* Set default language to en_US.UTF-8 (#891379)Martin Sivak2013-01-111-0/+5
|
* Set the local hostname during installationVratislav Podzimek2013-01-111-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 moduleVratislav Podzimek2013-01-111-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 Vykydal2013-01-111-3/+2
| | | | | | Use state returned by signal, not current state. Prevents "Status unknown (missing)" in NM_DEVICE_STATE_SECONDARIES state.
* More TODO list wrangling.Chris Lumens2013-01-101-0/+2
|
* On storage, remove the "Continue" button and make "Done" do it all (#882737).Chris Lumens2013-01-102-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 Lumens2013-01-102-85/+0
|
* "Hub" shouldn't be in the title for any text mode hub.Chris Lumens2013-01-103-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 Lumens2013-01-101-1/+11
| | | | See the commit message for f17bc055b5661230b995b8ea82e68af2de5e9a6e.
* Revert "Do not lightbox the Add Mountpoint dialog (#875291)."Chris Lumens2013-01-102-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 Lumens2013-01-101-1/+7
|
* Check country_layouts is not None when using it (#893026)Vratislav Podzimek2013-01-101-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 Vykydal2013-01-091-1/+1
| | | | | | (#892665) Follow-up of commit fc0ed882a0507794685d4eaad28ddbe78dad9e6c
* Remove some modules obsoleted by the packaging module.David Lehman2013-01-087-2347/+0
|
* Prefer country over language when returning default layout (#867110)Vratislav Podzimek2013-01-081-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 Vykydal2013-01-082-5/+0
|
* Network spoke: add sanity check for hostname setting (#856456)Radek Vykydal2013-01-081-3/+31
|
* Network spoke: add hostname setting (#856456)Radek Vykydal2013-01-083-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 Lehman2013-01-071-1/+6
|
* Fix handling of failure to create a new container. (#892046)David Lehman2013-01-071-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 Lehman2013-01-071-0/+2
|
* Mark another string for translation (#892760).Chris Lumens2013-01-071-1/+1
|
* Do not lightbox the Add Mountpoint dialog (#875291).Chris Lumens2013-01-072-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 Lumens2013-01-071-2/+5
|
* Mark the live progress hub message for translation (#892069).Chris Lumens2013-01-071-2/+2
|
* Allow deleting whole disks using the reclaim dialog (#880686).Chris Lumens2013-01-071-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 Lumens2013-01-071-0/+2
|
* Disable the configure button for pre-existing devices (#888296).Chris Lumens2013-01-071-2/+4
|
* Add keyboard mnemonics to the spoke selectors, too.Chris Lumens2013-01-078-12/+7
|
* Add keyboard accelerators to a whole lot of widgets (#864964).Chris Lumens2013-01-0713-103/+139
|
* Try fallback if none exactly matching language is found (#891487)Vratislav Podzimek2013-01-051-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. Lane2013-01-041-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. Lane2013-01-041-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. Lane2013-01-041-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 Lehman2013-01-031-0/+1
|