summaryrefslogtreecommitdiffstats
path: root/iw/timezone_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-181/+0
| | | | | | a real Python package. Also updates the build and autotools stuff to work with the new structure
* Revert commit 27a4c7df871744454d1ca8979a576f9f45c67189Hans de Goede2010-05-041-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 callersHans de Goede2010-05-041-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 Lumens2010-02-041-1/+1
|
* Move timezone to the Anaconda object.Chris Lumens2010-02-041-1/+1
|
* Move instLanguage to the Anaconda object.Chris Lumens2010-02-041-1/+1
|
* Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-041-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 Lumens2009-10-131-1/+1
|
* The zonetab module has moved (#521986).Chris Lumens2009-09-091-1/+1
|
* Fix some booty import errors.Chris Lumens2009-03-041-1/+1
|
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-4/+5
| | | | * po/sk.po: Typo fix.
* Fix zooming and centering in the timezone screen (#439832).Chris Lumens2008-04-081-5/+15
|
* Remove more references to ARC (#433229).Chris Lumens2008-02-181-1/+1
|
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-6/+13
|
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-191-1/+0
| | | | it.
* 2007-08-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-221-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 Lumens2007-03-191-87/+7
|
* Wrap the label if it's too long (#225444).Chris Lumens2007-01-301-0/+1
|
* Give some indication of what city is currently being pointed at (#219417).Chris Lumens2007-01-251-9/+23
|
* Only set the UTC check box if it's not a kickstart install (#181737).Chris Lumens2006-08-091-1/+2
|
* Make GMT offset timezones available in the UI (#199076).Chris Lumens2006-07-201-19/+21
|
* Check the UTC box on the text interface automatically if there's no WindowsChris Lumens2006-07-111-8/+2
| | | | partitions.
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-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 Lumens2006-05-041-5/+5
|
* Check UTC box unless a Windows partition is found.Chris Lumens2006-04-201-0/+10
|
* Initialize UTC checkbox (#181737).Chris Lumens2006-02-161-0/+1
|
* Speed up timezone screen loading.Chris Lumens2006-02-021-19/+23
|
* Translate combo box and comments (#178250)Chris Lumens2006-01-191-10/+12
|
* Don't display Etc timezones.Chris Lumens2006-01-181-0/+3
|
* Add a parameter to match what superclass expects (#178140).Chris Lumens2006-01-181-1/+1
|
* Don't try to make the timezone widget bigger than the screen (#176025).Chris Lumens2006-01-051-2/+6
|
* Pass self to parent class callsPaul Nasrat2005-12-151-4/+2
|
* fix typoPaul Nasrat2005-12-151-1/+1
|
* Change to use system-config-date. Subclass TimezoneMap from that packageChris Lumens2005-12-141-43/+171
| | | | to get the behavior we want.
* Didn't mean to commit that, either.Chris Lumens2005-12-051-61/+48
|
* Add some additional SELinux-related programs and an /etc/shells to getChris Lumens2005-12-051-48/+61
| | | | semodule working again.
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-8/+8
| | | | from Colin Walters.
* Use gui.readImageFromFile instead of deprecated ics methods.Chris Lumens2005-02-231-1/+2
|
* more redhat-config -> system-configJeremy Katz2004-01-231-1/+1
|
* switch to using redhat-config-date .mo files for timezone info instead ofJeremy Katz2003-10-071-1/+3
| | | | po/timeconfig
* we don't need this code anymore eitherbfox2003-05-211-50/+0
|
* no debug prints hereJeremy Katz2003-05-211-1/+0
|
* remove the UTC notebook tab (bug #88600)bfox2003-05-211-127/+10
|
* set the correct shadow type for the UTC listbfox2002-09-201-0/+1
|
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-1/+1
|
* timezone mnemonicsJeremy Katz2002-07-051-3/+3
|
* fixes for bugs # 67053 and 67130Mike Fulbright2002-06-211-10/+11
|
* make things work with new pygtk2Jeremy Katz2002-06-171-3/+2
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* i18n timezone windowMatt Wilson2002-02-121-94/+80
|