kde-cygwin--cvs Mailing List for KDE on Cygwin (Page 5)
Status: Inactive
Brought to you by:
habacker
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(88) |
Jul
(27) |
Aug
(3) |
Sep
(1) |
Oct
(3) |
Nov
(20) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(23) |
Feb
(25) |
Mar
(9) |
Apr
(88) |
May
(137) |
Jun
(244) |
Jul
(52) |
Aug
(17) |
Sep
(1) |
Oct
(12) |
Nov
(124) |
Dec
(42) |
2003 |
Jan
(112) |
Feb
(53) |
Mar
(24) |
Apr
(6) |
May
|
Jun
(63) |
Jul
(64) |
Aug
(151) |
Sep
(5) |
Oct
(87) |
Nov
(58) |
Dec
(13) |
2004 |
Jan
(76) |
Feb
(22) |
Mar
(30) |
Apr
(41) |
May
(4) |
Jun
(60) |
Jul
(39) |
Aug
(217) |
Sep
(165) |
Oct
(90) |
Nov
(72) |
Dec
(60) |
2005 |
Jan
(153) |
Feb
(110) |
Mar
(76) |
Apr
(237) |
May
(60) |
Jun
(20) |
Jul
(39) |
Aug
(8) |
Sep
(136) |
Oct
(39) |
Nov
|
Dec
|
2006 |
Jan
(16) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Christian E. <che...@us...> - 2005-09-23 09:41:31
|
Update of /cvsroot/kde-cygwin/qt-3/mkspecs/macx-g++ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/mkspecs/macx-g++ Modified Files: qplatformdefs.h Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: qplatformdefs.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/mkspecs/macx-g++/qplatformdefs.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- qplatformdefs.h 22 Sep 2005 12:58:56 -0000 1.1.1.3 +++ qplatformdefs.h 23 Sep 2005 09:40:29 -0000 1.2 @@ -75,11 +75,7 @@ #define QT_SIGNAL_ARGS int #define QT_SIGNAL_IGNORE (void (*)(int))1 -#if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4) -#define QT_SOCKLEN_T socklen_t -#else #define QT_SOCKLEN_T int -#endif #define QT_SNPRINTF ::snprintf #define QT_VSNPRINTF ::vsnprintf |
From: Christian E. <che...@us...> - 2005-09-23 09:41:31
|
Update of /cvsroot/kde-cygwin/qt-3/plugins/src/sqldrivers/ibase In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/plugins/src/sqldrivers/ibase Modified Files: main.cpp Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/plugins/src/sqldrivers/ibase/main.cpp,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- main.cpp 22 Sep 2005 13:00:41 -0000 1.1.1.2 +++ main.cpp 23 Sep 2005 09:40:29 -0000 1.2 @@ -4,7 +4,7 @@ ** ** Created : 001103 ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of the sql module of the Qt GUI Toolkit. ** |
From: Christian E. <che...@us...> - 2005-09-23 09:41:30
|
Update of /cvsroot/kde-cygwin/qt-3/src/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/src/widgets Modified Files: qdatetimeedit.h qdialogbuttons.cpp qdialogbuttons_p.h qeffects.cpp qsplashscreen.cpp qsplashscreen.h qsyntaxhighlighter.cpp qsyntaxhighlighter.h qsyntaxhighlighter_p.h qtoolbox.cpp qtoolbox.h qwidgetinterface_p.h Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: qdatetimeedit.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/widgets/qdatetimeedit.h,v retrieving revision 1.1.1.9 retrieving revision 1.2 diff -u -r1.1.1.9 -r1.2 --- qdatetimeedit.h 22 Sep 2005 12:57:08 -0000 1.1.1.9 +++ qdatetimeedit.h 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,11 +1,11 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of date and time edit classes ** ** Created : 001103 ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of the widgets module of the Qt GUI Toolkit. ** Index: qdialogbuttons.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/widgets/qdialogbuttons.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- qdialogbuttons.cpp 22 Sep 2005 12:57:13 -0000 1.1.1.4 +++ qdialogbuttons.cpp 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Implementation of QDialogButtons class ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2003 Trolltech AS. All rights reserved. ** ** This file is part of the widgets module of the Qt GUI Toolkit. ** Index: qdialogbuttons_p.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/widgets/qdialogbuttons_p.h,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- qdialogbuttons_p.h 22 Sep 2005 12:57:13 -0000 1.1.1.5 +++ qdialogbuttons_p.h 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of QDialogButtons class. ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2003 Trolltech AS. All rights reserved. ** ** This file is part of the widgets module of the Qt GUI Toolkit. ** Index: qeffects.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/widgets/qeffects.cpp,v retrieving revision 1.1.1.12 retrieving revision 1.2 diff -u -r1.1.1.12 -r1.2 --- qeffects.cpp 22 Sep 2005 12:57:25 -0000 1.1.1.12 +++ qeffects.cpp 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,11 +1,11 @@ /**************************************************************************** -** $Id$ +** ** ** Implementation of QEffects functions ** ** Created : 000621 ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of the widgets module of the Qt GUI Toolkit. ** Index: qsplashscreen.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/widgets/qsplashscreen.cpp,v retrieving revision 1.1.1.8 retrieving revision 1.2 diff -u -r1.1.1.8 -r1.2 --- qsplashscreen.cpp 22 Sep 2005 12:57:20 -0000 1.1.1.8 +++ qsplashscreen.cpp 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of QSplashScreen class ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2003 Trolltech AS. All rights reserved. ** ** This file is part of the widgets module of the Qt GUI Toolkit. ** Index: qsplashscreen.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/widgets/qsplashscreen.h,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- qsplashscreen.h 22 Sep 2005 12:57:08 -0000 1.1.1.5 +++ qsplashscreen.h 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of QSplashScreen class ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2003 Trolltech AS. All rights reserved. ** ** This file is part of the widgets module of the Qt GUI Toolkit. ** Index: qsyntaxhighlighter.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/widgets/qsyntaxhighlighter.cpp,v retrieving revision 1.1.1.11 retrieving revision 1.2 diff -u -r1.1.1.11 -r1.2 --- qsyntaxhighlighter.cpp 22 Sep 2005 12:57:20 -0000 1.1.1.11 +++ qsyntaxhighlighter.cpp 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,11 +1,11 @@ /**************************************************************************** -** $Id$ +** ** ** Implementation of the QSyntaxHighlighter class ** ** Created : 990101 ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of the widgets module of the Qt GUI Toolkit. ** Index: qsyntaxhighlighter.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/widgets/qsyntaxhighlighter.h,v retrieving revision 1.1.1.7 retrieving revision 1.2 diff -u -r1.1.1.7 -r1.2 --- qsyntaxhighlighter.h 22 Sep 2005 12:57:24 -0000 1.1.1.7 +++ qsyntaxhighlighter.h 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,11 +1,11 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of the QSyntaxHighlighter class ** ** Created : 022407 ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of the widgets module of the Qt GUI Toolkit. ** Index: qsyntaxhighlighter_p.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/widgets/qsyntaxhighlighter_p.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- qsyntaxhighlighter_p.h 22 Sep 2005 12:57:20 -0000 1.1.1.4 +++ qsyntaxhighlighter_p.h 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,11 +1,11 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of the internal QSyntaxHighlighterInternal class ** ** Created : 031111 ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of the widgets module of the Qt GUI Toolkit. ** Index: qtoolbox.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/widgets/qtoolbox.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- qtoolbox.cpp 22 Sep 2005 12:57:06 -0000 1.1.1.5 +++ qtoolbox.cpp 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,11 +1,11 @@ /**************************************************************************** -** $Id$ +** ** ** Implementation of QToolBox widget class ** ** Created : 961105 ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of the widgets module of the Qt GUI Toolkit. ** @@ -362,7 +362,7 @@ c.setIconSet( iconSet ); if ( index < 0 || index >= (int)d->pageList.count() ) { - index = (int)d->pageList.count(); + index = d->pageList.count(); d->pageList.append( c ); d->layout->addWidget( c.button ); d->layout->addWidget( c.sv ); @@ -408,7 +408,7 @@ int QToolBox::count() const { - return (int)d->pageList.count(); + return d->pageList.count(); } void QToolBox::setCurrentIndex( int index ) @@ -552,7 +552,7 @@ if ( !enabled && c == d->currentPage ) { int curIndexUp = index; int curIndexDown = curIndexUp; - const int count = (int)d->pageList.count(); + const int count = d->pageList.count(); while ( curIndexUp > 0 || curIndexDown < count-1 ) { if ( curIndexDown < count-1 ) { if (d->page(++curIndexDown)->button->isEnabled()) { Index: qtoolbox.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/widgets/qtoolbox.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- qtoolbox.h 22 Sep 2005 12:57:22 -0000 1.1.1.4 +++ qtoolbox.h 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,11 +1,11 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of QToolBox widget class ** ** Created : 961105 ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of the widgets module of the Qt GUI Toolkit. ** Index: qwidgetinterface_p.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/widgets/qwidgetinterface_p.h,v retrieving revision 1.1.1.9 retrieving revision 1.2 diff -u -r1.1.1.9 -r1.2 --- qwidgetinterface_p.h 22 Sep 2005 12:57:12 -0000 1.1.1.9 +++ qwidgetinterface_p.h 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** ... ** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of the widgets module of the Qt GUI Toolkit. ** |
From: Christian E. <che...@us...> - 2005-09-23 09:41:30
|
Update of /cvsroot/kde-cygwin/qt-3/tools/designer/app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/designer/app Modified Files: main.cpp Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/app/main.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- main.cpp 22 Sep 2005 12:57:58 -0000 1.1.1.5 +++ main.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2003 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** |
From: Christian E. <che...@us...> - 2005-09-23 09:41:30
|
Update of /cvsroot/kde-cygwin/qt-3/plugins/src/sqldrivers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/plugins/src/sqldrivers Modified Files: README Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: README =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/plugins/src/sqldrivers/README,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- README 22 Sep 2005 13:00:41 -0000 1.1.1.2 +++ README 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,5 +1,5 @@ -Please note that the DB2, Oracle and TDS client drivers are not distributed -with the free version of Qt. +Please note that the Oracle and TDS client drivers are not distributed with +the free version of Qt. This is because the client libraries are distributed under a license which is not compatible with the GPL license. |
From: Christian E. <che...@us...> - 2005-09-23 09:41:30
|
Update of /cvsroot/kde-cygwin/qt-3/tools/assistant/book In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/assistant/book Modified Files: assistant.leaf Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: assistant.leaf =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/assistant/book/assistant.leaf,v retrieving revision 1.1.1.7 retrieving revision 1.2 diff -u -r1.1.1.7 -r1.2 --- assistant.leaf 22 Sep 2005 12:57:48 -0000 1.1.1.7 +++ assistant.leaf 23 Sep 2005 09:40:30 -0000 1.2 @@ -532,9 +532,6 @@ </assistantconfig> \endcode -These files are XML files. Characters such as \c{<}, \c{>}, and \c{&} -must be written as entities (e.g., \c{<}, \c{>}, \c{&}). - \section2 Using Profiles To use a profile, run \QA with the option \c {-profile filename}. |
From: Christian E. <che...@us...> - 2005-09-23 09:41:29
|
Update of /cvsroot/kde-cygwin/qt-3/mkspecs/solaris-g++-64 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/mkspecs/solaris-g++-64 Modified Files: qmake.conf Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: qmake.conf =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/mkspecs/solaris-g++-64/qmake.conf,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- qmake.conf 22 Sep 2005 12:58:56 -0000 1.1.1.6 +++ qmake.conf 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,5 +1,5 @@ # -# $Id$ +# # # qmake configuration for solaris-g++64 # |
From: Christian E. <che...@us...> - 2005-09-23 09:41:29
|
Update of /cvsroot/kde-cygwin/qt-3/tools/assistant/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/assistant/lib Modified Files: qassistantclient.cpp qassistantclient.h Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: qassistantclient.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/assistant/lib/qassistantclient.cpp,v retrieving revision 1.1.1.8 retrieving revision 1.2 diff -u -r1.1.1.8 -r1.2 --- qassistantclient.cpp 22 Sep 2005 12:57:47 -0000 1.1.1.8 +++ qassistantclient.cpp 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2002 Trolltech AS. All rights reserved. ** ** This file is part of the QAssistantClient library. ** Index: qassistantclient.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/assistant/lib/qassistantclient.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- qassistantclient.h 22 Sep 2005 12:57:47 -0000 1.1.1.3 +++ qassistantclient.h 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2002 Trolltech AS. All rights reserved. ** ** This file is part of the QAssistantClient library. ** |
From: Christian E. <che...@us...> - 2005-09-23 09:41:29
|
Update of /cvsroot/kde-cygwin/qt-3/mkspecs/unixware-cc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/mkspecs/unixware-cc Modified Files: qmake.conf Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: qmake.conf =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/mkspecs/unixware-cc/qmake.conf,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- qmake.conf 22 Sep 2005 12:58:56 -0000 1.1.1.6 +++ qmake.conf 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,5 +1,5 @@ # -# $Id$ +# # # qmake configuration for unixware-cc # |
From: Christian E. <che...@us...> - 2005-09-23 09:41:29
|
Update of /cvsroot/kde-cygwin/qt-3/tools/designer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/designer Modified Files: LICENSE.GPL Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: LICENSE.GPL =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/LICENSE.GPL,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- LICENSE.GPL 22 Sep 2005 12:57:58 -0000 1.1.1.3 +++ LICENSE.GPL 23 Sep 2005 09:40:30 -0000 1.2 @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. |
From: Christian E. <che...@us...> - 2005-09-23 09:41:28
|
Update of /cvsroot/kde-cygwin/qt-3/mkspecs/solaris-cc-64 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/mkspecs/solaris-cc-64 Modified Files: qmake.conf Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: qmake.conf =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/mkspecs/solaris-cc-64/qmake.conf,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- qmake.conf 22 Sep 2005 12:58:57 -0000 1.1.1.6 +++ qmake.conf 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,5 +1,5 @@ # -# $Id$ +# # # qmake configuration for solaris-cc-64 # |
From: Christian E. <che...@us...> - 2005-09-23 09:41:23
|
Update of /cvsroot/kde-cygwin/qt-3/examples/helpsystem In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/examples/helpsystem Modified Files: main.cpp mainwindow.cpp mainwindow.h tooltip.cpp tooltip.h whatsthis.cpp whatsthis.h Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/main.cpp,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- main.cpp 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ main.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: mainwindow.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/mainwindow.cpp,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- mainwindow.cpp 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ mainwindow.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: mainwindow.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/mainwindow.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- mainwindow.h 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ mainwindow.h 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: tooltip.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/tooltip.cpp,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- tooltip.cpp 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ tooltip.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. @@ -25,9 +25,9 @@ int section = 0; if ( header->orientation() == Horizontal ) - section = header->sectionAt( header->offset() + p.x() ); + section= header->sectionAt( p.x() ); else - section = header->sectionAt( header->offset() + p.y() ); + section= header->sectionAt( p.y() ); QString tipString = header->label( section ); tip( header->sectionRect( section ), tipString, "This is a section in a header" ); Index: tooltip.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/tooltip.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- tooltip.h 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ tooltip.h 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: whatsthis.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/whatsthis.cpp,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- whatsthis.cpp 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ whatsthis.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: whatsthis.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/whatsthis.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- whatsthis.h 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ whatsthis.h 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. |
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infourlclient In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/examples/network/infoprotocol/infourlclient Modified Files: client.cpp client.h main.cpp qip.cpp qip.h Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: client.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infourlclient/client.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- client.cpp 22 Sep 2005 12:59:52 -0000 1.1.1.4 +++ client.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: client.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infourlclient/client.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- client.h 22 Sep 2005 12:59:52 -0000 1.1.1.4 +++ client.h 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infourlclient/main.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- main.cpp 22 Sep 2005 12:59:52 -0000 1.1.1.4 +++ main.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: qip.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infourlclient/qip.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- qip.cpp 22 Sep 2005 12:59:52 -0000 1.1.1.4 +++ qip.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: qip.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infourlclient/qip.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- qip.h 22 Sep 2005 12:59:52 -0000 1.1.1.4 +++ qip.h 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. |
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/qmake In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/qmake Modified Files: Makefile.win32-g++ meta.cpp meta.h property.cpp property.h Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: Makefile.win32-g++ =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/Makefile.win32-g++,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- Makefile.win32-g++ 22 Sep 2005 12:57:27 -0000 1.1.1.6 +++ Makefile.win32-g++ 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,7 +1,7 @@ # # specific stuff for mingw g++ make # -CXX = g++ +CXX = mingw32-g++ CFLAGS = -c -o$@ -O \ -I. -Igenerators -Igenerators\unix -Igenerators\win32 -Igenerators\mac -I..\include -I..\src\tools \ -I..\mkspecs\win32-g++ \ Index: meta.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/meta.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- meta.cpp 22 Sep 2005 12:57:25 -0000 1.1.1.3 +++ meta.cpp 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Implementation of QMakeMetaInfo class. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** Index: meta.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/meta.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- meta.h 22 Sep 2005 12:57:27 -0000 1.1.1.3 +++ meta.h 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of QMakeMetaInfo class. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** Index: property.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/property.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- property.cpp 22 Sep 2005 12:57:27 -0000 1.1.1.3 +++ property.cpp 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Implementation of QMakeProperty class. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** Index: property.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/property.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- property.h 22 Sep 2005 12:57:27 -0000 1.1.1.2 +++ property.h 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of QMakeProperty class. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** |
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/mkspecs/irix-cc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/mkspecs/irix-cc Modified Files: qmake.conf Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: qmake.conf =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/mkspecs/irix-cc/qmake.conf,v retrieving revision 1.1.1.9 retrieving revision 1.2 diff -u -r1.1.1.9 -r1.2 --- qmake.conf 22 Sep 2005 12:58:57 -0000 1.1.1.9 +++ qmake.conf 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,5 +1,5 @@ # -# $Id$ +# # # qmake configuration for irix-cc # |
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/src/3rdparty/zlib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/src/3rdparty/zlib Modified Files: Makefile inftrees.c inftrees.h zconf.in.h Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: Makefile =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/3rdparty/zlib/Makefile,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- Makefile 22 Sep 2005 12:55:50 -0000 1.1.1.2 +++ Makefile 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,16 +1,12 @@ # Makefile for zlib -# Copyright (C) 1995-2003 Jean-loup Gailly. -# For conditions of distribution and use, see copyright notice in zlib.h +# Copyright (C) 1995-2002 Jean-loup Gailly. +# For conditions of distribution and use, see copyright notice in zlib.h # To compile and test, type: -# ./configure; make test +# ./configure; make test # The call of configure is optional if you don't have special requirements # If you wish to build zlib as a shared library, use: ./configure -s -# To use the asm code, type: -# cp contrib/asm?86/match.S ./match.S -# make LOC=-DASMV OBJA=match.o - # To install /usr/local/lib/libz.* and /usr/local/include/zlib.h, type: # make install # To install in $HOME instead of /usr/local, use: @@ -24,39 +20,46 @@ #CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ # -Wstrict-prototypes -Wmissing-prototypes -LDFLAGS=libz.a +LDFLAGS=-L. -lz LDSHARED=$(CC) CPP=$(CC) -E +VER=1.1.4 LIBS=libz.a SHAREDLIB=libz.so -SHAREDLIBV=libz.so.1.2.2 -SHAREDLIBM=libz.so.1 AR=ar rc RANLIB=ranlib TAR=tar SHELL=/bin/sh -EXE= prefix = /usr/local exec_prefix = ${prefix} libdir = ${exec_prefix}/lib includedir = ${prefix}/include -mandir = ${prefix}/share/man -man3dir = ${mandir}/man3 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ - zutil.o inflate.o infback.o inftrees.o inffast.o + zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o OBJA = # to use the asm code: make OBJA=match.o TEST_OBJS = example.o minigzip.o -all: example$(EXE) minigzip$(EXE) +DISTFILES = README FAQ INDEX ChangeLog configure Make*[a-z0-9] *.[ch] *.mms \ + algorithm.txt zlib.3 zlib.html \ + msdos/Make*[a-z0-9] msdos/zlib.def msdos/zlib.rc \ + nt/Make*[a-z0-9] nt/zlib.dnt amiga/Make*.??? os2/M*.os2 os2/zlib.def \ + contrib/RE*.contrib contrib/*.txt contrib/asm386/*.asm contrib/asm386/*.c \ + contrib/asm386/*.bat contrib/asm386/zlibvc.d?? contrib/asm[56]86/*.?86 \ + contrib/asm[56]86/*.S contrib/iostream/*.cpp \ + contrib/iostream/*.h contrib/iostream2/*.h contrib/iostream2/*.cpp \ + contrib/untgz/Makefile contrib/untgz/*.c contrib/untgz/*.w32 \ + contrib/minizip/[CM]*[pe] contrib/minizip/*.[ch] contrib/minizip/*.[td]?? \ + contrib/delphi*/*.??? + +all: example minigzip -check: test test: all @LD_LIBRARY_PATH=.:$(LD_LIBRARY_PATH) ; export LD_LIBRARY_PATH; \ echo hello world | ./minigzip | ./minigzip -d || \ @@ -77,60 +80,74 @@ mv _match.o match.o rm -f _match.s -$(SHAREDLIBV): $(OBJS) +$(SHAREDLIB).$(VER): $(OBJS) $(LDSHARED) -o $@ $(OBJS) - rm -f $(SHAREDLIB) $(SHAREDLIBM) + rm -f $(SHAREDLIB) $(SHAREDLIB).1 ln -s $@ $(SHAREDLIB) - ln -s $@ $(SHAREDLIBM) + ln -s $@ $(SHAREDLIB).1 -example$(EXE): example.o $(LIBS) +example: example.o $(LIBS) $(CC) $(CFLAGS) -o $@ example.o $(LDFLAGS) -minigzip$(EXE): minigzip.o $(LIBS) +minigzip: minigzip.o $(LIBS) $(CC) $(CFLAGS) -o $@ minigzip.o $(LDFLAGS) install: $(LIBS) - -@if [ ! -d $(exec_prefix) ]; then mkdir -p $(exec_prefix); fi - -@if [ ! -d $(includedir) ]; then mkdir -p $(includedir); fi - -@if [ ! -d $(libdir) ]; then mkdir -p $(libdir); fi - -@if [ ! -d $(man3dir) ]; then mkdir -p $(man3dir); fi + -@if [ ! -d $(includedir) ]; then mkdir $(includedir); fi + -@if [ ! -d $(libdir) ]; then mkdir $(libdir); fi cp zlib.h zconf.h $(includedir) chmod 644 $(includedir)/zlib.h $(includedir)/zconf.h cp $(LIBS) $(libdir) cd $(libdir); chmod 755 $(LIBS) -@(cd $(libdir); $(RANLIB) libz.a || true) >/dev/null 2>&1 - cd $(libdir); if test -f $(SHAREDLIBV); then \ - rm -f $(SHAREDLIB) $(SHAREDLIBM); \ - ln -s $(SHAREDLIBV) $(SHAREDLIB); \ - ln -s $(SHAREDLIBV) $(SHAREDLIBM); \ + cd $(libdir); if test -f $(SHAREDLIB).$(VER); then \ + rm -f $(SHAREDLIB) $(SHAREDLIB).1; \ + ln -s $(SHAREDLIB).$(VER) $(SHAREDLIB); \ + ln -s $(SHAREDLIB).$(VER) $(SHAREDLIB).1; \ (ldconfig || true) >/dev/null 2>&1; \ fi - cp zlib.3 $(man3dir) - chmod 644 $(man3dir)/zlib.3 # The ranlib in install is needed on NeXTSTEP which checks file times # ldconfig is for Linux uninstall: cd $(includedir); \ + v=$(VER); \ + if test -f zlib.h; then \ + v=`sed -n '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`; \ + rm -f zlib.h zconf.h; \ + fi; \ cd $(libdir); rm -f libz.a; \ - if test -f $(SHAREDLIBV); then \ - rm -f $(SHAREDLIBV) $(SHAREDLIB) $(SHAREDLIBM); \ + if test -f $(SHAREDLIB).$$v; then \ + rm -f $(SHAREDLIB).$$v $(SHAREDLIB) $(SHAREDLIB).1; \ fi - cd $(man3dir); rm -f zlib.3 -mostlyclean: clean clean: - rm -f *.o *~ example$(EXE) minigzip$(EXE) \ - libz.* foo.gz so_locations \ - _match.s maketree contrib/infback9/*.o - -maintainer-clean: distclean -distclean: clean - cp -p Makefile.in Makefile - cp -p zconf.in.h zconf.h - rm -f .DS_Store + rm -f *.o *~ example minigzip libz.a libz.so* foo.gz so_locations \ + _match.s maketree + +distclean: clean + +zip: + mv Makefile Makefile~; cp -p Makefile.in Makefile + rm -f test.c ztest*.c contrib/minizip/test.zip + v=`sed -n -e 's/\.//g' -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`;\ + zip -ul9 zlib$$v $(DISTFILES) + mv Makefile~ Makefile + +dist: + mv Makefile Makefile~; cp -p Makefile.in Makefile + rm -f test.c ztest*.c contrib/minizip/test.zip + d=zlib-`sed -n '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`;\ + rm -f $$d.tar.gz; \ + if test ! -d ../$$d; then rm -f ../$$d; ln -s `pwd` ../$$d; fi; \ + files=""; \ + for f in $(DISTFILES); do files="$$files $$d/$$f"; done; \ + cd ..; \ + GZIP=-9 $(TAR) chofz $$d/$$d.tar.gz $$files; \ + if test ! -d $$d; then rm -f $$d; fi + mv Makefile~ Makefile -tags: +tags: etags *.[ch] depend: @@ -140,15 +157,19 @@ adler32.o: zlib.h zconf.h compress.o: zlib.h zconf.h -crc32.o: crc32.h zlib.h zconf.h +crc32.o: zlib.h zconf.h deflate.o: deflate.h zutil.h zlib.h zconf.h example.o: zlib.h zconf.h gzio.o: zutil.h zlib.h zconf.h -inffast.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h -inflate.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h -infback.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h +infblock.o: infblock.h inftrees.h infcodes.h infutil.h zutil.h zlib.h zconf.h +infcodes.o: zutil.h zlib.h zconf.h +infcodes.o: inftrees.h infblock.h infcodes.h infutil.h inffast.h +inffast.o: zutil.h zlib.h zconf.h inftrees.h +inffast.o: infblock.h infcodes.h infutil.h inffast.h +inflate.o: zutil.h zlib.h zconf.h infblock.h inftrees.o: zutil.h zlib.h zconf.h inftrees.h -minigzip.o: zlib.h zconf.h +infutil.o: zutil.h zlib.h zconf.h infblock.h inftrees.h infcodes.h infutil.h +minigzip.o: zlib.h zconf.h trees.o: deflate.h zutil.h zlib.h zconf.h trees.h uncompr.o: zlib.h zconf.h -zutil.o: zutil.h zlib.h zconf.h +zutil.o: zutil.h zlib.h zconf.h Index: inftrees.c =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/3rdparty/zlib/inftrees.c,v retrieving revision 1.1.1.8 retrieving revision 1.2 diff -u -r1.1.1.8 -r1.2 --- inftrees.c 22 Sep 2005 12:55:53 -0000 1.1.1.8 +++ inftrees.c 23 Sep 2005 09:40:29 -0000 1.2 @@ -134,7 +134,7 @@ left -= count[len]; if (left < 0) return -1; /* over-subscribed */ } - if (left > 0 && (type == CODES || max != 1)) + if (left > 0 && (type == CODES || (codes - count[0] != 1))) return -1; /* incomplete set */ /* generate offsets into symbol table for each length for sorting */ Index: inftrees.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/3rdparty/zlib/inftrees.h,v retrieving revision 1.1.1.7 retrieving revision 1.2 diff -u -r1.1.1.7 -r1.2 --- inftrees.h 22 Sep 2005 12:55:53 -0000 1.1.1.7 +++ inftrees.h 23 Sep 2005 09:40:29 -0000 1.2 @@ -36,12 +36,12 @@ */ /* Maximum size of dynamic tree. The maximum found in a long but non- - exhaustive search was 1444 code structures (852 for length/literals - and 592 for distances, the latter actually the result of an + exhaustive search was 1004 code structures (850 for length/literals + and 154 for distances, the latter actually the result of an exhaustive search). The true maximum is not known, but the value below is more than safe. */ -#define ENOUGH 2048 -#define MAXD 592 +#define ENOUGH 1440 +#define MAXD 154 /* Type of code to build for inftable() */ typedef enum { Index: zconf.in.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/3rdparty/zlib/zconf.in.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- zconf.in.h 22 Sep 2005 12:55:49 -0000 1.1.1.2 +++ zconf.in.h 23 Sep 2005 09:40:29 -0000 1.2 @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ +/* @(#) */ #ifndef ZCONF_H #define ZCONF_H |
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/examples/sql/blob In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/examples/sql/blob Modified Files: main.cpp Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/sql/blob/main.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- main.cpp 22 Sep 2005 12:59:06 -0000 1.1.1.3 +++ main.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. |
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/src/network In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/src/network Modified Files: qt_network.pri Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: qt_network.pri =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/network/qt_network.pri,v retrieving revision 1.1.1.10 retrieving revision 1.2 diff -u -r1.1.1.10 -r1.2 --- qt_network.pri 22 Sep 2005 12:54:53 -0000 1.1.1.10 +++ qt_network.pri 23 Sep 2005 09:40:30 -0000 1.2 @@ -1,4 +1,5 @@ # Qt network module +cygwin-g++:DEFINES+= QT_NO_IPV6 network { HEADERS += $$NETWORK_H/qdns.h \ @@ -18,6 +19,6 @@ $$NETWORK_CPP/qsocket.cpp \ $$NETWORK_CPP/qsocketdevice.cpp unix:NETWORK_SOURCES += $$NETWORK_CPP/qsocketdevice_unix.cpp - win32:NETWORK_SOURCES += $$NETWORK_CPP/qsocketdevice_win.cpp + win32:!unix:NETWORK_SOURCES += $$NETWORK_CPP/qsocketdevice_win.cpp SOURCES += $$NETWORK_SOURCES } |
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/qmake/generators/win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/qmake/generators/win32 Modified Files: mingw_make.cpp mingw_make.h msvc_objectmodel.cpp msvc_objectmodel.h msvc_vcproj.cpp msvc_vcproj.h Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: mingw_make.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/generators/win32/mingw_make.cpp,v retrieving revision 1.1.1.9 retrieving revision 1.2 diff -u -r1.1.1.9 -r1.2 --- mingw_make.cpp 22 Sep 2005 12:57:32 -0000 1.1.1.9 +++ mingw_make.cpp 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Implementation of MingwMakefileGenerator class. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** Index: mingw_make.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/generators/win32/mingw_make.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- mingw_make.h 22 Sep 2005 12:57:34 -0000 1.1.1.3 +++ mingw_make.h 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of MingwMakefileGenerator class. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** Index: msvc_objectmodel.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/generators/win32/msvc_objectmodel.cpp,v retrieving revision 1.1.1.10 retrieving revision 1.2 diff -u -r1.1.1.10 -r1.2 --- msvc_objectmodel.cpp 22 Sep 2005 12:57:32 -0000 1.1.1.10 +++ msvc_objectmodel.cpp 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Implementation of VCProject class. ** -** Copyright (C) 2002-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2002-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** Index: msvc_objectmodel.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/generators/win32/msvc_objectmodel.h,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- msvc_objectmodel.h 22 Sep 2005 12:57:31 -0000 1.1.1.6 +++ msvc_objectmodel.h 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of VCProject class. ** -** Copyright (C) 2002-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2002-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** Index: msvc_vcproj.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/generators/win32/msvc_vcproj.cpp,v retrieving revision 1.1.1.12 retrieving revision 1.2 diff -u -r1.1.1.12 -r1.2 --- msvc_vcproj.cpp 22 Sep 2005 12:57:32 -0000 1.1.1.12 +++ msvc_vcproj.cpp 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Implementation of VcprojGenerator class. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** Index: msvc_vcproj.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/qmake/generators/win32/msvc_vcproj.h,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- msvc_vcproj.h 22 Sep 2005 12:57:32 -0000 1.1.1.6 +++ msvc_vcproj.h 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,10 +1,10 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of VcprojGenerator class. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** |
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/doc/man/man3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/doc/man/man3 Modified Files: qnpinstance.3qt qnplugin.3qt qnpstream.3qt qnpwidget.3qt Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: qnpinstance.3qt =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/man/man3/qnpinstance.3qt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qnpinstance.3qt 22 Jun 2002 21:16:13 -0000 1.1 +++ qnpinstance.3qt 23 Sep 2005 09:40:27 -0000 1.2 @@ -1,5 +1,5 @@ '\" t -.TH QNPInstance 3qt "26 April 2002" "Trolltech AS" \" -*- nroff -*- +.TH QNPInstance 3qt "5 August 2004" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,116 +7,39 @@ .ad l .nh .SH NAME -QNPInstance \- QObject that is a Web-browser plugin +QNPInstance \- QObject that is a web browser plugin .SH SYNOPSIS +This class is part of the \fBQt Netscape Extension\fR. +.PP \fC#include <qnp.h>\fR .PP Inherits QObject. .PP .SS "Public Members" .in +1c -.ti -1c -.BI "\fB~QNPInstance\fR ()" -.br -.ti -1c -.BI "int \fBargc\fR () const" -.br -.ti -1c -.BI "const char * \fBargn\fR ( int i ) const" -.br -.ti -1c -.BI "const char * \fBargv\fR ( int i ) const" -.br -.ti -1c -.BI "enum \fBReason\fR { ReasonDone = 0, ReasonBreak = 1, ReasonError = 2, ReasonUnknown = -1 }" -.br -.ti -1c -.BI "const char * \fBarg\fR ( const char * name ) const" -.br -.ti -1c -.BI "enum \fBInstanceMode\fR { Embed = 1, Full = 2, Background = 3 }" -.br -.ti -1c -.BI "InstanceMode \fBmode\fR () const" -.br -.ti -1c -.BI "const char * \fBuserAgent\fR () const" -.br -.ti -1c -.BI "virtual QNPWidget * \fBnewWindow\fR ()" -.br -.ti -1c -.BI "QNPWidget * \fBwidget\fR ()" -.br -.ti -1c -.BI "enum \fBStreamMode\fR { Normal = 1, Seek = 2, AsFile = 3, AsFileOnly = 4 }" -.br -.ti -1c -.BI "virtual bool \fBnewStreamCreated\fR ( QNPStream *, StreamMode & smode )" -.br -.ti -1c -.BI "virtual int \fBwriteReady\fR ( QNPStream * )" -.br -.ti -1c -.BI "virtual int \fBwrite\fR ( QNPStream *, int offset, int len, void * buffer )" -.br -.ti -1c -.BI "virtual void \fBstreamDestroyed\fR ( QNPStream * )" -.br -.ti -1c -.BI "void \fBstatus\fR ( const char * msg )" -.br -.ti -1c -.BI "void \fBgetURLNotify\fR ( const char * url, const char * window = 0, void * data = 0 )" -.br -.ti -1c -.BI "void \fBgetURL\fR ( const char * url, const char * window = 0 )" -.br -.ti -1c -.BI "void \fBpostURL\fR ( const char * url, const char * window, uint len, const char * buf, bool file )" -.br -.ti -1c -.BI "QNPStream * \fBnewStream\fR ( const char * mimetype, const char * window, bool as_file = FALSE )" -.br -.ti -1c -.BI "virtual void \fBstreamAsFile\fR ( QNPStream *, const char * fname )" -.br -.ti -1c -.BI "void * \fBgetJavaPeer\fR () const" -.br -.ti -1c -.BI "virtual void \fBnotifyURL\fR ( const char * url, Reason r, void * notifyData )" -.br -.ti -1c -.BI "virtual bool \fBprintFullPage\fR ()" -.br -.ti -1c -.BI "virtual void \fBprint\fR ( QPainter * )" -.br +<li class=fn>\fB~QNPInstance\fR () <li class=fn>int \fBargc\fR () const <li class=fn>const char * \fBargn\fR ( int i ) const <li class=fn>const char * \fBargv\fR ( int i ) const <li class=fn>enum \fBReason\fR { ReasonDone = 0, ReasonBreak = 1, ReasonError = 2, ReasonUnknown = -1 } <li class=fn>const char * \fBarg\fR ( const char * name ) const <li class=fn>enum \fBInstanceMode\fR { Embed = 1, Full = 2, Background = 3 } <li class=fn>InstanceMode \fBmode\fR () const <li class=fn>const char * \fBuserAgent\fR () const <li class=fn>virtual QNPWidget * \fBnewWindow\fR () <li class=fn>QNPWidget * \fBwidget\fR () <li class=fn>enum \fBStreamMode\fR { Normal = 1, Seek = 2, AsFile = 3, AsFileOnly = 4 } <li class=fn>virtual bool \fBnewStreamCreated\fR ( QNPStream *, StreamMode & smode ) <li class=fn>virtual int \fBwriteReady\fR ( QNPStream * ) <li class=fn>virtual int \fBwrite\fR ( QNPStream *, int offset, int len, void * buffer ) <li class=fn>virtual void \fBstreamDestroyed\fR ( QNPStream * ) <li class=fn>void \fBstatus\fR ( const char * msg ) <li class=fn>void \fBgetURLNotify\fR ( const char * url, const char * window = 0, void * data = 0 ) <li class=fn>void \fBgetURL\fR ( const char * url, const char * window = 0 ) <li class=fn>void \fBpostURL\fR ( const char * url, const char * window, uint len, const char * buf, bool file ) <li class=fn>QNPStream * \fBnewStream\fR ( const char * mimetype, const char * window, bool as_file = FALSE ) <li class=fn>virtual void \fBstreamAsFile\fR ( QNPStream *, const char * fname ) <li class=fn>void * \fBgetJavaPeer\fR () const <li class=fn>virtual void \fBnotifyURL\fR ( const char * url, Reason r, void * notifyData ) <li class=fn>virtual bool \fBprintFullPage\fR () <li class=fn>virtual void \fBprint\fR ( QPainter * ) .in -1c .SS "Protected Members" .in +1c -.ti -1c -.BI "\fBQNPInstance\fR ()" -.br +<li class=fn>\fBQNPInstance\fR () .in -1c .SH DESCRIPTION -This class is defined in the \fBQt NSPlugin Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main Qt API. +This class is defined in the \fBQt Netscape Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main Qt API. .PP -The QNPInstance class provides a QObject that is a Web-browser plugin. +The QNPInstance class provides a QObject that is a web browser plugin. .PP Deriving from QNPInstance creates an object that represents a single \fC<EMBED>\fR tag in an HTML document. .PP -The QNPInstance is responsible for creating an appropriate window if required (not all plugins have windows), and for interacting with the input/output facilities intrinsic to plugins. +The QNPInstance is responsible for creating an appropriate QNPWidget window if required (not all plugins have windows), and for interacting with the input/output facilities intrinsic to plugins. .PP Note that there is \fIabsolutely no guarantee\fR regarding the order in which functions are called. Sometimes the browser will call newWindow() first, at other times, newStreamCreated() will be called first (assuming the \fC<EMBED>\fR tag has a SRC parameter). .PP -\fINone of Qt's GUI functionality\fR may be used until after the first call to newWindow(). This includes any use of QPaintDevice (ie. QPixmap, QWidget, and all subclasses), QApplication, anything related to QPainter (QBrush, etc.), fonts, QMovie, QToolTip, etc. Useful classes which specifically \fIcan\fR be used are QImage, QFile, and QBuffer. +\fINone of Qt's GUI functionality\fR may be used until after the first call to newWindow(). This includes any use of QPaintDevice (i.e. QPixmap, QWidget, and all subclasses), QApplication, anything related to QPainter (QBrush, etc.), fonts, QMovie, QToolTip, etc. Useful classes which specifically \fIcan\fR be used are QImage, QFile, and QBuffer. .PP -By structuring your plugin so that the task of the QNPInstance is to gather data, while the task of the QNPWidget is to provide a graphical interface to that data, this restriction can easily be accommodated. +This restriction can easily be accommodated by structuring your plugin so that the task of the QNPInstance is to gather data, while the task of the QNPWidget is to provide a graphical interface to that data. .SS "Member Type Documentation" .SH "QNPInstance::InstanceMode" -This enum type provides Qt-style names for three #defines in npapi.h: +This enum type provides Qt-style names for three #defines in \fCnpapi.h\fR: .TP \fCQNPInstance::Embed\fR - corresponds to NP_EMBED .TP @@ -143,27 +66,40 @@ \fCQNPInstance::AsFileOnly\fR .SH MEMBER FUNCTION DOCUMENTATION .SH "QNPInstance::QNPInstance ()\fC [protected]\fR" -Creates a QNPInstance. Can only be called from within a derived class created within QNPlugin::newInstance(). +Creates a QNPInstance. +.PP +Can only be called from within a derived class created within QNPlugin::newInstance(). .SH "QNPInstance::~QNPInstance ()" -Called when the plugin instance is about to disappear. +Called when the plugin instance is about to be deleted. .SH "const char * QNPInstance::arg ( const char * name ) const" -Returns the value of the named arguments, or 0 if no argument with called \fIname\fR appears in the \fC<EMBED>\fR tag of this instance. If the argument appears, but has no value assigned, the empty string is returned. In summary: -.TP -\fC<EMBED ...>\fR -- arg("FOO") == 0 -.TP -\fC<EMBED FOO ...>\fR -- arg("FOO") == "" -.TP -\fC<EMBED FOO=BAR ...>\fR -- arg("FOO") == "BAR" +Returns the value of the named arguments, or 0 if no argument called \fIname\fR appears in the \fC<EMBED>\fR tag of this instance. If the argument appears, but has no value assigned, the empty string is returned. In summary: +.PP +<center>.nf +.TS +l +- +l. +Tag Result + arg("FOO") == 0 + arg("FOO") == "" + +.TE +.fi +</center> .SH "int QNPInstance::argc () const" -Returns the number of arguments to the instance. Note that you should not normally rely on the ordering of arguments, and also note that the SGML specification does not permit multiple arguments with the same name. +Returns the number of arguments to the instance. Note that you should not normally rely on the ordering of arguments, and note that the SGML specification does not permit multiple arguments with the same name. .PP -See also arg(). +See also arg() and argn(). .SH "const char * QNPInstance::argn ( int i ) const" -Returns the name of the \fIi\fR-th argument. See argc(). +Returns the name of the \fIi\fR-th argument. +.PP +See also argc() and argv(). .SH "const char * QNPInstance::argv ( int i ) const" -Returns the value of the \fIi\fR-th argument. See argc(). +Returns the value of the \fIi\fR-th argument. +.PP +\\as argc(), arg() .SH "void * QNPInstance::getJavaPeer () const" -Returns the Java object associated with the plug-in instance, an object of the plug-in's Java class, or 0 if the plug-in does not have a Java class, Java is disabled, or an error occurred. +Returns the Java object associated with the plugin instance, an object of the plugin's Java class, or 0 if the plug-in does not have a Java class, Java is disabled, or an error occurred. .PP The return value is actually a \fCjref\fR we use \fCvoid*\fR so as to avoid burdening plugins which do not require Java. .PP @@ -171,7 +107,7 @@ .SH "void QNPInstance::getURL ( const char * url, const char * window = 0 )" Requests that the \fIurl\fR be retrieved and sent to the named \fIwindow\fR. See Netscape's JavaScript documentation for an explanation of window names. .SH "void QNPInstance::getURLNotify ( const char * url, const char * window = 0, void * data = 0 )" -Print the instance full-page. By default, this returns FALSE, causing the browser to call the (embedded) print() function instead. Requests that the given \fIurl\fR be retrieved and sent to the named \fIwindow\fR. See Netscape's JavaScript documentation for an explanation of window names. Passes the arguments including \fIdata\fR to NPN_GetURLNotify. +Requests that the given \fIurl\fR be retrieved and sent to the named \fIwindow\fR. See Netscape's JavaScript documentation for an explanation of window names. Passes the arguments including \fIdata\fR to NPN_GetURLNotify. .PP Netscape: NPN_GetURLNotify method .SH "InstanceMode QNPInstance::mode () const" @@ -181,11 +117,13 @@ .PP This function is \fInot tested\fR. .PP -Requests the creation of a new data stream \fIfrom\fR the plug-in. The mime type and window are passed in \fImimetype\fR and \fIwindow\fR. \fIas_file\fR holds the AsFileOnly flag. It is an interface to the NPN_NewStream function of the Netscape Plugin API. +Requests the creation of a new data stream \fIfrom\fR the plugin. The MIME type and window are passed in \fImimetype\fR and \fIwindow\fR. \fIas_file\fR holds the AsFileOnly flag. It is an interface to the NPN_NewStream function of the Netscape Plugin API. .SH "bool QNPInstance::newStreamCreated ( QNPStream *, StreamMode & smode )\fC [virtual]\fR" -This function is called when a new stream has been created. The instance should return TRUE if it accepts the processing of the stream. If the instance requires the stream as a file, it should set \fIsmode\fR to AsFileOnly, in which case the data will be delivered some time later to the streamAsFile() function. Otherwise, the data will be delivered in chunks to the write() function which must consume at least as much data as was returned by the most recent call to writeReady(). +This function is called when a new stream has been created. The instance should return TRUE if it accepts the processing of the stream. If the instance requires the stream as a file, it should set \fIsmode\fR to AsFileOnly, in which case the data will be delivered some time later to the streamAsFile() function. Otherwise, the data will be delivered in chunks to the write() function, which must consume at least as much data as returned by the most recent call to writeReady(). .PP Note that the AsFileOnly method is not supported by Netscape 2.0 and MSIE 3.0. +.PP +The default implementation accepts any stream. .SH "QNPWidget * QNPInstance::newWindow ()\fC [virtual]\fR" Called at most once, at some time after the QNPInstance is created. If the plugin requires a window, this function should return a derived class of QNPWidget that provides the required interface. .PP @@ -195,7 +133,7 @@ .PP This function is \fInot tested\fR. .PP -Called whenever a \fIurl\fR is notified after call to NPN_GetURLNotify with \fInotifyData\fR. The reason is given in \fIr\fR. +Called whenever a \fIurl\fR is notified after a call to NPN_GetURLNotify with \fInotifyData\fR. The reason is given in \fIr\fR. .PP It is an encapsulation of the NPP_URLNotify function of the Netscape Plugin API. .PP @@ -219,7 +157,9 @@ .SH "bool QNPInstance::printFullPage ()\fC [virtual]\fR" \fBThis function is under development and is subject to change.\fR .PP -This function is \fInot tested\fR. It is an encapsulation of the NPP_Print function of the Netscape Plugin API. +This function is \fInot tested\fR. +.PP +It is an encapsulation of the NPP_Print function of the Netscape Plugin API. .SH "void QNPInstance::status ( const char * msg )" Sets the status message in the browser containing this instance to \fImsg\fR. .SH "void QNPInstance::streamAsFile ( QNPStream *, const char * fname )\fC [virtual]\fR" @@ -229,7 +169,7 @@ .PP See also newStreamCreated() and newStream(). .SH "void QNPInstance::streamDestroyed ( QNPStream * )\fC [virtual]\fR" -Called when a stream is destroyed. At this point, the stream may be complete() and okay(). If it is not okay(), then an error has occurred. If it is okay(), but not complete(), then the user has cancelled the transmission - do not give an error message in this case. +Called when a stream is destroyed. At this point, the stream may be complete() and okay(). If it is not okay(), then an error has occurred. If it is okay(), but not complete(), then the user has cancelled the transmission; do not give an error message in this case. .SH "const char * QNPInstance::userAgent () const" Returns the user agent (browser name) containing this instance. .SH "QNPWidget * QNPInstance::widget ()" @@ -268,4 +208,4 @@ If you find errors in this manual page, please report them to .BR qt...@tr... . Please include the name of the manual page (qnpinstance.3qt) and the Qt -version (3.0.4). +version (3.3.3). Index: qnplugin.3qt =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/man/man3/qnplugin.3qt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qnplugin.3qt 22 Jun 2002 21:16:13 -0000 1.1 +++ qnplugin.3qt 23 Sep 2005 09:40:27 -0000 1.2 @@ -1,5 +1,5 @@ '\" t -.TH QNPlugin 3qt "26 April 2002" "Trolltech AS" \" -*- nroff -*- +.TH QNPlugin 3qt "5 August 2004" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,88 +7,57 @@ .ad l .nh .SH NAME -QNPlugin \- The plugin central factory +QNPlugin \- The main factory for plugin objects .SH SYNOPSIS +This class is part of the \fBQt Netscape Extension\fR. +.PP \fC#include <qnp.h>\fR .PP .SS "Public Members" .in +1c -.ti -1c -.BI "virtual \fB~QNPlugin\fR ()" -.br -.ti -1c -.BI "void \fBgetVersionInfo\fR ( int & plugin_major, int & plugin_minor, int & browser_major, int & browser_minor )" -.br -.ti -1c -.BI "virtual QNPInstance * \fBnewInstance\fR () = 0" -.br -.ti -1c -.BI "virtual const char * \fBgetMIMEDescription\fR () const = 0" -.br -.ti -1c -.BI "virtual const char * \fBgetPluginNameString\fR () const = 0" -.br -.ti -1c -.BI "virtual const char * \fBgetPluginDescriptionString\fR () const = 0" -.br -.ti -1c -.BI "virtual void * \fBgetJavaClass\fR ()" -.br -.ti -1c -.BI "virtual void \fBunuseJavaClass\fR ()" -.br -.ti -1c -.BI "void * \fBgetJavaEnv\fR () const" -.br +<li class=fn>virtual \fB~QNPlugin\fR () <li class=fn>void \fBgetVersionInfo\fR ( int & plugin_major, int & plugin_minor, int & browser_major, int & browser_minor ) <li class=fn>virtual QNPInstance * \fBnewInstance\fR () = 0 <li class=fn>virtual const char * \fBgetMIMEDescription\fR () const = 0 <li class=fn>virtual const char * \fBgetPluginNameString\fR () const = 0 <li class=fn>virtual const char * \fBgetPluginDescriptionString\fR () const = 0 <li class=fn>virtual void * \fBgetJavaClass\fR () <li class=fn>virtual void \fBunuseJavaClass\fR () <li class=fn>void * \fBgetJavaEnv\fR () const .in -1c .SS "Static Public Members" .in +1c -.ti -1c -.BI "QNPlugin * \fBcreate\fR ()" -.br -.ti -1c -.BI "QNPlugin * \fBactual\fR ()" -.br +<li class=fn>QNPlugin * \fBcreate\fR () <li class=fn>QNPlugin * \fBactual\fR () .in -1c .SS "Protected Members" .in +1c -.ti -1c -.BI "\fBQNPlugin\fR ()" -.br +<li class=fn>\fBQNPlugin\fR () .in -1c .SH DESCRIPTION -This class is defined in the \fBQt NSPlugin Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main Qt API. +This class is defined in the \fBQt Netscape Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main Qt API. .PP -The QNPlugin class provides the plugin central factory. +The QNPlugin class provides the main factory for plugin objects. .PP -This class is the heart of the plugin. One instance of this object is created when the plugin is \fIfirst\fR needed, by calling QNPlugin::create(), which must be implemented in your plugin code to return some derived class of QNPlugin. The one QNPlugin object creates all instances for a single running Web-browser process. +This class is the heart of the plugin. One instance of this object is created when the plugin is \fIfirst\fR needed, by calling QNPlugin::create(), which must be implemented in your plugin code to return some derived class of QNPlugin. The one QNPlugin object creates all QNPInstance instances for a web browser running in a single process. .PP -Additionally, if Qt is linked to the plugin as a dynamic library, only one instance of QApplication will exist \fIacross all plugins that have been made with Qt\fR. So, your plugin should tread lightly on global settings - do not for example, use QApplication::setFont() - that will change the font in every widget of every Qt-based plugin currently loaded! +Additionally, if Qt is linked to the plugin as a dynamic library, only one instance of QApplication will exist \fIacross all plugins that have been made with Qt\fR. So, your plugin should tread lightly on global settings. Do not, for example, use QApplication::setFont() - that will change the font in every widget of every Qt-based plugin currently loaded! .SH MEMBER FUNCTION DOCUMENTATION .SH "QNPlugin::QNPlugin ()\fC [protected]\fR" -Creates a QNPlugin. This may only be used by the constructor derived class returned by plugin's implementation of the QNPlugin::create() function. +Creates a QNPlugin. This may only be used by the constructor of the class, derived from QNPlugin, that is returned by your plugin's implementation of the QNPlugin::create() function. .SH "QNPlugin::~QNPlugin ()\fC [virtual]\fR" -Destroys the QNPlugin. This is called by the plugin binding code just before the plugin is about to be unloaded from memory. If newWindow() has been called, a QApplication will still exist at this time, but will be deleted shortly after before the plugin is deleted. +Destroys the QNPlugin. This is called by the plugin binding code just before the plugin is about to be unloaded from memory. If newWindow() has been called, a QApplication will still exist at this time, but will be deleted shortly after, just before the plugin is deleted. .SH "QNPlugin * QNPlugin::actual ()\fC [static]\fR" -Returns the plugin most recently returns by QNPlugin::create(). +Returns the plugin most recently returned by QNPlugin::create(). .SH "QNPlugin * QNPlugin::create ()\fC [static]\fR" -This must be implemented by your plugin code. It should return a derived class of QNPlugin. +This function must be implemented by your plugin code. It should return a derived class of QNPlugin. .SH "void * QNPlugin::getJavaClass ()\fC [virtual]\fR" -Override to return a reference to the Java class that represents the plugin. The default returns 0, indicating no class. +Override this function to return a reference to the Java class that represents the plugin. The default returns 0, indicating no class. .PP If you override this class, you must also override QNPlugin::unuseJavaClass(). .PP -The return value is actually a \fCjref\fR we use \fCvoid*\fR so as to avoid burdening plugins which do not require Java. +The return value is actually a \fCjref\fR; we use \fCvoid*\fR so as to avoid burdening plugins which do not require Java. .PP See also getJavaEnv() and QNPInstance::getJavaPeer(). .SH "void * QNPlugin::getJavaEnv () const" -Returns a pointer to the Java execution environment, or 0 if Java is disabled or an error occurred. +Returns a pointer to the Java execution environment, or 0 if either Java is disabled or an error occurred. .PP -The return value is actually a \fCJRIEnv*\fR we use \fCvoid*\fR so as to avoid burdening plugins which do not require Java. +The return value is actually a \fCJRIEnv*\fR; we use \fCvoid*\fR so as to avoid burdening plugins which do not require Java. .PP See also getJavaClass() and QNPInstance::getJavaPeer(). .SH "const char * QNPlugin::getMIMEDescription () const\fC [pure virtual]\fR" -Override this to return the MIME description of the data formats supported by your plugin. The format of this string is shown by the following example: +Override this function to return the MIME description of the data formats supported by your plugin. The format of this string is shown by the following example: .PP .nf .br @@ -117,17 +86,17 @@ } .fi .SH "const char * QNPlugin::getPluginDescriptionString () const\fC [pure virtual]\fR" -Returns the plain-text description of the plugin. +Returns a pointer to the plain-text description of the plugin. .SH "const char * QNPlugin::getPluginNameString () const\fC [pure virtual]\fR" -Returns the plain-text name of the plugin. +Returns a pointer to the plain-text name of the plugin. .SH "void QNPlugin::getVersionInfo ( int & plugin_major, int & plugin_minor, int & browser_major, int & browser_minor )" -Populates \fI*\fR\fIplugin_major\fR and \fI*\fR\fIplugin_minor\fR with the version of the plugin API and populates \fI*\fR\fIbrowser_major\fR and \fI*\fR\fIbrowser_minor\fR with the version of the browser. +Populates \fI*\fR\fIplugin_major\fR and \fI*\fR\fIplugin_minor\fR with the version of the plugin API and populates \fI*\fR\fIbrowser_major\fR and \fI*\fR\fIbrowser_minor\fR with the version of the web browser. .SH "QNPInstance * QNPlugin::newInstance ()\fC [pure virtual]\fR" -Override this to return an appropriate derived class of QNPInstance. +Override this function to return an appropriate derived class of QNPInstance. .SH "void QNPlugin::unuseJavaClass ()\fC [virtual]\fR" -This function is called when the plugin is shutting down, -with jc set to the value returned earlier by getJavaClass(). -The function should \fIunuse\fR the Java class and return 0. +This function is called when the plugin is shutting down. The +function should \fIunuse\fR the Java class returned earlier by +getJavaClass(). .SH "SEE ALSO" .BR http://doc.trolltech.com/qnplugin.html @@ -152,4 +121,4 @@ If you find errors in this manual page, please report them to .BR qt...@tr... . Please include the name of the manual page (qnplugin.3qt) and the Qt -version (3.0.4). +version (3.3.3). Index: qnpstream.3qt =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/man/man3/qnpstream.3qt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qnpstream.3qt 22 Jun 2002 21:16:13 -0000 1.1 +++ qnpstream.3qt 23 Sep 2005 09:40:27 -0000 1.2 @@ -1,5 +1,5 @@ '\" t -.TH QNPStream 3qt "26 April 2002" "Trolltech AS" \" -*- nroff -*- +.TH QNPStream 3qt "5 August 2004" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -9,49 +9,16 @@ .SH NAME QNPStream \- Stream of data provided to a QNPInstance by the browser .SH SYNOPSIS +This class is part of the \fBQt Netscape Extension\fR. +.PP \fC#include <qnp.h>\fR .PP .SS "Public Members" .in +1c -.ti -1c -.BI "\fB~QNPStream\fR ()" -.br -.ti -1c -.BI "const char * \fBurl\fR () const" -.br -.ti -1c -.BI "uint \fBend\fR () const" -.br -.ti -1c -.BI "uint \fBlastModified\fR () const" -.br -.ti -1c -.BI "const char * \fBtype\fR () const" -.br -.ti -1c -.BI "bool \fBseekable\fR () const" -.br -.ti -1c -.BI "bool \fBokay\fR () const" -.br -.ti -1c -.BI "bool \fBcomplete\fR () const" -.br -.ti -1c -.BI "void \fBrequestRead\fR ( int offset, uint length )" -.br -.ti -1c -.BI "int \fBwrite\fR ( int len, void * buffer )" -.br -.ti -1c -.BI "QNPInstance * \fBinstance\fR ()" -.br -.ti -1c -.BI "\fBQNPStream\fR ( QNPInstance * in, const char * mt, _NPStream * st, bool se )" -.br +<li class=fn>\fB~QNPStream\fR () <li class=fn>const char * \fBurl\fR () const <li class=fn>uint \fBend\fR () const <li class=fn>uint \fBlastModified\fR () const <li class=fn>const char * \fBtype\fR () const <li class=fn>bool \fBseekable\fR () const <li class=fn>bool \fBokay\fR () const <li class=fn>bool \fBcomplete\fR () const <li class=fn>void \fBrequestRead\fR ( int offset, uint length ) <li class=fn>int \fBwrite\fR ( int len, void * buffer ) <li class=fn>QNPInstance * \fBinstance\fR () <li class=fn>\fBQNPStream\fR ( QNPInstance * in, const char * mt, _NPStream * st, bool se ) .in -1c .SH DESCRIPTION -This class is defined in the \fBQt NSPlugin Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main Qt API. +This class is defined in the \fBQt Netscape Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main Qt API. .PP The QNPStream class provides a stream of data provided to a QNPInstance by the browser. .PP @@ -60,15 +27,15 @@ See also QNPInstance::write() and QNPInstance::newStreamCreated(). .SH MEMBER FUNCTION DOCUMENTATION .SH "QNPStream::QNPStream ( QNPInstance * in, const char * mt, _NPStream * st, bool se )" -Creates a stream. Plugins should not call this, but rather QNPInstance::newStream() if a stream is required. +Creates a stream. Plugins should not call this; they should call QNPInstance::newStream() if they need a stream. .PP -Takes a QNPInstance \fIin\fR, mime type \fImt\fR, a pointer to an _NPStream \fIst\fR and a seekable flag \fIse\fR. +Takes a QNPInstance \fIin\fR, MIME type \fImt\fR, a pointer to an _NPStream \fIst\fR and a seekable flag \fIse\fR. .SH "QNPStream::~QNPStream ()" Destroys the stream. .SH "bool QNPStream::complete () const" Returns TRUE if the stream has received all the data from the source; otherwise returns FALSE. .SH "uint QNPStream::end () const" -Returns the length of the stream in bytes. Can be 0 for streams of unknown length. +Returns the length of the stream in bytes. The function might return 0 for streams of unknown length. .SH "QNPInstance * QNPStream::instance ()" Returns the QNPInstance for which this stream was created. .SH "uint QNPStream::lastModified () const" @@ -109,4 +76,4 @@ If you find errors in this manual page, please report them to .BR qt...@tr... . Please include the name of the manual page (qnpstream.3qt) and the Qt -version (3.0.4). +version (3.3.3). Index: qnpwidget.3qt =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/man/man3/qnpwidget.3qt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qnpwidget.3qt 22 Jun 2002 21:16:13 -0000 1.1 +++ qnpwidget.3qt 23 Sep 2005 09:40:27 -0000 1.2 @@ -1,5 +1,5 @@ '\" t -.TH QNPWidget 3qt "26 April 2002" "Trolltech AS" \" -*- nroff -*- +.TH QNPWidget 3qt "5 August 2004" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,42 +7,32 @@ .ad l .nh .SH NAME -QNPWidget \- QWidget that is a Web-browser plugin window +QNPWidget \- QWidget that is a web browser plugin window .SH SYNOPSIS +This class is part of the \fBQt Netscape Extension\fR. +.PP \fC#include <qnp.h>\fR .PP Inherits QWidget. .PP .SS "Public Members" .in +1c -.ti -1c -.BI "\fBQNPWidget\fR ()" -.br -.ti -1c -.BI "\fB~QNPWidget\fR ()" -.br -.ti -1c -.BI "virtual void \fBenterInstance\fR ()" -.br -.ti -1c -.BI "virtual void \fBleaveInstance\fR ()" -.br -.ti -1c -.BI "QNPInstance * \fBinstance\fR ()" -.br +<li class=fn>\fBQNPWidget\fR () <li class=fn>\fB~QNPWidget\fR () <li class=fn>virtual void \fBenterInstance\fR () <li class=fn>virtual void \fBleaveInstance\fR () <li class=fn>QNPInstance * \fBinstance\fR () .in -1c .SH DESCRIPTION -This class is defined in the \fBQt NSPlugin Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main Qt API. +This class is defined in the \fBQt Netscape Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main Qt API. .PP -The QNPWidget class provides a QWidget that is a Web-browser plugin window. +The QNPWidget class provides a QWidget that is a web browser plugin window. .PP -Derive from QNPWidget to create a widget that can be used as a Browser plugin window, or create one and add child widgets. Instances of QNPWidget may only be created when QNPInstance::newWindow() is called by the browser. +Derive from QNPWidget to create a widget that can be used as a web browser plugin window, or create one and add child widgets. Instances of QNPWidget may only be created when QNPInstance::newWindow() is called by the browser. .PP A common way to develop a plugin widget is to develop it as a stand-alone application window, then make it a \fIchild\fR of a plugin widget to use it as a browser plugin. The technique is: .PP .nf .br -class MyPluginWindow : public QNPWidget { +class MyPluginWindow : public QNPWidget +.br +{ .br QWidget* child; .br @@ -87,13 +77,13 @@ .SH "QNPWidget::QNPWidget ()" Creates a QNPWidget. .SH "QNPWidget::~QNPWidget ()" -Destroys the window. This will be called by the plugin binding code when the window is no longer required. The Web-browser will delete windows when they leave the page. The bindings will change the QWidget::winId() of the window when the window is resized, but this should not affect normal widget behavior. +Destroys the window. This will be called by the plugin binding code when the window is no longer required. The web browser will delete windows when they leave the page. The bindings will change the QWidget::winId() of the window when the window is resized, but this should not affect normal widget behavior. .SH "void QNPWidget::enterInstance ()\fC [virtual]\fR" Called when the mouse enters the plugin window. Does nothing by default. .PP Example: grapher/grapher.cpp. .SH "QNPInstance * QNPWidget::instance ()" -Returns the instance for which this widget is the window. +Returns the instance for which this widget is the plugin window. .SH "void QNPWidget::leaveInstance ()\fC [virtual]\fR" Called when the mouse leaves the plugin window. Does nothing by default. .PP @@ -122,4 +112,4 @@ If you find errors in this manual page, please report them to .BR qt...@tr... . Please include the name of the manual page (qnpwidget.3qt) and the Qt -version (3.0.4). +version (3.3.3). |
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/mkspecs/freebsd-icc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/mkspecs/freebsd-icc Modified Files: qmake.conf Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: qmake.conf =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/mkspecs/freebsd-icc/qmake.conf,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- qmake.conf 22 Sep 2005 12:58:56 -0000 1.1.1.2 +++ qmake.conf 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,5 +1,5 @@ # -# $Id$ +# # # qmake configuration for freebsd-icc # |
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/examples/demo/opengl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/examples/demo/opengl Modified Files: glinfo.h glinfo_x11.cpp Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: glinfo.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/demo/opengl/glinfo.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- glinfo.h 22 Sep 2005 12:59:28 -0000 1.1.1.2 +++ glinfo.h 23 Sep 2005 09:40:27 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: glinfo_x11.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/demo/opengl/glinfo_x11.cpp,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- glinfo_x11.cpp 22 Sep 2005 12:59:28 -0000 1.1.1.2 +++ glinfo_x11.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. |
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/mkspecs/hpux-acc-64 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/mkspecs/hpux-acc-64 Modified Files: qmake.conf Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: qmake.conf =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/mkspecs/hpux-acc-64/qmake.conf,v retrieving revision 1.1.1.7 retrieving revision 1.2 diff -u -r1.1.1.7 -r1.2 --- qmake.conf 22 Sep 2005 12:58:57 -0000 1.1.1.7 +++ qmake.conf 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,5 +1,5 @@ # -# $Id$ +# # # qmake configuration for hpux-n64 # |
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/examples/sql/overview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/examples/sql/overview Modified Files: connection.cpp connection.h Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: connection.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/sql/overview/connection.cpp,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- connection.cpp 22 Sep 2005 12:59:06 -0000 1.1.1.6 +++ connection.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: connection.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/sql/overview/connection.h,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- connection.h 22 Sep 2005 12:59:06 -0000 1.1.1.5 +++ connection.h 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. |
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/src/dialogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/src/dialogs Modified Files: qt_dialogs.pri Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: qt_dialogs.pri =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/dialogs/qt_dialogs.pri,v retrieving revision 1.1.1.10 retrieving revision 1.2 diff -u -r1.1.1.10 -r1.2 --- qt_dialogs.pri 22 Sep 2005 12:53:57 -0000 1.1.1.10 +++ qt_dialogs.pri 23 Sep 2005 09:40:29 -0000 1.2 @@ -9,6 +9,7 @@ $$DIALOGS_H/qfiledialog.h \ $$DIALOGS_H/qfontdialog.h \ $$DIALOGS_H/qmessagebox.h \ + $$DIALOGS_H/qprintdialog.h \ $$DIALOGS_H/qprogressdialog.h \ $$DIALOGS_H/qsemimodal.h \ $$DIALOGS_H/qtabdialog.h \ @@ -17,8 +18,6 @@ !embedded:mac:SOURCES += $$DIALOGS_CPP/qfiledialog_mac.cpp $$DIALOGS_CPP/qcolordialog_mac.cpp win32:SOURCES += $$DIALOGS_CPP/qfiledialog_win.cpp - unix:SOURCES += $$DIALOGS_CPP/qprintdialog.cpp - unix:HEADERS += $$DIALOGS_H/qprintdialog.h SOURCES += $$DIALOGS_CPP/qcolordialog.cpp \ $$DIALOGS_CPP/qdialog.cpp \ @@ -26,6 +25,7 @@ $$DIALOGS_CPP/qfiledialog.cpp \ $$DIALOGS_CPP/qfontdialog.cpp \ $$DIALOGS_CPP/qmessagebox.cpp \ + $$DIALOGS_CPP/qprintdialog.cpp \ $$DIALOGS_CPP/qprogressdialog.cpp \ $$DIALOGS_CPP/qtabdialog.cpp \ $$DIALOGS_CPP/qwizard.cpp \ |