summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui
Commit message (Expand)AuthorAgeFilesLines
* Use threadMgr.wait to check threadsBrian C. Lane2013-01-286-32/+12
* Use only one large grid for the hubs.Chris Lumens2013-01-242-38/+27
* Indicate nothing will happen until "Begin Installation" is clicked (#883195).Chris Lumens2013-01-241-1/+19
* Move communication module to pyanaconda/uiVratislav Podzimek2013-01-248-8/+11
* Use constant for default hostname ("localhost.localdomain" currently)Radek Vykydal2013-01-241-3/+3
* Make update_hostname function do just one thing - update ksdata.Radek Vykydal2013-01-241-5/+7
* xgettext wants "utf-8", not "utf8". Python doesn't seem to care.Chris Lumens2013-01-231-1/+1
* On the storage spoke, only show the summary button if a disk is selected.Chris Lumens2013-01-232-4/+7
* Add text letting people know they can use existing filesystems (#883150).Chris Lumens2013-01-231-7/+21
* Default to mirrored RAID instead of striped (#888867).Chris Lumens2013-01-231-2/+2
* Replace the RAID level checkboxes with a single combo box.Chris Lumens2013-01-232-621/+143
* Don't allow mountpoints to start with /proc or /sys either.Chris Lumens2013-01-221-1/+2
* Cleanup some trailing whitespace on otherwise empty linesVratislav Podzimek2013-01-222-9/+9
* Refactor and cleanup exception handling piecesVratislav Podzimek2013-01-223-46/+80
* Exception handling for text mode (#865325)Vratislav Podzimek2013-01-221-0/+9
* python-meh's saveExceptionWindow no longer uses the accountManagerVratislav Podzimek2013-01-221-2/+2
* Enable line wrapping in a couple more places (#901551).Chris Lumens2013-01-203-6/+7
* Split __init__ and setup in TUI screens so we can set the environment and sea...Martin Sivak2013-01-183-6/+19
* Rework the reclaim dialog to have a resize slider.Chris Lumens2013-01-142-59/+99
* 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
* Network spoke: use correct state value to display device status.Radek Vykydal2013-01-111-3/+2
* 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
* "Hub" shouldn't be in the title for any text mode hub.Chris Lumens2013-01-103-4/+3
* Do not lightbox any dialogs on the custom storage spoke (#875291).Chris Lumens2013-01-101-1/+11
* Revert "Do not lightbox the Add Mountpoint dialog (#875291)."Chris Lumens2013-01-102-6/+8
* Don't allow changing a VG name to empty in the VG editor (#892395).Chris Lumens2013-01-101-1/+7
* Don't redownload payload from closest mirror only if we actually have some (#...Radek Vykydal2013-01-091-1/+1
* 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-082-18/+74
* 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
* 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
* 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
* 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
* Update the way we look for glade files, spokes, hubs and categoriesMartin Sivak2013-01-022-7/+21
* 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