summaryrefslogtreecommitdiffstats
path: root/ChangeLog.immodule
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /ChangeLog.immodule
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'ChangeLog.immodule')
-rw-r--r--ChangeLog.immodule106
1 files changed, 53 insertions, 53 deletions
diff --git a/ChangeLog.immodule b/ChangeLog.immodule
index 114bf662f..d856b5bf8 100644
--- a/ChangeLog.immodule
+++ b/ChangeLog.immodule
@@ -40,8 +40,8 @@
* src/kernel/qinputcontext.cpp
- (QInputContext): Add 'parent' arg
- * src/kernel/qinputcontext.h
- - Exclude qptrlist.h when compile with Qt4
+ * src/kernel/ntqinputcontext.h
+ - Exclude ntqptrlist.h when compile with Qt4
- (struct QInputContextMenu): Exclude member variables when compile
with Qt4
- (QInputContext): Add 'parent' arg
@@ -92,7 +92,7 @@
http://freedesktop.org/pipermail/immodule-qt/2004-September/000447.html
http://freedesktop.org/pipermail/immodule-qt/2004-September/000497.html
- * src/kernel/qinputcontext.h
+ * src/kernel/ntqinputcontext.h
- (identifierName, language): Change return type from QCString to QString
- (addMenusTo): Make Qt3 specific
* src/kernel/qinputcontext.cpp
@@ -105,7 +105,7 @@
- (clearFocus): Enclose immodule specific code by #if
defined(Q_WS_X11)
- * src/kernel/qapplication.h
+ * src/kernel/ntqapplication.h
- Add 'class QIMEvent' declaration
- (removePostedEvents): New overriding function
* src/kernel/qapplication_x11.cpp
@@ -128,24 +128,24 @@
* src/input/qinputcontextinterface_p.h
- Modify a coding style to follow Trolltech's one for Qt3
- * src/input/qinputcontextplugin.h
+ * src/input/ntqinputcontextplugin.h
- Fix typos in comment
* src/input/qinputcontextplugin.cpp
- (keys, QInputContextPlugin, ~QInputContextPlugin): Modify the
function description comment
- * src/input/qinputcontextfactory.h
- - Remove #include "qinputcontext.h" to reduce compilation dependency
+ * src/input/ntqinputcontextfactory.h
+ - Remove #include "ntqinputcontext.h" to reduce compilation dependency
- Add 'class QWidget' declaration
- Remove inappropriate #ifndef QT_NO_STRINGLIST. QStringList is now
- required feature for immodule. See also changes of qfeatures.h
+ required feature for immodule. See also changes of ntqfeatures.h
* src/input/qinputcontextfactory.cpp
- - Add #include "qinputcontext.h"
- - Remove unnecessary #include "qpopupmenu.h"
+ - Add #include "ntqinputcontext.h"
+ - Remove unnecessary #include "ntqpopupmenu.h"
- Remove inappropriate #ifndef QT_NO_STRINGLIST. QStringList is now
- required feature for immodule. See also changes of qfeatures.h
+ required feature for immodule. See also changes of ntqfeatures.h
- * src/tools/qfeatures.h
+ * src/tools/ntqfeatures.h
- Define QT_NO_IM if QT_NO_STRINGLIST is defined
- Define QT_NO_IM_EXTENSIONS if QT_NO_IM or QT_NO_STRINGLIST is
defined
@@ -253,7 +253,7 @@
2004-08-17 YamaKen <yamaken@bp.iij4u.or.jp>
- * src/kernel/qnamespace.h
+ * src/kernel/ntqnamespace.h
- (Qt::Key) Add a comment about Korean-specific keyboard
support based on the information from Choe Hwanjin. Thanks
for the information. See following discussion for further
@@ -363,7 +363,7 @@
- Add conditional QT_NO_IM and QT_NO_IM_EXTENSIONS definition in
accordance with '-im' and '-im-ext' options
- * src/kernel/qwidget.h
+ * src/kernel/ntqwidget.h
- (icHolderWidget): New function for QT_NO_IM_EXTENSIONS
- (ic): Add #ifndef QT_NO_IM_EXTENSIONS for binary incompatible
variable
@@ -378,7 +378,7 @@
destroyInputContext): Merge code fragments for QT_NO_IM_EXTENSIONS
- (deleteExtra): Merge a comment for QT_NO_IM_EXTENSIONS
- * src/kernel/qapplication.h
+ * src/kernel/ntqapplication.h
- (locateICHolderWidget, icHolderWidgets, create_xim, close_xim):
New functions for QT_NO_IM_EXTENSIONS
* src/kernel/qapplication_x11.cpp
@@ -422,7 +422,7 @@
http://freedesktop.org/pipermail/immodule-qt/2004-August/000335.html
for further information
- * src/kernel/qinputcontext.h
+ * src/kernel/ntqinputcontext.h
- (filterEvent): Follow the API change
* src/kernel/qinputcontext.cpp
- (filterEvent): Follow the API change
@@ -683,7 +683,7 @@
* Add an explanation for this utility function to the function
description
- * src/kernel/qinputcontext.h
+ * src/kernel/ntqinputcontext.h
- (QInputContextMenu::Action): New enum
- (menus): Restrict to use with Qt3 only
- (qt4menus): Remove to replace with actions()
@@ -781,7 +781,7 @@
for further information. The implementation may be altered in
accordance with discussion in the list.
- * src/kernel/qinputcontext.h
+ * src/kernel/ntqinputcontext.h
- (struct QInputContextMenu): New struct
- (qt4menus): New function. Just a placeholder for now
- (menus): New function
@@ -811,9 +811,9 @@
- (createPopupMenu): Replace QMultiInputContext dependent submenu
handling with the pluggable popup menu
- * src/kernel/qwidget.h
- - Remove #include "qinputcontext.h" to reduce compile time when we
- hacked qinputcontext.h
+ * src/kernel/ntqwidget.h
+ - Remove #include "ntqinputcontext.h" to reduce compile time when we
+ hacked ntqinputcontext.h
2004-08-04 Kazuki Ohta <mover@hct.zaq.ne.jp>
@@ -828,10 +828,10 @@
- Update the UUID because the interface has been changed
- (description): New function
- * src/input/qinputcontextplugin.h
+ * src/input/ntqinputcontextplugin.h
- (description): New function
- * src/input/qinputcontextfactory.h
+ * src/input/ntqinputcontextfactory.h
- (description): New function
- (QInputContextPluginPrivate::description): New function
* src/input/qinputcontextfactory.cpp
@@ -902,7 +902,7 @@
"deleteLater" is safer then "delete" QObject directly
2004-07-30 YamaKen <yamaken@bp.iij4u.or.jp>
- * src/kernel/qnamespace.h
+ * src/kernel/ntqnamespace.h
- (Qt::Key):
* Replace dead key values with new one to avoid keycode conflict
* Add a comment about the latin 1 keycodes
@@ -938,14 +938,14 @@
- (languages): New function
- (displayName): New function
- * src/input/qinputcontextplugin.h
+ * src/input/ntqinputcontextplugin.h
- (languages): New function
- (displayName): New function
* src/input/qinputcontextplugin.cpp
- (QInputContextPluginPrivate::languages): New function
- (QInputContextPluginPrivate::displayName): New function
- * src/input/qinputcontextfactory.h
+ * src/input/ntqinputcontextfactory.h
- (languages): New function
- (displayName): New function
* src/input/qinputcontextfactory.cpp
@@ -954,11 +954,11 @@
2004-07-27 YamaKen <yamaken@bp.iij4u.or.jp>
- * src/kernel/qinputcontext.h
+ * src/kernel/ntqinputcontext.h
- (deletionRequested): New signal. Added for fatal error handling
* src/kernel/qinputcontext.cpp
- (deletionRequested): Add the function description comment
- * src/kernel/qwidget.h
+ * src/kernel/ntqwidget.h
- (destroyInputContext): Change ordinary function to slot to receive
the signal QInputContext::deletionRequested()
* src/kernel/qwidget_x11.cpp
@@ -975,7 +975,7 @@
* Add proper finalization using deletionRequested() signal
- (close): New function
- * src/kernel/qapplication.h
+ * src/kernel/ntqapplication.h
- (imEventReceived): Remove this inappropriate name to rename to
postIMEvent()
- (postIMEvent): New slot. Renamed from imEventReceived()
@@ -1181,7 +1181,7 @@
2004-07-22 Kazuki Ohta <mover@hct.zaq.ne.jp>
- * kernel/qapplication_x11.cpp, kernel/qnamespace.h
+ * kernel/qapplication_x11.cpp, kernel/ntqnamespace.h
- add dead key entries
2004-07-22 YamaKen <yamaken@bp.iij4u.or.jp>
@@ -1224,7 +1224,7 @@
- (createImSelPopup): create QPopupMenu object which can switch IM.
Currently selected IM is marked as checked.
- * src/input/qinputcontextfactory.h
+ * src/input/ntqinputcontextfactory.h
- remove "class QPopupMenu"
* src/widget/qtextedit.cpp
@@ -1318,7 +1318,7 @@
This patch does not break binary compatibility from vanilla Qt3.
But it costs immodule developer small modification.
- * src/kernel/qinputcontext.h
+ * src/kernel/ntqinputcontext.h
- (class QInputContext): Inherit QObject and add Q_OBJECT macro
- (name): Remove to rename to identifierName() to avoid conflicting
with QObject::name()
@@ -1349,7 +1349,7 @@
- (createInputContext): Add QObject::connect() to follow the change
of IMEvent flow
- * src/kernel/qapplication.h
+ * src/kernel/ntqapplication.h
- (imEventReceived): New slot
* src/kernel/qapplication_x11.cpp
- (imEventReceived): New slot to relay QIMEvent to event queue using
@@ -1415,8 +1415,8 @@
* src/input/qinputcontextfactory.cpp
- (create): Add QMultiInputContext instanciation. Use the name
"multi" to specify it
- * src/input/qinputcontextfactory.h
- - Add #include "qinputcontext.h" to avoid compilation error
+ * src/input/ntqinputcontextfactory.h
+ - Add #include "ntqinputcontext.h" to avoid compilation error
* src/input/qximinputcontext_p.h
- (class QXIMInputContext): Add Q_OBJECT macro to follow the API change
@@ -1441,7 +1441,7 @@
use virtual insert version to make subclasses work as expected (merged from bc-branch r19)
2004-07-16 Kazuki Ohta <mover@hct.zaq.ne.jp>
- * src/input/qinputcontextfactory.h: not the definition of QInputContextPlugin
+ * src/input/ntqinputcontextfactory.h: not the definition of QInputContextPlugin
2004-07-13 YamaKen <yamaken@bp.iij4u.or.jp>
@@ -1452,7 +1452,7 @@
2004-07-11 YamaKen <yamaken@bp.iij4u.or.jp>
- * src/kernel/qwidget.h
+ * src/kernel/ntqwidget.h
- (sendMouseEventToInputContext): Move into #if defined(Q_WS_X11)
because it is not implemented in other platforms
@@ -1467,7 +1467,7 @@
originally written. See added comment to recognize the original
intention
- * src/kernel/qwidget.h
+ * src/kernel/ntqwidget.h
- (changeInputContext): Move into #if defined(Q_WS_X11) as
originally written because it is not implemented in other
platforms
@@ -1489,10 +1489,10 @@
* Replace 'InputMethod' in some comments with 'input method'
* Replace 'InputContext' in some comments with 'input context'
- * src/kernel/qinputcontext.h
+ * src/kernel/ntqinputcontext.h
- Move description of QInputContext to qinputcontext.cpp
* src/kernel/qinputcontext.cpp
- - Move description of QInputContext from qinputcontext.h
+ - Move description of QInputContext from ntqinputcontext.h
2004-07-07 Daisuke Kameda <kaminmat@cc.rim.or.jp>
@@ -1521,7 +1521,7 @@
2004-06-22 YamaKen <yamaken@bp.iij4u.or.jp>
- * src/kernel/qinputcontext.h
+ * src/kernel/ntqinputcontext.h
- (sendIMEvent): Private version of sendIMEvent(). Remove to
rename to sendIMEventInternal
- (sendIMEventInternal): Rename from sendIMEvent and accept
@@ -1541,20 +1541,20 @@
2004-06-20 YamaKen <yamaken@bp.iij4u.or.jp>
- * src/kernel/qevent.h
+ * src/kernel/ntqevent.h
- (class QIMError): Remove to rename to QIMErrorEvent
- (class QIMErrorEvent): Rename from QIMError
- (QIMErrorEvent::isDeleteIC): Remove to rename to isDeletionRequest
- (QIMErrorEvent::isDeletionRequest): Rename from isDelete
- * src/kernel/qwidget.h
+ * src/kernel/ntqwidget.h
- (imErrorEvent): Follow renaming of QIMError
* src/kernel/qwidget.cpp
- (imErrorEvent): Follow renaming of QIMError and
QIMError::isDeleteIC()
- (event): Follow renaming of QIMError
- * src/kernel/qinputcontext.h
+ * src/kernel/ntqinputcontext.h
- (ownerWidget): Remove to rename to holderWidget
- (holderWidget): Rename from ownerWidget
- (setOwnerWidget): Remove to rename to setHolderWidget
@@ -1626,7 +1626,7 @@
2004-06-14 YamaKen <yamaken@bp.iij4u.or.jp>
- * src/kernel/qinputcontext.h
+ * src/kernel/ntqinputcontext.h
- (setFocus): Remove hasPreservedPreedit arg
- (unsetFocus): Remove preservePreedit arg
- (isPreeditRelocationEnabled): New function
@@ -1676,7 +1676,7 @@
2004-06-10 YamaKen <yamaken@bp.iij4u.or.jp>
- * src/kernel/qinputcontext.h
+ * src/kernel/ntqinputcontext.h
- Remove several pointers to QWidget to share concrete IM
implementation code with Qt/Embedded. The IM model of
Qt/Embedded requires that widgets and input contexts are
@@ -1707,7 +1707,7 @@
* Follow introducing QInputContextPrivate
- (~QInputContext): Follow introducing QInputContextPrivate
- (ownerWidget):
- * Move from qinputcontext.h
+ * Move from ntqinputcontext.h
* Follow introducing QInputContextPrivate
- (setOwnerWidget): New function to complement removal of
the arg of QInputContext constructor
@@ -1715,7 +1715,7 @@
functions are participating with preedit relocation of shared
context on focus transition
- (focusWidget):
- * Move from qinputcontext.h
+ * Move from ntqinputcontext.h
* Follow introducing QInputContextPrivate
* Follow introducing composingWidget
- (setFocusWidget): New function to complement removal of
@@ -1849,7 +1849,7 @@
2004-06-04 YamaKen <yamaken@bp.iij4u.or.jp>
- * src/kernel/qinputcontext.h
+ * src/kernel/ntqinputcontext.h
- (font): New function. Returns the font of focusWidget()
* src/kernel/qinputcontext.cpp
- (font): New function
@@ -1868,7 +1868,7 @@
2004-06-03 YamaKen <yamaken@bp.iij4u.or.jp>
- * src/kernel/qinputcontext.h
+ * src/kernel/ntqinputcontext.h
- (getOwnerWidget): Remove to rename to ownerWidget
- (ownerWidget): New function. Rename from getOwnerWidget to
be consistent with the name focusWidget
@@ -1915,7 +1915,7 @@
- (mouseHandler): New function
- (language): Follow API change
- * src/kernel/qwidget.h
+ * src/kernel/ntqwidget.h
- (sendMouseEventToInputContext): New function
- (unfocusInputContext): New function
@@ -1988,7 +1988,7 @@
reset the context on FocusOut except for Japanese IM. See
also comment for further information
- * src/widgets/qlineedit.h
+ * src/widgets/ntqlineedit.h
- (sendMouseEventToInputContext): New function
* src/widgets/qlineedit.cpp
- (QLineEditPrivate::composeMode): New function
@@ -2001,7 +2001,7 @@
position and call QWidget::sendMouseEventToInputContext()
- (drawContents): Follow API change
- * src/widgets/qtextedit.h
+ * src/widgets/ntqtextedit.h
- (sendMouseEventToInputContext): New function
* src/widgets/qtextedit.cpp
- (QTextEditPrivate::composeMode): New function