Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Sort categories in GUI alphabetically | Martin Sivak | 2012-12-18 | 1 | -1/+1 | |
| | ||||||
* | Fix typo in variable name | Martin Sivak | 2012-12-18 | 1 | -1/+1 | |
| | ||||||
* | Collect addon paths properly | Martin Sivak | 2012-12-18 | 2 | -3/+5 | |
| | ||||||
* | Move the import constants line below setupPythonUpdates | Martin Sivak | 2012-12-18 | 1 | -2/+2 | |
| | ||||||
* | Only close AddLayout dialog on double-click if something is selected (#887371) | Vratislav Podzimek | 2012-12-18 | 1 | -4/+6 | |
| | | | | | | The AddLayout dialog has a handler for double-click on the selection that closes the dialog. But the selection can be double-clicked even if it contains nothing (all filtered out) which may cause traceback. | |||||
* | Add warning to keyboard spoke on live installations (#886463) | Vratislav Podzimek | 2012-12-18 | 2 | -2/+52 | |
| | | | | | | On live installations we do not change runtime keyboard configuration because desktop enviromnets provide their tools for that. We should give the user a hint on that. | |||||
* | Split ksdata execute and setup methods for addons | Martin Sivak | 2012-12-17 | 3 | -12/+37 | |
| | ||||||
* | Add support for KS %addon section and the API+code to use it | Martin Sivak | 2012-12-17 | 6 | -8/+195 | |
| | ||||||
* | Import collected modules only once | Martin Sivak | 2012-12-17 | 1 | -1/+5 | |
| | ||||||
* | Update run-spoke to use paths | Martin Sivak | 2012-12-17 | 1 | -1/+12 | |
| | ||||||
* | Export QuitDialog and it's message string | Martin Sivak | 2012-12-17 | 2 | -166/+172 | |
| | ||||||
* | Update the hack we use to preload AnacondaWidgets - we need to load the ↵ | Martin Sivak | 2012-12-17 | 1 | -3/+8 | |
| | | | | typelib not just the .so file | |||||
* | Add FirstbootMixIn | Martin Sivak | 2012-12-17 | 1 | -0/+20 | |
| | ||||||
* | Move the path definitions to Interface and pass it to the Hubs from there | Martin Sivak | 2012-12-17 | 8 | -33/+90 | |
| | ||||||
* | Make TUI ready for getting spokes from multiple directories | Martin Sivak | 2012-12-17 | 3 | -7/+14 | |
| | ||||||
* | Make GUI more reusable and support multiple directories for spokes and ↵ | Martin Sivak | 2012-12-17 | 5 | -31/+111 | |
| | | | | categories | |||||
* | Modify collect so it works with directories with missing __init__.py | Martin Sivak | 2012-12-17 | 1 | -7/+25 | |
| | ||||||
* | Split completed and mandatory attributes | Martin Sivak | 2012-12-17 | 12 | -10/+51 | |
| | ||||||
* | Move info about possible actions below the free space info | Vratislav Podzimek | 2012-12-17 | 1 | -17/+17 | |
| | | | | | | | The heading label ends with "the following amounts of free space:", but what follows is "You don't have enough space..." and below this second label there is the info about free space. This patch reorders free space info and hint label. | |||||
* | Fix a couple pylint errors (#867125). | Chris Lumens | 2012-12-14 | 1 | -21/+8 | |
| | ||||||
* | Fix an undefined variable error (#867129). | Chris Lumens | 2012-12-14 | 1 | -1/+1 | |
| | ||||||
* | The fs type combo should be sensitive when reformat is checked (#887201). | Chris Lumens | 2012-12-14 | 1 | -4/+2 | |
| | | | | | | Reformat being sensitive shouldn't have anything to do with it. If we are forcing the user the reformat a filesystem, they should be able to pick what it's being reformatted with. | |||||
* | Remove idiomatic, hard to translate text (#865598). | Chris Lumens | 2012-12-14 | 1 | -2/+1 | |
| | ||||||
* | Activate default layout when it is changed (#882440) | Vratislav Podzimek | 2012-12-14 | 2 | -2/+23 | |
| | | | | | | Users expect to have the layout they marked as the default one (by moving it to the top of the list) activated for the installation. This patch adds such activation. | |||||
* | Validate and correct vg names as needed. | David Lehman | 2012-12-13 | 2 | -1/+17 | |
| | | | | Related: rhbz#747278 | |||||
* | Don't allow resize of devices with no/unrecognized formatting. (#869841) | David Lehman | 2012-12-13 | 1 | -2/+1 | |
| | ||||||
* | Add keyboard dracut setup args (#875567) | Vratislav Podzimek | 2012-12-13 | 4 | -16/+46 | |
| | | | | | Without vconsole.keymap on kernel command line, dracut/plymouth uses 'us' as keymap in LUKS password prompt. | |||||
* | recheck software when source changes (#875599) | Brian C. Lane | 2012-12-12 | 2 | -5/+23 | |
| | | | | | | Refresh the environments and groups when the source changes, and allow the software spoke's apply() method to run when the source is different than the last time the spoke was visited. | |||||
* | Include the new lib directory in the package (#886319, #886470). | Chris Lumens | 2012-12-12 | 4 | -2/+28 | |
| | ||||||
* | Add a gradient background to spoke headers (mizmo, clumens). | Chris Lumens | 2012-12-12 | 17 | -83/+199 | |
| | | | | | | | | | | | The idea here is that by adding a gradient up top, the "Done" button looks more like it belongs with the header than with the widgets down in the spoke. It also subtly makes the spoke look like a subpart of the hub. Adding this required adding an additional internal widget, which means also changing all existing glade files to include this internal widget. Make sure to build new glade support and install locally (or use the proper makefile targets) before editing. |