Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 8 | -12/+7 | |
| | ||||||
* | Add keyboard accelerators to a whole lot of widgets (#864964). | Chris Lumens | 2013-01-07 | 13 | -103/+139 | |
| | ||||||
* | 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. | |||||
* | Wrap text on the updates checkbox to fix screen placement (#888880). | Chris Lumens | 2013-01-03 | 1 | -0/+3 | |
| | ||||||
* | Add placeholder names to a couple strings (#890157). | Chris Lumens | 2013-01-03 | 1 | -4/+4 | |
| | ||||||
* | Fix multiple copies of spokes appearing from update image | Martin Sivak | 2013-01-03 | 1 | -4/+7 | |
| | ||||||
* | Update the API which controls where should spokes be displayed | Martin Sivak | 2013-01-02 | 2 | -5/+6 | |
| | | | | | | | | | | | | | | | 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 | 1 | -5/+15 | |
| | | | | | | | | 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 | |
| | ||||||
* | 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> | |||||
* | 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 | |
| | ||||||
* | Don't keep old device name when switching to btrfs in custom. | David Lehman | 2012-12-21 | 1 | -0/+3 | |
| | | | | Related: rhbz#868465 | |||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | 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 | 2 | -7/+118 | |
| | | | | | | | | | | | 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. | |||||
* | 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 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | 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 | |||||
* | Move the path definitions to Interface and pass it to the Hubs from there | Martin Sivak | 2012-12-17 | 4 | -20/+38 | |
| | ||||||
* | Make TUI ready for getting spokes from multiple directories | Martin Sivak | 2012-12-17 | 1 | -1/+1 | |
| | ||||||
* | Make GUI more reusable and support multiple directories for spokes and ↵ | Martin Sivak | 2012-12-17 | 4 | -20/+81 | |
| | | | | categories | |||||
* | Split completed and mandatory attributes | Martin Sivak | 2012-12-17 | 7 | -5/+24 | |
| | ||||||
* | 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. | |||||
* | 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 | 1 | -2/+14 | |
| | | | | | | 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. | |||||
* | 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. | |||||
* | Add a gradient background to spoke headers (mizmo, clumens). | Chris Lumens | 2012-12-12 | 11 | -77/+129 | |
| | | | | | | | | | | | 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 | |
| | ||||||
* | Make sure software selection is checked against filesystem space. (#853636) | David Lehman | 2012-12-11 | 3 | -7/+38 | |
| | ||||||
* | 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 | |||||
* | 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 | 1 | -1/+2 | |
| | ||||||
* | Honor user request via UI to not install a bootloader. (#885240) | David Lehman | 2012-12-07 | 2 | -3/+1 | |
| | ||||||
* | 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. |