summaryrefslogtreecommitdiffstats
path: root/iw/examine_gui.py
Commit message (Expand)AuthorAgeFilesLines
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-6/+13
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-1/+1
* Upgrade is no longer an installclass, either.Chris Lumens2007-01-191-9/+4
* parts is a 4-tuple in these instances, too. Hooray for (no) type checking!Chris Lumens2006-07-101-1/+1
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-1/+0
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-42/+17
* package_gui is dead.Chris Lumens2006-01-301-1/+0
* Make sure upgrade combo box is always populated.David Cantrell2006-01-191-7/+6
* Fix 178095.David Cantrell2006-01-191-3/+9
* Fix the WrappingLabel class so it actually wraps text. Cleaned up UIChris Lumens2005-04-141-4/+0
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-19/+19
* Use gui.readImageFromFile instead of deprecated ics methods.Chris Lumens2005-02-231-2/+3
* 2004-09-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-291-2/+1
* use a list store properly (#130903)Jeremy Katz2004-08-251-2/+2
* more GtkOptionMenu -> GtkComboBox conversionJeremy Katz2004-08-111-13/+14
* swap order of install/upgrade options, default to install with RHELJeremy Katz2004-07-301-5/+6
* remove some Red Hat-ismsBill Nottingham2003-12-161-1/+1
* brent and I decided customize packages to upgrade is not useful and just clut...Mike Fulbright2003-04-211-18/+20
* we need to go ahead and change the labels so that we can do substitutionsJeremy Katz2003-02-071-2/+2
* change the wording slightlyMatt Wilson2003-01-151-10/+14
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
* fix help tag to be the correct oneJeremy Katz2003-01-131-1/+1
* fix indentationMike Fulbright2002-12-181-1/+1
* tweak upgrade examine textMike Fulbright2002-12-171-6/+6
* adjust for new pixmapRadioButtonGroup() behavior and have product name in stringMike Fulbright2002-12-111-4/+6
* new examine upgrade code using new pixmapRadioButtonGroup widgetMike Fulbright2002-12-111-32/+107
* upgradeRoot is the first two parts of the tuple. I really really need to rew...Jeremy Katz2002-11-061-1/+1
* first pass upgrade autodetection. the ui still needs a little work, but itJeremy Katz2002-11-051-49/+45
* mnemonicsJeremy Katz2002-07-051-1/+1
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-2/+2
* more mergingJeremy Katz2002-04-191-2/+3
* s/set_usize/set_size_request/gMatt Wilson2002-01-081-1/+1
* pygtk2 portJeremy Katz2001-12-271-22/+22
* copyrightMatt Wilson2001-08-071-1/+13
* new step: find root parts, remove those bits from the interfaces forJeremy Katz2001-07-231-3/+3
* move upgrade mounting code into generic function, split bootloader init away ...Matt Wilson2001-06-271-2/+1
* first pass at getting things in alignment for gui upgrades. Should only affe...Matt Wilson2001-06-221-24/+26
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-9/+3
* typo!Matt Wilson2001-03-291-1/+1
* properly i18n (#33468)Matt Wilson2001-03-281-1/+1
* Fixed screens so in GUI you cannot go back too far once you start down the up...Mike Fulbright2001-03-171-4/+20
* we don't need to call self.todo.upgradeFindPackages here anymore. It's been ...bfox2001-03-141-1/+0
* should work with new upgrade scheme; will need more changing forErik Troan2001-03-091-1/+2
* fix for bug 26792Mike Fulbright2001-03-011-1/+1
* added comments to tell what tags correspond to what screensMike Fulbright2000-12-131-0/+1
* fixes for filesystem in list of upgradeable partitionsErik Troan2000-07-241-5/+3
* fixed indiv. package selectionMatt Wilson2000-06-291-1/+1
* fix some hard drive upgrade and multiple possible root partitions on upgrade ...Mike Fulbright2000-06-021-13/+22
* fix graphical upgradeMike Fulbright2000-06-011-2/+5
* changes for upgrading partitionless installsErik Troan2000-05-181-8/+10