summaryrefslogtreecommitdiffstats
path: root/ChangeLog.immodule
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.immodule')
-rw-r--r--ChangeLog.immodule26
1 files changed, 13 insertions, 13 deletions
diff --git a/ChangeLog.immodule b/ChangeLog.immodule
index 379d51863..114bf662f 100644
--- a/ChangeLog.immodule
+++ b/ChangeLog.immodule
@@ -121,7 +121,7 @@
- (removePostedEvents): New overriding function. This function only
removes events that has specified event type. The implementation
is copied from original version of the function and modified to
- accept event_type. This function is retquired by postIMEvent()
+ accept event_type. This function is required by postIMEvent()
- (setActiveWindow): Enclose immodule specific code by #if
defined(Q_WS_X11)
@@ -138,12 +138,12 @@
- Remove #include "qinputcontext.h" to reduce compilation dependency
- Add 'class QWidget' declaration
- Remove inappropriate #ifndef QT_NO_STRINGLIST. QStringList is now
- retquired feature for immodule. See also changes of qfeatures.h
+ required feature for immodule. See also changes of qfeatures.h
* src/input/qinputcontextfactory.cpp
- Add #include "qinputcontext.h"
- Remove unnecessary #include "qpopupmenu.h"
- Remove inappropriate #ifndef QT_NO_STRINGLIST. QStringList is now
- retquired feature for immodule. See also changes of qfeatures.h
+ required feature for immodule. See also changes of qfeatures.h
* src/tools/qfeatures.h
- Define QT_NO_IM if QT_NO_STRINGLIST is defined
@@ -492,7 +492,7 @@
- Follow Trolltech's coding style for Qt3
- Remove unnecessary headers
- (UNITIZE): Moved from qsimpleinputcontext.cpp. QT_ prefix is not
- retquired since a macro does not pollute symbol space
+ required since a macro does not pollute symbol space
- (struct _ComposeTableElement): Rename to QComposeTableElement
- (struct QComposeTableElement): Renamed from _ComposeTableElement
- (struct _ComposeTable): Rename to QComposeTable
@@ -553,7 +553,7 @@
2004-08-10 YamaKen <yamaken@bp.iij4u.or.jp>
* This commit changes the XIM input method into plugin. A little
- modification is still retquired to work. See next commit information
+ modification is still required to work. See next commit information
* src/input/qinputcontextfactory.cpp
- Remove XIM dependency
@@ -581,7 +581,7 @@
- New file
* plugins/src/inputmethods/xim/qximinputcontext.h
- Moved from src/input/qximinputcontext_p.h. No code changes have
- been applied. A little modification is retquired to work. See next
+ been applied. A little modification is required to work. See next
commit information
* plugins/src/inputmethods/xim/qximinputcontext_x11.cpp
- Moved from src/input/qximinputcontext_x11.cpp. No code changes have
@@ -606,7 +606,7 @@
- (setHolderWidget): New override function
* src/input/qximinputcontext_x11.cpp
- (QXIMInputContext): Split most part of the initialization code
- into setHolderWidget() to allow null widget. This is retquired to
+ into setHolderWidget() to allow null widget. This is required to
make imsw-none working properly
- (setHolderWidget): New function
@@ -1034,7 +1034,7 @@
- (class QInputContext): Modify the class description comment
- (filterEvent): Mark the argument as /* const */ to make it const
in future
- - (reset): Add a retquirement to the function description comment for
+ - (reset): Add a requirement to the function description comment for
reimplementation
* src/kernel/qapplication_x11.cpp
@@ -1581,7 +1581,7 @@
* src/kernel/qwidget_x11.cpp
- (setMicroFocusHint): Replace relative coordinate with
- global one for qic->setMicroFocus(). This is retquired to
+ global one for qic->setMicroFocus(). This is required to
share particular IM plugin code with Qt/Embedded
* src/widgets/qlineedit.cpp
@@ -1679,7 +1679,7 @@
* src/kernel/qinputcontext.h
- Remove several pointers to QWidget to share concrete IM
implementation code with Qt/Embedded. The IM model of
- Qt/Embedded retquires that widgets and input contexts are
+ Qt/Embedded requires that widgets and input contexts are
existing in another process
- (QInputContext): Remove the QWidget * arg
- (focusWidget, ownerWidget):
@@ -1723,7 +1723,7 @@
- (filterEvent): Follow API change of removal of keywidget
- (sendIMEvent): Add #ifdef to isolate Qt/X11 dependent code
- (sendIMError): New function to hide ownerWidget() from
- derived QInputContext. This is retquired to share particular
+ derived QInputContext. This is required to share particular
IM plugin code with Qt/Embedded
- (setFocus, unsetFocus): Follow API change
@@ -1739,7 +1739,7 @@
focusInputContext()
- (getInputContext): Return input context only if
isInputMethodEnabled() widget, otherwise returns 0. This
- is retquired for proper focus transition handling
+ is required for proper focus transition handling
- (unfocusInputContext): Follow API change of
QInputContext::unsetFocus()
@@ -1942,7 +1942,7 @@
invocation to follow API change
- (translateKeyEventInternal):
* Add new arg statefulTranslation to enable duplicate call
- within single event loop. This is retquired to support both
+ within single event loop. This is required to support both
QInputContext::filterEvent() and RTL extensions
* Restore accidencially omitted qt_mode_switch_remove_mask
handling