[Kde-cygwin-cvs] CVS: qt-3/doc metaobjects.doc,1.1.1.6,1.1.1.7 misc.doc,1.1.1.11,1.1.1.12 moc.doc,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-serv13083/doc Modified Files: Tag: QT_WIN32_3_3_BRANCH metaobjects.doc misc.doc moc.doc modules.doc network.doc object.doc opengl-x11-overlays.doc overviews-list.doc pictures.doc plugins-howto.doc porting2.doc porting3.doc primes.doc qasciicache.doc qasciidict.doc qcache.doc qcollection-compat.doc qdict.doc qguardedptr.doc qintcache.doc qintdict.doc qmap.doc qmemarray.doc qpair.doc qptrdict.doc qptrlist.doc qptrqueue.doc qptrstack.doc qptrvector.doc qsortedlist.doc qtl.doc qtmac-as-native.doc qvaluelist.doc qvaluestack.doc qvaluevector.doc qvfb.doc qws.doc session.doc shclass.doc signalsandslots.doc sql-driver.doc sql.doc table.doc threads.doc tutorial.doc unicode.doc winsystem.doc xml-sax-features-walkthrough.doc xml-sax-walkthrough.doc xml.doc y2k.doc Log Message: Index: metaobjects.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/metaobjects.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- metaobjects.doc 1 Oct 2003 07:17:05 -0000 1.1.1.6 +++ metaobjects.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Explanation of moc and the meta object system ** -** 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: misc.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/misc.doc,v retrieving revision 1.1.1.11 retrieving revision 1.1.1.12 diff -u -r1.1.1.11 -r1.1.1.12 --- misc.doc 9 Apr 2005 10:35:15 -0000 1.1.1.11 +++ misc.doc 30 Sep 2005 15:26:52 -0000 1.1.1.12 @@ -1,1123 +1,1124 @@ -/**************************************************************************** -** -** -** Miscellaneous documentation that doesn't fit anywhere else -** -** 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 [...2216 lines suppressed...] +both pos() and size() and to restore the geometry using resize() and +move() before calling show(), as demonstrated in the following +example: + +\code + MyWidget* widget = new MyWidget + ... + QPoint p = widget->pos(); // store position + QSize s = widget->size(); // store size + ... + widget = new MyWidget; + widget->resize( s ); // restore size + widget->move( p ); // restore position + widget->show(); // show widget +\endcode + +This method works on both MS-Windows and most existing X11 window +managers. + +*/ Index: moc.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/moc.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- moc.doc 1 Oct 2003 07:17:05 -0000 1.1.1.6 +++ moc.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Moc usage, expanded from the manual page ** -** 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: modules.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/modules.doc,v retrieving revision 1.1.1.9 retrieving revision 1.1.1.10 diff -u -r1.1.1.9 -r1.1.1.10 --- modules.doc 9 Apr 2005 10:35:15 -0000 1.1.1.9 +++ modules.doc 30 Sep 2005 15:26:52 -0000 1.1.1.10 @@ -1,101 +1,101 @@ -/**************************************************************************** -** -** -** Documentation to some of the modules -** -** Copyright (C) 2000-2002 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 modules.html - -\title About Modules - -When you install Qt, certain modules are built into the library. For -the Qt Enterprise Edition, Qt Evaluation Edition and Qt Open Source Edition -this is all modules. For Qt Professional Edition, the base modules -are available: the \e{tools}, \e{kernel}, \e{widgets}, \e{dialog}, -\e{iconview}, and \e{workspace} modules. Trolltech does not currently -offer modules for sale individually. - -All modules may be used only under the terms of the licenses associated -with each Edition. - -\list -\i \link canvas.html Canvas Module\endlink -\i \link iconview.html IconView Module\endlink -\i \link network.html Network Module\endlink -\i \link opengl.html OpenGL Module\endlink -\i \link sql.html SQL Module\endlink -\i \link table.html Table Module\endlink -\i \link workspace.html Workspace (MDI) Module\endlink -\i \link xml.html XML Module\endlink -\i \link activeqt.html ActiveQt Framework\endlink: - \list - \i \link qaxserver.html QAxServer Module\endlink - \i \link qaxcontainer.html QAxContainer Module\endlink - \endlist -\i \link motif-extension.html QMotif Extension\endlink -\i \link netscape-plugin.html Netscape Plugin Extension\endlink -\endlist - -*/ - -/*! -\page iconview.html - -\title IconView Module - -The icon view module provides a powerful visualization widget called -\l QIconView. API and feature-wise it is similar to \l QListView and -\l QListBox. It contains optionally labelled pixmap items that the user -can select, drag around, rename, delete, etc. - -<center><a href="qiconview.html"><img src="qiconview-w.png" alt="Screenshot of QIconVIew"></a></center> - -Please see the \link qiconview.html class documentation \endlink for -details. - -*/ - -/*! -\page workspace.html - -\title Workspace Module - -The workspace module provides a workspace window that can contain -decorated document windows for Multiple Document Interfaces (MDI). - -It is implemented in a single class \l QWorkspace. - -Please see the \link qworkspace.html class documentation \endlink for -details. - -*/ +/**************************************************************************** +** $Id$ +** +** Documentation to some of the modules +** +** Copyright (C) 2000-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 modules.html + +\title About Modules + +When you install Qt, certain modules are built into the library. For +the Qt Enterprise Edition, Qt Evaluation Edition and Qt Open Source Edition +this is all modules. For Qt Professional Edition, the base modules +are available: the \e{tools}, \e{kernel}, \e{widgets}, \e{dialog}, +\e{iconview}, and \e{workspace} modules. Trolltech does not currently +offer modules for sale individually. + +All modules may be used only under the terms of the licenses associated +with each Edition. + +\list +\i \link canvas.html Canvas Module\endlink +\i \link iconview.html IconView Module\endlink +\i \link network.html Network Module\endlink +\i \link opengl.html OpenGL Module\endlink +\i \link sql.html SQL Module\endlink +\i \link table.html Table Module\endlink +\i \link workspace.html Workspace (MDI) Module\endlink +\i \link xml.html XML Module\endlink +\i \link activeqt.html ActiveQt Framework\endlink: + \list + \i \link qaxserver.html QAxServer Module\endlink + \i \link qaxcontainer.html QAxContainer Module\endlink + \endlist +\i \link motif-extension.html QMotif Extension\endlink +\i \link netscape-plugin.html Netscape Plugin Extension\endlink +\endlist + +*/ + +/*! +\page iconview.html + +\title IconView Module + +The icon view module provides a powerful visualization widget called +\l QIconView. API and feature-wise it is similar to \l QListView and +\l QListBox. It contains optionally labelled pixmap items that the user +can select, drag around, rename, delete, etc. + +<center><a href="qiconview.html"><img src="qiconview-w.png" alt="Screenshot of QIconVIew"></a></center> + +Please see the \link qiconview.html class documentation \endlink for +details. + +*/ + +/*! +\page workspace.html + +\title Workspace Module + +The workspace module provides a workspace window that can contain +decorated document windows for Multiple Document Interfaces (MDI). + +It is implemented in a single class \l QWorkspace. + +Please see the \link qworkspace.html class documentation \endlink for +details. + +*/ Index: network.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/network.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- network.doc 1 Oct 2003 07:17:05 -0000 1.1.1.6 +++ network.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Documentation for network programming ** -** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: object.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/object.doc,v retrieving revision 1.1.1.8 retrieving revision 1.1.1.9 diff -u -r1.1.1.8 -r1.1.1.9 --- object.doc 27 Aug 2004 21:24:13 -0000 1.1.1.8 +++ object.doc 30 Sep 2005 15:26:52 -0000 1.1.1.9 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Explanation of the Qt object model ** -** 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: opengl-x11-overlays.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/opengl-x11-overlays.doc,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -r1.1.1.2 -r1.1.1.3 --- opengl-x11-overlays.doc 1 Oct 2003 07:17:05 -0000 1.1.1.2 +++ opengl-x11-overlays.doc 30 Sep 2005 15:26:52 -0000 1.1.1.3 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** ... ** -** Copyright (C) 2001 Trolltech AS. All rights reserved. +** Copyright (C) 2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: overviews-list.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/overviews-list.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- overviews-list.doc 27 Aug 2004 21:24:13 -0000 1.1.1.6 +++ overviews-list.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Explanation of the Qt object model ** -** Copyright (C) 2000-2003 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: pictures.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/pictures.doc,v retrieving revision 1.1.1.7 retrieving revision 1.1.1.8 diff -u -r1.1.1.7 -r1.1.1.8 --- pictures.doc 27 Aug 2004 21:24:13 -0000 1.1.1.7 +++ pictures.doc 30 Sep 2005 15:26:52 -0000 1.1.1.8 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Pictures of Most Widgets in Qt ** -** Copyright (C) 1992-2001 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: plugins-howto.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/plugins-howto.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- plugins-howto.doc 27 Aug 2004 21:24:13 -0000 1.1.1.6 +++ plugins-howto.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** ... ** -** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: porting2.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/porting2.doc,v retrieving revision 1.1.1.8 retrieving revision 1.1.1.9 diff -u -r1.1.1.8 -r1.1.1.9 --- porting2.doc 27 Aug 2004 21:24:13 -0000 1.1.1.8 +++ porting2.doc 30 Sep 2005 15:26:52 -0000 1.1.1.9 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Help with porting from Qt 1.x to Qt 2.x ** -** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: porting3.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/porting3.doc,v retrieving revision 1.1.1.10 retrieving revision 1.1.1.11 diff -u -r1.1.1.10 -r1.1.1.11 --- porting3.doc 9 Apr 2005 10:35:15 -0000 1.1.1.10 +++ porting3.doc 30 Sep 2005 15:26:52 -0000 1.1.1.11 @@ -1,813 +1,813 @@ -/**************************************************************************** -** -** -** Help with porting from Qt 2.x to Qt 3.x -** -** Copyright (C) 1992-2000 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 [...1595 lines suppressed...] +respectively. Neither the arguments nor the resulting curve have changed. + +\section1 Locale-aware String Comparisons in QIconView, QListBox, + QListView and QTable + +In Qt 2.x, QString only provided string comparisons using the Unicode +values of the characters of a string. This is efficient and reliable, +but it is not the appropriate order for most languages. For example, +French users expect 'é' (e acute) to be treated essentially as +'e' and not put after 'z'. + +In Qt 3.0, QString::localeAwareCompare() implements locale aware +string comparisions on certain platforms. The classes \l QIconView, \l +QListBox, \l QListView and \l QTable now use +QString::localeAwareCompare() instead of QString::compare(). If you +want to control the behaviour yourself you can always reimplement +QIconViewItem::compare(), QListBox::text(), QListViewItem::compare() +or QTableItem::key() as appropriate. + +*/ Index: primes.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/primes.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- primes.doc 1 Oct 2003 07:17:06 -0000 1.1.1.6 +++ primes.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Prime numbers ** -** 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: qasciicache.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qasciicache.doc,v retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -r1.1.1.5 -r1.1.1.6 --- qasciicache.doc 14 Jan 2003 14:35:14 -0000 1.1.1.5 +++ qasciicache.doc 30 Sep 2005 15:26:52 -0000 1.1.1.6 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QAsciiCache and QAsciiCacheIterator class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qasciidict.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qasciidict.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- qasciidict.doc 1 Oct 2003 07:17:06 -0000 1.1.1.6 +++ qasciidict.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QAsciiDict and QAsciiDictIterator class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qcache.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qcache.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- qcache.doc 27 Aug 2004 21:24:13 -0000 1.1.1.6 +++ qcache.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QCache and QCacheIterator class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qcollection-compat.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qcollection-compat.doc,v retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -r1.1.1.5 -r1.1.1.6 --- qcollection-compat.doc 14 Jan 2003 14:35:14 -0000 1.1.1.5 +++ qcollection-compat.doc 30 Sep 2005 15:26:52 -0000 1.1.1.6 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QCollection fake documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qdict.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qdict.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- qdict.doc 1 Oct 2003 07:17:06 -0000 1.1.1.6 +++ qdict.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QDict and QDictIterator class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qguardedptr.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qguardedptr.doc,v retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -r1.1.1.5 -r1.1.1.6 --- qguardedptr.doc 14 Jan 2003 14:35:14 -0000 1.1.1.5 +++ qguardedptr.doc 30 Sep 2005 15:26:52 -0000 1.1.1.6 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QGuardedPtr class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qintcache.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qintcache.doc,v retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -r1.1.1.5 -r1.1.1.6 --- qintcache.doc 14 Jan 2003 14:35:14 -0000 1.1.1.5 +++ qintcache.doc 30 Sep 2005 15:26:52 -0000 1.1.1.6 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QIntCache and QIntCacheIterator class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qintdict.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qintdict.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- qintdict.doc 1 Oct 2003 07:17:06 -0000 1.1.1.6 +++ qintdict.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QIntDict and QIntDictIterator class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qmap.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qmap.doc,v retrieving revision 1.1.1.10 retrieving revision 1.1.1.11 diff -u -r1.1.1.10 -r1.1.1.11 --- qmap.doc 9 Apr 2005 10:35:15 -0000 1.1.1.10 +++ qmap.doc 30 Sep 2005 15:26:52 -0000 1.1.1.11 @@ -1,899 +1,899 @@ -/**************************************************************************** -** -** -** QMap and QMapIterator class documentation -** -** Copyright (C) 1992-2000 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 [...1767 lines suppressed...] +*/ + +/*! + \fn bool QMapConstIterator::operator!=( const QMapConstIterator<K,T>& it ) const + + Compares the iterator to the \a it iterator and returns FALSE if + they point to the same item; otherwise returns TRUE. +*/ + +/*! + \fn const T& QMapConstIterator::data() const + + Returns a const reference to the current item's data. +*/ + +/*! + \fn const K& QMapConstIterator::key() const + + Returns a const reference to the current item's key. +*/ Index: qmemarray.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qmemarray.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- qmemarray.doc 1 Oct 2003 07:17:06 -0000 1.1.1.6 +++ qmemarray.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QMemArray class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** @@ -284,13 +284,12 @@ New elements are not initialized. - \a optim is either QGArray::MemOptim (the default) or - QGArray::SpeedOptim. When optimizing for speed rather than memory - consumption, the array uses a smart grow and shrink algorithm that - might allocate more memory than is actually needed for \a size - elements. This speeds up subsequent resize operations, for example - when appending many elements to an array, since the space has - already been allocated. + \a optim is either \c QGArray::MemOptim (the default) or + \c QGArray::SpeedOptim. + + <b>Note:</b> By default, \c SpeedOptim is not available for general + use since it is only available if Qt is built in a particular + configuration. \sa size() */ Index: qpair.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qpair.doc,v retrieving revision 1.1.1.3 retrieving revision 1.1.1.4 diff -u -r1.1.1.3 -r1.1.1.4 --- qpair.doc 27 Aug 2004 21:24:13 -0000 1.1.1.3 +++ qpair.doc 30 Sep 2005 15:26:52 -0000 1.1.1.4 @@ -2,7 +2,7 @@ ** ** QPair class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qptrdict.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qptrdict.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- qptrdict.doc 1 Oct 2003 07:17:06 -0000 1.1.1.6 +++ qptrdict.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QPtrDict and QPtrDictIterator class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qptrlist.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qptrlist.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- qptrlist.doc 1 Oct 2003 07:17:06 -0000 1.1.1.6 +++ qptrlist.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QPtrList and QPtrListIterator class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qptrqueue.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qptrqueue.doc,v retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -r1.1.1.5 -r1.1.1.6 --- qptrqueue.doc 14 Jan 2003 14:35:14 -0000 1.1.1.5 +++ qptrqueue.doc 30 Sep 2005 15:26:52 -0000 1.1.1.6 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QPtrQueue class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qptrstack.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qptrstack.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- qptrstack.doc 27 Aug 2004 21:24:13 -0000 1.1.1.6 +++ qptrstack.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QPtrStack class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qptrvector.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qptrvector.doc,v retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -r1.1.1.5 -r1.1.1.6 --- qptrvector.doc 14 Jan 2003 14:35:14 -0000 1.1.1.5 +++ qptrvector.doc 30 Sep 2005 15:26:52 -0000 1.1.1.6 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QPtrVector class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qsortedlist.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qsortedlist.doc,v retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -r1.1.1.5 -r1.1.1.6 --- qsortedlist.doc 14 Jan 2003 14:35:14 -0000 1.1.1.5 +++ qsortedlist.doc 30 Sep 2005 15:26:52 -0000 1.1.1.6 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QSortedList documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qtl.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qtl.doc,v retrieving revision 1.1.1.7 retrieving revision 1.1.1.8 diff -u -r1.1.1.7 -r1.1.1.8 --- qtl.doc 27 Aug 2004 21:24:13 -0000 1.1.1.7 +++ qtl.doc 30 Sep 2005 15:26:52 -0000 1.1.1.8 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Qt Template Library classes documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qtmac-as-native.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qtmac-as-native.doc,v retrieving revision 1.1.1.4 retrieving revision 1.1.1.5 diff -u -r1.1.1.4 -r1.1.1.5 --- qtmac-as-native.doc 9 Apr 2005 10:35:15 -0000 1.1.1.4 +++ qtmac-as-native.doc 30 Sep 2005 15:26:52 -0000 1.1.1.5 @@ -1,160 +1,160 @@ -/**************************************************************************** -** -** -** Qt/Mac documentation -** -** Copyright (C) 2002-2004 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 qtmac-as-native.html - -\title Qt/Mac is Mac OS X Native - -This document explains what makes an application "native" on Mac OS X. -It shows the areas where Qt/Mac is compliant, and the grey areas where -compliance is more questionable. (See also the document -\link mac-differences.html Qt/Mac Issues\endlink.) - -Normally when referring to a native application, one really means an -application that talks directly to the underlying window system and -operating system, rather than one that uses some intermediary (for -example the X11 server, or a web browser). Qt/Mac applications run as -first class citizens, just like Cocoa, Java, and Carbon applications. - -When an application is running as a first class citizen it means that -it can interact with specific components of the Mac OS X experience: - -\list -\i <b>The global menubar</b><br> - - Qt/Mac does this via the QMenuBar abstraction. Mac users expect to - have a menubar at the top of the screen and Qt/Mac honors this. - - Additionally, users expect certain conventions to be respected, for - example the application menu should contain About, Preferences, - Quit, etc. Qt/Mac handles this automatically, although it does not - provide a means of interacting directly with the application menu. - (By doing this automatically, Qt/Mac makes it easier to port Qt/Mac - applications to other platforms.) - -\i <b>Aqua</b><br> - - This is a critical piece of Mac OS X (documentation can be found at - \l{http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/index.html}). - It is a huge topic, but the most important guidelines for GUI - design are probably these: - - \list - \i \e{Aqua look}<br> - - As with Cocoa/Carbon Qt/Mac provides widgets that look like - those described in the Human Interface Descriptions. Qt/Mac's - widgets use the Appearance Manager to implement the look, so - Apple's own API's are doing the rendering (Qt/Mac \<3.1 used an - emulation style with pixmaps, however this quickly proved to be - cumbersome, and unable to keep up with style changes at Apple). - - \i \e{Aqua feel}<br> - - This is a bit more subjective, but certainly Qt/Mac strives to - provide the same feel as any Mac OS X application (and we - consider situations where it doesn't achieve this to be bugs). - Of course Qt has other concerns to bear in mind, especially - remaining multiplatform. Some "baggage" that Qt carries is in - an effort to provide a widget on a platform for which an - equivelant doesn't exist, or so that a single API can be used to - do something, even if the API doesn't make entire sense for a - specific widget (for example pushbuttons with a popup menu are - really bevel buttons in Mac OS X, but Qt/Mac cannot guess that - this bevel button is right next to other real pushbuttons). - - \i \e{Aqua guides}<br> - - This is the most subjective, but there are many suggestions and - guidelines in the Aqua style guidelines. This is the area where - Qt/Mac is of least assistance. The decisions that must be made - to conform (widget sizes, widget layouts with respect to other - widgets, window margins, etc) must be made based on the user - experience demanded by your application. If your user base is - small or mostly comes from the Windows or Unix worlds, these are - minor issues much less important than trying to make a mass - market product. Qt/Mac is fully API compatible with Qt/Windows - and Qt/X11, but Mac OS X is a significantly different platform - to Windows and some special considerations must be made based on - your audience. - - \endlist - -\i <b>Dock</b><br> - - Interaction with the dock is limited, but at the very least the icon - should be able to be interacted with. This can be achieved with - QWidget::setIcon(). The setIcon() call can be made as often as - necessary, so can be used to provide a constantly updating pixmap - that works as expected. - -\i <b>Accessiblity</b><br> - - Although many users never use this, some users will only interact - with your applications via assistive devices. With Qt the aim is to - make this automatic in your application so that it conforms to - accepted practice on its platform (X11 accessiblity support is - still in the works due to the developing nature of its - accessibility design). With Qt 3.3 Qt/Mac will support - accessiblity, and hopefully a host of assistive devices. - -\i <b>Build tools</b><br> - - Mac OS X developers expect a certain level of interopability - between their development toolkit and the platform's developer - tools (for example MSVC, gmake, etc). Qt/Mac supports both Unix - style Makefiles, and ProjectBuilder/Xcode project files by using - the qmake tool. For example: - - \code - qmake -spec macx-pbuilder project.pro - \endcode - - will generate an Xcode project file from project.pro. With qmake - you do not have to worry about rules for Qt's preprocessors (moc - and uic) since qmake automatically handles them and ensures that - everything necessary is linked into your application. - - Qt does not entirely interact with the development environment (for - example plugins to set a file to 'mocable' from within the Xcode - user interface). Trolltech is actively working on improving Qt's - interoperability with various IDEs, so hopefully this will be - supported soon. - -\endlist - -*/ +/**************************************************************************** +** $Id$ +** +** Qt/Mac documentation +** +** Copyright (C) 2002-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 qtmac-as-native.html + +\title Qt/Mac is Mac OS X Native + +This document explains what makes an application "native" on Mac OS X. +It shows the areas where Qt/Mac is compliant, and the grey areas where +compliance is more questionable. (See also the document +\link mac-differences.html Qt/Mac Issues\endlink.) + +Normally when referring to a native application, one really means an +application that talks directly to the underlying window system and +operating system, rather than one that uses some intermediary (for +example the X11 server, or a web browser). Qt/Mac applications run as +first class citizens, just like Cocoa, Java, and Carbon applications. + +When an application is running as a first class citizen it means that +it can interact with specific components of the Mac OS X experience: + +\list +\i <b>The global menubar</b><br> + + Qt/Mac does this via the QMenuBar abstraction. Mac users expect to + have a menubar at the top of the screen and Qt/Mac honors this. + + Additionally, users expect certain conventions to be respected, for + example the application menu should contain About, Preferences, + Quit, etc. Qt/Mac handles this automatically, although it does not + provide a means of interacting directly with the application menu. + (By doing this automatically, Qt/Mac makes it easier to port Qt/Mac + applications to other platforms.) + +\i <b>Aqua</b><br> + + This is a critical piece of Mac OS X (documentation can be found at + \l{http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/index.html}). + It is a huge topic, but the most important guidelines for GUI + design are probably these: + + \list + \i \e{Aqua look}<br> + + As with Cocoa/Carbon Qt/Mac provides widgets that look like + those described in the Human Interface Descriptions. Qt/Mac's + widgets use the Appearance Manager to implement the look, so + Apple's own API's are doing the rendering (Qt/Mac \<3.1 used an + emulation style with pixmaps, however this quickly proved to be + cumbersome, and unable to keep up with style changes at Apple). + + \i \e{Aqua feel}<br> + + This is a bit more subjective, but certainly Qt/Mac strives to + provide the same feel as any Mac OS X application (and we + consider situations where it doesn't achieve this to be bugs). + Of course Qt has other concerns to bear in mind, especially + remaining multiplatform. Some "baggage" that Qt carries is in + an effort to provide a widget on a platform for which an + equivelant doesn't exist, or so that a single API can be used to + do something, even if the API doesn't make entire sense for a + specific widget (for example pushbuttons with a popup menu are + really bevel buttons in Mac OS X, but Qt/Mac cannot guess that + this bevel button is right next to other real pushbuttons). + + \i \e{Aqua guides}<br> + + This is the most subjective, but there are many suggestions and + guidelines in the Aqua style guidelines. This is the area where + Qt/Mac is of least assistance. The decisions that must be made + to conform (widget sizes, widget layouts with respect to other + widgets, window margins, etc) must be made based on the user + experience demanded by your application. If your user base is + small or mostly comes from the Windows or Unix worlds, these are + minor issues much less important than trying to make a mass + market product. Qt/Mac is fully API compatible with Qt/Windows + and Qt/X11, but Mac OS X is a significantly different platform + to Windows and some special considerations must be made based on + your audience. + + \endlist + +\i <b>Dock</b><br> + + Interaction with the dock is limited, but at the very least the icon + should be able to be interacted with. This can be achieved with + QWidget::setIcon(). The setIcon() call can be made as often as + necessary, so can be used to provide a constantly updating pixmap + that works as expected. + +\i <b>Accessiblity</b><br> + + Although many users never use this, some users will only interact + with your applications via assistive devices. With Qt the aim is to + make this automatic in your application so that it conforms to + accepted practice on its platform (X11 accessiblity support is + still in the works due to the developing nature of its + accessibility design). With Qt 3.3 Qt/Mac will support + accessiblity, and hopefully a host of assistive devices. + +\i <b>Build tools</b><br> + + Mac OS X developers expect a certain level of interopability + between their development toolkit and the platform's developer + tools (for example MSVC, gmake, etc). Qt/Mac supports both Unix + style Makefiles, and ProjectBuilder/Xcode project files by using + the qmake tool. For example: + + \code + qmake -spec macx-pbuilder project.pro + \endcode + + will generate an Xcode project file from project.pro. With qmake + you do not have to worry about rules for Qt's preprocessors (moc + and uic) since qmake automatically handles them and ensures that + everything necessary is linked into your application. + + Qt does not entirely interact with the development environment (for + example plugins to set a file to 'mocable' from within the Xcode + user interface). Trolltech is actively working on improving Qt's + interoperability with various IDEs, so hopefully this will be + supported soon. + +\endlist + +*/ Index: qvaluelist.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qvaluelist.doc,v retrieving revision 1.1.1.11 retrieving revision 1.1.1.12 diff -u -r1.1.1.11 -r1.1.1.12 --- qvaluelist.doc 9 Apr 2005 10:35:15 -0000 1.1.1.11 +++ qvaluelist.doc 30 Sep 2005 15:26:52 -0000 1.1.1.12 @@ -1,1197 +1,1197 @@ -/**************************************************************************** -** -** -** QValueList and QValueListIterator class documentation -** -** Copyright (C) 1992-2000 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 [...2363 lines suppressed...] + \sa QValueListIterator ConstIterator +*/ + +/*! + \enum QValueList::ConstIterator + + This iterator is an instantiation of QValueListConstIterator for + the same type as this QValueList. In other words, if you + instantiate QValueList<int>, ConstIterator is a + QValueListConstIterator<int>. Several member function use it, such + as QValueList::begin(), which returns an iterator pointing to the + first item in the list. + + Functionally, this is almost the same as Iterator. The only + difference is you cannot use ConstIterator for non-const + operations, and that the compiler can often generate better code + if you use ConstIterator. + + \sa QValueListIterator Iterator +*/ Index: qvaluestack.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qvaluestack.doc,v retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -r1.1.1.5 -r1.1.1.6 --- qvaluestack.doc 14 Jan 2003 14:35:14 -0000 1.1.1.5 +++ qvaluestack.doc 30 Sep 2005 15:26:52 -0000 1.1.1.6 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** QValueStack class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qvaluevector.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qvaluevector.doc,v retrieving revision 1.1.1.4 retrieving revision 1.1.1.5 diff -u -r1.1.1.4 -r1.1.1.5 --- qvaluevector.doc 27 Aug 2004 21:24:13 -0000 1.1.1.4 +++ qvaluevector.doc 30 Sep 2005 15:26:52 -0000 1.1.1.5 @@ -2,7 +2,7 @@ ** ** QValueVector class documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qvfb.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qvfb.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- qvfb.doc 27 Aug 2004 21:24:13 -0000 1.1.1.6 +++ qvfb.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Qt/Embedded Virtual Framebuffer ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: qws.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/qws.doc,v retrieving revision 1.1.1.10 retrieving revision 1.1.1.11 diff -u -r1.1.1.10 -r1.1.1.11 --- qws.doc 9 Apr 2005 10:35:15 -0000 1.1.1.10 +++ qws.doc 30 Sep 2005 15:26:52 -0000 1.1.1.11 @@ -1,672 +1,672 @@ -/**************************************************************************** -** -** -** Qt/Embedded (Qt on QWS) documentation -** -** Copyright (C) 2000-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 [...1313 lines suppressed...] +\endcode +then, run a VNC client pointing at the machine that is running your +application. For example, using the X11 VNC client to view the +application from the same machine: +\code + vncviewer localhost:0 +\endcode + +By default, Qt/Embedded will create a 640 by 480 pixel display. You +can change this by setting the \c QWS_SIZE environment variable to +another size, e.g. \c QWS_SIZE=240x320. + +VNC clients are available for a vast array of display systems: X11, +Windows, Amiga, DOS, VMS, and dozens of others. + +The \link emb-qvfb.html Qt Virtual Framebuffer \endlink is an alternative +technique. It uses shared memory and thus is much faster and smoother, but +it does not operate over a network. + +*/ Index: session.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/session.doc,v retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -r1.1.1.5 -r1.1.1.6 --- session.doc 14 Jan 2003 14:35:14 -0000 1.1.1.5 +++ session.doc 30 Sep 2005 15:26:52 -0000 1.1.1.6 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Qt session management overview documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: shclass.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/shclass.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- shclass.doc 1 Oct 2003 07:17:06 -0000 1.1.1.6 +++ shclass.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Qt Shared Classes Documentation ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: signalsandslots.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/signalsandslots.doc,v retrieving revision 1.1.1.7 retrieving revision 1.1.1.8 diff -u -r1.1.1.7 -r1.1.1.8 --- signalsandslots.doc 1 Oct 2003 07:17:06 -0000 1.1.1.7 +++ signalsandslots.doc 30 Sep 2005 15:26:52 -0000 1.1.1.8 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Explanation of moc and the meta object system ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: sql-driver.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/sql-driver.doc,v retrieving revision 1.1.1.8 retrieving revision 1.1.1.9 diff -u -r1.1.1.8 -r1.1.1.9 --- sql-driver.doc 9 Apr 2005 10:35:15 -0000 1.1.1.8 +++ sql-driver.doc 30 Sep 2005 15:26:52 -0000 1.1.1.9 @@ -1,728 +1,729 @@ -/**************************************************************************** -** -** Documentation for sql driver programming -** -** Copyright (C) 1992-2002 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. [...1426 lines suppressed...] + int numRowsAffected() { return 0; } +}; + +class QNullDriver : public QSqlDriver +{ +public: + QNullDriver(): QSqlDriver() {} + ~QNullDriver() {} + bool hasFeature( DriverFeature ) const { return FALSE; } + bool open( const QString&, + const QString&, + const QString&, + const QString&, + int ) { return FALSE; } + void close() {} + QSqlQuery createQuery() const { return QSqlQuery( new QNullResult( this ) ); } +}; +\endcode + +*/ Index: sql.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/sql.doc,v retrieving revision 1.1.1.10 retrieving revision 1.1.1.11 diff -u -r1.1.1.10 -r1.1.1.11 --- sql.doc 9 Apr 2005 10:35:15 -0000 1.1.1.10 +++ sql.doc 30 Sep 2005 15:26:52 -0000 1.1.1.11 @@ -1,1348 +1,1348 @@ -/**************************************************************************** -** -** -** Documentation for sql programming -** -** Copyright (C) 1992-2000 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 [...2665 lines suppressed...] +create table status (id integer primary key, name char(30)) + +create table creditors (id integer primary key, forename char(40), + surname char(40), city char(30)) + +create table prices (id integer primary key, name char(40), price float) + +create table invoiceitem (id integer primary key, + pricesid integer, quantity integer, + paiddate date) +\endcode + +A sequence was used in the calculateField() example above. Note that +sequences are not supported in all databases. + +\code +create sequence invoiceitem_seq +\endcode + +*/ Index: table.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/table.doc,v retrieving revision 1.1.1.7 retrieving revision 1.1.1.8 diff -u -r1.1.1.7 -r1.1.1.8 --- table.doc 27 Aug 2004 21:24:13 -0000 1.1.1.7 +++ table.doc 30 Sep 2005 15:26:52 -0000 1.1.1.8 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Documentation for table programming ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: threads.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/threads.doc,v retrieving revision 1.1.1.7 retrieving revision 1.1.1.8 diff -u -r1.1.1.7 -r1.1.1.8 --- threads.doc 27 Aug 2004 21:24:13 -0000 1.1.1.7 +++ threads.doc 30 Sep 2005 15:26:52 -0000 1.1.1.8 @@ -3,7 +3,7 @@ ** ** Qt thread support ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: tutorial.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/tutorial.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- tutorial.doc 1 Oct 2003 07:17:07 -0000 1.1.1.6 +++ tutorial.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Tutorial ** -** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: unicode.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/unicode.doc,v retrieving revision 1.1.1.7 retrieving revision 1.1.1.8 diff -u -r1.1.1.7 -r1.1.1.8 --- unicode.doc 1 Oct 2003 07:17:07 -0000 1.1.1.7 +++ unicode.doc 30 Sep 2005 15:26:52 -0000 1.1.1.8 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Documentation of Unicode support in Qt. ** -** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: winsystem.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/winsystem.doc,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.7 diff -u -r1.1.1.6 -r1.1.1.7 --- winsystem.doc 27 Aug 2004 21:24:13 -0000 1.1.1.6 +++ winsystem.doc 30 Sep 2005 15:26:52 -0000 1.1.1.7 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Windowsystem-specific pages ** -** 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: xml-sax-features-walkthrough.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/xml-sax-features-walkthrough.doc,v retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -r1.1.1.5 -r1.1.1.6 --- xml-sax-features-walkthrough.doc 14 Jan 2003 14:35:14 -0000 1.1.1.5 +++ xml-sax-features-walkthrough.doc 30 Sep 2005 15:26:52 -0000 1.1.1.6 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Documentation on the sax interface of the xml module ** -** Copyright (C) 2000 Trolltech AS. All rights reserved. +** Copyright (C) 2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: xml-sax-walkthrough.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/xml-sax-walkthrough.doc,v retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -r1.1.1.5 -r1.1.1.6 --- xml-sax-walkthrough.doc 14 Jan 2003 14:35:14 -0000 1.1.1.5 +++ xml-sax-walkthrough.doc 30 Sep 2005 15:26:52 -0000 1.1.1.6 @@ -1,9 +1,9 @@ /**************************************************************************** -** +** $Id$ ** ** Documentation on the sax interface of the xml module ** -** Copyright (C) 2000 Trolltech AS. All rights reserved. +** Copyright (C) 2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qt GUI Toolkit. ** Index: xml.doc =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/xml.doc,v retrieving revision 1.1.1.7 retrieving revision 1.1.1.8 diff -u -r1.1.1.7 -r1.1.1.8 --- xml.doc 27 Aug 2004 21:24:13 -0000 1.1.1.7 +++ xml.doc 30 Sep 2005 15:26:52 -0000 1.1.1.8 @@ -1,9 +1,9 @@ /*************************************************... [truncated message content] |