Hi all<br><br>I've moved new keyboard control module in kdereview under keyboard2 name.<br><br>keyboard2 is new project to replace keyboard (kcmmisc) and kxkb modules to manage keyboard hardware configuration and layouts.<br>
<br>The project provides: kded daemon, plasma applet, layout widget for embedding and new kcm configuration module.<br><br>Keyboard daemon:<br>* configures keyboard layouts on start<br>* provides DBUS API "org.kde.KXKB/kxkb"<br>
* listens to window/desktop switching if layout switch mode is not global<br>* listens to new keyboard devices and reinitializes keyboard layouts<br>* listens to Global KDE Shortcut to switch layouts (and listens to their change)<br>
* listens to keyboard configuration change<br>* provides systray icon to show layout<br><br>Keyboard applet:<br>* displays current layout with text and (optionally flag)<br><br>Layout widget:<br>* displays current layout with text (currently no flag or tooltip) embedded in another widget<br>
* dynamically loaded as a plugin<br><br>KCM Module:<br>* allows to configure keyboard hardware, layouts and xkb options (advanced) in one module<br><br>Advantages (over old code):<br>* One UI module to configure keyboard layouts and hardware<br>
* Allows to configure keyboard model/xkb options without configuring layouts<br>* Less cluttered layout configuration control (add layout is separate)<br>* Layout control/DBus interface is separate from the indicator<br>* Does not require libxklavier (parses rules xml directly with QtXml)<br>
* Takes country/language names/translations from iso-codes project<br>* Information about current layouts is always taken from X server, so should be more robust<br>* Cleaner code (rewritten from scratch)<br>* Due to many points above should start faster (though no benchmarks performed)<br>
<br>New features:<br>* Allow selection of keyboard layout by language<br><br>More info is in the README and TODO.<br><br><br>The UI is a bit rough around the edges (need to work on UI layout in KCM, possibly merge text with flag in the layouts table, some better drawing of text in the icon etc) and code could be a bit improved (some optimization like text-drawn pixmap caching and smarter library linking) but all features should be working.<br>
<br>I did not like the way the text was drawn over the flag before but could not find a better way yet, so in the systray icon for now it's either flag or text. This is a bit different and I am not sure I like it yet :) so if people like the old way better it'll be fairly easy to revert it back (and of course people who don't want flags would not care :) ). Also for drawing the text I need to find a way to leave the taskbar background (but this was also the problem before).<br>
<br>If you're willing to try, you'll have to check out keyboard2 into kdebase/workspace/kcontrol and apply the cmake patch attached (keyboard2_cmakefile.patch). You may need to remove old kxkb and kcmmisc kcms so they don't interfere though. Also the second patch is for krunner's lockdlg if you want to try that one too.<br>
<br>I tried to preserve the translation messages from the old modules as much as I could and even provided Messages.sh but did not do much testing in this area. Not sure what the best way to decrease the amount translators have to redo so any help is appreciated.<br>
<br>Also I ran it via krazy so should be fairly clean in this regards.<br><br>I was carving out some time by bits and pieces and was doing this rewrite for half a year now so I am hoping to get some (hopefully positive) feedback :), so comments and suggestions are very welcome <br>
<br>Thanks,<br>Andriy<br><br>