diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -174,8 +174,8 @@ v3.6 26th April 2003 examples from Oleksandr Yakovlyev. - Added the qtui module (thanks to Hans-Peter Jansen). - Support for TQt v3.1.2 added. - - PYQT_VERSION is now the version encoded as a hexadecimal value. - - Added PYQT_VERSION_STR. + - PYTQT_VERSION is now the version encoded as a hexadecimal value. + - Added PYTQT_VERSION_STR. v3.5 11th December 2002 - Added the qtext module containing the bindings for TQScintilla. @@ -185,7 +185,7 @@ v3.5 11th December 2002 - Support for TQt v3.0.6, v3.1.0 and v3.1.1 added. - Added the TQt v3.1.x TQAssistantClient, TQEventLoop, TQIconFactory, - TQIMComposeEvent, TQMutexLocker and TQSyntaxHighlighter classes, and - qCompress() and qUncompress functions. + qCompress() and tqUncompress functions. - Removed eric from the distribution as it is now packaged separately. - The SQL examples now support PostgreSQL as well as MySQL. - Added the TQtopia v1.5.0 AppLnk, AppLnkSet, Config, DateFormat, DocLnk, @@ -244,7 +244,7 @@ v3.2 5th May 2002 class. - Added the missing TQToolTip.setEnabled() and TQToolTip.enabled(). - Added support for MacOS X. - - Added PYQT_VERSION as the PyTQt release number as a string. + - Added PYTQT_VERSION as the PyTQt release number as a string. - Added the semaphore.py example. - Any Python object can now be passed as the data element of a TQCustomEvent. - configure now searches for TQt v3.0.4. @@ -459,7 +459,7 @@ v0.10.1 21st January 2000 v0.10 19th December 1999 The .pyc files are now created by the installation process. Added - qAppName(), TQCursor.handle(), TQFont.handle(), TQPaintDevice.handle(), + tqAppName(), TQCursor.handle(), TQFont.handle(), TQPaintDevice.handle(), TQPainter.handle(). Added most of the typedefs. Changed examples/application.py so as not to use the obsolete (and unimplemented) TQMessageBox.message(). Fixed bug in TQPixmap ctor. @@ -507,7 +507,7 @@ v0.7.1 3rd May 1999 v0.7 16th April 1999 Build with -fno-exceptions if supported. Converted the documentation - to SGML. Replaced QT_VERSION and KDE_VERSION with the proper TQt and + to SGML. Replaced TQT_VERSION and KDE_VERSION with the proper TQt and KDE version constants. Fixed a bad bug converting from TQStrings to Python strings. The "connect" convenience function has been removed. Added the class variables for all supported classes. Removed SLOT() |