Bug 25695 - Hide toolbar on direct input
Summary: Hide toolbar on direct input
Status: RESOLVED FIXED
Alias: None
Product: UIM
Classification: Unclassified
Component: libuim (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium enhancement
Assignee: uim-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-17 15:11 UTC by JR
Modified: 2012-03-24 22:30 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
patch (3.13 KB, patch)
2009-12-28 02:22 UTC, Muneyuki Noguchi
Details | Splinter Review
screencast showing toolbar hiding behavior (2.13 MB, video/ogg)
2012-03-12 07:43 UTC, JR
Details
patch to change behavior of toolbar (1.77 KB, patch)
2012-03-19 06:56 UTC, Muneyuki Noguchi
Details | Splinter Review

Description JR 2009-12-17 15:11:05 UTC
I'm using UIM 1.5.7 with Anthy, to normally write in English and every now and then in Japanese. I run Linux and KDE4 (Kubuntu 9.10), with UIM's Qt 4 toolbar.

The toolbar is a good way to see when Anthy is in use and with what what input mode (romaji, hiragana, etc), but it's only in the way when I switch back to direct input to be able to type in English.

It would be nice if there was a way to make the toolbar hide itself when using direct input, since I could still change input language to Anthy with the keybinds.
Comment 1 Muneyuki Noguchi 2009-12-28 02:22:43 UTC
Created attachment 32320 [details] [review]
patch

While GTK+ and Qt3 versions of toolbars (uim-toolbar-gtk and uim-toolbar-qt) shrink when I double-click the left edge of the toolbar, the Qt4 version of a toolbar (uim-toolbar-qt4) doesn't. This attachment fixes this bug in the Qt4 version, though uim-toolbar-qt4 stretches on focus change as the other versions do.
Comment 2 Muneyuki Noguchi 2012-03-10 23:52:01 UTC
Implemented in the master branch.

http://code.google.com/p/uim/source/detail?r=4670a75cc53e29660ac61a1877f6bd084fe8e314
http://code.google.com/p/uim/source/detail?r=58cfcf99bca0190d30100dcc4629bbfcdd613e7c

You can enable this feature with uim-pref-qt4, uim-pref-gtk2, uim-pref-gtk3 or uim-pref-qt.
Comment 3 JR 2012-03-12 07:43:46 UTC
Created attachment 58320 [details]
screencast showing toolbar hiding behavior

I cloned and built git master fresh as of Mar 12 (f78a3a5b), and this toolbar hiding fix doesn't seem to work well and has bad side effects. I don't know if I'm allowed to change the status to REOPENED, but I think it should be.

I'm now using UIM with both Anthy for Japanese and m17n for Hindi phonetic input. If I set the Qt4 panel to display depending on mode (in the preferences), it will still show when I choose direct input -- but hide when I change to m17n. Please see the attached screencast (ogv). Apologies for its large size.

Related to this is that m17n defaults to "off" when changing to it, and this can't be changed -- the m17n module doesn't seem to be configurable at all (?). From what I can tell, there are no unconfigurable hardcoded shortcuts to toggle it on/off either. The result is that it starts as "off", and you can't enable it via keyboard, nor can you enable it via the invisible toolbar. In summary, m17n (at least with Hindi input) ends up being unusable with this toolbar mode in its current implementation. (As a workaround the on/off default can be changed by manually editing m17nlib.scm.)

Likely the input property string for the m17n input matches the fields[1] == "off" check in qt4/toolbar/common-uimstateindicator.cpp:189.
> if ( !isHidden && (fields[1] == "off"
>     || fields[1].endsWith( "_direct" ) ) ) {
>     isHidden = true;
> }

I'm not sure that first fields[1] test is wise, but then again I haven't used any of the other methods for other languages. Obviously something seems wrong with the second too (endsWith("_direct")) as the toolbar still displays for direct input.

(Some of the m17n bits should maybe be filed as new bugs (no shortcuts, defaults to off, etc), but this bug makes those much worse. Editing m17nlib.scm to make m17n start as "on" certainly helps.)
Comment 4 Muneyuki Noguchi 2012-03-19 06:56:04 UTC
Created attachment 58682 [details] [review]
patch to change behavior of toolbar

I might misunderstand what you said.

With the attached patch,
 * a toolbar doesn't hide with the m17n input regardless of its mode
 * a toolbar hides with the direct input

Is this what you want?
Comment 5 Muneyuki Noguchi 2012-03-24 22:30:08 UTC
(In reply to comment #4)
> Created attachment 58682 [details] [review] [review]
> patch to change behavior of toolbar
> 
> I might misunderstand what you said.
> 
> With the attached patch,
>  * a toolbar doesn't hide with the m17n input regardless of its mode
>  * a toolbar hides with the direct input
> 
> Is this what you want?

applied the patch above to the master and the 1.8 branch.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.