[Kde-cygwin-cvs] CVS: qt-3/src/widgets qdatetimeedit.h,1.1.1.9,1.2 qdialogbuttons.cpp,1.1.1.4,1.2 qd
Status: Inactive
Brought to you by:
habacker
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. ** |