[yast-commit] r58876 - in /trunk/country: VERSION keyboard/data/keyboard_raw.ycp keyboard/src/keyboard.ycp keyboard/src/modules/Keyboard.ycp package/yast2-country.changes
Author: jsuchome Date: Thu Oct 1 13:38:52 2009 New Revision: 58876 URL: http://svn.opensuse.org/viewcvs/yast?rev=58876&view=rev Log: - new console map file for Tajik - allow changing X11 keyboar layout on running system (bnc#540958) - 2.18.20 Modified: trunk/country/VERSION trunk/country/keyboard/data/keyboard_raw.ycp trunk/country/keyboard/src/keyboard.ycp trunk/country/keyboard/src/modules/Keyboard.ycp trunk/country/package/yast2-country.changes Modified: trunk/country/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/VERSION?rev=58876&r1=58875&r2=58876&view=diff ============================================================================== --- trunk/country/VERSION (original) +++ trunk/country/VERSION Thu Oct 1 13:38:52 2009 @@ -1 +1 @@ -2.18.19 +2.18.20 Modified: trunk/country/keyboard/data/keyboard_raw.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/keyboard/data/keyboard_raw.ycp?rev=58876&r1=58875&r2=58876&view=diff ============================================================================== --- trunk/country/keyboard/data/keyboard_raw.ycp (original) +++ trunk/country/keyboard/data/keyboard_raw.ycp Thu Oct 1 13:38:52 2009 @@ -626,8 +626,7 @@ _("Tajik"), $[ "pc104" : $[ - // currently just a symlink to russian layout - "ncurses": "tj.map.gz", + "ncurses": "tj_alt-UTF8.map.gz", ], "macintosh" : $[ "ncurses": "mac-us.map.gz"], "type4" : $[ "ncurses": "sunkeymap.map.gz"], Modified: trunk/country/keyboard/src/keyboard.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/keyboard/src/keyboard.ycp?rev=58876&r1=58875&r2=58876&view=diff ============================================================================== --- trunk/country/keyboard/src/keyboard.ycp (original) +++ trunk/country/keyboard/src/keyboard.ycp Thu Oct 1 13:38:52 2009 @@ -69,15 +69,6 @@ if (Arch::s390 ()) return `next; - map display_info = (map) UI::GetDisplayInfo (); - if (!display_info["TextMode"]:true) - { - // sax2 does not configure keyboard - Popup::Message (_("YaST can no longer be used for changing X11 keyboard layout. -Use the application provided for your desktop.")); - return `cancel; - } - KeyboardRead (); Wizard::OpenOKDialog(); Modified: trunk/country/keyboard/src/modules/Keyboard.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/keyboard/src/modules/Keyboard.ycp?rev=58876&r1=58875&r2=58876&view=diff ============================================================================== --- trunk/country/keyboard/src/modules/Keyboard.ycp (original) +++ trunk/country/keyboard/src/modules/Keyboard.ycp Thu Oct 1 13:38:52 2009 @@ -478,7 +478,6 @@ return Arch::x11_setup_needed () && - (Stage::initial () || Stage::firstboot ()) && ! (Linuxrc::serial_console() || Linuxrc::vnc() || Linuxrc::usessh() || Linuxrc::text ()); } Modified: trunk/country/package/yast2-country.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/package/yast2-country.changes?rev=58876&r1=58875&r2=58876&view=diff ============================================================================== --- trunk/country/package/yast2-country.changes (original) +++ trunk/country/package/yast2-country.changes Thu Oct 1 13:38:52 2009 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Oct 1 13:09:52 CEST 2009 - jsuchome@suse.cz + +- new console map file for Tajik +- allow changing X11 keyboar layout on running system (bnc#540958) +- 2.18.20 + +------------------------------------------------------------------- Thu Oct 1 23:22:55 CEST 2009 - jsuchome@suse.cz - fixed typo (bnc#532083) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn.opensuse.org