diff options
author | Michele Calgaro <[email protected]> | 2019-06-16 23:54:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-06-17 00:01:26 +0900 |
commit | 7c8f13b0226ba6cda04862d6fd682cc658249b5f (patch) | |
tree | e67c4ef7f6e7e227df532f53e61d0d7c5ab6cf60 /ChangeLog.immodule | |
parent | d6375a54e2945d494df5ad38ca98cbc8b4d901e7 (diff) | |
download | tqt3-7c8f13b0226ba6cda04862d6fd682cc658249b5f.tar.gz tqt3-7c8f13b0226ba6cda04862d6fd682cc658249b5f.zip |
Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020.
(cherry picked and partially edited from commit 632cbaa30ac55924b21d9e65bbe261d592098553)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ChangeLog.immodule')
-rw-r--r-- | ChangeLog.immodule | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog.immodule b/ChangeLog.immodule index 8d9acb485..72f7b7567 100644 --- a/ChangeLog.immodule +++ b/ChangeLog.immodule @@ -633,7 +633,7 @@ - New file - (QNoneInputContextPlugin, ~QNoneInputContextPlugin, keys, 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 key @@ -850,8 +850,8 @@ * src/kernel/qapplication_x11.cpp - (defaultIM): Replace "xim" with "imsw-multi" - (x11_apply_settings): - * Replace the environment variable name QT_IM_MODULE with - QT_IM_SWITCHER + * Replace the environment variable name TQT_IM_MODULE with + TQT_IM_SWITCHER * Replace the qtrc variable name /qt/DefaultInputMethod with /qt/DefaultInputMethodSwitcher * Replace "xim" with "imsw-multi" for default plugin @@ -860,12 +860,12 @@ - (lastCreatedIMKey): Remove to rename to currentIMKey - (currentIMKey): New member variable. Renamed from lastCreatedIMKey because the semantics of the variable has been changed by - introduction of QT_IM_SWITCHER + introduction of TQT_IM_SWITCHER * src/input/qmultiinputcontext.cpp - Replace lastCreatedIMKey with currentIMKey - (QMultiInputContext): Add default input method specification - feature using QT_IM_MODULE and /qt/DefaultInputMethod + feature using TQT_IM_MODULE and /qt/DefaultInputMethod - (createImSelPopup): * Add IM-switcher plugin elimination feature using "imsw-" prefix * Add dispName.isNull() checking @@ -896,7 +896,7 @@ 2004-07-31 LiuCougar <[email protected]> - 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 <[email protected]> "deleteLater" is safer then "delete" QObject directly |