diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-16 23:54:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-16 23:54:58 +0900 |
commit | 632cbaa30ac55924b21d9e65bbe261d592098553 (patch) | |
tree | c455eecd548e28245789884c6ca623c00109974b /ChangeLog.immodule | |
parent | 1aa221a2bc0a5c2f13a8d95af76a755b3c731251 (diff) | |
download | tqt3-632cbaa30ac55924b21d9e65bbe261d592098553.tar.gz tqt3-632cbaa30ac55924b21d9e65bbe261d592098553.zip |
Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 4bf083aa2..31b3cc8f1 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 <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> "deleteLater" is safer then "delete" QObject directly |