[maemo-commits] [maemo-commits] r19380 - projects/haf/trunk/hildon-input-method-plugins-example
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Sep 21 16:04:46 EEST 2009
- Previous message: [maemo-commits] r19379 - projects/haf/trunk/hildon-input-method-plugins-example
- Next message: [maemo-commits] r19381 - projects/haf/trunk/libmatchbox2/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jrocha Date: 2009-09-21 16:04:42 +0300 (Mon, 21 Sep 2009) New Revision: 19380 Modified: projects/haf/trunk/hildon-input-method-plugins-example/ChangeLog projects/haf/trunk/hildon-input-method-plugins-example/README Log: 2009-09-21 Joaquim Rocha <jrocha at igalia.com> * README: Described the purpose of the supplied plugins. Modified: projects/haf/trunk/hildon-input-method-plugins-example/ChangeLog =================================================================== --- projects/haf/trunk/hildon-input-method-plugins-example/ChangeLog 2009-09-21 12:36:55 UTC (rev 19379) +++ projects/haf/trunk/hildon-input-method-plugins-example/ChangeLog 2009-09-21 13:04:42 UTC (rev 19380) @@ -3,7 +3,8 @@ * hildon-vkb-example.c: Wrapped declaration with an ifdef to avoid compiler warnings. * hildon-im-example-fkb.c: Removed unused function to avoid compiler warnings. - * README: Re-wrote the contents using ReStructured Text and corrected a typo. + * README: Re-wrote the contents using ReStructured Text and corrected a typo; + Described the purpose of the supplied plugins. 2009-09-17 Joaquim Rocha <jrocha at igalia.com> Modified: projects/haf/trunk/hildon-input-method-plugins-example/README =================================================================== --- projects/haf/trunk/hildon-input-method-plugins-example/README 2009-09-21 12:36:55 UTC (rev 19379) +++ projects/haf/trunk/hildon-input-method-plugins-example/README 2009-09-21 13:04:42 UTC (rev 19380) @@ -15,6 +15,38 @@ plugins created to help developers write their own plugins for Hildon Input Methods. +Supplied Plugins +================= + +Hildon IM Example FKB (finger plugin) +-------------------------------------- + +This plugin provides a landscape QWERTY finger keyboard that +supports capitalization and layout switching, enabling users +to insert special symbols and numbers. + +Hildon IM One-Hand FKB (finger plugin) +--------------------------------------- + +The one-hand FKB is an alphanumerical keypad that can be used +with one hand in both portrait or landscape screen modes. When +in landscape mode, the text view will be placed on the side +of the keypad instead of on top of it. + +It detects the screen mode automatically and also supports +capitalization and long tapping to insert numbers. + +Hildon IM Keyboard Decorator (hardware keyboard plugin) +-------------------------------------------------------- + +The keyboard decorator randomly substitutes the letters users +insert by the same letters using diacritics or by similar +letters from other alphabets. + +This plugin shows how developers can obtain key events (and process +them before sending the letters to the client text widget) while +making the writing of English more visually rich. + Plugins Usage ==============
- Previous message: [maemo-commits] r19379 - projects/haf/trunk/hildon-input-method-plugins-example
- Next message: [maemo-commits] r19381 - projects/haf/trunk/libmatchbox2/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]