summaryrefslogtreecommitdiffstats
path: root/iw/package_gui.py
Commit message (Expand)AuthorAgeFilesLines
* stop the hiding of help on this screen... causes several weird ui things with...Jeremy Katz2002-03-271-2/+0
* don't allow selection/deselection of Base packages in Flat view (#55505)Jeremy Katz2002-03-221-1/+5
* show help again after the individual package selection screenbfox2001-08-081-5/+6
* copyrightMatt Wilson2001-08-071-6/+20
* Remove all python use of Imlib; replace with gdk pixbufMatt Wilson2001-07-251-10/+11
* make display of selected packages consistent between text and gui package gro...Matt Wilson2001-07-111-1/+1
* pychecker fixesbfox2001-07-101-16/+0
* Fix yes/no dialog to actually work in text mode, fix GUI messageWindow to ret...Mike Fulbright2001-07-021-1/+1
* use less than instead of greater thanbfox2001-06-221-1/+1
* continue to merge dispatch branch to headMatt Wilson2001-06-201-183/+134
* added column for package version number. Also cleaned up the code a bitbfox2001-04-141-108/+16
* Fixed screens so in GUI you cannot go back too far once you start down the up...Mike Fulbright2001-03-171-1/+21
* removed the ctree.unset_flags (CAN_FOCUS) line. Resolves bug #25751.bfox2001-02-091-1/+1
* Allow sorting package list by the ones that are selected.bfox2001-01-111-13/+21
* Changed packing for select and unselect buttons to something nicerbfox2001-01-111-8/+16
* set up comps.py to look at linguas for expressions. don't set linguas when s...Matt Wilson2001-01-031-4/+22
* Fixed bug with clicking on empty clistbfox2000-12-241-17/+20
* added comments to tell what tags correspond to what screensMike Fulbright2000-12-131-1/+2
* Fixed traceback bug if the user tried to select or unselect all when nothing ...bfox2000-12-111-6/+15
* Changed label from "directory" to "group"bfox2000-12-081-7/+7
* Removed print statementbfox2000-12-041-1/+1
* Changed shadow type for the viewportbfox2000-11-301-4/+5
* Finished error screen if hdlist and comps files aren't found. This could be ...bfox2000-11-201-38/+25
* Removed a bunch of old code that had been commented out.bfox2000-11-201-89/+10
* changed the way optional groups are chosenErik Troan2000-11-171-7/+9
* Removed unneeded debug statement.bfox2000-11-161-1/+1
* Added code to exit gracefully if comps file or hdlist file is not found. Mor...bfox2000-11-151-8/+73
* Removed checkbox.xpm from code.bfox2000-11-011-4/+8
* Fixed a bug that crashed installer when trying to sort by size when the list ...bfox2000-10-311-8/+11
* Changed the style of the ctree to use triangle handles.bfox2000-10-311-0/+5
* Removed some old print statements for debug.bfox2000-10-101-2/+2
* Replaced GnomeIconList with Clist for a new package selection screen.bfox2000-10-051-188/+367
* marked some more strings as i18nErik Troan2000-08-101-1/+1
* use accessorMatt Wilson2000-08-041-3/+3
* reworked package selection mechanismErik Troan2000-05-261-21/+14
* fix ugly packing in package group selMatt Wilson2000-05-191-1/+4
* o don't order the transaction set when doing a dep checkMatt Wilson2000-05-121-5/+0
* make sure we get the right packages selected from our installclasses when com...Matt Wilson2000-05-121-1/+2
* add package size to indiv. package selMatt Wilson2000-05-121-1/+10
* use showgroups field from instclassMatt Wilson2000-05-111-2/+13
* i18nMatt Wilson2000-05-111-1/+1
* display running size totalErik Troan2000-05-041-8/+6
* update package sizesMatt Wilson2000-05-041-6/+9
* size calculation works for componentsErik Troan2000-05-041-0/+26
* fix for namespaceMatt Wilson2000-05-041-6/+6
* Fixups to make modules findable after text and gui file renamingMike Fulbright2000-04-201-3/+3
* Renamed package.py to package_gui.pyMike Fulbright2000-04-191-0/+463