From 9ba04742771370f59740e32e11c5f3a1e6a1b70a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 15:55:57 -0600 Subject: Initial TQt conversion --- qtjava/ChangeLog | 218 +++++++++++++++++++++++++++---------------------------- 1 file changed, 109 insertions(+), 109 deletions(-) (limited to 'qtjava/ChangeLog') diff --git a/qtjava/ChangeLog b/qtjava/ChangeLog index 6deea6ec..81cdf064 100644 --- a/qtjava/ChangeLog +++ b/qtjava/ChangeLog @@ -1,6 +1,6 @@ 2006-10-24 Richard Dale - * The QGL* classes were not being built by default, as a few years ago + * The TQGL* classes were not being built by default, as a few years ago KDE didn't use OpenGL by default. So enable them by default now 3D is pretty standard. @@ -10,12 +10,12 @@ 2006-02-14 Richard Dale - * Added QStyleOption.h and QStyleOption.cpp sources which were + * Added TQStyleOption.h and TQStyleOption.cpp sources which were missing. Fixes problem reported by Sekou DIAKITE 2005-10-26 Richard Dale - * Removed QPointArray.begin() and end() methods as they don't compile + * Removed TQPointArray.begin() and end() methods as they don't compile on 64 bit machines, and Iterators can't be used in QtJava anyway. Fixes problem reported by Adeodato S. @@ -25,7 +25,7 @@ 2005-03-13 Richard Dale - * Removed QImage::jumpTable() as it's too low level for java + * Removed TQImage::jumpTable() as it's too low level for java * Fixed prototype in JavaSlot.h which didn't compile on Solaris - thanks to Shea Martin for reporting these problems. @@ -34,7 +34,7 @@ 2005-02-21 Richard Dale * Removed unused sources - * Removed the QFont::cacheStatistics method as it doesn't exit in Qt Embedded + * Removed the TQFont::cacheStatistics method as it doesn't exit in Qt Embedded 2005-02-01 Richard Dale @@ -49,13 +49,13 @@ 2004-06-07 Richard Dale - * Regenerated QImage.bits() and colorTable() to use Michal Ceresna's kalyptus patch - * Regenerated QCheckListItem to remove unwanted copy constructor + * Regenerated TQImage.bits() and colorTable() to use Michal Ceresna's kalyptus patch + * Regenerated TQCheckListItem to remove unwanted copy constructor 2004-06-06 Richard Dale - * When a java null is passed as a QString argument, it was converted to (QString*)0L. - Null java strings are now converted to (QString*)&QString::null. + * When a java null is passed as a TQString argument, it was converted to (TQString*)0L. + Null java strings are now converted to (TQString*)&TQString::null. Fixes crash reported by Maik Schulz when passing a null to KURLRequesterDlg.getURL() 2004-04-03 Richard Dale @@ -76,8 +76,8 @@ 2004-01-20 Richard Dale - * Regenerated the QTableItem binding from the Qt 3.3 header, as the - QTableItem::content() method has been removed. Thanks to Adrian Schroeter + * Regenerated the TQTableItem binding from the Qt 3.3 header, as the + TQTableItem::content() method has been removed. Thanks to Adrian Schroeter for the error report. 2004-01-12 Richard Dale @@ -87,7 +87,7 @@ 2004-01-05 Richard Dale - * Removed QDomNodeList class from the project as it's marshalled to a java.util.ArrayList + * Removed TQDomNodeList class from the project as it's marshalled to a java.util.ArrayList * When a java method needed to be renamed, because in the type signature only the return type differed in C++, when that isn't allowed in java, the JNI function name was not using the new name. @@ -95,7 +95,7 @@ 2004-01-03 Richard Dale - * Added QSyntaxHighlighter class + * Added TQSyntaxHighlighter class 2003-12-30 Richard Dale @@ -112,9 +112,9 @@ - Added operator methods, and named them 'op_*', eg op_plus(). - Various friend functions in the global namespace, added as static methods to the Qt class - - Added new classes QEventLoop, QHttpHeader, QHttpRequestHeader, - QHttpResponseHeader, QSpinWidget, QSplashScreen and QToolBox - - Removed Accessibility and QStyle* classes + - Added new classes TQEventLoop, TQHttpHeader, TQHttpRequestHeader, + TQHttpResponseHeader, TQSpinWidget, TQSplashScreen and TQToolBox + - Removed Accessibility and TQStyle* classes - Updated the example programs to work with the current bindings 2003-10-10 Richard Dale @@ -123,7 +123,7 @@ 2003-09-24 Richard Dale - * Added a patch from gabor to fix Windows build problems, and a bug in QPointArray.putPoints() + * Added a patch from gabor to fix Windows build problems, and a bug in TQPointArray.putPoints() 2003-06-25 Richard Dale @@ -131,11 +131,11 @@ 2003-01-25 - * uchar types were wrongly being converted to Strings in QSizePolicy, they should be shorts (reported by Marco Ladermann) + * uchar types were wrongly being converted to Strings in TQSizePolicy, they should be shorts (reported by Marco Ladermann) 2003-01-17 - * Fixed bug in conversion of signal type 'int,int,int,const QPoint&' to java type in QTable (reported by Felix Rodriguez). + * Fixed bug in conversion of signal type 'int,int,int,const TQPoint&' to java type in TQTable (reported by Felix Rodriguez). 2002-12-30 @@ -148,7 +148,7 @@ 2002-11-24 - * Added missing QGb18030Codec class + * Added missing TQGb18030Codec class 2002-11-08 Richard Dale @@ -159,7 +159,7 @@ 2002-05-09 Richard Dale * Header filename qgbkcodec.h renamed as qgb18030codec.h 2002-04-29 Richard Dale - * In QApplication, the argc value passed to Qt was one less than + * In TQApplication, the argc value passed to Qt was one less than it should have been - fix from Marcel Volaart 2002-04-18 Richard Dale * 'javalib' top level test program is no longer installed @@ -168,146 +168,146 @@ 2002-03-22 Richard Dale * Added 'Object,byte[]' slot invocations to Invocation.java * Added fully qualified name expansion to some KDE signal types - * Added missing constructors to QGridLayout + * Added missing constructors to TQGridLayout 2002-03-15 Richard Dale - * Recently introduced link error in QObject.tr() fixed + * Recently introduced link error in TQObject.tr() fixed 2002-03-14 Richard Dale - * Changed QObject.tr() and QObject.trUtf8() to static methods + * Changed TQObject.tr() and TQObject.trUtf8() to static methods 2002-03-11 Richard Dale * More JNI local reference leak fixes 2002-03-10 Richard Dale * Added new qtjava.initialize() method and changed sample code to use it. 2002-03-07 Richard Dale * Added widgets and wizard Qt examples - * Added QStyleFactory class + * Added TQStyleFactory class * Fixed some JNI local reference leaks in QtSupport.cpp and JavaSlot.cpp - * Fixed validate() methods in QValidator classes to use 'StringBuffer, int[]' + * Fixed validate() methods in TQValidator classes to use 'StringBuffer, int[]' args correctly - * Added missing constructors and methods to QListViewItem, QStatusBar, - QVBoxLayout and QWizard - * Added eventFilter() callback to QMainWindow. Call to super in an event + * Added missing constructors and methods to TQListViewItem, TQStatusBar, + TQVBoxLayout and TQWizard + * Added eventFilter() callback to TQMainWindow. Call to super in an event filter now possible. 2002-03-05 Richard Dale * Added tux Qt example - surely the most important example yet? It is now possible to drag a large penguin with your mouse without knowing whether it is powered by C++, java or herring.. - * Added constructors to QBitmap for QPixmap and QImage input types. + * Added constructors to TQBitmap for TQPixmap and TQImage input types. This conversion was only available in C++ via weird operator overloading - on assignment to an existing QBitmap. + on assignment to an existing TQBitmap. 2002-03-05 Richard Dale * Added table/small-table-demo and textedit Qt examples - * Added missing constructors to QAction and QTextEdit - * Regenerated QFontDatabase class to add methods returning QValueList, + * Added missing constructors to TQAction and TQTextEdit + * Regenerated TQFontDatabase class to add methods returning TQValueList, translated to int[] in java. - * Slot types 'QAction*', 'QDropEvent*,const QValueList&' and - 'const QValueList&,QNetworkOperation*' now work. - * Added QtSupport::arrayWithQIconDragItemList() and - QtSupport::arrayWithQUrlInfoList() conversion methods. + * Slot types 'TQAction*', 'TQDropEvent*,const TQValueList&' and + 'const TQValueList&,TQNetworkOperation*' now work. + * Added QtSupport::arrayWithTQIconDragItemList() and + QtSupport::arrayWithTQUrlInfoList() conversion methods. 2002-03-04 Richard Dale * Added showimg, sound, splitter and tabdialog Qt examples - * Changed name of C++ QPixmap::loadFromData() with enum 'ColorMode - parameter to QPixmap.loadFromDataWithMode() in java, to distinguish it + * Changed name of C++ TQPixmap::loadFromData() with enum 'ColorMode + parameter to TQPixmap.loadFromDataWithMode() in java, to distinguish it from the method with the same name with a conversion_flags' int parameter. - * Added missing methods and constructors to QComboBox, QFileDialog, QGrid, - QMessageBox and QTabDialog + * Added missing methods and constructors to TQComboBox, TQFileDialog, TQGrid, + TQMessageBox and TQTabDialog 2002-03-04 Richard Dale * Added richtext, rot13 and scribble Qt examples - * Added QApplication.args(), removed argv() and argc() methods - * Added missing constructors. QColorDialog.getRgba() now has a boolean[] + * Added TQApplication.args(), removed argv() and argc() methods + * Added missing constructors. TQColorDialog.getRgba() now has a boolean[] 'ok' parameter, rather than int[] - * Added missing QPen and QTextView constructors - * Added C++ QMemArray to java ArrayList conversion, and implemented - QRegion.rects() method. + * Added missing TQPen and TQTextView constructors + * Added C++ TQMemArray to java ArrayList conversion, and implemented + TQRegion.rects() method. 2002-03-03 Richard Dale - * Added missing inline methods to QColor + * Added missing inline methods to TQColor * Added Qt qwerty and rangecontrols examples * Removed finalize() methods from codec classes, as they shouldn't be deleted. * Changed readBlock() methods to use a mutable StringBuffer, rather than String. - * Added missing QLCDNumber constructor + * Added missing TQLCDNumber constructor * Fixed incorrect value for Qt.Vertical 2002-03-02 Richard Dale * Added qmag Qt example - * Added missing QFileDialog.getSaveFileName() methods + * Added missing TQFileDialog.getSaveFileName() methods 2002-03-02 Richard Dale * Added Qt menu, popup, progressbar and qfd examples - * Added missing QPopupMenu and QProgressBar constructors. + * Added missing TQPopupMenu and TQProgressBar constructors. 2002-02-28 Richard Dale * Added Qt MDI example - * Added QObject.emit(String,int) method - * Added QWorkspace missing constructor + * Added TQObject.emit(String,int) method + * Added TQWorkspace missing constructor * qtjava: fixed bug in qtjava.toNormalizedTypeSignature() for signature lists of more than one type. * JavaSlot: fixed JNI local reference memory leaks. Added 'String,int' java slot type. - * QToolButton: Fixed java slot/signal connection bug + * TQToolButton: Fixed java slot/signal connection bug * QtSupport: Fixed JNI local reference memory leaks. 2002-02-27 Richard Dale * Added lineedits and listbox Qt examples - * Added missing QSpinBox constructor - * Fixed QListBox method name clash. QListBox.setRowMode(int) and - QListBox.setColumnMode(int) now called setNumRows() and setNumColumns() + * Added missing TQSpinBox constructor + * Fixed TQListBox method name clash. TQListBox.setRowMode(int) and + TQListBox.setColumnMode(int) now called setNumRows() and setNumColumns() 2002-02-27 Richard Dale * Added Qt layout example - * Added missing constructor to QMenuBar + * Added missing constructor to TQMenuBar 2002-02-27 Richard Dale * Added Qt iconview example - * Fixed error in C++ signal type signature for QDropEvent plus ArrayList - of QIconDragItems + * Fixed error in C++ signal type signature for TQDropEvent plus ArrayList + of TQIconDragItems 2002-02-27 Richard Dale * Added Qt helpviewer example - * Added missing constructors to QComboBox, QSimpleRichText, QTextBrowser, - QToolBar and QUrl + * Added missing constructors to TQComboBox, TQSimpleRichText, TQTextBrowser, + TQToolBar and TQUrl 2002-02-26 Richard Dale * Added Qt hello example - * Added missing QPixmap.fill() methods - * Added missing QPainter.drawText() methods + * Added missing TQPixmap.fill() methods + * Added missing TQPainter.drawText() methods 2002-02-26 Richard Dale * Added Qt Forever graphics example 2002-02-26 Richard Dale * Added Qt drawlines example 2002-02-26 Richard Dale * Added Qt Drag and Drop example - dragdrop - * Fixed bug in QMovie slot/signal connections. Added new QRect and QSize + * Fixed bug in TQMovie slot/signal connections. Added new TQRect and TQSize slot types. - * QtSupport::mimeSource() added to correctly cast to 'QMimeSource *' with + * QtSupport::mimeSource() added to correctly cast to 'TQMimeSource *' with multiple inheritance. - * Added missing QImageDrag constructors - * Changed QTextDrag.decode() methods to use a mutable StringBuffer. Added + * Added missing TQImageDrag constructors + * Changed TQTextDrag.decode() methods to use a mutable StringBuffer. Added missing constructors. - * Changed QUriDrag.decode() methods to use mutable ArrayLists. + * Changed TQUriDrag.decode() methods to use mutable ArrayLists. 2002-02-25 Richard Dale * Added Qt Digital Clock, dclock, example 2002-02-25 Richard Dale * Added cursor Qt example 2002-02-25 Richard Dale * Added checklists Qt example - * Fixed crash in QCheckListItem finalizer - * Improved QtSupport::arrayWithQListViewItemList so that it uses - QListViewItem.rtti() to identify QListViewItem or QCheckListItems. + * Fixed crash in TQCheckListItem finalizer + * Improved QtSupport::arrayWithTQListViewItemList so that it uses + TQListViewItem.rtti() to identify TQListViewItem or TQCheckListItems. 2002-02-25 Richard Dale * Added buttongroups Qt example - * Added missing constructors to QButtonGroup + * Added missing constructors to TQButtonGroup 2002-02-24 Richard Dale * Added biff example - * Changed QPixmap.loadFromData() and QImage.loadFromData() to take a char[] + * Changed TQPixmap.loadFromData() and TQImage.loadFromData() to take a char[] data argument, rather than byte[]. 2002-02-22 Richard Dale - * Added QIODevice #defined constants as java static final ints - * Added missing QGridlayout constructor - * QPopupMenu - added missing methods, fixed java signal/slot connection bug - * Added QListView.itemList() and QListViewItem.itemList() methods returning - ArrayList with QListViewItems. + * Added TQIODevice #defined constants as java static final ints + * Added missing TQGridlayout constructor + * TQPopupMenu - added missing methods, fixed java signal/slot connection bug + * Added TQListView.itemList() and TQListViewItem.itemList() methods returning + ArrayList with TQListViewItems. * Qt 'addressbook' example converted to java 2002-02-21 Richard Dale * Added extra Qt examples - aclock, picture, demo/sql, demo/widgets * Various missing java methods added 2002-02-13 Richard Dale - * QObject - Added i18n() as a synonym for tr(). - * QPaintDevice - dded missing bitBlt() methods - * QPopupMenu - added missing insertItem() methods - * Added missing QPointArray(int) constructor + * TQObject - Added i18n() as a synonym for tr(). + * TQPaintDevice - dded missing bitBlt() methods + * TQPopupMenu - added missing insertItem() methods + * Added missing TQPointArray(int) constructor * QtSupport - Added extra default parameter to C++ -> java array conversions, so an existing java array can be used as a target. * Qt tutorials and application example translated from C++ by @@ -317,29 +317,29 @@ 2002-02-10 Richard Dale * Added Qt.dynamicCast(). * Missing constructors added. - * QWMatrix.invert() now takes a boolean[] arg, rather than int[]. - * Added mapping of QCanvasItemList onto java.util.ArrayList + * TQWMatrix.invert() now takes a boolean[] arg, rather than int[]. + * Added mapping of TQCanvasItemList onto java.util.ArrayList 2002-01-31 Richard Dale - * Java null strings shouldn't be converted to QString::null by - QtSupport::toQString, but to 0 instead + * Java null strings shouldn't be converted to TQString::null by + QtSupport::toTQString, but to 0 instead 2002-01-23 Richard Dale - * Fixed QAccel.connectItem() and disconnectItem() methods. - * Fixed bug in QObject.emit() with boolean argument - * Added extra constructor to QLabel + * Fixed TQAccel.connectItem() and disconnectItem() methods. + * Fixed bug in TQObject.emit() with boolean argument + * Added extra constructor to TQLabel 2001-12-18 Richard Dale C++ QValueList conversions + * Added TQSplitter.sizes(), setSizes(). + * Added java int[] <--> C++ TQValueList conversions 2001-12-04 Richard Dale C++ slot/signal look up code from QtSupport to JavaSlot class. * Fixed string conversion bugs on Intel platforms in the following QtSupport methods: validateDelegate(), fixupDelegate(), - toQStrList(), toQStringList(), arrayWithQStringLIst(). C + toTQStrList(), toTQStringList(), arrayWithTQStringLIst(). C * Windows port by Eddie Chan , thanks Eddie! All platform specific X11 methods removed. * Class constants replaced with #defines for JAVA_YEAR, JAVA_MONTH, JAVA_DAY. 2001-06-28 Richard Dale * Beta 0.2 baseline * Added 50 Qt/KDE signal types * Added signal to signal connections - * Added eventFilter() callbacks for QObject and QWidget subclasses + * Added eventFilter() callbacks for TQObject and TQWidget subclasses * Improved code generation for strings and lists. Now more compact and doesn't seg fault when passed nulls * Added uic Java code generation as a patch @@ -413,11 +413,11 @@ Wed Nov 30 23:45:00 2000 Richard Dale * KDE classes are in the package 'org.kde.koala'. * Fixed bug where widgets with parents were being destroyed twice. Fri Feb 9 17:00:00 2001 Richard Dale - * Added missing QMenuData class + * Added missing TQMenuData class * Fixed bug which prevented protected slots and event handlers from being called. * Added method for handling boolean callbacks such as KMainWindow::queryClose() Tues Feb 20 12:40:00 2001 Richard Dale * Beta 0.3 baseline * Regenerated sources for Qt 2.2.4 and rebuilt - * Added QValidator::validate() and fixup() callbacks + * Added TQValidator::validate() and fixup() callbacks -- cgit v1.2.3