summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* 2005-10-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-241-1/+0
| | | | * ui/anaconda.glade: Don't show the help buttons either...
* 2005-10-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-241-1/+1
| | | | | * ui/anaconda.glade: Make help not visible by default. This fixes screwiness where the pane was still there with kickstart installs.
* Fix word wrap so the dialog doesn't grow too much.Chris Lumens2005-10-071-2/+2
|
* 2005-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-041-0/+2
| | | | | | | | | | | * iw/autopart_type.py (PartitionTypeWindow.getNext): Don't skip manual partitioning if we're doing custom partitions (#169001) (PartitionTypeWindow.comboChanged): Also make it obvious what's going on with custom partitioning + review checkbox * ui/autopart.glade: Add callback. * textw/partition_text.py (PartitionTypeWindow.__call__): Properly shut down UI if custom partitioning selected.
* Added a button to the exception dialog for saving the detailed tracebackChris Lumens2005-09-222-45/+215
| | | | to a remote host via scp.
* Use glade for the exception dialog and display the full traceback on theChris Lumens2005-09-201-0/+204
| | | | bottom.
* 2005-08-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-261-0/+170
| | | | | | | | | | | | | | * dispatch.py (installSteps): Add new autopart type step, remove some obsolete stuff (fdisk, fdasd) * gui.py (stepToClass): Add new step. (getGladeWidget): Add helper function for glade screens. * text.py (stepToClasses): Add new step. * installclass.py (BaseInstallClass.setSteps): Add new step. * iw/autopart_type.py: Add first pass at new autopartitioning screen. Still want to make the shown options more dynamic based on what your system initially looks like. * textw/partition_text.py: Add new autopartitioning screen. * ui/autopart.glade: Add glade file for new autopartitioning screen.
* fix make cleanBill Nottingham2005-08-041-1/+1
|
* Use the correct forward button image.Chris Lumens2005-04-141-1/+1
|
* Fixed UI problems: kill the big empty box on the congrats screen (which IChris Lumens2005-03-161-1/+26
| | | | | caused when I did the help button enable/disable dance) and let the buttons on the button bar grow for lengthy translations.
* 2005-01-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-131-0/+13
| | | | * ui/Makefile: Add the makefile.
* 2005-01-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-131-0/+608
* ui/anaconda.glade: Add glade file for base anaconda UI.