summaryrefslogtreecommitdiffstats
path: root/iw/task_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Most windows no longer need an anaconda argument, since the intf has that.Chris Lumens2009-07-291-3/+3
* Catch IOError when enabling repos (#500439).Chris Lumens2009-05-131-2/+2
* Remove all uses of isys.cdromList, which no longer exists.Chris Lumens2009-03-051-2/+2
* repo.proxy is now a property, so check before setting it (#481342).Chris Lumens2009-01-231-3/+5
* Add comps groups for new repos that are added (#470653)Jeremy Katz2008-11-121-0/+16
* Set the correct path when using the directory chooser.Chris Lumens2008-11-051-1/+1
* Fix various syntax errors caught by PyCheckerHans de Goede2008-10-291-1/+1
* Only bring up the netconfig dialog if the repo requires networking.Chris Lumens2008-10-171-9/+9
* Fix sorting of repos so we always return an integer value (#466174).Chris Lumens2008-10-091-6/+11
* Don't traceback if no baseurl has been set yet.Chris Lumens2008-09-291-2/+6
* Reduce code duplication by moving methods into backendJeremy Katz2008-09-291-21/+2
* Select packages after repos are set up (#457583)Jeremy Katz2008-09-291-4/+8
* Cleanups and simplifications to repo setup (clumens)Jeremy Katz2008-09-291-36/+39
* Sort Installation Repo to the top of the repo list.Chris Lumens2008-09-291-0/+12
* Do repo setup and sack setup as separate steps.Chris Lumens2008-09-031-1/+2
* 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