|
|
@ -633,7 +633,7 @@
|
|
|
|
- New file
|
|
|
|
- New file
|
|
|
|
- (QNoneInputContextPlugin, ~QNoneInputContextPlugin, keys,
|
|
|
|
- (QNoneInputContextPlugin, ~QNoneInputContextPlugin, keys,
|
|
|
|
languages, displayName, description): New function
|
|
|
|
languages, displayName, description): New function
|
|
|
|
- (create): New function. Read key from QT_IM_MODULE or
|
|
|
|
- (create): New function. Read key from TQT_IM_MODULE or
|
|
|
|
/qt/DefaultInputMethod of qtrc and creates input context with the
|
|
|
|
/qt/DefaultInputMethod of qtrc and creates input context with the
|
|
|
|
key
|
|
|
|
key
|
|
|
|
|
|
|
|
|
|
|
@ -850,8 +850,8 @@
|
|
|
|
* src/kernel/qapplication_x11.cpp
|
|
|
|
* src/kernel/qapplication_x11.cpp
|
|
|
|
- (defaultIM): Replace "xim" with "imsw-multi"
|
|
|
|
- (defaultIM): Replace "xim" with "imsw-multi"
|
|
|
|
- (x11_apply_settings):
|
|
|
|
- (x11_apply_settings):
|
|
|
|
* Replace the environment variable name QT_IM_MODULE with
|
|
|
|
* Replace the environment variable name TQT_IM_MODULE with
|
|
|
|
QT_IM_SWITCHER
|
|
|
|
TQT_IM_SWITCHER
|
|
|
|
* Replace the qtrc variable name /qt/DefaultInputMethod with
|
|
|
|
* Replace the qtrc variable name /qt/DefaultInputMethod with
|
|
|
|
/qt/DefaultInputMethodSwitcher
|
|
|
|
/qt/DefaultInputMethodSwitcher
|
|
|
|
* Replace "xim" with "imsw-multi" for default plugin
|
|
|
|
* Replace "xim" with "imsw-multi" for default plugin
|
|
|
@ -860,12 +860,12 @@
|
|
|
|
- (lastCreatedIMKey): Remove to rename to currentIMKey
|
|
|
|
- (lastCreatedIMKey): Remove to rename to currentIMKey
|
|
|
|
- (currentIMKey): New member variable. Renamed from lastCreatedIMKey
|
|
|
|
- (currentIMKey): New member variable. Renamed from lastCreatedIMKey
|
|
|
|
because the semantics of the variable has been changed by
|
|
|
|
because the semantics of the variable has been changed by
|
|
|
|
introduction of QT_IM_SWITCHER
|
|
|
|
introduction of TQT_IM_SWITCHER
|
|
|
|
|
|
|
|
|
|
|
|
* src/input/qmultiinputcontext.cpp
|
|
|
|
* src/input/qmultiinputcontext.cpp
|
|
|
|
- Replace lastCreatedIMKey with currentIMKey
|
|
|
|
- Replace lastCreatedIMKey with currentIMKey
|
|
|
|
- (QMultiInputContext): Add default input method specification
|
|
|
|
- (QMultiInputContext): Add default input method specification
|
|
|
|
feature using QT_IM_MODULE and /qt/DefaultInputMethod
|
|
|
|
feature using TQT_IM_MODULE and /qt/DefaultInputMethod
|
|
|
|
- (createImSelPopup):
|
|
|
|
- (createImSelPopup):
|
|
|
|
* Add IM-switcher plugin elimination feature using "imsw-" prefix
|
|
|
|
* Add IM-switcher plugin elimination feature using "imsw-" prefix
|
|
|
|
* Add dispName.isNull() checking
|
|
|
|
* Add dispName.isNull() checking
|
|
|
@ -896,7 +896,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
2004-07-31 LiuCougar <liucougar@gmail.com>
|
|
|
|
2004-07-31 LiuCougar <liucougar@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
new environment variable QT_IM_MODULE to overwrite the default inputmethod plugin
|
|
|
|
new environment variable TQT_IM_MODULE to overwrite the default inputmethod plugin
|
|
|
|
2004-07-31 LiuCougar <liucougar@gmail.com>
|
|
|
|
2004-07-31 LiuCougar <liucougar@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
"deleteLater" is safer then "delete" QObject directly
|
|
|
|
"deleteLater" is safer then "delete" QObject directly
|
|
|
|