summaryrefslogtreecommitdiffstats
path: root/textw/timezone_text.py
Commit message (Collapse)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-131/+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-2/+2
|
* 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.
* iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.Peter Jones2010-01-151-1/+1
| | | | | iutil.execWithRedirect() stopped doing anything with searchPath in 2006 when clumens committed d0dec24. Remove these silly vestigal bits.
* 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-2/+1
|
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-3/+4
| | | | * po/sk.po: Typo fix.
* Remove more references to ARC (#433229).Chris Lumens2008-02-181-1/+1
|
* GPLv2+ license boilerplates for textw/*.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.
* Fix traceback stemming from system-config-date updates.Chris Lumens2007-03-211-2/+2
|
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-1/+1
| | | | #204564).
* Fix typo (#202844).Chris Lumens2006-08-161-1/+1
|
* Only set the UTC check box if it's not a kickstart install (#181737).Chris Lumens2006-08-091-1/+1
|
* Make GMT offset timezones available in the UI (#199076).Chris Lumens2006-07-201-1/+1
|
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-7/+2
| | | | | the command is no longer the first argument, since subprocess doesn't work that way. Remove unneeded /proc/e820info cruft. Remove iutil.rmrf.
* Check the UTC box on the text interface automatically if there's no WindowsChris Lumens2006-07-111-0/+4
| | | | partitions.
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-5/+5
|
* Rip out the guts of iutil. Die die die.Chris Lumens2006-03-211-15/+8
|
* 2005-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-241-1/+1
| | | | | * textw/timezone_text.py (TimezoneWindow.__call__): Mark string for translation.
* strings are unfrozen here, no need to carry this hack forward foreverJeremy Katz2004-05-111-6/+1
|
* 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
* merge from taroon branchJeremy Katz2003-08-271-2/+7
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* 1) since libfdisk isn't setting up the text domain for C programsMatt Wilson2001-07-121-5/+2
| | | | | | | | anymore, we have to set it in the timezone map module 2) remove the America/New York default and have the text interface fetch it from the insttimelanguage Fixes #48723
* more copyright noticesMatt Wilson2001-07-091-0/+13
|
* copyright - I wouldn't to claim this code...Matt Wilson2001-06-231-1/+1
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-22/+18
|
* more language changes -- why not?Erik Troan2001-01-251-0/+1
|
* broke all language-related operations. so there.Erik Troan2001-01-251-2/+1
|
* get the locale from todo, not the environmentMatt Wilson2001-01-041-1/+1
|
* i18n timezonesMatt Wilson2000-08-171-1/+1
|
* fix bug #12490Mike Fulbright2000-06-231-2/+3
|
* dumb bugMike Fulbright2000-06-161-0/+2
|
* fix dumb bug in timezone GMT selectionMike Fulbright2000-06-161-9/+9
|
* remove current time display (for now) until we have time to do it correctlyMike Fulbright2000-06-141-12/+21
|
* text mode help nearly worksErik Troan2000-05-021-1/+2
|
* Fixups to make modules findable after text and gui file renamingMike Fulbright2000-04-201-1/+1
|
* Renamed timezone.py to timezone_text.pyMike Fulbright2000-04-191-0/+112