| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Structure the repo layout so it matches final structure better and make isys ↵ | Martin Sivak | 2010-05-31 | 1 | -181/+0 |
| | | | | | | | a real Python package. Also updates the build and autotools stuff to work with the new structure | ||||
| * | Revert commit 27a4c7df871744454d1ca8979a576f9f45c67189 | Hans de Goede | 2010-05-04 | 1 | -0/+4 |
| | | | | | | We want to have a sane default for the UTC checkbox so we need to fixup hasWindows() rather then removing it. | ||||
| * | Remove broken hasWindows function from bootloader.py and its callers | Hans de Goede | 2010-05-04 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | As pylint rightfully points out the hasWindows function from bootloader.py is broken, it tries to access bootloaderInfo.dosFilesystems, but bootloaderInfo refers to the bootloaderInfo class, not the module. This does not cause any tracebacks because it tries to access bootloaderInfo.dosFilesystems while iterating over bootloader.images, and bootloader.images has not been set up at this time (so its an empty dict). Thus hasWindows() will always return false, as there is no way to determine hasWindows at this point during the installation (we have not yet paritioned, so any exsting windows partitions may end up being removed), this patches fixes things by simply removing the hasWindows function and fixing up any callers of it. | ||||
| * | Move bootloader into the Anaconda object. | Chris Lumens | 2010-02-04 | 1 | -1/+1 |
| | | |||||
| * | Move timezone to the Anaconda object. | Chris Lumens | 2010-02-04 | 1 | -1/+1 |
| | | |||||
| * | Move instLanguage to the Anaconda object. | Chris Lumens | 2010-02-04 | 1 | -1/+1 |
| | | |||||
| * | Use anaconda.ksdata instead of anaconda.isKickstart. | Chris Lumens | 2010-02-04 | 1 | -1/+1 |
| | | | | | | | anaconda.ksdata is only non-None if there's a kickstart file, just like anaconda.isKickstart would be. Therefore, we don't need two variables to test for the same condition. | ||||
| * | Support upgrading when the language isn't in lang-table (#528317). | Chris Lumens | 2009-10-13 | 1 | -1/+1 |
| | | |||||
| * | The zonetab module has moved (#521986). | Chris Lumens | 2009-09-09 | 1 | -1/+1 |
| | | |||||
| * | Fix some booty import errors. | Chris Lumens | 2009-03-04 | 1 | -1/+1 |
| | | |||||
| * | 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org) | Ján ONDREJ | 2008-06-04 | 1 | -4/+5 |
| | | | | | * po/sk.po: Typo fix. | ||||
| * | Fix zooming and centering in the timezone screen (#439832). | Chris Lumens | 2008-04-08 | 1 | -5/+15 |
| | | |||||
| * | Remove more references to ARC (#433229). | Chris Lumens | 2008-02-18 | 1 | -1/+1 |
| | | |||||
| * | GPLv2+ boilerplates on all of the iw/*.py files. | David Cantrell | 2007-12-17 | 1 | -6/+13 |
| | | |||||
| * | Remove unused imports. Yes I know this is stupid nitpicky crap, but I like | Chris Lumens | 2007-09-19 | 1 | -1/+0 |
| | | | | | it. | ||||
| * | 2007-08-22 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-08-22 | 1 | -6/+2 |
| | | | | | | | * iw/timezone_gui.py (TimezoneWindow.timezone_widget_create): Always do the smaller width since our window is never bigger than 800x600 (#251851) | ||||
| * | Updated for new system-config-date (#232905). | Chris Lumens | 2007-03-19 | 1 | -87/+7 |
| | | |||||
| * | Wrap the label if it's too long (#225444). | Chris Lumens | 2007-01-30 | 1 | -0/+1 |
| | | |||||
| * | Give some indication of what city is currently being pointed at (#219417). | Chris Lumens | 2007-01-25 | 1 | -9/+23 |
| | | |||||
| * | Only set the UTC check box if it's not a kickstart install (#181737). | Chris Lumens | 2006-08-09 | 1 | -1/+2 |
| | | |||||
| * | Make GMT offset timezones available in the UI (#199076). | Chris Lumens | 2006-07-20 | 1 | -19/+21 |
| | | |||||
| * | Check the UTC box on the text interface automatically if there's no Windows | Chris Lumens | 2006-07-11 | 1 | -8/+2 |
| | | | | | partitions. | ||||
| * | Remove help-related methods, classes, and variables since that stuff has | Chris Lumens | 2006-05-16 | 1 | -1/+0 |
| | | | | | | been disabled for months and it's never coming back. Also remove this stuff from the glade file as well. | ||||
| * | Make all UI steps use anaconda class. Add system-config-keyboard shim. | Chris Lumens | 2006-05-04 | 1 | -5/+5 |
| | | |||||
| * | Check UTC box unless a Windows partition is found. | Chris Lumens | 2006-04-20 | 1 | -0/+10 |
| | | |||||
| * | Initialize UTC checkbox (#181737). | Chris Lumens | 2006-02-16 | 1 | -0/+1 |
| | | |||||
| * | Speed up timezone screen loading. | Chris Lumens | 2006-02-02 | 1 | -19/+23 |
| | | |||||
| * | Translate combo box and comments (#178250) | Chris Lumens | 2006-01-19 | 1 | -10/+12 |
| | | |||||
| * | Don't display Etc timezones. | Chris Lumens | 2006-01-18 | 1 | -0/+3 |
| | | |||||
| * | Add a parameter to match what superclass expects (#178140). | Chris Lumens | 2006-01-18 | 1 | -1/+1 |
| | | |||||
| * | Don't try to make the timezone widget bigger than the screen (#176025). | Chris Lumens | 2006-01-05 | 1 | -2/+6 |
| | | |||||
| * | Pass self to parent class calls | Paul Nasrat | 2005-12-15 | 1 | -4/+2 |
| | | |||||
| * | fix typo | Paul Nasrat | 2005-12-15 | 1 | -1/+1 |
| | | |||||
| * | Change to use system-config-date. Subclass TimezoneMap from that package | Chris Lumens | 2005-12-14 | 1 | -43/+171 |
| | | | | | to get the behavior we want. | ||||
| * | Didn't mean to commit that, either. | Chris Lumens | 2005-12-05 | 1 | -61/+48 |
| | | |||||
| * | Add some additional SELinux-related programs and an /etc/shells to get | Chris Lumens | 2005-12-05 | 1 | -48/+61 |
| | | | | | semodule working again. | ||||
| * | fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patch | Peter Jones | 2005-03-12 | 1 | -8/+8 |
| | | | | | from Colin Walters. | ||||
| * | Use gui.readImageFromFile instead of deprecated ics methods. | Chris Lumens | 2005-02-23 | 1 | -1/+2 |
| | | |||||
| * | more redhat-config -> system-config | Jeremy Katz | 2004-01-23 | 1 | -1/+1 |
| | | |||||
| * | switch to using redhat-config-date .mo files for timezone info instead of | Jeremy Katz | 2003-10-07 | 1 | -1/+3 |
| | | | | | po/timeconfig | ||||
| * | we don't need this code anymore either | bfox | 2003-05-21 | 1 | -50/+0 |
| | | |||||
| * | no debug prints here | Jeremy Katz | 2003-05-21 | 1 | -1/+0 |
| | | |||||
| * | remove the UTC notebook tab (bug #88600) | bfox | 2003-05-21 | 1 | -127/+10 |
| | | |||||
| * | set the correct shadow type for the UTC list | bfox | 2002-09-20 | 1 | -0/+1 |
| | | |||||
| * | Changes as per Milan Documentation String Review | Mike Fulbright | 2002-07-12 | 1 | -1/+1 |
| | | |||||
| * | timezone mnemonics | Jeremy Katz | 2002-07-05 | 1 | -3/+3 |
| | | |||||
| * | fixes for bugs # 67053 and 67130 | Mike Fulbright | 2002-06-21 | 1 | -10/+11 |
| | | |||||
| * | make things work with new pygtk2 | Jeremy Katz | 2002-06-17 | 1 | -3/+2 |
| | | |||||
| * | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
| | | | | | our own translate.py | ||||
| * | i18n timezone window | Matt Wilson | 2002-02-12 | 1 | -94/+80 |
| | | |||||
