~ubuntu-branches/ubuntu/wily/scim/wily-proposed

« back to all changes in this revision

Viewing changes to debian/README.Qt

  • Committer: Package Import Robot
  • Author(s): Rolf Leggewie, Rolf Leggewie, Tz-Huan Huang
  • Date: 2012-06-30 11:21:42 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120630112142-a4cwzsr16dty8dk7
Tags: 1.4.14-1
[ Rolf Leggewie ]
* new upstream release 1.4.14
  - drop 32_scim-1.4.8-fix-dlopen.patch which has landed upstream
* bump compat level to 9
* debian/control: add Toni Mueller as co-maintainer
  Welcome aboard!

[ Tz-Huan Huang ]
* start shipping a couple of newly introduced im-module packages
* debian/rules:
  - simplify dh_auto_install override where upstream changes allow this
  - drop -fpermissive from CXXFLAGS, fixed upstream
* debian/README.*: update the documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SCIM supports three different input modes -- XIM mode, GTK IM mode, and Qt 3
2
 
IM mode.  The Qt 3 IM mode needs an unofficial patch for Qt 3, because
3
 
Trolltech has said that such patch can't go into Qt 3 as it's considered too
4
 
intrusive.  Debian's Qt maintainers has included this patch into Qt 3 packages
5
 
since version 3:3.3.5-4.
6
 
 
7
 
Qt 4 has plans to officially support input methods, but the current status in
8
 
Qt 4.3.2 is still not clear (at least to the author of this README).  And
9
 
there is currently no Qt 4 IM module support for SCIM in Debian.
10
 
 
11
 
Therefore, Qt/KDE 3 applications can use either XIM mode or Qt 3 IM mode for
12
 
SCIM.  These can be easily set and changed with the im-switch package.  The
13
 
XIM mode support is included in scim package.  To use Qt 3 IM mode, you also
14
 
need to install scim-qtimm package.  Qt/KDE 4 applications only have the
15
 
option of XIM mode, but it should work just fine.
16
 
 
17
 
When using XIM mode in Qt 3, You need to pay extra attention on two things:
18
 
 
19
 
1. Both Qt and SCIM have their own settings for XIM style, so you need to make
20
 
sure they match.  There are two commonly used XIM styles, usually called "on
21
 
the spot" and "over the spot".  To change the style in SCIM, run scim-setup
22
 
(or choose "SCIM Input Method Setup" from your menu), and go to the "FrontEnd
23
 
-> Global Setup" page.  The option to change XIM style is "Embed Preedit
24
 
String into client window", when it is selected, you are using "on the spot"
25
 
style; and when it is not selected, you are using "over the spot" style.  To
26
 
change the style in Qt, run qtconfig (or choose "Qt3 Configuration" from your
27
 
menu), go to "Interface" tab, and choose the style in the "XIM Input Style"
28
 
dropdown menu at the bottom.  You usually don't need the "off the spot" or
29
 
"root" style.
30
 
 
31
 
2. It is reported that some of the KDE applications don't work very well when
32
 
using "on the spot" style.  So if your application behaves strangely, you may
33
 
want to try switching to "over the spot" style first.
34
 
 
35
 
(Last updated by Ming Hua, on Sat, 13 Oct 2007)
 
1
SCIM supports two different input modes for Qt -- XIM mode and Qt IM mode.
 
2
Qt 4 applications can use either XIM mode or Qt 4 IM mode for SCIM.
 
3
These can be easily set and changed with the im-switch package. The XIM
 
4
mode support is included in scim package. To use Qt 4 IM mode, you also
 
5
need to install scim-qt-immodule package (which depends on scim-im-agent).
 
6
 
 
7
When using XIM mode in Qt, You need to pay extra attention on two things:
 
8
 
 
9
1. Both Qt and SCIM have their own settings for XIM style, so you need to
 
10
make sure they match.  There are two commonly used XIM styles, usually
 
11
called "on the spot" and "over the spot".  To change the style in SCIM,
 
12
run scim-setup (or choose "SCIM Input Method Setup" from your menu), and go
 
13
to the "FrontEnd -> Global Setup" page.  The option to change XIM style is
 
14
"Embed Preedit String into client window", when it is selected, you are using
 
15
"on the spot" style; and when it is not selected, you are using "over the
 
16
spot" style.  To change the style in Qt, run qtconfig go to "Interface" tab,
 
17
and choose the style in the "XIM Input Style" dropdown menu at the bottom.
 
18
You usually don't need the "off the spot" or "root" style.
 
19
 
 
20
2. It is reported that some of the KDE applications don't work very well
 
21
when using "on the spot" style.  So if your application behaves strangely,
 
22
you may want to try switching to "over the spot" style first.
 
23
 
 
24
(Last updated by Tz-Huan Huang, on Thur, 28 Jun 2012)
36
25
 
37
26
vim:textwidth=78: