[Kde-cygwin-cvs] CVS: qt-3/src/codecs qfonthkcodec.cpp,1.1.1.7,1.2 qfontlaocodec.cpp,1.1.1.7,1.2 qte
Status: Inactive
Brought to you by:
habacker
From: Christian E. <che...@us...> - 2005-09-23 09:41:21
|
Update of /cvsroot/kde-cygwin/qt-3/src/codecs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/src/codecs Modified Files: qfonthkcodec.cpp qfontlaocodec.cpp qtextcodecfactory.cpp qtextcodecfactory.h qtextcodecinterface_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: qfonthkcodec.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/codecs/qfonthkcodec.cpp,v retrieving revision 1.1.1.7 retrieving revision 1.2 diff -u -r1.1.1.7 -r1.2 --- qfonthkcodec.cpp 22 Sep 2005 12:54:46 -0000 1.1.1.7 +++ qfonthkcodec.cpp 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,11 +1,11 @@ /**************************************************************************** -** $Id$ +** ** ** Hong Kong Font utilities for X11 ** ** Created : 20020902 ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. ** ** This file is part of the kernel module of the Qt GUI Toolkit. ** Index: qfontlaocodec.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/codecs/qfontlaocodec.cpp,v retrieving revision 1.1.1.7 retrieving revision 1.2 diff -u -r1.1.1.7 -r1.2 --- qfontlaocodec.cpp 22 Sep 2005 12:54:44 -0000 1.1.1.7 +++ qfontlaocodec.cpp 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,11 +1,11 @@ /**************************************************************************** -** $Id$ +** ** ** Font utilities for X11 ** ** Created : 20001101 ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. ** ** This file is part of the tools module of the Qt GUI Toolkit. ** Index: qtextcodecfactory.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/codecs/qtextcodecfactory.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- qtextcodecfactory.cpp 22 Sep 2005 12:54:50 -0000 1.1.1.4 +++ qtextcodecfactory.cpp 23 Sep 2005 09:40:29 -0000 1.2 @@ -4,7 +4,7 @@ ** ** Created : 010130 ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of the tools module of the Qt GUI Toolkit. ** Index: qtextcodecfactory.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/codecs/qtextcodecfactory.h,v retrieving revision 1.1.1.7 retrieving revision 1.2 diff -u -r1.1.1.7 -r1.2 --- qtextcodecfactory.h 22 Sep 2005 12:54:44 -0000 1.1.1.7 +++ qtextcodecfactory.h 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of QTextCodecFactory class ** -** Copyright (C) 2001-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001-2002 Trolltech AS. All rights reserved. ** ** This file is part of the tools module of the Qt GUI Toolkit. ** Index: qtextcodecinterface_p.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/codecs/qtextcodecinterface_p.h,v retrieving revision 1.1.1.7 retrieving revision 1.2 diff -u -r1.1.1.7 -r1.2 --- qtextcodecinterface_p.h 22 Sep 2005 12:54:26 -0000 1.1.1.7 +++ qtextcodecinterface_p.h 23 Sep 2005 09:40:29 -0000 1.2 @@ -1,9 +1,9 @@ /**************************************************************************** -** $Id$ +** ** ** Definition of QTextCodecFactoryInterface interface ** -** Copyright (C) 2001-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001-2002 Trolltech AS. All rights reserved. ** ** This file is part of the tools module of the Qt GUI Toolkit. ** |