<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>204144</bug_id>
          
          <creation_ts>2009-08-17 10:44:12 +0000</creation_ts>
          <short_desc>Limit number of keyboard layouts to switch</short_desc>
          <delta_ts>2011-02-16 03:33:22 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>system-config-printer-kde</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>Ubuntu</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Dotan Cohen">kde-2011.08</reporter>
          <assigned_to name="Unassigned bugs">unassigned-bugs-null</assigned_to>
          <cc>arutdag</cc>
    
    <cc>arysin</cc>
    
    <cc>auxsvr</cc>
    
    <cc>h.schoettke</cc>
    
    <cc>kde-2011.08</cc>
    
    <cc>ss.paranoid</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin>4.6.0</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>813512</commentid>
    <comment_count>0</comment_count>
    <who name="Dotan Cohen">kde-2011.08</who>
    <bug_when>2009-08-17 10:44:12 +0000</bug_when>
    <thetext>Version:            (using KDE 4.3.0)
Installed from:    Ubuntu Packages

Please add the ability to limit which keyboard layouts are rotated when performing the Switch Layout keyboard shortcut. I have some layouts configured that I do not use often (US-English as the wife does not know Dvorak, Greek, Russian) so I&apos;d like to keep them configured however it is a pain when I only use two layouts regularly (Dvorak, Hebrew). Thanks.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>814019</commentid>
    <comment_count>1</comment_count>
    <who name="jonasz">jonasz</who>
    <bug_when>2009-08-17 22:27:28 +0000</bug_when>
    <thetext>Yes, it was very useful feature in KDE3. It was named &quot;Sticky switching&quot; there. I just can&apos;t understand why it was removed in &quot;kde4&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>963519</commentid>
    <comment_count>2</comment_count>
    <who name="Andriy Rysin">arysin</who>
    <bug_when>2010-05-18 04:41:35 +0000</bug_when>
    <thetext>*** Bug 204900 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>966402</commentid>
    <comment_count>3</comment_count>
    <who name="Andriy Rysin">arysin</who>
    <bug_when>2010-05-24 03:37:40 +0000</bug_when>
    <thetext>*** Bug 174134 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1038757</commentid>
    <comment_count>4</comment_count>
    <who name="Andriy Rysin">arysin</who>
    <bug_when>2010-10-30 20:52:31 +0000</bug_when>
    <thetext>I had blogged about implementation of spare layouts which hopefully cover the need for this feature. I am planning to push this into KDE 4.6 so any feedback is appreciated.
http://codersgrumble.blogspot.com/2010/10/kxkb-spare-layouts-poor-mans-sticky.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1039473</commentid>
    <comment_count>5</comment_count>
    <who name="Andriy Rysin">arysin</who>
    <bug_when>2010-11-02 04:26:41 +0000</bug_when>
    <thetext>SVN commit 1192111 by rysin:

Introduce spare layouts and support &gt; 4 layouts
BUG: 204144
FIXED-IN: 4.6.0

 M  +5 -2      CMakeLists.txt  
 M  +2 -3      TODO  
 M  +1 -1      flags.cpp  
 M  +2 -2      flags.h  
 M  +32 -9     kcm_keyboard.ui  
 M  +66 -9     kcm_keyboard_widget.cpp  
 M  +1 -0      kcm_keyboard_widget.h  
 M  +7 -0      kcm_view_models.cpp  
 M  +15 -62    keyboard_applet.cpp  
 M  +3 -4      keyboard_applet.h  
 M  +27 -0     keyboard_config.cpp  
 M  +5 -0      keyboard_config.h  
 M  +5 -3      keyboard_daemon.cpp  
 M  +2 -2      keyboard_daemon.h  
 M  +58 -25    layout_memory.cpp  
 M  +6 -5      layout_memory.h  
 A             layout_tray_icon.cpp   [License: GPL (v2+)]
 A             layout_tray_icon.h   [License: GPL (v2+)]
 M  +7 -152    layout_widget.cpp  
 M  +1 -38     layout_widget.h  
 D             layout_widget_plugin.cpp  
 A             layouts_menu.cpp   [License: GPL (v2+)]
 A             layouts_menu.h   [License: GPL (v2+)]
 M  +20 -0     x11_helper.cpp  
 M  +28 -0     x11_helper.h  
 M  +72 -21    xkb_helper.cpp  
 M  +5 -3      xkb_helper.h  


WebSVN link: http://websvn.kde.org/?view=rev&amp;revision=1192111</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1039474</commentid>
    <comment_count>6</comment_count>
    <who name="Andriy Rysin">arysin</who>
    <bug_when>2010-11-02 04:28:14 +0000</bug_when>
    <thetext>Ok &quot;spare layouts&quot; feature is committed to trunk, I&apos;d appreciate if somebody can give it a try before 4.6.0 is out.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1039489</commentid>
    <comment_count>7</comment_count>
    <who name="Dotan Cohen">kde-2011.08</who>
    <bug_when>2010-11-02 08:21:41 +0000</bug_when>
    <thetext>Thanks, Andi, is there a way to test without building trunk?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1039604</commentid>
    <comment_count>8</comment_count>
    <who name="Andriy Rysin">arysin</who>
    <bug_when>2010-11-02 15:35:31 +0000</bug_when>
    <thetext>(In reply to comment #7)
&gt; Thanks, Andi, is there a way to test without building trunk?
Maybe your distro has alpha packages for KDE, otherwise not sure</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1088311</commentid>
    <comment_count>9</comment_count>
    <who name="Andriy Rysin">arysin</who>
    <bug_when>2011-02-16 03:33:22 +0000</bug_when>
    <thetext>*** Bug 266399 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>