summaryrefslogtreecommitdiffstats
path: root/iw/task_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Preserve baseurl/mirrorlist and mirrorlist checkbox settings across loads.Chris Lumens2008-08-081-1/+3
* Filter out repos that aren't enabled when running in betanag mode.Chris Lumens2008-08-041-4/+0
* We no longer add the fstype to the hd: method in loader.Chris Lumens2008-07-181-1/+7
* Catch mount errors when adding NFS repos (#455645).Chris Lumens2008-07-161-1/+10
* baseurl should be a list, mirrorlist should not.Chris Lumens2008-07-161-2/+2
* Use the right format for the NFS methodstr, but harder this time.Chris Lumens2008-07-151-1/+1
* Use the right format for the NFS methodstr.Chris Lumens2008-07-141-1/+1
* Add support for NFS to the repo editor (#443733).Chris Lumens2008-07-101-3/+28
* Add better error handling when initializing yum (#453695).Chris Lumens2008-07-101-14/+69
* Remove NFS and HD as options for now.Chris Lumens2008-07-091-3/+7
* Reorganize to make it easier to reset the "base" repository.Chris Lumens2008-07-091-12/+36
* Remove the pkgSack when a repo is disabled. Also, one repo must be enabled.Chris Lumens2008-07-091-3/+21
* Use the new method of calling the NetworkConfigurator.Chris Lumens2008-07-091-13/+3
* Add an updated repo editor.Chris Lumens2008-07-091-70/+147
* Filter out source and debuginfo repos from the UI.Chris Lumens2008-07-091-0/+4
* Bring up the network before attempting to use a repo that requires networking.Chris Lumens2008-06-181-20/+1
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-2/+6
* Ensure that we take into account new reposJeremy Katz2008-03-261-0/+5
* Be a little smarter about downloading repo metadata (#437972).Chris Lumens2008-03-241-23/+16
* Use the repo name instead of id in the group file error message (#437972).Chris Lumens2008-03-201-1/+1
* Fix traceback leaving task selection screen (#435556)Jeremy Katz2008-03-011-1/+1
* Allow recovery from some missing repodata conditions.Chris Lumens2008-02-281-2/+4
* Rework the repo editor screen to be more modular.Chris Lumens2008-02-281-197/+219
* Don't allow disabling default repositories.Chris Lumens2008-02-061-2/+7
* Change the methodstr and try to umount if we change base repos.Chris Lumens2008-01-221-5/+23
* Add a repository editor and rework the adding code to make use of it.Chris Lumens2008-01-221-37/+147
* Add the default repo to the UI so it can be edited later.Chris Lumens2008-01-221-1/+1
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-3/+12
* 2007-08-23 Joel Granados <jgranado@redhat.com>jgranado2007-08-231-2/+1
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-2/+2
* Simplify string (#229959).Chris Lumens2007-02-261-2/+1
* 2007-01-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-041-1/+1
* 2006-10-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-091-11/+12
* 2006-09-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-291-3/+8
* 2006-09-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-291-1/+1
* 2006-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-271-1/+1
* * iw/autopart_type.py (PartitionTypeWindow.addIscsiDrive): SupportJeremy Katz2006-09-121-6/+14
* 2006-09-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-051-2/+5
* Add new repos to the installclass's list so they appear when going back to thisChris Lumens2006-08-301-2/+12
* Back out the doRepoSetup interface change, as we should stick with what yumChris Lumens2006-08-291-1/+1
* Missed a couple on that last commit.Chris Lumens2006-08-291-0/+1
* Display repo names, look up with repo ids.Chris Lumens2006-08-291-10/+9
* Setup repos when next is clicked, not when the repo is added. This makes sureChris Lumens2006-08-281-21/+31
* 2006-08-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-231-20/+79
* Log added repos (#201212).Chris Lumens2006-08-031-0/+4
* 2006-07-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-241-0/+2
* 2006-07-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-191-0/+5
* 2006-07-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-181-0/+67
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-5/+5
* 2006-02-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-031-19/+31