summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* 2005-12-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-111-1/+1
| | | | | | | | * iw/GroupSelector.py (GroupSelector._categorySelected): Update for new group code and sort based on display_order. (GroupSelector.populateCategories): Likewise. (_ui_comps_sort): Add sorter. * ui/GroupSelector.glade: Minor tweak
* 2005-12-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-081-1/+2
| | | | | | | * iw/welcome_gui.py (WelcomeWindow.getScreen): Dither the image, look for it in the right path. * ui/anaconda.glade: Minor padding fixes.
* 2005-12-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-081-0/+328
| | | | | | | | | | | | | | | | | | | | | | | | | * installclasses/fedora.py (InstallClass.setGroupSelection): Get default groups from the backend * backend.py (AnacondaBackend.getDefaultGroups): Support for getting default groups * iw/GroupSelector.py: Guts of new group/package selection code. Eventually will live in son of s-c-packages. * ui/GroupSelector.glade: glade file for new group selection code * iw/package_gui.py: Basic shell for GroupSelector use in anaconda * yuminstall.py: Update for yum 2.5 API changes. Note that we now *require* yum-2.5.0-0.20051207 or newer (isPackageInstalled): Add method to see if package is installed for group selection. (_catchallCategory): Add method to take uncategorized groups and stick them somewhere (getDefaultGroups): Backend method for finding the default selected groups based on what comps says * gui.py (stepToClass): Move to new group selection code.
* Make sure people know we're using scp to handle the detailed exception.Chris Lumens2005-11-231-1/+1
|
* 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.