summaryrefslogtreecommitdiffstats
path: root/iw/package_gui.py
Commit message (Expand)AuthorAgeFilesLines
...
* fix for bug #66402Mike Fulbright2002-06-191-3/+4
* make spacebar toggle current selection, bug #66451Mike Fulbright2002-06-191-1/+39
* workaround for treeview bug of not resorting when store data is changedMike Fulbright2002-06-191-1/+25
* make things work with new pygtk2Jeremy Katz2002-06-171-6/+4
* the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we use...Jeremy Katz2002-06-101-1/+1
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-2/+2
* fix up more gtk changesMatt Wilson2002-05-081-1/+1
* more mergingJeremy Katz2002-04-191-2/+0
* get rid of funky reflow jumpyness when toggling the packageMatt Wilson2002-02-121-2/+2
* wrap properlyMatt Wilson2002-02-121-1/+1
* indentMatt Wilson2002-02-121-1/+1
* fixed #59274, handling gzipped mo files. Also made a unicode mode and a non-...Matt Wilson2002-02-041-2/+3
* move parition_gui to use checklist (dropping clist) and tweaked checklist to ...Mike Fulbright2002-01-291-24/+8
* 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
* 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 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