summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Network spoke: add hostname setting (#856456)Radek Vykydal2013-01-082-18/+74
| | | | | | | | 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)
* 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
|
* 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.
* Wrap text on the updates checkbox to fix screen placement (#888880).Chris Lumens2013-01-031-0/+3
|
* Add placeholder names to a couple strings (#890157).Chris Lumens2013-01-031-4/+4
|
* Fix multiple copies of spokes appearing from update imageMartin Sivak2013-01-033-6/+21
|
* Update the API which controls where should spokes be displayedMartin Sivak2013-01-024-18/+55
| | | | | | | | | | | | | | | 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 categoriesMartin Sivak2013-01-022-7/+21
| | | | | | | | 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 FirstbootMartin Sivak2013-01-021-3/+6
|
* Do not fail when missing directories are present in addon pathsMartin Sivak2013-01-021-4/+11
|
* hook up help window close button (#889570)Brian C. Lane2012-12-211-0/+1
|
* add setKeyboardCheckButton to list of things to translate (#889352)Brian C. Lane2012-12-211-1/+1
|
* Mark for translation and show translated some more GUI elements (#877658)Vratislav Podzimek2012-12-212-4/+4
| | | | Signed-off-by: Vratislav Podzimek <vpodzime@redhat.com>
* Don't allow changing the boot disk from inside the custom spoke. (#889585)David Lehman2012-12-212-6/+9
|
* Add help text and a help button to the custom storage spoke. (#889570)David Lehman2012-12-212-0/+164
|
* Don't keep old device name when switching to btrfs in custom.David Lehman2012-12-211-0/+3
| | | | Related: rhbz#868465
* The percent bar can go in the same column as the space label.Chris Lumens2012-12-191-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 Lehman2012-12-181-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 Lehman2012-12-181-1/+1
|
* Don't crash when vg edit triggers spurious change event. (#883699)David Lehman2012-12-181-0/+3
|
* Add handling for incomplete lvm/md devices. (#876441)David Lehman2012-12-182-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 alphabeticallyMartin Sivak2012-12-181-1/+1
|
* Fix typo in variable nameMartin Sivak2012-12-181-1/+1
|
* Only close AddLayout dialog on double-click if something is selected (#887371)Vratislav Podzimek2012-12-181-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 Podzimek2012-12-182-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 addonsMartin Sivak2012-12-171-1/+1
|
* Add support for KS %addon section and the API+code to use itMartin Sivak2012-12-171-0/+8
|
* Import collected modules only onceMartin Sivak2012-12-171-1/+5
|
* Update run-spoke to use pathsMartin Sivak2012-12-171-1/+12
|
* Export QuitDialog and it's message stringMartin Sivak2012-12-172-166/+172
|
* Update the hack we use to preload AnacondaWidgets - we need to load the ↵Martin Sivak2012-12-171-3/+8
| | | | typelib not just the .so file
* Add FirstbootMixInMartin Sivak2012-12-171-0/+20
|
* Move the path definitions to Interface and pass it to the Hubs from thereMartin Sivak2012-12-178-33/+90
|
* Make TUI ready for getting spokes from multiple directoriesMartin Sivak2012-12-173-7/+14
|
* Make GUI more reusable and support multiple directories for spokes and ↵Martin Sivak2012-12-175-31/+111
| | | | categories
* Modify collect so it works with directories with missing __init__.pyMartin Sivak2012-12-171-7/+25
|
* Split completed and mandatory attributesMartin Sivak2012-12-1712-10/+51
|
* Move info about possible actions below the free space infoVratislav Podzimek2012-12-171-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 Lumens2012-12-141-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 Lumens2012-12-141-2/+1
|
* Activate default layout when it is changed (#882440)Vratislav Podzimek2012-12-141-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.