[Kde-cygwin-cvs] CVS: qt-3/doc 3rdparty.doc,1.1.1.2,1.1.1.3 Makefile,1.1.1.6,1.1.1.7 aboutqt.doc,1.1
Status: Inactive
Brought to you by:
habacker
Update of /cvsroot/kde-cygwin/qt-3/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5599/doc Modified Files: Tag: QT_WIN32_3_3_BRANCH 3rdparty.doc Makefile aboutqt.doc accel.doc annotated.doc application-walkthrough.doc canvas.doc changes.doc charinput-qws.doc classchart.doc classes.doc collect.doc commercialeditions.doc coordsys.doc credits.doc customstyles.doc datastreamformat.doc debug.doc distributingqt.doc dnd.doc editions.doc embclasses.doc embporting.doc envvars.doc faq.doc features.doc focus.doc framebuffer-howto.doc freeeditions.doc functions.doc headers.doc hierarchy.doc how-to-learn-qt.doc Log Message: Index: 3rdparty.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/3rdparty.doc,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -r1.1.1.2 -r1.1.1.3 --- 3rdparty.doc 27 Aug 2004 21:24:13 -0000 1.1.1.2 +++ 3rdparty.doc 30 Sep 2005 15:11:17 -0000 1.1.1.3 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Discussion of different licenses used in Qt. ** -** Copyright (C) 2003 Trolltech AS. All rights reserved. +** Copyright (C) 2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: aboutqt.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/aboutqt.doc,v retrieving revision 1.1.1.4 retrieving revision 1.1.1.5 diff -u -r1.1.1.4 -r1.1.1.5 --- aboutqt.doc 9 Apr 2005 10:14:12 -0000 1.1.1.4 +++ aboutqt.doc 30 Sep 2005 15:11:18 -0000 1.1.1.5 @@ -1,57 +1,57 @@ -/*! -\page aboutqt.html - -\title About Qt - -Qt is a multiplatform C++ GUI toolkit created and maintained by\link -troll.html Trolltech\endlink. It provides application developers with -all the functionality needed to build applications with -state-of-the-art graphical user interfaces. Qt is fully -object-oriented, easily extensible, and allows true component -programming. Read the \link -http://www.trolltech.com/products/qt/whitepaper.html -Whitepaper\endlink for a comprehensive technical overview. - -Since its commercial introduction in early 1996, Qt has formed the -basis of many thousands of successful applications worldwide. Qt is -also the basis of the popular \link http://www.kde.org/ KDE \endlink -Linux desktop environment, a standard component of all major Linux -distributions. See our \link http://www.trolltech.com/success/ -Customer Success Stories\endlink for some examples of commercial Qt -development. - - -Qt is supported on the following platforms: -\list - \i <b>MS/Windows</b> -- 95, 98, NT 4.0, ME, 2000, and XP - \i <b>Unix/X11</b> -- Linux, Sun Solaris, HP-UX, Compaq Tru64 UNIX, - IBM AIX, SGI IRIX and a wide range of others - \i <b>Macintosh</b> -- Mac OS X - \i <b>Embedded</b> -- Linux platforms with framebuffer support. -\endlist - -Qt is released in different editions: -\list -\i The \link commercialeditions.html <b>Qt Enterprise -Edition\endlink</b> and the \link commercialeditions.html <b>Qt -Professional Edition\endlink</b> provide for commercial software -development. They permit traditional commercial software distribution -and include free upgrades and Technical Support. For the latest -prices, see the Trolltech web site, \link -http://www.trolltech.com/pricing.html Pricing and Availability\endlink -page, or contact \link mailto:sa...@tr... -s...@tr...\endlink. The Enterprise Edition offers additional -\link modules.html modules \endlink compared to the Professional -Edition. -\endlist - -\list -\i The \link opensourceedition.html <b>Qt Open Source Edition\endlink</b> is -available for Unix/X11, Macintosh and Embedded Linux. The Open Source Edition -is for the development of \e {Free and Open -Source software} only. It is provided free of charge under the terms -of both the \link license.html Q Public License\endlink and the \link -gpl.html GNU General Public License\endlink. -\endlist - -*/ +/*! +\page aboutqt.html + +\title About Qt + +Qt is a multiplatform C++ GUI toolkit created and maintained by\link +troll.html Trolltech\endlink. It provides application developers with +all the functionality needed to build applications with +state-of-the-art graphical user interfaces. Qt is fully +object-oriented, easily extensible, and allows true component +programming. Read the \link +http://www.trolltech.com/products/qt/whitepaper.html +Whitepaper\endlink for a comprehensive technical overview. + +Since its commercial introduction in early 1996, Qt has formed the +basis of many thousands of successful applications worldwide. Qt is +also the basis of the popular \link http://www.kde.org/ KDE \endlink +Linux desktop environment, a standard component of all major Linux +distributions. See our \link http://www.trolltech.com/success/ +Customer Success Stories\endlink for some examples of commercial Qt +development. + + +Qt is supported on the following platforms: +\list + \i <b>MS/Windows</b> -- 95, 98, NT 4.0, ME, 2000, and XP + \i <b>Unix/X11</b> -- Linux, Sun Solaris, HP-UX, Compaq Tru64 UNIX, + IBM AIX, SGI IRIX and a wide range of others + \i <b>Macintosh</b> -- Mac OS X + \i <b>Embedded</b> -- Linux platforms with framebuffer support. +\endlist + +Qt is released in different editions: +\list +\i The \link commercialeditions.html <b>Qt Enterprise +Edition\endlink</b> and the \link commercialeditions.html <b>Qt +Professional Edition\endlink</b> provide for commercial software +development. They permit traditional commercial software distribution +and include free upgrades and Technical Support. For the latest +prices, see the Trolltech web site, \link +http://www.trolltech.com/pricing.html Pricing and Availability\endlink +page, or contact \link mailto:sa...@tr... +s...@tr...\endlink. The Enterprise Edition offers additional +\link modules.html modules \endlink compared to the Professional +Edition. +\endlist + +\list +\i The \link opensourceedition.html <b>Qt Open Source Edition\endlink</b> is +available for Unix/X11, Macintosh and Embedded Linux. The Open Source Edition +is for the development of \e {Free and Open +Source software} only. It is provided free of charge under the terms +of both the \link license.html Q Public License\endlink and the \link +gpl.html GNU General Public License\endlink. +\endlist + +*/ Index: accel.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/accel.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- accel.doc 1 Oct 2003 07:17:05 -0000 1.1.1.6 +++ accel.doc 30 Sep 2005 15:11:18 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Help with writing Qt/Embedded accelerated drivers ** -** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: annotated.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/annotated.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- annotated.doc 1 Oct 2003 07:17:05 -0000 1.1.1.6 +++ annotated.doc 30 Sep 2005 15:11:18 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Documentation for class overview ** -** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: application-walkthrough.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/application-walkthrough.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- application-walkthrough.doc 1 Oct 2003 07:17:05 -0000 1.1.1.6 +++ application-walkthrough.doc 30 Sep 2005 15:11:18 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Application example documentation ** -** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: canvas.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/canvas.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- canvas.doc 1 Oct 2003 07:17:05 -0000 1.1.1.6 +++ canvas.doc 30 Sep 2005 15:11:18 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Documentation for the canvas module ** -** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: changes.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/changes.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- changes.doc 1 Oct 2003 07:17:05 -0000 1.1.1.6 +++ changes.doc 30 Sep 2005 15:11:18 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Change documentation ** -** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: charinput-qws.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/charinput-qws.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- charinput-qws.doc 1 Oct 2003 07:17:05 -0000 1.1.1.6 +++ charinput-qws.doc 30 Sep 2005 15:11:18 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Documentation of character input ** -** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: classchart.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/classchart.doc,v retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -r1.1.1.5 -r1.1.1.6 --- classchart.doc 27 Aug 2004 21:24:13 -0000 1.1.1.5 +++ classchart.doc 30 Sep 2005 15:11:18 -0000 1.1.1.6 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Graphical representation of classes ** -** Copyright (C) 2001-2002 Trolltech AS. All rights reserved. +** Copyright (C) 2001-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: classes.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/classes.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- classes.doc 1 Oct 2003 07:17:05 -0000 1.1.1.6 +++ classes.doc 30 Sep 2005 15:11:18 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Documentation for class overview ** -** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: collect.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/collect.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- collect.doc 1 Oct 2003 07:17:05 -0000 1.1.1.6 +++ collect.doc 30 Sep 2005 15:11:18 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Qt collection classes documentation ** -** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: commercialeditions.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/commercialeditions.doc,v retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -r1.1.1.5 -r1.1.1.6 --- commercialeditions.doc 9 Apr 2005 10:14:12 -0000 1.1.1.5 +++ commercialeditions.doc 30 Sep 2005 15:11:18 -0000 1.1.1.6 @@ -1,167 +1,167 @@ -/**************************************************************************** -** -** -** Documentation on the commercial editions -** -** Copyright (C) 2003 Trolltech AS. All rights reserved. -** -** This file is part of the Qt GUI Toolkit. -** -** This file may be distributed under the terms of the Q Public License -** as defined by Trolltech AS of Norway and appearing in the file -** LICENSE.QPL included in the packaging of this file. -** -** This file may be distributed and/or modified under the terms of the -** GNU General Public License version 2 as published by the Free Software -** Foundation and appearing in the file LICENSE.GPL included in the -** packaging of this file. -** -** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition -** licenses may use this file in accordance with the Qt Commercial License -** Agreement provided with the Software. -** -** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -** -** See http://www.trolltech.com/pricing.html or email sa...@tr... for -** information about Qt Commercial License Agreements. -** See http://www.trolltech.com/qpl/ for QPL licensing information. -** See http://www.trolltech.com/gpl/ for GPL licensing information. -** -** Contact in...@tr... if any conditions of this licensing are -** not clear to you. -** -**********************************************************************/ - -/*! \page commercialeditions.html - -\title Qt Commercial Editions - -The Qt Professional and Enterprise Editions are the commercial -versions of \link aboutqt.html Qt\endlink. - -You may only write commercial, proprietary and non-free software if -you have purchased the Professional Edition or the Enterprise -Edition. -\footnote -If you want to develop free/open source software for -release using a recognized open source license you can use the -\link opensourceedition.html Qt Open Source Edition\endlink. -\endfootnote -The purchase of a Qt commercial edition includes technical support and -upgrades. Qt for Microsoft Windows is only available in the -Professional and Enterprise Editions. - -Qt is supported on the following platforms: -\list - \i <b>MS/Windows</b> -- 95, 98, NT 4.0, ME, 2000, and XP - \i <b>Unix/X11</b> -- Linux, Sun Solaris, HP-UX, Compaq Tru64 UNIX, - IBM AIX, SGI IRIX and a wide range of others - \i <b>Macintosh</b> -- Mac OS X - \i <b>\link http://www.trolltech.com/products/embedded/index.html -Qt/Embedded\endlink</b> -- Linux platforms with framebuffer support. -\endlist - -On Trolltech's web site, you can find \link -http://www.trolltech.com/products/qt/licensing.html licensing -information\endlink and \link -http://www.trolltech.com/products/qt/pricing.html price lists\endlink for -Qt Professional Edition, Qt Enterprise Edition, and other Trolltech -products. - -To purchase, please visit the -<a href="https://webshop.trolltech.com/cgi-bin/index.cgi">Trolltech -webshop</a>. In the webshop, you can generate a Purchase Order, order -a Quote, or purchase directly using credit card. - -For further information and assistance, please contact Trolltech sales: - -Email: \link mailto:sa...@tr... sa...@tr...\endlink - -Phone, US office (for North America): <strong>(+1) 650-813-1676</strong> - -Phone, Norway office (for others): <strong>+47 2160 4800</strong> - -<table border="1" cellpadding="5" cellspacing="0" width="100%"> - <tr> - <td bgcolor="#a1c410"><b><a name="Chart"></a>Professional/Enterprise Comparison Chart</b></td> - <td width="100" align="center" bgcolor="#a1c410"><b>Professional</b></td> - <td width="100" align="center" bgcolor="#a1c410"><b>Enterprise</b></td> - </tr> - <tr> - <td><b><a href=index.html">Qt Base Modules (Tools, Kernel, - Widgets, Dialogs)</a></b><br> - The platform-independent Qt GUI toolkit and utility classes</td> - <td width="100" align="center"><b>X</b></td> - <td width="100" align="center"><b>X</b></td> - </tr> - <tr> - <td><a href="designer-manual.html"><b>Qt Designer</b></a><br> - Visual Qt GUI builder</td> - <td width="100" align="center"><b>X</b></td> - <td width="100" align="center"><b>X</b></td> - </tr> - <tr> - <td><a href="iconview.html"><b>Iconview module</b></a><br> - Visualization of sets of pixmaps with user interaction.</td> - <td width="100" align="center"><b>X</b></td> - <td width="100" align="center"><b>X</b></td> - </tr> - <tr> - <td><a href="workspace.html"><b>Workspace module</b></a><b><br> - </b>Multiple Document Interface (MDI) support</td> - <td width="100" align="center"><b>X</b></td> - <td width="100" align="center"><b>X</b></td> - </tr> - <tr> - <td><a href="opengl.html"><b>OpenGL 3D Graphics module</b></a><b><br> - </b>Integration of Qt with OpenGL</td> - <td width="100" align="center"><br> - </td> - <td width="100" align="center"><b>X</b></td> - </tr> - <tr> - <td><a href="network.html"><b>Network module</b></a><b><br> - </b>Platform-independent classes for sockets, TCP, FTP and asynchronous DNS lookup.</td> - <td width="100" align="center"><br> - </td> - <td width="100" align="center"><b>X</b></td> - </tr> - <tr> - <td><a href="canvas.html"><b>Canvas module</b></a><br> - Optimized 2D graphics area for visualization, diagrams, etc.</td> - <td width="100" align="center"><br> - </td> - <td width="100" align="center"><b>X</b></td> - </tr> - <tr> - <td><a href="table.html"><b>Table module</b></a><br> - Flexible and editable table / spreadsheet</td> - <td width="100" align="center"><br> - </td> - <td width="100" align="center"><b>X</b></td> - </tr> - <tr> - <td><a href="xml.html"><b>XML module</b></a><br> - Well-formed XML parser with SAX interface and DOM Level 1.</td> - <td width="100" align="center"><br> - </td> - <td width="100" align="center"><b>X</b></td> - </tr> - <tr> - <td><a href="activeqt.html"><b>ActiveQt extension</b></a><br> - Support for building and hosting ActiveX controls on Windows.</td> - <td width="100" align="center"><br> - </td> - <td width="100" align="center"><b>X</b></td> - </tr> - <tr> - <td><a href="motif-extension.html"><b>QMotif extension</b></a><br> - Motif co-existence and migration support.</td> - <td width="100" align="center"><br> - </td> - <td width="100" align="center"><b>X</b></td> - </tr> -</table> - -*/ +/**************************************************************************** +** $Id$ +** +** Documentation on the commercial editions +** +** Copyright (C) 2005 Trolltech AS. All rights reserved. +** +** This file is part of the Qt GUI Toolkit. +** +** This file may be distributed under the terms of the Q Public License +** as defined by Trolltech AS of Norway and appearing in the file +** LICENSE.QPL included in the packaging of this file. +** +** This file may be distributed and/or modified under the terms of the +** GNU General Public License version 2 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. +** +** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition +** licenses may use this file in accordance with the Qt Commercial License +** Agreement provided with the Software. +** +** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +** +** See http://www.trolltech.com/pricing.html or email sa...@tr... for +** information about Qt Commercial License Agreements. +** See http://www.trolltech.com/qpl/ for QPL licensing information. +** See http://www.trolltech.com/gpl/ for GPL licensing information. +** +** Contact in...@tr... if any conditions of this licensing are +** not clear to you. +** +**********************************************************************/ + +/*! \page commercialeditions.html + +\title Qt Commercial Editions + +The Qt Professional and Enterprise Editions are the commercial +versions of \link aboutqt.html Qt\endlink. + +You may only write commercial, proprietary and non-free software if +you have purchased the Professional Edition or the Enterprise +Edition. +\footnote +If you want to develop free/open source software for +release using a recognized open source license you can use the +\link opensourceedition.html Qt Open Source Edition\endlink. +\endfootnote +The purchase of a Qt commercial edition includes technical support and +upgrades. Qt for Microsoft Windows is only available in the +Professional and Enterprise Editions. + +Qt is supported on the following platforms: +\list + \i <b>MS/Windows</b> -- 95, 98, NT 4.0, ME, 2000, and XP + \i <b>Unix/X11</b> -- Linux, Sun Solaris, HP-UX, Compaq Tru64 UNIX, + IBM AIX, SGI IRIX and a wide range of others + \i <b>Macintosh</b> -- Mac OS X + \i <b>\link http://www.trolltech.com/products/embedded/index.html +Qt/Embedded\endlink</b> -- Linux platforms with framebuffer support. +\endlist + +On Trolltech's web site, you can find \link +http://www.trolltech.com/products/qt/licensing.html licensing +information\endlink and \link +http://www.trolltech.com/products/qt/pricing.html price lists\endlink for +Qt Professional Edition, Qt Enterprise Edition, and other Trolltech +products. + +To purchase, please visit the +<a href="https://webshop.trolltech.com/cgi-bin/index.cgi">Trolltech +webshop</a>. In the webshop, you can generate a Purchase Order, order +a Quote, or purchase directly using credit card. + +For further information and assistance, please contact Trolltech sales: + +Email: \link mailto:sa...@tr... sa...@tr...\endlink + +Phone, US office (for North America): <strong>(+1) 650-813-1676</strong> + +Phone, Norway office (for others): <strong>+47 2160 4800</strong> + +<table border="1" cellpadding="5" cellspacing="0" width="100%"> + <tr> + <td bgcolor="#a1c410"><b><a name="Chart"></a>Professional/Enterprise Comparison Chart</b></td> + <td width="100" align="center" bgcolor="#a1c410"><b>Professional</b></td> + <td width="100" align="center" bgcolor="#a1c410"><b>Enterprise</b></td> + </tr> + <tr> + <td><b><a href=index.html">Qt Base Modules (Tools, Kernel, + Widgets, Dialogs)</a></b><br> + The platform-independent Qt GUI toolkit and utility classes</td> + <td width="100" align="center"><b>X</b></td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="designer-manual.html"><b>Qt Designer</b></a><br> + Visual Qt GUI builder</td> + <td width="100" align="center"><b>X</b></td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="iconview.html"><b>Iconview module</b></a><br> + Visualization of sets of pixmaps with user interaction.</td> + <td width="100" align="center"><b>X</b></td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="workspace.html"><b>Workspace module</b></a><b><br> + </b>Multiple Document Interface (MDI) support</td> + <td width="100" align="center"><b>X</b></td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="opengl.html"><b>OpenGL 3D Graphics module</b></a><b><br> + </b>Integration of Qt with OpenGL</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="network.html"><b>Network module</b></a><b><br> + </b>Platform-independent classes for sockets, TCP, FTP and asynchronous DNS lookup.</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="canvas.html"><b>Canvas module</b></a><br> + Optimized 2D graphics area for visualization, diagrams, etc.</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="table.html"><b>Table module</b></a><br> + Flexible and editable table / spreadsheet</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="xml.html"><b>XML module</b></a><br> + Well-formed XML parser with SAX interface and DOM Level 1.</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="activeqt.html"><b>ActiveQt extension</b></a><br> + Support for building and hosting ActiveX controls on Windows.</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="motif-extension.html"><b>QMotif extension</b></a><br> + Motif co-existence and migration support.</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> +</table> + +*/ Index: coordsys.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/coordsys.doc,v retrieving revision 1.1.1.7 retrieving revision 1.1.1.8 diff -u -r1.1.1.7 -r1.1.1.8 --- coordsys.doc 27 Aug 2004 21:24:13 -0000 1.1.1.7 +++ coordsys.doc 30 Sep 2005 15:11:18 -0000 1.1.1.8 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Qt Coordinate System Documentation ** -** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: credits.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/credits.doc,v retrieving revision 1.1.1.11 retrieving revision 1.1.1.12 diff -u -r1.1.1.11 -r1.1.1.12 --- credits.doc 9 Apr 2005 10:14:12 -0000 1.1.1.11 +++ credits.doc 30 Sep 2005 15:11:18 -0000 1.1.1.12 @@ -1,323 +1,323 @@ -/**************************************************************************** -** -** -** Credits file - all the qt-bugs stuff -** -** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. -** -** This file is part of the Qt GUI Toolkit. -** -** This file may be distributed under the terms of the Q Public License -** as defined by Trolltech AS of Norway and appearing in the file -** LICENSE.QPL included in the packaging of this file. -** -** This file may be distributed and/or modified under the terms of the -** GNU General Public License version 2 as published by the Free Software -** Foundation and appearing in the file LICENSE.GPL included in the -** packaging of this file. -** -** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition -** licenses may use this file in accordance with the Qt Commercial License -** Agreement provided with the Software. -** -** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -** -** See http://www.trolltech.com/pricing.html or email sa...@tr... for -** information about Qt Commercial License Agreements. -** See http://www.trolltech.com/qpl/ for QPL licensing information. -** See http://www.trolltech.com/gpl/ for GPL licensing information. -** -** Contact in...@tr... if any conditions of this licensing are -** not clear to you. -** -**********************************************************************/ - -/*! -\page credits.html - -\title Thanks! - -<p>The following (and probably many others) have provided bug reports, -suggestions, patches, beta testing, or done us other favors. We thank -you all: - -<blockquote> - -Adam P. Jenkins <ajenkins <i>at</i> cs.umass.edu><br> -Ahmed Metwally <ametwaly <i>at</i> auc-cs28.eun.eg><br> -Aidas Kasparas <kaspar <i>at</i> soften.ktu.lt><br> -Alejandro Aguilar Sierra <asierra <i>at</i> servidor.unam.mx><br> -Alex <steeper <i>at</i> dial.pipex.com><br> -Alex Kambis <kambis <i>at</i> eos913c.gsfc.nasa.gov><br> -Alexander Kozlov <alex <i>at</i> hale.appl.sci-nnov.ru><br> -Alexander Sanda <alex <i>at</i> darkstar.ping.at><br> -Amos Leffler <leffler <i>at</i> netaxs.com><br> -Anders Hanson <andhan <i>at</i> lls.se><br> -Andreas Schlempp <schlempp <i>at</i> egd.igd.fhg.de><br> -Andrew Bell <abell <i>at</i> vsys.com><br> -Andrew Gillham <gillhaa <i>at</i> ghost.whirlpool.com><br> -Andrew J. Robinson <robinson <i>at</i> eclipse.net><br> -Andrew Pavlomanolakos <app <i>at</i> novanet.net.au><br> -Andrew R. Tefft <teffta <i>at</i> crypt.erie.ge.com><br> -Andrew Vajoczki <vajoczki <i>at</i> interlog.com><br> -André Johansen <Andre.Johansen <i>at</i> funcom.no><br> -Andy Brice <andyb <i>at</i> suntail.net><br> -Andy Shaw <andy <i>at</i> east.no><br> -Anton Keyter <ant <i>at</i> intekom.co.za><br> -Arabeyes Project (http://www.arabeyes.org) <doc <i>at</i> arabeyes <i>dot</i> org><br> -Arnt Gulbrandsen <arnt <i>at</i> gulbrandsen.priv.no><br> -Ashley Winters <jql <i>at</i> accessone.com><br> -Aubrey Soper <azdak <i>at</i> ix.netcom.com><br> -Axel Schwenke <schwenke <i>at</i> HTWM.DE><br> -Ben Bergen <ben <i>at</i> gmg.com><br> -Bernard Leach <B.Leach <i>at</i> compsoc.cs.latrobe.edu.au><br> -Bernd Johannes Wuebben <wuebben <i>at</i> math.cornell.edu><br> -Bernd S. Brentrup <bsb <i>at</i> uni-muenster.de><br> -Bert Haverkamp <b.r.j.haverkamp <i>at</i> et.tudelft.nl><br> -Bjorn Reese <breese <i>at</i> dit.ou.dk><br> -Brian Beattie <beattie <i>at</i> drcpdx.stt3.com><br> -Brian P. Theodore <theodore <i>at</i> std.saic.com><br> -Brian White <bcwhite <i>at</i> verisim.com><br> -Bryan Scattergood <bryan <i>at</i> fsel.com><br> -Carsten Steckel <carsten <i>at</i> cs.newcastle.edu.au><br> -Chao-Hsin, Lin <linchao <i>at</i> charlie.cns.iit.edu><br> -Chip Salzenberg <chip <i>at</i> atlantic.net><br> -Chris Zwilling <crzwlng <i>at</i> cloudnet.com><br> -Christian Czezatke <e9025461 <i>at</i> student.tuwien.ac.at><br> -Christopher Andrew Spiking <cas <i>at</i> Cs.Nott.AC.UK><br> -Clarence Dang <dangs <i>at</i> kde.org><br> -Christopher J. White <cjwhite <i>at</i> rgit.wustl.edu><br> -Claus Werner <lzu96cw <i>at</i> reading.ac.uk><br> -Cloyce D. Spradling <cloyce <i>at</i> austin.ibm.com><br> -Colin Paul Adams <colin <i>at</i> colina.demon.co.uk><br> -Cristiano Verondini <cverond <i>at</i> deis219.deis.unibo.it><br> -Damyan Pepper <damyanp <i>at</i> cogs.susx.ac.uk><br> -Dan Nickerson <nickersond <i>at</i> uthscsa.edu><br> -Daniel Brahneborg <basic <i>at</i> well.com><br> -Daniel Gruner <dgruner <i>at</i> tikva.chem.utoronto.ca><br> -Daniel J Mitchell <dan <i>at</i> rebellion.co.uk><br> -Danilo Fiorenzano <danilo <i>at</i> terranet.ab.ca><br> -Dante Profeta <profeta <i>at</i> neomedia.it><br> -Darryl Ruggles <001654r <i>at</i> dragon.acadiau.ca><br> -Dave <dave <i>at</i> stellacore.com><br> -Dave Steffen <steffend <i>at</i> glitch.physics.colostate.edu><br> -Dean Hall <dwhall <i>at</i> deskstation.com><br> -Denis Y. Pershin <dyp <i>at</i> isis.nsu.ru><br> -Diedrich Vorberg <Diedrich_Vorberg <i>at</i> cp.prima.ruhr.de><br> -Dietmar Schaefer <dietmar <i>at</i> cs.newcastle.edu.au><br> -Dimitri Papadopoulos <dpo <i>at</i> club-internet.fr><br> -Dirk Mueller <mueller <i>at</i> kde.org><br> -Dirk Schwartmann <dirk.schwartmann <i>at</i> dlr.de><br> -Dominik Jergus <djergus <i>at</i> ics.uci.edu><br> -Don Sanders <sanders <i>at</i> kde.org><br> -Donald A. Seielstad <donald <i>at</i> gromit.scs.uiuc.edu><br> -Donna J. Armijo <donna <i>at</i> KachinaTech.COM><br> -Doug Boreland <dborel <i>at</i> amex-trs.com><br> -Douglas Lenz <dlenz <i>at</i> spedsoft.com><br> -Dr Mek Buhl Nielsen <m.b.nielsen <i>at</i> bham.ac.uk><br> -Dr Willem A. Schreuder <Willem.Schreuder <i>at</i> prinmath.com><br> -E. Kevin Hall <hall <i>at</i> boston.sgi.com><br> -Ed Mackey <emackey <i>at</i> Early.com><br> -Edmund Taylor <etaylor <i>at</i> interaccess.com><br> -Eric Bos <Eric.Bos <i>at</i> adelaide.maptek.com.au><br> -Eric Brunson <brunson <i>at</i> brunson.com><br> -Eric Jansen <jansen <i>at</i> photon.com><br> -Erik Norell <erik <i>at</i> Astrakan.HGS.SE><br> -Erik Thiele <erik <i>at</i> unterland.de><br> -Ernie Pasveer <erniep <i>at</i> vsl.com><br> -F R Ball <frb <i>at</i> umr.edu><br> -Fergal Mc Carthy <fergal <i>at</i> ilo.dec.com><br> -Frank Gockel <gockel <i>at</i> etecs4.uni-duisburg.de><br> -Frank Roscher <frank <i>at</i> chemnitz.abs-rz.de><br> -Fredrik Markström <fredrik <i>at</i> zod.campus.luth.se><br> -Fredrik Nehr <fredrik_nehr <i>at</i> ivab.se><br> -FrenzelBhv <i>at</i> aol.com<br> -Frugal <frugal <i>at</i> wardrobe.demon.co.uk><br> -Frugal the Curious <Chris.Ward <i>at</i> softcare.co.uk><br> -Fujimoto Koji <kochan <i>at</i> mbox.kyoto-inet.or.jp><br> -Gabor V. Gulyas <gabor <i>at</i> robiomat.com><br> -Gary E. Sherman <sherman <i>at</i> mrcc.com><br> -Geoff Carpenter <GCC <i>at</i> watson.ibm.com><br> -Geoffrey Higginson <ghiggins <i>at</i> gulf.uvic.ca><br> -Georg Filios <Georg.Filios <i>at</i> post.rwth-aachen.de><br> -George Simunovich <george <i>at</i> cia-g.com><br> -Giovanni Carapelli <gcarapel <i>at</i> mbox.vol.it><br> -Greg Tomalesky <tomalesk <i>at</i> yrkpa.kias.com><br> -Gregg Jensen <gwj <i>at</i> stl.nexen.com><br> -Gustav "Gurre" Kalvesten <a94guska <i>at</i> ida.his.se><br> -Hal DeVore <hdevore <i>at</i> crow.bmc.com><br> -Hans Flaechsig <hans <i>at</i> hannes.owl.de><br> -Hans Schlenker <schlenkh <i>at</i> informatik.uni-muenchen.de><br> -Hardo Mueller <hardo <i>at</i> ipb.uni-bonn.de><br> -Heiko Gerdau <heiko.gerdau <i>at</i> t-online.de><br> -Henty Waker <henty <i>at</i> foxbat.sur.uct.ac.za><br> -Hrafnkell Eiriksson <hkelle <i>at</i> mmedia.is><br> -Ildefonso Junquero Martin-Arroyo <junquero <i>at</i> sainsel.es><br> -Ingo Stapel <ingo.stapel <i>at</i> tu-clausthal.de><br> -J. Solomon Kostelnik <roz <i>at</i> one.net><br> -Jae Cho <cs184-dc <i>at</i> ute.CS.Berkeley.EDU><br> -James McIninch <james <i>at</i> amber.biology.gatech.edu><br> -Jan Aarsaether <jaa <i>at</i> metis.no><br> -Jaromir Dolecek <dolecek <i>at</i> ics.muni.cz><br> -Jasmin Blanchette <jasminb <i>at</i> corel.com><br> -Jason Evans <evans911 <i>at</i> cs.uidaho.edu><br> -Jay Painter <jay <i>at</i> a42.com><br> -Jean-Philippe Langlois <jpl <i>at</i> iname.com><br> -Jeff Harris <jharris <i>at</i> cis.ohio-state.edu><br> -Jeff Largent <jlargent <i>at</i> iu.net><br> -Jeffrey Vetter <vetter <i>at</i> lanl.gov><br> -Jeremy Wohl <jeremy <i>at</i> godzilli.cs.sunysb.edu><br> -Jesper K. Pedersen <blackie <i>at</i>klaralvdalens-datakonsult.se><br> -Jim Lauchlan <jim.lauchlan <i>at</i> gecm.com><br> -Joachim Backes <backes <i>at</i> rhrk.uni-kl.de><br> -Jochen Römmler <jochen <i>at</i> concept.de><br> -Jochen Scharrlach <jscharrl <i>at</i> BA-Stuttgart.De><br> -Joe Croft <jcroft <i>at</i> swbell.net><br> -Joel Lindholm <wizball <i>at</i> kewl.campus.luth.se><br> -John H. Reppy <jhr <i>at</i> research.att.com><br> -John Huertas - Jourda <octarine <i>at</i> gte.net><br> -John Ouellette <ouellet <i>at</i> beluga.phys.UVic.CA><br> -John Vidar Larring <larring <i>at</i> weatherone.tv><br> -Jon Brumfitt <jbrumfit <i>at</i> astro.estec.esa.nl><br> -Jose Castro <jocastro <i>at</i> erols.com><br> -Julian Enticknap <Julian.Enticknap <i>at</i> UK.Sun.COM><br> -Jussi-Pekka Sairanen <jussi-pekka.sairanen <i>at</i> research.nokia.com><br> -Kalle Dalheimer <kalle <i>at</i> dalheimer.hh.eunet.de><br> -Karl Robillard <karl <i>at</i> skygames.com><br> -Keith Brown <ksbrown <i>at</i> ix.netcom.com><br> -Keith Dowsett <kdowsett <i>at</i> rpms.ac.uk><br> -Ken Hollis <khollis <i>at</i> northwest.com><br> -Kirill Konyagin <kirill <i>at</i> asplinux.ru><br> -Klaus Ebner <klaus <i>at</i> gaspode.ndh.com><br> -Klaus-Georg Adams <Klaus-Georg.Adams <i>at</i> chemie.uni-karlsruhe.de><br> -Klaus Schmidinger <Klaus.Schmidinger <i>at</i> cadsoft.de><br> -Kristof Depraetere <Kristof.Depraetere <i>at</i> rug.ac.be><br> -Kristian Freed <d00freed <i>at</i> dtek.chalmers.se><br> -Kurt L Anderson <kurt+ <i>at</i> osu.edu><br> -Larry Lee <lclee <i>at</i> primenet.com><br> -Lars Knoll <knoll <i>at</i> mpi-hd.mpg.de><br> -M. G. Berberich <berberic <i>at</i> fmi.uni-passau.de><br> -Maas-Maarten Zeeman <mzeeman <i>at</i> cs.vu.nl><br> -Magnus Persson <mpersson <i>at</i> eritel.se><br> -Mario Weilguni <mweilguni <i>at</i> arctica.sime.com><br> -Marius Storm-Olsen <marius <i>at</i> storm-olsen.com><br> -Mariya <muha <i>at</i> iclub.nsu.ru><br> -Mark Summerfield <summer <i>at</i> perlpress.com><br> -Markku Hihnala <mah <i>at</i> ee.oulu.fi><br> -Marko Macek <Marko.Macek <i>at</i> snet.fer.uni-lj.si><br> -Martin Baehr <mbaehr <i>at</i> email.archlab.tuwien.ac.at><br> -Martin Mueller <mm <i>at</i> lunetix.de><br> -Martin van Velsen <vvelsen <i>at</i> ronix.ptf.hro.nl><br> -Matthias Ettrich <ettrich <i>at</i> fisher.informatik.uni-tuebingen.de><br> -Matthias Suencksen <msuencks <i>at</i> techfak.uni-bielefeld.de><br> -Mattias Engdegård <f91-men <i>at</i> nada.kth.se><br> -Michael Doppler <m.doppler <i>at</i> icosderve.com><br> -Michael Figley <figley <i>at</i> ibmoto.com><br> -Michael George <george <i>at</i> quark.im4u.net><br> -Michael Graff <explorer <i>at</i> flame.org><br> -Michael H. Price II <price <i>at</i> ERC.MsState.Edu><br> -Michael Harnois <mharnois <i>at</i> sbt.net><br> -Michael Hohmuth <hohmuth <i>at</i> inf.tu-dresden.de><br> -Michael Leodolter <michael <i>at</i> lab1.psy.univie.ac.at><br> -Michael Roth <mroth <i>at</i> nessie.de><br> -Michael Schwendt <Michael_Schwendt <i>at</i> public.uni-hamburg.de><br> -Michal Polak <mpolak <i>at</i> fi.muni.cz><br> -Mikael Bourges-Sevenier <bourges <i>at</i> int-evry.fr><br> -Mike Fearn <hp003 <i>at</i> dra.hmg.gb><br> -Mike Perik <mikep <i>at</i> crt.com><br> -Mike Sharkey <msharkey <i>at</i> softarc.com><br> -Miroslav Flidr <flidr <i>at</i> kky.zcu.cz><br> -Miyata Shigeru <miyata <i>at</i> kusm.kyoto-u.ac.jp><br> -Myron Uecker <muecker <i>at</i> csd.net><br> -Neal Sanche <neal <i>at</i> nsdev.org><br> -Ngok Yuk Yau <zzy <i>at</i> compuserve.com><br> -Niclas Anderberg <agony <i>at</i> sparta.lu.se><br> -Oliver Eiden <o.eiden <i>at</i> pop.ruhr.de><br> -Oliver Elphick <olly <i>at</i> lfix.co.uk><br> -Olivier Verloove <overloov <i>at</i> ulb.ac.be><br> -Osku Salerma <osku <i>at</i> iki.fi><br> -P. J. Leonard <eespjl <i>at</i> ee.bath.ac.uk><br> -Paolo Galatola <paolo <i>at</i> iris.polito.it><br> -Pat Dowler <dowler <i>at</i> pt1B1106.FSH.UVic.CA><br> -Patrice Trognon <trognon <i>at</i> apogee-com.fr><br> -Patrick Voigt <Patrick.Voigt <i>at</i> Informatik.TU-Chemnitz.DE><br> -Paul Bucheit <ptb <i>at</i> k2.cwru.edu><br> -Paul Curtis <plc <i>at</i> rowley.co.uk><br> -Paul Kendall <paul <i>at</i> kcbbs.gen.nz><br> -Paul Marquis <pmarquis <i>at</i> iddptm.iddis.com><br> -Peter Bender <bender <i>at</i> iib.bauwesen.th-darmstadt.de><br> -Peter Klotz <p.klotz <i>at</i> icoserve.com><br> -Peter Pletcher <peter <i>at</i> delilah><br> -Pierre Rocque <rocque <i>at</i> CRHSC.Umontreal.CA><br> -Pohorecki Wladyslaw <pohorecki <i>at</i> novell.ftj.agh.edu.pl><br> -R.S. Mallozzi, <mallozzi <i>at</i> bowie.msfc.nasa.gov><br> -Ralf Stanke <ralf <i>at</i> mcshh.hanse.de><br> -Reginald Stadlbauer <reggie <i>at</i> kde.org><br> -Richard D. Jackson <rjackson <i>at</i> bga.com><br> -Richard Keech <rkeech <i>at</i> colesmyer.com.au><br> -Richard Moore <moorer <i>at</i> cs.man.ac.uk><br> -Rick Brohl <rbrohl <i>at</i> uswest.com><br> -Robert Anderson <Robert.E.Anderson <i>at</i> unh.edu><br> -Robert Cimrman <cimrman <i>at</i> marius.univ-mrs.fr><br> -Roberto Alsina <ralsina <i>at</i> ultra7.unl.edu.ar><br> -Rohlfs Reiner <Reiner.Rohlfs <i>at</i> obs.unige.ch><br> -Salman Sheikh <salman <i>at</i> vdragon.gsfc.nasa.gov><br> -Sandro Sigala <ssigala <i>at</i> globalnet.it><br> -Scott Coppen <scoppen <i>at</i> emerald.tufts.edu><br> -Sean Echevarria <sean <i>at</i> beatnik.com><br> -Sean Vyain <svyain <i>at</i> mail.tds.net><br> -Sirtaj Singh Kang <ssk <i>at</i> physics.unimelb.EDU.AU><br> -Sivan Toledo<br> -Stefan Cronert <d93-scr <i>at</i> nada.kth.se><br> -Stefan Taferner <taf <i>at</i> porsche.co.at><br> -Steffen Hansen <stefh <i>at</i> dit.ou.dk><br> -Stephan Pfab <pfab <i>at</i> mathematik.uni-ulm.de><br> -Stephane Zermatten <szermat <i>at</i> ibm.net><br> -Sven Fischer <sven <i>at</i> comnets.rwth-aachen.de><br> -Sven Riedel <lynx <i>at</i> heim8.tu-clausthal.de><br> -Terje Dalen <terje <i>at</i> norcontrol.no><br> -Thomas Lineal <thomas <i>at</i> ricci.allcon.com><br> -Thomas Rath <rath <i>at</i> mac-info-link.de><br> -Thorsten Ende <the <i>at</i> is-bremen.de><br> -Tiaan Wessels <tiaan <i>at</i> inetsys.alt.za><br> -Tim D. Gilman <tdgilman <i>at</i> best.com><br> -Tom Houlder <thoulder <i>at</i> icor.fr><br> -Tony Albrecht <Tony.Albrecht <i>at</i> adelaide.maptek.com.au><br> -Torgeir Hovden <hovden <i>at</i> akkurat.idt.ntnu.no><br> -Trond Hellem Bø <s638 <i>at</i> ii.uib.no><br> -Trond Solli <Trond.Solli <i>at</i> marintek.sintef.no><br> -Ulf Stelbe <ust <i>at</i> egd.igd.fhg.de><br> -Ulrich Hertlein <uhe <i>at</i> cs.tu-berlin.de><br> -Ulrich Ring <ur <i>at</i> daveg.com><br> -Uwe Thiem <uwe <i>at</i> uwix.alt.na><br> -Vadim Zaliva <lord <i>at</i> crocodile.org><br> -Val Gough <val <i>at</i> stellacore.com><br> -Vilhelm Sjöberg <ville <i>at</i> swipnet.se><br> -Vlad Karpinsky <vlad <i>at</i> crocodile.org><br> -Volker Hilsheimer <vohi <i>at</i> gmx.de><br> -Volker Poplawski <volkerp <i>at</i> stepnet.de><br> -Warwick Allison <warwick <i>at</i> it.uq.edu.au><br> -Xiaojian Li <lixj <i>at</i> monte.rutgers.edu><br> -Ximenes <ximenes <i>at</i> netset.com><br> -Y. N. Lo <ynlo <i>at</i> netcom.ca><br> -Zyklon <zyk <i>at</i> dds.nl><br> -atsushi konno <jibe <i>at</i> ppp.bekkoame.or.jp><br> -berry <i>at</i> hxi.com<br> -boris passek <boris <i>at</i> ice.fb12.TU-Berlin.DE><br> -fidaire <fidaire <i>at</i> bip.fr><br> -joeh <i>at</i> sugar-river.net<br> -rinsch <i>at</i> aea.ruhr-uni-bochum.de<br> -tsutsui <i>at</i> kekvax.kek.jp<br> -vandevod <i>at</i> cs.rpi.edu<br> -vinckeg <i>at</i> sebb.bel.alcatel.be<br> -yleffler <i>at</i> ucis.vill.edu<br> - -</blockquote> - -<p>We hope there are not too many omissions from the list. Any -omissions are <b>bugs</b> and should be reported to -<a href="mailto:qt...@tr...">qt...@tr...</a> -like other bugs in the Qt code or documentation. - -*/ +/**************************************************************************** +** $Id$ +** +** Credits file - all the qt-bugs stuff +** +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** +** This file is part of the Qt GUI Toolkit. +** +** This file may be distributed under the terms of the Q Public License +** as defined by Trolltech AS of Norway and appearing in the file +** LICENSE.QPL included in the packaging of this file. +** +** This file may be distributed and/or modified under the terms of the +** GNU General Public License version 2 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. +** +** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition +** licenses may use this file in accordance with the Qt Commercial License +** Agreement provided with the Software. +** +** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +** +** See http://www.trolltech.com/pricing.html or email sa...@tr... for +** information about Qt Commercial License Agreements. +** See http://www.trolltech.com/qpl/ for QPL licensing information. +** See http://www.trolltech.com/gpl/ for GPL licensing information. +** +** Contact in...@tr... if any conditions of this licensing are +** not clear to you. +** +**********************************************************************/ + +/*! +\page credits.html + +\title Thanks! + +<p>The following (and probably many others) have provided bug reports, +suggestions, patches, beta testing, or done us other favors. We thank +you all: + +<blockquote> + +Adam P. Jenkins <ajenkins <i>at</i> cs.umass.edu><br> +Ahmed Metwally <ametwaly <i>at</i> auc-cs28.eun.eg><br> +Aidas Kasparas <kaspar <i>at</i> soften.ktu.lt><br> +Alejandro Aguilar Sierra <asierra <i>at</i> servidor.unam.mx><br> +Alex <steeper <i>at</i> dial.pipex.com><br> +Alex Kambis <kambis <i>at</i> eos913c.gsfc.nasa.gov><br> +Alexander Kozlov <alex <i>at</i> hale.appl.sci-nnov.ru><br> +Alexander Sanda <alex <i>at</i> darkstar.ping.at><br> +Amos Leffler <leffler <i>at</i> netaxs.com><br> +Anders Hanson <andhan <i>at</i> lls.se><br> +Andreas Schlempp <schlempp <i>at</i> egd.igd.fhg.de><br> +Andrew Bell <abell <i>at</i> vsys.com><br> +Andrew Gillham <gillhaa <i>at</i> ghost.whirlpool.com><br> +Andrew J. Robinson <robinson <i>at</i> eclipse.net><br> +Andrew Pavlomanolakos <app <i>at</i> novanet.net.au><br> +Andrew R. Tefft <teffta <i>at</i> crypt.erie.ge.com><br> +Andrew Vajoczki <vajoczki <i>at</i> interlog.com><br> +André Johansen <Andre.Johansen <i>at</i> funcom.no><br> +Andy Brice <andyb <i>at</i> suntail.net><br> +Andy Shaw <andy <i>at</i> east.no><br> +Anton Keyter <ant <i>at</i> intekom.co.za><br> +Arabeyes Project (http://www.arabeyes.org) <doc <i>at</i> arabeyes <i>dot</i> org><br> +Arnt Gulbrandsen <arnt <i>at</i> gulbrandsen.priv.no><br> +Ashley Winters <jql <i>at</i> accessone.com><br> +Aubrey Soper <azdak <i>at</i> ix.netcom.com><br> +Axel Schwenke <schwenke <i>at</i> HTWM.DE><br> +Ben Bergen <ben <i>at</i> gmg.com><br> +Bernard Leach <B.Leach <i>at</i> compsoc.cs.latrobe.edu.au><br> +Bernd Johannes Wuebben <wuebben <i>at</i> math.cornell.edu><br> +Bernd S. Brentrup <bsb <i>at</i> uni-muenster.de><br> +Bert Haverkamp <b.r.j.haverkamp <i>at</i> et.tudelft.nl><br> +Bjorn Reese <breese <i>at</i> dit.ou.dk><br> +Brian Beattie <beattie <i>at</i> drcpdx.stt3.com><br> +Brian P. Theodore <theodore <i>at</i> std.saic.com><br> +Brian White <bcwhite <i>at</i> verisim.com><br> +Bryan Scattergood <bryan <i>at</i> fsel.com><br> +Carsten Steckel <carsten <i>at</i> cs.newcastle.edu.au><br> +Chao-Hsin, Lin <linchao <i>at</i> charlie.cns.iit.edu><br> +Chip Salzenberg <chip <i>at</i> atlantic.net><br> +Chris Zwilling <crzwlng <i>at</i> cloudnet.com><br> +Christian Czezatke <e9025461 <i>at</i> student.tuwien.ac.at><br> +Christopher Andrew Spiking <cas <i>at</i> Cs.Nott.AC.UK><br> +Christopher J. White <cjwhite <i>at</i> rgit.wustl.edu><br> +Clarence Dang <dang <i>at</i> kde.org><br> +Claus Werner <lzu96cw <i>at</i> reading.ac.uk><br> +Cloyce D. Spradling <cloyce <i>at</i> austin.ibm.com><br> +Colin Paul Adams <colin <i>at</i> colina.demon.co.uk><br> +Cristiano Verondini <cverond <i>at</i> deis219.deis.unibo.it><br> +Damyan Pepper <damyanp <i>at</i> cogs.susx.ac.uk><br> +Dan Nickerson <nickersond <i>at</i> uthscsa.edu><br> +Daniel Brahneborg <basic <i>at</i> well.com><br> +Daniel Gruner <dgruner <i>at</i> tikva.chem.utoronto.ca><br> +Daniel J Mitchell <dan <i>at</i> rebellion.co.uk><br> +Danilo Fiorenzano <danilo <i>at</i> terranet.ab.ca><br> +Dante Profeta <profeta <i>at</i> neomedia.it><br> +Darryl Ruggles <001654r <i>at</i> dragon.acadiau.ca><br> +Dave <dave <i>at</i> stellacore.com><br> +Dave Steffen <steffend <i>at</i> glitch.physics.colostate.edu><br> +Dean Hall <dwhall <i>at</i> deskstation.com><br> +Denis Y. Pershin <dyp <i>at</i> isis.nsu.ru><br> +Diedrich Vorberg <Diedrich_Vorberg <i>at</i> cp.prima.ruhr.de><br> +Dietmar Schaefer <dietmar <i>at</i> cs.newcastle.edu.au><br> +Dimitri Papadopoulos <dpo <i>at</i> club-internet.fr><br> +Dirk Mueller <mueller <i>at</i> kde.org><br> +Dirk Schwartmann <dirk.schwartmann <i>at</i> dlr.de><br> +Dominik Jergus <djergus <i>at</i> ics.uci.edu><br> +Don Sanders <sanders <i>at</i> kde.org><br> +Donald A. Seielstad <donald <i>at</i> gromit.scs.uiuc.edu><br> +Donna J. Armijo <donna <i>at</i> KachinaTech.COM><br> +Doug Boreland <dborel <i>at</i> amex-trs.com><br> +Douglas Lenz <dlenz <i>at</i> spedsoft.com><br> +Dr Mek Buhl Nielsen <m.b.nielsen <i>at</i> bham.ac.uk><br> +Dr Willem A. Schreuder <Willem.Schreuder <i>at</i> prinmath.com><br> +E. Kevin Hall <hall <i>at</i> boston.sgi.com><br> +Ed Mackey <emackey <i>at</i> Early.com><br> +Edmund Taylor <etaylor <i>at</i> interaccess.com><br> +Eric Bos <Eric.Bos <i>at</i> adelaide.maptek.com.au><br> +Eric Brunson <brunson <i>at</i> brunson.com><br> +Eric Jansen <jansen <i>at</i> photon.com><br> +Erik Norell <erik <i>at</i> Astrakan.HGS.SE><br> +Erik Thiele <erik <i>at</i> unterland.de><br> +Ernie Pasveer <erniep <i>at</i> vsl.com><br> +F R Ball <frb <i>at</i> umr.edu><br> +Fergal Mc Carthy <fergal <i>at</i> ilo.dec.com><br> +Frank Gockel <gockel <i>at</i> etecs4.uni-duisburg.de><br> +Frank Roscher <frank <i>at</i> chemnitz.abs-rz.de><br> +Fredrik Markström <fredrik <i>at</i> zod.campus.luth.se><br> +Fredrik Nehr <fredrik_nehr <i>at</i> ivab.se><br> +FrenzelBhv <i>at</i> aol.com<br> +Frugal <frugal <i>at</i> wardrobe.demon.co.uk><br> +Frugal the Curious <Chris.Ward <i>at</i> softcare.co.uk><br> +Fujimoto Koji <kochan <i>at</i> mbox.kyoto-inet.or.jp><br> +Gabor V. Gulyas <gabor <i>at</i> robiomat.com><br> +Gary E. Sherman <sherman <i>at</i> mrcc.com><br> +Geoff Carpenter <GCC <i>at</i> watson.ibm.com><br> +Geoffrey Higginson <ghiggins <i>at</i> gulf.uvic.ca><br> +Georg Filios <Georg.Filios <i>at</i> post.rwth-aachen.de><br> +George Simunovich <george <i>at</i> cia-g.com><br> +Giovanni Carapelli <gcarapel <i>at</i> mbox.vol.it><br> +Greg Tomalesky <tomalesk <i>at</i> yrkpa.kias.com><br> +Gregg Jensen <gwj <i>at</i> stl.nexen.com><br> +Gustav "Gurre" Kalvesten <a94guska <i>at</i> ida.his.se><br> +Hal DeVore <hdevore <i>at</i> crow.bmc.com><br> +Hans Flaechsig <hans <i>at</i> hannes.owl.de><br> +Hans Schlenker <schlenkh <i>at</i> informatik.uni-muenchen.de><br> +Hardo Mueller <hardo <i>at</i> ipb.uni-bonn.de><br> +Heiko Gerdau <heiko.gerdau <i>at</i> t-online.de><br> +Henty Waker <henty <i>at</i> foxbat.sur.uct.ac.za><br> +Hrafnkell Eiriksson <hkelle <i>at</i> mmedia.is><br> +Ildefonso Junquero Martin-Arroyo <junquero <i>at</i> sainsel.es><br> +Ingo Stapel <ingo.stapel <i>at</i> tu-clausthal.de><br> +J. Solomon Kostelnik <roz <i>at</i> one.net><br> +Jae Cho <cs184-dc <i>at</i> ute.CS.Berkeley.EDU><br> +James McIninch <james <i>at</i> amber.biology.gatech.edu><br> +Jan Aarsaether <jaa <i>at</i> metis.no><br> +Jaromir Dolecek <dolecek <i>at</i> ics.muni.cz><br> +Jasmin Blanchette <jasminb <i>at</i> corel.com><br> +Jason Evans <evans911 <i>at</i> cs.uidaho.edu><br> +Jay Painter <jay <i>at</i> a42.com><br> +Jean-Philippe Langlois <jpl <i>at</i> iname.com><br> +Jeff Harris <jharris <i>at</i> cis.ohio-state.edu><br> +Jeff Largent <jlargent <i>at</i> iu.net><br> +Jeffrey Vetter <vetter <i>at</i> lanl.gov><br> +Jeremy Wohl <jeremy <i>at</i> godzilli.cs.sunysb.edu><br> +Jesper K. Pedersen <blackie <i>at</i>klaralvdalens-datakonsult.se><br> +Jim Lauchlan <jim.lauchlan <i>at</i> gecm.com><br> +Joachim Backes <backes <i>at</i> rhrk.uni-kl.de><br> +Jochen Römmler <jochen <i>at</i> concept.de><br> +Jochen Scharrlach <jscharrl <i>at</i> BA-Stuttgart.De><br> +Joe Croft <jcroft <i>at</i> swbell.net><br> +Joel Lindholm <wizball <i>at</i> kewl.campus.luth.se><br> +John H. Reppy <jhr <i>at</i> research.att.com><br> +John Huertas - Jourda <octarine <i>at</i> gte.net><br> +John Ouellette <ouellet <i>at</i> beluga.phys.UVic.CA><br> +John Vidar Larring <larring <i>at</i> weatherone.tv><br> +Jon Brumfitt <jbrumfit <i>at</i> astro.estec.esa.nl><br> +Jose Castro <jocastro <i>at</i> erols.com><br> +Julian Enticknap <Julian.Enticknap <i>at</i> UK.Sun.COM><br> +Jussi-Pekka Sairanen <jussi-pekka.sairanen <i>at</i> research.nokia.com><br> +Kalle Dalheimer <kalle <i>at</i> dalheimer.hh.eunet.de><br> +Karl Robillard <karl <i>at</i> skygames.com><br> +Keith Brown <ksbrown <i>at</i> ix.netcom.com><br> +Keith Dowsett <kdowsett <i>at</i> rpms.ac.uk><br> +Ken Hollis <khollis <i>at</i> northwest.com><br> +Kirill Konyagin <kirill <i>at</i> asplinux.ru><br> +Klaus Ebner <klaus <i>at</i> gaspode.ndh.com><br> +Klaus-Georg Adams <Klaus-Georg.Adams <i>at</i> chemie.uni-karlsruhe.de><br> +Klaus Schmidinger <Klaus.Schmidinger <i>at</i> cadsoft.de><br> +Kristof Depraetere <Kristof.Depraetere <i>at</i> rug.ac.be><br> +Kristian Freed <d00freed <i>at</i> dtek.chalmers.se><br> +Kurt L Anderson <kurt+ <i>at</i> osu.edu><br> +Larry Lee <lclee <i>at</i> primenet.com><br> +Lars Knoll <knoll <i>at</i> mpi-hd.mpg.de><br> +M. G. Berberich <berberic <i>at</i> fmi.uni-passau.de><br> +Maas-Maarten Zeeman <mzeeman <i>at</i> cs.vu.nl><br> +Magnus Persson <mpersson <i>at</i> eritel.se><br> +Mario Weilguni <mweilguni <i>at</i> arctica.sime.com><br> +Marius Storm-Olsen <marius <i>at</i> storm-olsen.com><br> +Mariya <muha <i>at</i> iclub.nsu.ru><br> +Mark Summerfield <summer <i>at</i> perlpress.com><br> +Markku Hihnala <mah <i>at</i> ee.oulu.fi><br> +Marko Macek <Marko.Macek <i>at</i> snet.fer.uni-lj.si><br> +Martin Baehr <mbaehr <i>at</i> email.archlab.tuwien.ac.at><br> +Martin Mueller <mm <i>at</i> lunetix.de><br> +Martin van Velsen <vvelsen <i>at</i> ronix.ptf.hro.nl><br> +Matthias Ettrich <ettrich <i>at</i> fisher.informatik.uni-tuebingen.de><br> +Matthias Suencksen <msuencks <i>at</i> techfak.uni-bielefeld.de><br> +Mattias Engdegård <f91-men <i>at</i> nada.kth.se><br> +Michael Doppler <m.doppler <i>at</i> icoserve.com><br> +Michael Figley <figley <i>at</i> ibmoto.com><br> +Michael George <george <i>at</i> quark.im4u.net><br> +Michael Graff <explorer <i>at</i> flame.org><br> +Michael H. Price II <price <i>at</i> ERC.MsState.Edu><br> +Michael Harnois <mharnois <i>at</i> sbt.net><br> +Michael Hohmuth <hohmuth <i>at</i> inf.tu-dresden.de><br> +Michael Leodolter <michael <i>at</i> lab1.psy.univie.ac.at><br> +Michael Roth <mroth <i>at</i> nessie.de><br> +Michael Schwendt <Michael_Schwendt <i>at</i> public.uni-hamburg.de><br> +Michal Polak <mpolak <i>at</i> fi.muni.cz><br> +Mikael Bourges-Sevenier <bourges <i>at</i> int-evry.fr><br> +Mike Fearn <hp003 <i>at</i> dra.hmg.gb><br> +Mike Perik <mikep <i>at</i> crt.com><br> +Mike Sharkey <msharkey <i>at</i> softarc.com><br> +Miroslav Flidr <flidr <i>at</i> kky.zcu.cz><br> +Miyata Shigeru <miyata <i>at</i> kusm.kyoto-u.ac.jp><br> +Myron Uecker <muecker <i>at</i> csd.net><br> +Neal Sanche <neal <i>at</i> nsdev.org><br> +Ngok Yuk Yau <zzy <i>at</i> compuserve.com><br> +Niclas Anderberg <agony <i>at</i> sparta.lu.se><br> +Oliver Eiden <o.eiden <i>at</i> pop.ruhr.de><br> +Oliver Elphick <olly <i>at</i> lfix.co.uk><br> +Olivier Verloove <overloov <i>at</i> ulb.ac.be><br> +Osku Salerma <osku <i>at</i> iki.fi><br> +P. J. Leonard <eespjl <i>at</i> ee.bath.ac.uk><br> +Paolo Galatola <paolo <i>at</i> iris.polito.it><br> +Pat Dowler <dowler <i>at</i> pt1B1106.FSH.UVic.CA><br> +Patrice Trognon <trognon <i>at</i> apogee-com.fr><br> +Patrick Voigt <Patrick.Voigt <i>at</i> Informatik.TU-Chemnitz.DE><br> +Paul Bucheit <ptb <i>at</i> k2.cwru.edu><br> +Paul Curtis <plc <i>at</i> rowley.co.uk><br> +Paul Kendall <paul <i>at</i> kcbbs.gen.nz><br> +Paul Marquis <pmarquis <i>at</i> iddptm.iddis.com><br> +Peter Bender <bender <i>at</i> iib.bauwesen.th-darmstadt.de><br> +Peter Klotz <p.klotz <i>at</i> icoserve.com><br> +Peter Pletcher <peter <i>at</i> delilah><br> +Pierre Rocque <rocque <i>at</i> CRHSC.Umontreal.CA><br> +Pohorecki Wladyslaw <pohorecki <i>at</i> novell.ftj.agh.edu.pl><br> +R.S. Mallozzi, <mallozzi <i>at</i> bowie.msfc.nasa.gov><br> +Ralf Stanke <ralf <i>at</i> mcshh.hanse.de><br> +Reginald Stadlbauer <reggie <i>at</i> kde.org><br> +Richard D. Jackson <rjackson <i>at</i> bga.com><br> +Richard Keech <rkeech <i>at</i> colesmyer.com.au><br> +Richard Moore <moorer <i>at</i> cs.man.ac.uk><br> +Rick Brohl <rbrohl <i>at</i> uswest.com><br> +Robert Anderson <Robert.E.Anderson <i>at</i> unh.edu><br> +Robert Cimrman <cimrman <i>at</i> marius.univ-mrs.fr><br> +Roberto Alsina <ralsina <i>at</i> ultra7.unl.edu.ar><br> +Rohlfs Reiner <Reiner.Rohlfs <i>at</i> obs.unige.ch><br> +Salman Sheikh <salman <i>at</i> vdragon.gsfc.nasa.gov><br> +Sandro Sigala <ssigala <i>at</i> globalnet.it><br> +Scott Coppen <scoppen <i>at</i> emerald.tufts.edu><br> +Sean Echevarria <sean <i>at</i> beatnik.com><br> +Sean Vyain <svyain <i>at</i> mail.tds.net><br> +Sirtaj Singh Kang <ssk <i>at</i> physics.unimelb.EDU.AU><br> +Sivan Toledo<br> +Stefan Cronert <d93-scr <i>at</i> nada.kth.se><br> +Stefan Taferner <taf <i>at</i> porsche.co.at><br> +Steffen Hansen <stefh <i>at</i> dit.ou.dk><br> +Stephan Pfab <pfab <i>at</i> mathematik.uni-ulm.de><br> +Stephane Zermatten <szermat <i>at</i> ibm.net><br> +Sven Fischer <sven <i>at</i> comnets.rwth-aachen.de><br> +Sven Riedel <lynx <i>at</i> heim8.tu-clausthal.de><br> +Terje Dalen <terje <i>at</i> ... [truncated message content] |