[maemo-commits] [maemo-commits] r15143 - projects/haf/trunk/hildon-input-method
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Feb 6 14:20:31 EET 2008
- Previous message: [maemo-commits] r15142 - projects/haf/tags/hildon-input-method-framework
- Next message: [maemo-commits] r15144 - projects/haf/tags/hildon-input-method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tjunnone Date: 2008-02-06 14:20:30 +0200 (Wed, 06 Feb 2008) New Revision: 15143 Modified: projects/haf/trunk/hildon-input-method/ChangeLog projects/haf/trunk/hildon-input-method/hildon-input-method-ui3.schemas Log: * hildon-input-method-ui3.schemas: Added thumb_detection key Modified: projects/haf/trunk/hildon-input-method/ChangeLog =================================================================== --- projects/haf/trunk/hildon-input-method/ChangeLog 2008-02-06 12:15:22 UTC (rev 15142) +++ projects/haf/trunk/hildon-input-method/ChangeLog 2008-02-06 12:20:30 UTC (rev 15143) @@ -1,6 +1,7 @@ 2008-02-06 Tomas Junnonen <tomas.junnonen at nokia.com> * Version 2.0.1 + * hildon-input-method-ui3.schemas: Added thumb_detection key * src/hildon-im-ui.c: Added missing keyboard mode override from stylus-as-finger detection change. Modified: projects/haf/trunk/hildon-input-method/hildon-input-method-ui3.schemas =================================================================== --- projects/haf/trunk/hildon-input-method/hildon-input-method-ui3.schemas 2008-02-06 12:15:22 UTC (rev 15142) +++ projects/haf/trunk/hildon-input-method/hildon-input-method-ui3.schemas 2008-02-06 12:20:30 UTC (rev 15143) @@ -49,15 +49,14 @@ </schema> <schema> - <key>/schemas/apps/osso/inputmethod/use_finger_kb</key> - <applyto>/apps/osso/inputmethod/use_finger_kb</applyto> + <key>/schemas/apps/osso/inputmethod/thumb_detection</key> + <applyto>/apps/osso/inputmethod/thumb_detection</applyto> <owner>hildon-input-method</owner> - <type>bool</type> - <default>true</default> + <type>int</type> + <default>0</default> <locale name="C"> - <short>Use finger keyboard</short> - <long>When this feature is enabled the finger keyboard can be launched - with sufficient pressure from the touch screen</long> + <short>Thumb detection method</short> + <long>Controls how to determine if the user wants the thumb UI</long> </locale> </schema>
- Previous message: [maemo-commits] r15142 - projects/haf/tags/hildon-input-method-framework
- Next message: [maemo-commits] r15144 - projects/haf/tags/hildon-input-method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]