GNOME Bugzilla – Bug 691392
Add input purpose and hints to StEntry and StIMText
Last modified: 2013-05-10 05:37:37 UTC
It might be useful if "input-purpose" and "input-hints" properties can be set on StEntry, like GtkEntry. Particularly to disable IM on lock screen: Bug 891835 - gnome-shell screensaver should disable input methods for password input https://bugzilla.redhat.com/show_bug.cgi?id=891835
Created attachment 233049 [details] [review] st-im-text: remove undefined st_im_text_set_autoshow_im decl
Created attachment 233050 [details] [review] st-im-text: add input purpose and hints Add input-purpose and input-hints properties to StIMText, and pass these on to GtkIMContext.
Created attachment 233051 [details] [review] st-entry: add input purpose and hints Add input-purpose and input-hints properties to StEntry, and pass these on to StIMText.
Review of attachment 233049 [details] [review]: Yes
Review of attachment 233050 [details] [review]: Fine
Review of attachment 233051 [details] [review]: Looks good, thanks for the patches!
Attachment 233049 [details] pushed as 6fac33e - st-im-text: remove undefined st_im_text_set_autoshow_im decl Attachment 233050 [details] pushed as bb04091 - st-im-text: add input purpose and hints Attachment 233051 [details] pushed as 08599af - st-entry: add input purpose and hints