Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | Only allow changing filesystem type if the reformat combo is checked (#885906). | Chris Lumens | 2012-12-12 | 1 | -0/+1 | |
| | | | | | We were doing fine at this except for one case, where the contents of the customize combo are displayed for the first time. | |||||
* | It's possible for mountpoint to be None (#885279). | Chris Lumens | 2012-12-12 | 1 | -1/+1 | |
| | ||||||
* | Explicitly set True/False in the bootloader setting (#885381). | Chris Lumens | 2012-12-12 | 1 | -2/+2 | |
| | ||||||
* | New version. | Brian C. Lane | 2012-12-11 | 3 | -119/+155 | |
| | ||||||
* | In interactive installs, default to bootloader in the MBR (#885284). | Chris Lumens | 2012-12-11 | 1 | -0/+1 | |
| | ||||||
* | Make sure software selection is checked against filesystem space. (#853636) | David Lehman | 2012-12-11 | 6 | -7/+120 | |
| | ||||||
* | Update default install size and disk space estimate. | David Lehman | 2012-12-11 | 1 | -2/+3 | |
| | ||||||
* | Add checkbox for setting language default layout (#866887) | Vratislav Podzimek | 2012-12-11 | 2 | -13/+45 | |
| | | | | | | | | Some users expect that when they select language Anaconda automatically sets their keyboard layout to the one that is default for the selected language. But this would not be a good implicit behaviour because we would be changing layout in background without letting user now. Adding checkbox for the behaviour some users want seems to be a best solution. | |||||
* | Change testing area label to something more appropriate (KeyboardSpoke) | Vratislav Podzimek | 2012-12-11 | 1 | -1/+1 | |
| | | | | | | | Since we are not switching layouts on selection changes we shouldn't state that in the label above the testing area. Resolves: rhbz#854557 | |||||
* | Fix getting country layout variants | Vratislav Podzimek | 2012-12-11 | 1 | -5/+7 | |
| | | | | | | | | | Commit 70e339b86b0d4a000e0e62253703ac4ca8618b74 introduced the bug resulting in almost empty dictionary of country layout variants. Iteration over countries uses the same _get_variant method as iteration over languages, but comes afterwards. The check added in 70e339b86b0d4a000e0e62253703ac4ca8618b74 fails for almost every layout that is processed in iteration over countries. | |||||
* | Wait for slower dhcp before running vnc server (#868777) | Radek Vykydal | 2012-12-11 | 1 | -0/+1 | |
| | | | | Regards NM's default autoconnections. | |||||
* | Network spoke: fix NMClient signal callback arguments (#885488) | Radek Vykydal | 2012-12-10 | 1 | -2/+2 | |
| | ||||||
* | Add logging for networking and improve logging of ifcfg files | Radek Vykydal | 2012-12-10 | 2 | -16/+37 | |
| | ||||||
* | Honor user request via UI to not install a bootloader. (#885240) | David Lehman | 2012-12-07 | 2 | -3/+1 | |
| | ||||||
* | Handle partition removals regardless of deepcopy. (#884896) | David Lehman | 2012-12-07 | 1 | -1/+2 | |
| | | | | | | | | | | | | | A StorageDevice containing a DiskLabel will have both an originalFormat and a format attribute, both of which are DiskLabel instances. They are copied using a shallow copy, so they share _partedDisk and _origPartedDisk attributes. That means you only have to do partition removals from the parted Disk once. When you make a deep copy of such a StorageDevice, things change. The originalFormat and format no longer share a single _partedDisk or _origPartedDisk. In this case, it is sometimes necessary to remove a partition from both self.disk.format and self.disk.originalFormat. | |||||
* | Default to partitions for /boot* instead of just /boot/efi. (#884606) | David Lehman | 2012-12-07 | 1 | -5/+3 | |
| | | | | | | | | There is some argument that grub2 does not do well with non-partition /boot (https://bugzilla.redhat.com/show_bug.cgi?id=737508#c75). Also, this change brings the defaults in line with our own automatic partitioning. | |||||
* | Fix a logic error in ActionDestroyFormat.obsoletes. (#885004) | David Lehman | 2012-12-07 | 1 | -1/+1 | |
| | ||||||
* | Take device type into account when making the config button sensitive (#885051). | Chris Lumens | 2012-12-07 | 1 | -1/+2 | |
| | | | | We were doing this elsewhere, but not when a selector was clicked on. | |||||
* | Hide VG-related widgets when displaying a non-LV mountpoint first (#885131). | Chris Lumens | 2012-12-07 | 1 | -6/+6 | |
| | | | | | | Remember that after the refresh method, a show_all() will be called. Thus it's not good enough to call hide. You must also call set_no_show_all(True) on the widgets you want to be hidden. | |||||
* | Install default system for %packages --default (#869978) | Brian C. Lane | 2012-12-07 | 1 | -0/+3 | |
| |