summaryrefslogtreecommitdiffstats
path: root/iw/package_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* use a TreeStore instead of a ListStore to work around silly sort refresh bugJeremy Katz2002-01-091-1/+2
|
* s/set_usize/set_size_request/gMatt Wilson2002-01-081-1/+1
|
* how did this work?Jeremy Katz2002-01-071-1/+1
|
* this screen works with gtk2 now... some ui cleanups still to do, but doesn'tJeremy Katz2002-01-021-318/+269
| | | | crash and works as expected
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-95/+87
|
* 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 ↵Matt Wilson2001-07-111-1/+1
| | | | group selection (#48774)
* pychecker fixesbfox2001-07-101-16/+0
|
* Fix yes/no dialog to actually work in text mode, fix GUI messageWindow to ↵Mike Fulbright2001-07-021-1/+1
| | | | return a valid boolean value for yes/no dialog. Also fixup calls to messageWindow appropriately.
* 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 ↵Mike Fulbright2001-03-171-1/+21
| | | | upgrade path. I've tested this extensively and this could probably be done better, but at least it works.
* 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 ↵Matt Wilson2001-01-031-4/+22
| | | | setting language in todo. provide some useful messages in package selection
* 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
| | | | was in the clist.
* 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
| | | | extended to a more generic error screen.
* 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. ↵bfox2000-11-151-8/+73
| | | | More work needs to be done here.
* 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
| | | | is empty.
* 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
| | | | | o don't updateInstallClassComps when grabbing the comps o don't turn off all comps when hitting next in gui comps selection
* make sure we get the right packages selected from our installclasses when ↵Matt Wilson2000-05-121-1/+2
| | | | computing sizes
* 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