[immodule-qt] New patch has been released for testing

YamaKen yamaken at bp.iij4u.or.jp
Wed Aug 11 17:33:55 EEST 2004


Hi all, I've released a new patch for testing. Please test and
report.

http://freedesktop.org/Software/ImmoduleQtDownload/qt-x11-immodule-unified-qt3.3.2-20040811.diff.gz

Since this patch is not tested well, it should not be
redistributed for daily use. Wait for stable release some days.

Following issues are not yet tested well. Please report.

- build on several environment
- binary compatibility
- stability and functionality

This patch is first 'Unified' patch for Qt3. The binary
compatibility has been configurable. See README.immodule for
further information.


README.immodule:
----------------------------------------------------------------
immodule for Qt


* What is this?

  immodule for Qt is a modular, extensible input method subsystem for
  Qt.

  This project brings functionality similar to the immodule for GTK+
  to the Qt library. The main goal of the project is to extend and
  enhance the input method support in the Qt library, in order to
  provide a modern and powerful multi-language input system. Our short
  term goal is to make Qt (especially Qt/X11) "up-to-date" with other
  X11-based toolkits such as GTK+. We are also focusing on what the
  input method API should be for future Qt versions.

  See our webpage for further information.

  http://immodule-qt.freedesktop.org/


* How to install

  After extract the Qt archive, perform following instructions

    cd qt-x11-free-3.3.2
    patch -p0 < qt-x11-immodule-unified-qt3.3.2-20040811.diff
    ./make-symlinks.sh
    ./configure

  Our patch provides following two configure options. Choose 'Binary
  Compatible'

  Build Qt with 'Binary Compatible' immodule support (default)

    configure -im

  Build Qt without binary compatibility, but supports more advanced
  immodule extensions. It cannot be used with ordinary application
  binaries (i.e. the option is for developers)

    configure -im -im-ext


* How to use

  - See users manual of each input method plugins

  - Run qtconfig to choose you favorite input method or XIM style


* Environment variables

  Some environment variables are available for expert users and system
  integrators. The specification is preliminary and may be changed
  without notification. Be careful.

  See following examples to use the variables.


  - set "xim" input method as default

    export QT_IM_MODULE=xim


  - set "simple" composing input method as default

    export QT_IM_MODULE=simple


  - set "xim" input method as default, and disable input method
    selection menu in the context menu

    export QT_IM_SWITCHER=imsw-none
    export QT_IM_MODULE=xim


  - set "xim" input method as default, and enable input method
    selection menu in the context menu (default configuration)

    export QT_IM_SWITCHER=imsw-multi
    export QT_IM_MODULE=xim


  - set "iiimqcf" that has its own input method switching framework as
    default, and disable input method selection menu in the context
    menu. Such configuration is required by some system integrators to
    provide unified user interface for input method switching over the
    desktop

    export QT_IM_SWITCHER=imsw-none
    export QT_IM_MODULE=iiimqcf
----------------------------------------------------------------

-------------------------------
YamaKen  yamaken at bp.iij4u.or.jp



More information about the immodule-qt mailing list