[Kde-cygwin-cvs] CVS: qt-3/tools/designer/plugins/cppeditor common.cpp,1.1.1.3,1.2 cppbrowser.cpp,1.
Status: Inactive
Brought to you by:
habacker
Update of /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/designer/plugins/cppeditor Modified Files: common.cpp cppbrowser.cpp cppbrowser.h cppcompletion.cpp cppcompletion.h cppeditor.cpp cppeditor.h editorinterfaceimpl.h languageinterfaceimpl.cpp languageinterfaceimpl.h preferenceinterfaceimpl.cpp preferenceinterfaceimpl.h projectsettingsinterfaceimpl.cpp projectsettingsinterfaceimpl.h sourcetemplateinterfaceimpl.cpp sourcetemplateinterfaceimpl.h syntaxhighliter_cpp.cpp syntaxhighliter_cpp.h yyreg.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: common.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/common.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- common.cpp 22 Sep 2005 12:58:37 -0000 1.1.1.3 +++ common.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: cppbrowser.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/cppbrowser.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- cppbrowser.cpp 22 Sep 2005 12:58:36 -0000 1.1.1.4 +++ cppbrowser.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: cppbrowser.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/cppbrowser.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- cppbrowser.h 22 Sep 2005 12:58:37 -0000 1.1.1.4 +++ cppbrowser.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: cppcompletion.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/cppcompletion.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- cppcompletion.cpp 22 Sep 2005 12:58:37 -0000 1.1.1.4 +++ cppcompletion.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: cppcompletion.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/cppcompletion.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- cppcompletion.h 22 Sep 2005 12:58:37 -0000 1.1.1.4 +++ cppcompletion.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: cppeditor.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/cppeditor.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- cppeditor.cpp 22 Sep 2005 12:58:36 -0000 1.1.1.5 +++ cppeditor.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: cppeditor.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/cppeditor.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- cppeditor.h 22 Sep 2005 12:58:37 -0000 1.1.1.4 +++ cppeditor.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: editorinterfaceimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/editorinterfaceimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- editorinterfaceimpl.h 22 Sep 2005 12:58:37 -0000 1.1.1.4 +++ editorinterfaceimpl.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: languageinterfaceimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/languageinterfaceimpl.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- languageinterfaceimpl.cpp 22 Sep 2005 12:58:37 -0000 1.1.1.5 +++ languageinterfaceimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** @@ -185,13 +185,8 @@ QString LanguageInterfaceImpl::projectKeyForExtension( const QString &extension ) const { - // also handle something like foo.ut.cpp - QString ext = extension; - int i = ext.findRev('.'); - if ( i > -1 && i < ext.length()-1 ) - ext = ext.mid( i + 1 ); - if ( ext[ 0 ] == 'c' || ext[ 0 ] == 'C' ) - return "SOURCES"; + if ( extension[ 0 ] == 'c' || extension[ 0 ] == 'C' ) + return "SOURCES"; return "HEADERS"; } Index: languageinterfaceimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/languageinterfaceimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- languageinterfaceimpl.h 22 Sep 2005 12:58:36 -0000 1.1.1.4 +++ languageinterfaceimpl.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: preferenceinterfaceimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/preferenceinterfaceimpl.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- preferenceinterfaceimpl.cpp 22 Sep 2005 12:58:37 -0000 1.1.1.3 +++ preferenceinterfaceimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: preferenceinterfaceimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/preferenceinterfaceimpl.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- preferenceinterfaceimpl.h 22 Sep 2005 12:58:37 -0000 1.1.1.3 +++ preferenceinterfaceimpl.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: projectsettingsinterfaceimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/projectsettingsinterfaceimpl.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- projectsettingsinterfaceimpl.cpp 22 Sep 2005 12:58:37 -0000 1.1.1.4 +++ projectsettingsinterfaceimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: projectsettingsinterfaceimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/projectsettingsinterfaceimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- projectsettingsinterfaceimpl.h 22 Sep 2005 12:58:37 -0000 1.1.1.4 +++ projectsettingsinterfaceimpl.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: sourcetemplateinterfaceimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/sourcetemplateinterfaceimpl.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- sourcetemplateinterfaceimpl.cpp 22 Sep 2005 12:58:37 -0000 1.1.1.4 +++ sourcetemplateinterfaceimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: sourcetemplateinterfaceimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/sourcetemplateinterfaceimpl.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- sourcetemplateinterfaceimpl.h 22 Sep 2005 12:58:37 -0000 1.1.1.3 +++ sourcetemplateinterfaceimpl.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: syntaxhighliter_cpp.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- syntaxhighliter_cpp.cpp 22 Sep 2005 12:58:37 -0000 1.1.1.5 +++ syntaxhighliter_cpp.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: syntaxhighliter_cpp.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- syntaxhighliter_cpp.h 22 Sep 2005 12:58:37 -0000 1.1.1.4 +++ syntaxhighliter_cpp.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: yyreg.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/cppeditor/yyreg.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- yyreg.h 22 Sep 2005 12:58:37 -0000 1.1.1.3 +++ yyreg.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,6 +1,6 @@ /********************************************************************** ** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** |