kde-cygwin--cvs Mailing List for KDE on Cygwin (Page 7)
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:11
|
Update of /cvsroot/kde-cygwin/qt-3/src/sql/drivers/sqlite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/src/sql/drivers/sqlite Modified Files: qsql_sqlite.cpp qsql_sqlite.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: qsql_sqlite.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/sql/drivers/sqlite/qsql_sqlite.cpp,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- qsql_sqlite.cpp 22 Sep 2005 12:53:49 -0000 1.1.1.2 +++ qsql_sqlite.cpp 23 Sep 2005 09:40:30 -0000 1.2 @@ -2,7 +2,7 @@ ** ** Implementation of SQLite driver classes. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of the sql module of the Qt GUI Toolkit. ** EDITIONS: FREE, ENTERPRISE @@ -464,7 +464,7 @@ q.exec("PRAGMA index_info('" + indexname + "');"); - QSqlIndex index(tblname, indexname); + QSqlIndex index(indexname); while(q.next()) { QString name = q.value(2).toString(); QSqlVariant::Type type = QSqlVariant::Invalid; Index: qsql_sqlite.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/sql/drivers/sqlite/qsql_sqlite.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- qsql_sqlite.h 22 Sep 2005 12:53:49 -0000 1.1.1.4 +++ qsql_sqlite.h 23 Sep 2005 09:40:30 -0000 1.2 @@ -2,7 +2,7 @@ ** ** Definition of SQLite driver classes. ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of the sql module of the Qt GUI Toolkit. ** EDITIONS: FREE, ENTERPRISE |
From: Christian E. <che...@us...> - 2005-09-23 09:41:11
|
Update of /cvsroot/kde-cygwin/qt-3/mkspecs/macx-xlc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/mkspecs/macx-xlc Modified Files: qmake.conf 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: qmake.conf =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/mkspecs/macx-xlc/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:29 -0000 1.2 @@ -1,5 +1,5 @@ # -# $Id$ +# # # qmake configuration for aix-xlc # Index: qplatformdefs.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/mkspecs/macx-xlc/qplatformdefs.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- qplatformdefs.h 22 Sep 2005 12:58:56 -0000 1.1.1.2 +++ 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:10
|
Update of /cvsroot/kde-cygwin/qt-3/plugins/src/sqldrivers/odbc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/plugins/src/sqldrivers/odbc 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/odbc/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:10
|
Update of /cvsroot/kde-cygwin/qt-3/examples/network/ftpclient In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/examples/network/ftpclient Modified Files: ftpmainwindow.ui.h ftpviewitem.cpp ftpviewitem.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: ftpmainwindow.ui.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/ftpclient/ftpmainwindow.ui.h,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- ftpmainwindow.ui.h 22 Sep 2005 12:59:52 -0000 1.1.1.6 +++ ftpmainwindow.ui.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: ftpviewitem.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/ftpclient/ftpviewitem.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- ftpviewitem.cpp 22 Sep 2005 12:59:52 -0000 1.1.1.4 +++ ftpviewitem.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: ftpviewitem.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/ftpclient/ftpviewitem.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- ftpviewitem.h 22 Sep 2005 12:59:52 -0000 1.1.1.4 +++ ftpviewitem.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:10
|
Update of /cvsroot/kde-cygwin/qt-3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950 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/LICENSE.GPL,v retrieving revision 1.1.1.8 retrieving revision 1.2 diff -u -r1.1.1.8 -r1.2 --- LICENSE.GPL 22 Sep 2005 12:50:48 -0000 1.1.1.8 +++ LICENSE.GPL 23 Sep 2005 09:40:27 -0000 1.2 @@ -10,7 +10,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. @@ -313,8 +313,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Steet, Fifth Floor, - Boston, MA 02110-1301, USA. + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. |
From: Christian E. <che...@us...> - 2005-09-23 09:41:09
|
Update of /cvsroot/kde-cygwin/qt-3/examples/demo/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/examples/demo/widgets Modified Files: widgetsbase.ui widgetsbase_pro.ui 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: widgetsbase.ui =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/demo/widgets/widgetsbase.ui,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- widgetsbase.ui 22 Sep 2005 12:59:35 -0000 1.1.1.4 +++ widgetsbase.ui 23 Sep 2005 09:40:28 -0000 1.2 @@ -1266,4 +1266,7 @@ <slot access="protected">updateDateTimeString()</slot> </slots> <layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>analogclock.h</includehint> +</includehints> </UI> Index: widgetsbase_pro.ui =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/demo/widgets/widgetsbase_pro.ui,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- widgetsbase_pro.ui 22 Sep 2005 12:59:32 -0000 1.1.1.3 +++ widgetsbase_pro.ui 23 Sep 2005 09:40:28 -0000 1.2 @@ -1155,4 +1155,7 @@ <slot access="protected">updateDateTimeString()</slot> </slots> <layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>analogclock.h</includehint> +</includehints> </UI> |
From: Christian E. <che...@us...> - 2005-09-23 09:41:09
|
Update of /cvsroot/kde-cygwin/qt-3/doc/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/doc/html Modified Files: propertydocs 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: propertydocs =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/html/propertydocs,v retrieving revision 1.1.1.7 retrieving revision 1.2 diff -u -r1.1.1.7 -r1.2 --- propertydocs 22 Sep 2005 12:52:27 -0000 1.1.1.7 +++ propertydocs 23 Sep 2005 09:40:27 -0000 1.2 @@ -172,10 +172,6 @@ property. <p> In a popup menu the member actions are displayed in a submenu. <p> Changing usesDropDown only affects <em>subsequent</em> calls to <a href="qactiongroup.html#addTo">addTo</a>(). -<p> Note that setting this property for actions in a combobox causes -calls to their <a href="qaction.html#setVisible">QAction::setVisible</a>(), -<a href="qaction.html#setEnabled">QAction::setEnabled</a>(), and -<a href="qaction.html#setDisabled">QAction::setDisabled</a>() functions to have no effect. <p> This property's default is FALSE. <p> <p>Set this property's value with <a href="qactiongroup.html#setUsesDropDown">setUsesDropDown</a>() and get this property's value with <a href="qactiongroup.html#usesDropDown">usesDropDown</a>(). @@ -388,9 +384,8 @@ <property> <name>QButtonGroup::selectedId</name> <doc href="qbuttongroup.html#selectedId-prop"> -<p>This property holds the selected toggle button. -<p>The toggle button is specified as an ID. -<p> If no toggle button is selected, this property holds -1. +<p>This property holds the id of the selected toggle button. +<p>If no toggle button is selected, <a href="qbuttongroup.html#id">id</a>() returns -1. <p> If <a href="qbuttongroup.html#setButton">setButton</a>() is called on an exclusive group, the button with the given id will be set to on and all the others will be set to off. @@ -3167,11 +3162,6 @@ moves the cursor close to a border of the view. Of course this works only if the viewport accepts drops. Specifying FALSE disables this autoscroll feature. -<p> <b>Warning:</b> Enabling this property might not be enough to -effectively turn on autoscrolling. If you put a custom widget in -the QScrollView, you might need to call QDragEvent::ignore() on -the event in the <a href="qwidget.html#dragEnterEvent">dragEnterEvent</a>() and <a href="qwidget.html#dragMoveEvent">dragMoveEvent</a>() -reimplementations. <p>Set this property's value with <a href="qscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() and get this property's value with <a href="qscrollview.html#dragAutoScroll">dragAutoScroll</a>(). </doc> |
From: Christian E. <che...@us...> - 2005-09-23 09:41:09
|
Update of /cvsroot/kde-cygwin/qt-3/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/examples Modified Files: examples.pro 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: examples.pro =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/examples.pro,v retrieving revision 1.1.1.10 retrieving revision 1.2 diff -u -r1.1.1.10 -r1.2 --- examples.pro 22 Sep 2005 12:59:05 -0000 1.1.1.10 +++ examples.pro 23 Sep 2005 09:40:27 -0000 1.2 @@ -116,7 +116,7 @@ embedded:SUBDIRS -= showimg -win32:SUBDIRS += trayicon +#win32:SUBDIRS += trayicon embedded:SUBDIRS += trayicon x11:SUBDIRS += biff \ |
From: Christian E. <che...@us...> - 2005-09-23 09:41:09
|
Update of /cvsroot/kde-cygwin/qt-3/config.tests/unix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/config.tests/unix Modified Files: which.test 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: which.test =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/config.tests/unix/which.test,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- which.test 22 Sep 2005 12:58:56 -0000 1.1.1.4 +++ which.test 23 Sep 2005 09:40:27 -0000 1.2 @@ -3,8 +3,6 @@ HOME=/dev/null export HOME -unset which - WHICH=`which which 2>/dev/null` if echo $WHICH | grep 'shell built-in command' >/dev/null 2>&1; then WHICH=which |
From: Christian E. <che...@us...> - 2005-09-23 09:41:09
|
Update of /cvsroot/kde-cygwin/qt-3/examples/sql/sqltable In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/examples/sql/sqltable 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/sqltable/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:59:06 -0000 1.1.1.5 +++ 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-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:09
|
Update of /cvsroot/kde-cygwin/qt-3/examples/sql/overview/delete In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/examples/sql/overview/delete 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/overview/delete/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:06 -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. |
From: Christian E. <che...@us...> - 2005-09-23 09:41:08
|
Update of /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infoclient In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/examples/network/infoprotocol/infoclient Modified Files: client.cpp client.h 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: client.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infoclient/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/infoclient/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/infoclient/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. |
From: Christian E. <che...@us...> - 2005-09-23 09:40:50
|
Update of /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/rc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/designer/plugins/rc Modified Files: main.cpp rc2ui.cpp rc2ui.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/tools/designer/plugins/rc/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:58:34 -0000 1.1.1.4 +++ main.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: rc2ui.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/rc/rc2ui.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- rc2ui.cpp 22 Sep 2005 12:58:34 -0000 1.1.1.4 +++ rc2ui.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: rc2ui.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/rc/rc2ui.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- rc2ui.h 22 Sep 2005 12:58:34 -0000 1.1.1.4 +++ rc2ui.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. ** |
From: Christian E. <che...@us...> - 2005-09-23 09:40:50
|
Update of /cvsroot/kde-cygwin/qt-3/tools/designer/interfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/designer/interfaces Modified Files: actioninterface.h classbrowserinterface.h designerinterface.h editorinterface.h filterinterface.h interpreterinterface.h languageinterface.h preferenceinterface.h projectsettingsiface.h sourcetemplateiface.h templatewizardiface.h widgetinterface.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: actioninterface.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/interfaces/actioninterface.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- actioninterface.h 22 Sep 2005 12:58:01 -0000 1.1.1.3 +++ actioninterface.h 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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: classbrowserinterface.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/interfaces/classbrowserinterface.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- classbrowserinterface.h 22 Sep 2005 12:58:01 -0000 1.1.1.3 +++ classbrowserinterface.h 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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: designerinterface.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/interfaces/designerinterface.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- designerinterface.h 22 Sep 2005 12:58:01 -0000 1.1.1.4 +++ designerinterface.h 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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: editorinterface.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/interfaces/editorinterface.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- editorinterface.h 22 Sep 2005 12:58:01 -0000 1.1.1.4 +++ editorinterface.h 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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: filterinterface.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/interfaces/filterinterface.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- filterinterface.h 22 Sep 2005 12:58:01 -0000 1.1.1.3 +++ filterinterface.h 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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: interpreterinterface.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/interfaces/interpreterinterface.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- interpreterinterface.h 22 Sep 2005 12:58:01 -0000 1.1.1.4 +++ interpreterinterface.h 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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: languageinterface.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/interfaces/languageinterface.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- languageinterface.h 22 Sep 2005 12:58:01 -0000 1.1.1.4 +++ languageinterface.h 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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: preferenceinterface.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/interfaces/preferenceinterface.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- preferenceinterface.h 22 Sep 2005 12:58:01 -0000 1.1.1.4 +++ preferenceinterface.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: projectsettingsiface.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/interfaces/projectsettingsiface.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- projectsettingsiface.h 22 Sep 2005 12:58:01 -0000 1.1.1.4 +++ projectsettingsiface.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: sourcetemplateiface.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/interfaces/sourcetemplateiface.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- sourcetemplateiface.h 22 Sep 2005 12:58:01 -0000 1.1.1.4 +++ sourcetemplateiface.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: templatewizardiface.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/interfaces/templatewizardiface.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- templatewizardiface.h 22 Sep 2005 12:58:01 -0000 1.1.1.3 +++ templatewizardiface.h 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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: widgetinterface.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/interfaces/widgetinterface.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- widgetinterface.h 22 Sep 2005 12:58:01 -0000 1.1.1.3 +++ widgetinterface.h 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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** |
From: Christian E. <che...@us...> - 2005-09-23 09:40:50
|
Update of /cvsroot/kde-cygwin/qt-3/tools/designer/shared In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/designer/shared Modified Files: domtool.cpp domtool.h globaldefs.h parser.cpp parser.h ui2uib.cpp ui2uib.h uib.cpp uib.h widgetdatabase.cpp widgetdatabase.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: domtool.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/shared/domtool.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- domtool.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.5 +++ domtool.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: domtool.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/shared/domtool.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- domtool.h 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ domtool.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: globaldefs.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/shared/globaldefs.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- globaldefs.h 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ globaldefs.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: parser.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/shared/parser.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- parser.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.3 +++ parser.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: parser.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/shared/parser.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- parser.h 22 Sep 2005 12:58:04 -0000 1.1.1.3 +++ parser.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: ui2uib.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/shared/ui2uib.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- ui2uib.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.3 +++ ui2uib.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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: ui2uib.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/shared/ui2uib.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- ui2uib.h 22 Sep 2005 12:58:04 -0000 1.1.1.3 +++ ui2uib.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: uib.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/shared/uib.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- uib.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.3 +++ uib.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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: uib.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/shared/uib.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- uib.h 22 Sep 2005 12:58:04 -0000 1.1.1.3 +++ uib.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: widgetdatabase.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/shared/widgetdatabase.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- widgetdatabase.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.5 +++ widgetdatabase.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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: widgetdatabase.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/shared/widgetdatabase.h,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- widgetdatabase.h 22 Sep 2005 12:58:04 -0000 1.1.1.5 +++ widgetdatabase.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** |
Update of /cvsroot/kde-cygwin/qt-3/tools/designer/editor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/designer/editor Modified Files: arghintwidget.cpp arghintwidget.h browser.cpp browser.h cindent.cpp cindent.h completion.cpp completion.h conf.cpp conf.h editor.cpp editor.h markerwidget.cpp markerwidget.h paragdata.h parenmatcher.cpp parenmatcher.h preferences.ui.h viewmanager.cpp viewmanager.h yyindent.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: arghintwidget.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/arghintwidget.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- arghintwidget.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ arghintwidget.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: arghintwidget.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/arghintwidget.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- arghintwidget.h 22 Sep 2005 12:58:02 -0000 1.1.1.4 +++ arghintwidget.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: browser.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/browser.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- browser.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.5 +++ browser.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: browser.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/browser.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- browser.h 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ browser.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: cindent.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/cindent.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- cindent.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ cindent.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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: cindent.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/cindent.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- cindent.h 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ cindent.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: completion.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/completion.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- completion.cpp 22 Sep 2005 12:58:02 -0000 1.1.1.5 +++ completion.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: completion.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/completion.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- completion.h 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ completion.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: conf.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/conf.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- conf.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ conf.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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: conf.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/conf.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- conf.h 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ conf.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: editor.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/editor.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- editor.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ editor.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: editor.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/editor.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- editor.h 22 Sep 2005 12:58:02 -0000 1.1.1.4 +++ editor.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: markerwidget.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/markerwidget.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- markerwidget.cpp 22 Sep 2005 12:58:02 -0000 1.1.1.4 +++ markerwidget.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: markerwidget.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/markerwidget.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- markerwidget.h 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ markerwidget.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: paragdata.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/paragdata.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- paragdata.h 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ paragdata.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: parenmatcher.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/parenmatcher.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- parenmatcher.cpp 22 Sep 2005 12:58:02 -0000 1.1.1.4 +++ parenmatcher.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: parenmatcher.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/parenmatcher.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- parenmatcher.h 22 Sep 2005 12:58:02 -0000 1.1.1.4 +++ parenmatcher.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: preferences.ui.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/preferences.ui.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- preferences.ui.h 22 Sep 2005 12:58:02 -0000 1.1.1.3 +++ preferences.ui.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: viewmanager.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/viewmanager.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- viewmanager.cpp 22 Sep 2005 12:58:02 -0000 1.1.1.5 +++ viewmanager.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: viewmanager.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/viewmanager.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- viewmanager.h 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ viewmanager.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: yyindent.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/editor/yyindent.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- yyindent.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.5 +++ yyindent.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** |
Update of /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/linguist/linguist Modified Files: finddialog.cpp finddialog.h listviews.cpp listviews.h main.cpp msgedit.cpp msgedit.h phrase.cpp phrase.h phrasebookbox.cpp phrasebookbox.h phraselv.cpp phraselv.h printout.cpp printout.h simtexth.cpp simtexth.h statistics.ui.h trwindow.cpp trwindow.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: finddialog.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/finddialog.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- finddialog.cpp 22 Sep 2005 12:58:52 -0000 1.1.1.4 +++ finddialog.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: finddialog.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/finddialog.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- finddialog.h 22 Sep 2005 12:58:51 -0000 1.1.1.4 +++ finddialog.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: listviews.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/listviews.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- listviews.cpp 22 Sep 2005 12:58:53 -0000 1.1.1.4 +++ listviews.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: listviews.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/listviews.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- listviews.h 22 Sep 2005 12:58:51 -0000 1.1.1.4 +++ listviews.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/main.cpp,v retrieving revision 1.1.1.9 retrieving revision 1.2 diff -u -r1.1.1.9 -r1.2 --- main.cpp 22 Sep 2005 12:58:52 -0000 1.1.1.9 +++ main.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** @@ -47,6 +47,7 @@ bool showSplash = TRUE; +/* obsolate code QString keybase("/Qt Linguist/3.1/"); QSettings config; config.insertSearchPath( QSettings::Windows, "/Trolltech" ); @@ -56,7 +57,7 @@ r.setY( config.readNumEntry( keybase + "Geometry/MainwindowY", r.y() ) ); r.setWidth( config.readNumEntry( keybase + "Geometry/MainwindowWidth", r.width() ) ); r.setHeight( config.readNumEntry( keybase + "Geometry/MainwindowHeight", r.height() ) ); - +*/ QSplashScreen *splash = 0; if ( showSplash ) { splash = new QSplashScreen( QPixmap::fromMimeSource("splash.png"), @@ -70,6 +71,14 @@ if ( app.argc() > 1 ) tw->openFile( QString(app.argv()[app.argc() - 1]) ); + //<-- this is duplicated from trwindow.cpp and should be moved to there + QString keybase( "/Qt Linguist/" + + QString::number( (QT_VERSION >> 16) & 0xff ) + + "." + QString::number( (QT_VERSION >> 8) & 0xff ) + "/" ); + QSettings config; + + config.insertSearchPath( QSettings::Windows, "/Trolltech" ); + //--> if ( config.readBoolEntry( keybase + "Geometry/MainwindowMaximized", FALSE ) ) tw->showMaximized(); else Index: msgedit.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/msgedit.cpp,v retrieving revision 1.1.1.9 retrieving revision 1.2 diff -u -r1.1.1.9 -r1.2 --- msgedit.cpp 22 Sep 2005 12:58:53 -0000 1.1.1.9 +++ msgedit.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: msgedit.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/msgedit.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- msgedit.h 22 Sep 2005 12:58:52 -0000 1.1.1.4 +++ msgedit.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: phrase.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/phrase.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- phrase.cpp 22 Sep 2005 12:58:53 -0000 1.1.1.5 +++ phrase.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** @@ -37,8 +37,8 @@ static QString protect( const QString& str ) { QString p = str; - p.replace( "&", "&" ); p.replace( "\"", """ ); + p.replace( "&", "&" ); p.replace( ">", ">" ); p.replace( "<", "<" ); p.replace( "'", "'" ); Index: phrase.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/phrase.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- phrase.h 22 Sep 2005 12:58:52 -0000 1.1.1.4 +++ phrase.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: phrasebookbox.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/phrasebookbox.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- phrasebookbox.cpp 22 Sep 2005 12:58:53 -0000 1.1.1.4 +++ phrasebookbox.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: phrasebookbox.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/phrasebookbox.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- phrasebookbox.h 22 Sep 2005 12:58:53 -0000 1.1.1.4 +++ phrasebookbox.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: phraselv.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/phraselv.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- phraselv.cpp 22 Sep 2005 12:58:53 -0000 1.1.1.4 +++ phraselv.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: phraselv.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/phraselv.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- phraselv.h 22 Sep 2005 12:58:53 -0000 1.1.1.4 +++ phraselv.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: printout.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/printout.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- printout.cpp 22 Sep 2005 12:58:52 -0000 1.1.1.4 +++ printout.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: printout.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/printout.h,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- printout.h 22 Sep 2005 12:58:53 -0000 1.1.1.5 +++ printout.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: simtexth.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/simtexth.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- simtexth.cpp 22 Sep 2005 12:58:50 -0000 1.1.1.5 +++ simtexth.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: simtexth.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/simtexth.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- simtexth.h 22 Sep 2005 12:58:52 -0000 1.1.1.4 +++ simtexth.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: statistics.ui.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/statistics.ui.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- statistics.ui.h 22 Sep 2005 12:58:53 -0000 1.1.1.2 +++ statistics.ui.h 23 Sep 2005 09:40:32 -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 Qt Linguist. ** Index: trwindow.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/trwindow.cpp,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- trwindow.cpp 22 Sep 2005 12:58:52 -0000 1.1.1.6 +++ trwindow.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** Index: trwindow.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/linguist/linguist/trwindow.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- trwindow.h 22 Sep 2005 12:58:52 -0000 1.1.1.4 +++ trwindow.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Linguist. ** |
From: Christian E. <che...@us...> - 2005-09-23 09:40:49
|
Update of /cvsroot/kde-cygwin/qt-3/tools/designer/uilib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/designer/uilib Modified Files: qwidgetfactory.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: qwidgetfactory.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/uilib/qwidgetfactory.h,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- qwidgetfactory.h 22 Sep 2005 12:58:02 -0000 1.1.1.5 +++ qwidgetfactory.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** |
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. ** |
From: Christian E. <che...@us...> - 2005-09-23 09:40:48
|
Update of /cvsroot/kde-cygwin/qt-3/tools/qvfb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/qvfb Modified Files: LICENSE.GPL gammaview.h main.cpp qanimationwriter.cpp qanimationwriter.h qvfb.cpp qvfb.h qvfbratedlg.cpp qvfbratedlg.h qvfbview.cpp qvfbview.h skin.cpp skin.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: LICENSE.GPL =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qvfb/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:39 -0000 1.1.1.3 +++ LICENSE.GPL 23 Sep 2005 09:40:32 -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. Index: gammaview.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qvfb/gammaview.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- gammaview.h 22 Sep 2005 12:57:39 -0000 1.1.1.3 +++ gammaview.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded virtual framebuffer. ** Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qvfb/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:57:38 -0000 1.1.1.3 +++ main.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded virtual framebuffer. ** Index: qanimationwriter.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qvfb/qanimationwriter.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- qanimationwriter.cpp 22 Sep 2005 12:57:39 -0000 1.1.1.3 +++ qanimationwriter.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded virtual framebuffer. ** Index: qanimationwriter.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qvfb/qanimationwriter.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- qanimationwriter.h 22 Sep 2005 12:57:38 -0000 1.1.1.3 +++ qanimationwriter.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded virtual framebuffer. ** Index: qvfb.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qvfb/qvfb.cpp,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- qvfb.cpp 22 Sep 2005 12:57:39 -0000 1.1.1.6 +++ qvfb.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded virtual framebuffer. ** @@ -230,7 +230,7 @@ "<p><b><font size=+2>Qt/Embedded Virtual " + platform + " Framebuffer</font></b></p>" "<p></p>" "<p>Version 1.0</p>" - "<p>Copyright (C) 2001-2005 Trolltech AS. All rights reserved.</p>" + "<p>Copyright (C) 2001-2002 Trolltech AS. All rights reserved.</p>" "<p></p>" "<p>This program is licensed to you under the terms of the GNU General " "Public License Version 2 as published by the Free Software Foundation. This " Index: qvfb.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qvfb/qvfb.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- qvfb.h 22 Sep 2005 12:57:39 -0000 1.1.1.4 +++ qvfb.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded virtual framebuffer. ** Index: qvfbratedlg.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qvfb/qvfbratedlg.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- qvfbratedlg.cpp 22 Sep 2005 12:57:38 -0000 1.1.1.3 +++ qvfbratedlg.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded virtual framebuffer. ** Index: qvfbratedlg.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qvfb/qvfbratedlg.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- qvfbratedlg.h 22 Sep 2005 12:57:38 -0000 1.1.1.3 +++ qvfbratedlg.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded virtual framebuffer. ** Index: qvfbview.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qvfb/qvfbview.cpp,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- qvfbview.cpp 22 Sep 2005 12:57:38 -0000 1.1.1.6 +++ qvfbview.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded virtual framebuffer. ** Index: qvfbview.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qvfb/qvfbview.h,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- qvfbview.h 22 Sep 2005 12:57:43 -0000 1.1.1.6 +++ qvfbview.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded virtual framebuffer. ** Index: skin.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qvfb/skin.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- skin.cpp 22 Sep 2005 12:57:38 -0000 1.1.1.3 +++ skin.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded virtual framebuffer. ** Index: skin.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qvfb/skin.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- skin.h 22 Sep 2005 12:57:39 -0000 1.1.1.3 +++ skin.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded virtual framebuffer. ** |
From: Christian E. <che...@us...> - 2005-09-23 09:40:48
|
Update of /cvsroot/kde-cygwin/qt-3/tools/qconfig In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/qconfig Modified Files: LICENSE.GPL main.cpp main.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: LICENSE.GPL =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qconfig/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:58:44 -0000 1.1.1.3 +++ LICENSE.GPL 23 Sep 2005 09:40:32 -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. Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qconfig/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:58:43 -0000 1.1.1.4 +++ main.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1999-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1999-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded. ** @@ -677,7 +677,7 @@ "<p><b><font size=+2>Qt/Embedded build configuration</font></b></p>" "<p></p>" "<p>Version 1.0</p>" - "<p>Copyright (C) 2001-2005 Trolltech AS. All rights reserved.</p>" + "<p>Copyright (C) 2001-2002 Trolltech AS. All rights reserved.</p>" "<p></p>" "<p>This program is licensed to you under the terms of the GNU General " "Public License Version 2 as published by the Free Software Foundation. This " Index: main.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qconfig/main.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- main.h 22 Sep 2005 12:58:43 -0000 1.1.1.3 +++ main.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1999-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1999-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded. ** |
From: Christian E. <che...@us...> - 2005-09-23 09:40:45
|
Update of /cvsroot/kde-cygwin/qt-3/tools/qtconfig In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/qtconfig Modified Files: LICENSE.GPL colorbutton.cpp colorbutton.h main.cpp mainwindow.h paletteeditoradvanced.cpp paletteeditoradvanced.h previewframe.cpp previewframe.h previewwidget.cpp previewwidget.h qtconfig.pro 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/qtconfig/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:56 -0000 1.1.1.3 +++ LICENSE.GPL 23 Sep 2005 09:40:32 -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. Index: colorbutton.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qtconfig/colorbutton.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- colorbutton.cpp 22 Sep 2005 12:57:56 -0000 1.1.1.3 +++ colorbutton.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Configuration. ** Index: colorbutton.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qtconfig/colorbutton.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- colorbutton.h 22 Sep 2005 12:57:56 -0000 1.1.1.3 +++ colorbutton.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Configuration. ** Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qtconfig/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:57:56 -0000 1.1.1.3 +++ main.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Configuration. ** Index: mainwindow.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qtconfig/mainwindow.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- mainwindow.h 22 Sep 2005 12:57:56 -0000 1.1.1.3 +++ mainwindow.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Configuration. ** Index: paletteeditoradvanced.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qtconfig/paletteeditoradvanced.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- paletteeditoradvanced.cpp 22 Sep 2005 12:57:57 -0000 1.1.1.3 +++ paletteeditoradvanced.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Configuration. ** Index: paletteeditoradvanced.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qtconfig/paletteeditoradvanced.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- paletteeditoradvanced.h 22 Sep 2005 12:57:56 -0000 1.1.1.3 +++ paletteeditoradvanced.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Configuration. ** Index: previewframe.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qtconfig/previewframe.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- previewframe.cpp 22 Sep 2005 12:57:56 -0000 1.1.1.3 +++ previewframe.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Configuration. ** Index: previewframe.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qtconfig/previewframe.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- previewframe.h 22 Sep 2005 12:57:56 -0000 1.1.1.3 +++ previewframe.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Configuration. ** Index: previewwidget.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qtconfig/previewwidget.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- previewwidget.cpp 22 Sep 2005 12:57:56 -0000 1.1.1.3 +++ previewwidget.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Configuration. ** Index: previewwidget.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qtconfig/previewwidget.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- previewwidget.h 22 Sep 2005 12:57:56 -0000 1.1.1.3 +++ previewwidget.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Configuration. ** Index: qtconfig.pro =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qtconfig/qtconfig.pro,v retrieving revision 1.1.1.9 retrieving revision 1.2 diff -u -r1.1.1.9 -r1.2 --- qtconfig.pro 22 Sep 2005 12:57:57 -0000 1.1.1.9 +++ qtconfig.pro 23 Sep 2005 09:40:32 -0000 1.2 @@ -15,4 +15,5 @@ INSTALLS += target INCLUDEPATH += . DBFILE = qtconfig.db -REQUIRES=full-config nocrosscompiler !win32* +REQUIRES=full-config nocrosscompiler +win32:RC_FILE = qtconfig.rc |
From: Christian E. <che...@us...> - 2005-09-23 09:40:45
|
Update of /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/glade In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/designer/plugins/glade Modified Files: glade2ui.cpp glade2ui.h 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: glade2ui.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/glade/glade2ui.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- glade2ui.cpp 22 Sep 2005 12:58:36 -0000 1.1.1.4 +++ glade2ui.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -2,7 +2,7 @@ ** ** Converts a Glade .glade file into a .ui file. ** -** 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: glade2ui.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/glade/glade2ui.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- glade2ui.h 22 Sep 2005 12:58:36 -0000 1.1.1.3 +++ glade2ui.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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/glade/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:58:36 -0000 1.1.1.3 +++ main.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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** |
Update of /cvsroot/kde-cygwin/qt-3/tools/designer/designer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/designer/designer Modified Files: actiondnd.h actioneditorimpl.cpp actioneditorimpl.h actionlistview.cpp actionlistview.h asciivalidator.cpp asciivalidator.h command.h configtoolboxdialog.ui.h connectionitems.cpp connectionitems.h connectiontable.cpp connectiontable.h customwidgeteditorimpl.cpp customwidgeteditorimpl.h database.cpp database.h database2.h dbconnectionimpl.cpp dbconnectionimpl.h dbconnectionsimpl.cpp dbconnectionsimpl.h defs.cpp defs.h designerapp.cpp designerappiface.cpp designerappiface.h editfunctionsimpl.cpp editfunctionsimpl.h filechooser.cpp filechooser.h finddialog.ui.h formsettingsimpl.cpp formsettingsimpl.h formwindow.h gotolinedialog.ui.h hierarchyview.cpp hierarchyview.h iconvieweditorimpl.cpp iconvieweditorimpl.h listboxdnd.cpp listboxdnd.h listboxeditorimpl.cpp listboxeditorimpl.h listboxrename.cpp listboxrename.h listdnd.cpp listdnd.h listviewdnd.cpp listviewdnd.h listvieweditorimpl.cpp listvieweditorimpl.h menubareditor.cpp menubareditor.h multilineeditorimpl.cpp multilineeditorimpl.h newformimpl.cpp newformimpl.h orderindicator.cpp orderindicator.h outputwindow.cpp outputwindow.h paletteeditoradvancedimpl.cpp paletteeditoradvancedimpl.h paletteeditorimpl.cpp paletteeditorimpl.h pixmapchooser.cpp pixmapchooser.h pixmapcollection.h pixmapcollectioneditor.ui.h popupmenueditor.cpp popupmenueditor.h previewframe.cpp previewframe.h previewwidgetimpl.cpp previewwidgetimpl.h project.h projectsettingsimpl.cpp projectsettingsimpl.h propertyeditor.cpp propertyeditor.h propertyobject.cpp qcompletionedit.cpp qcompletionedit.h replacedialog.ui.h resource.h sizehandle.cpp sizehandle.h sourceeditor.cpp sourceeditor.h sourcefile.cpp sourcefile.h startdialogimpl.h styledbutton.cpp styledbutton.h syntaxhighlighter_html.cpp syntaxhighlighter_html.h tableeditorimpl.cpp tableeditorimpl.h timestamp.cpp timestamp.h variabledialogimpl.cpp variabledialogimpl.h widgetaction.cpp widgetaction.h widgetfactory.cpp widgetfactory.h wizardeditorimpl.cpp wizardeditorimpl.h workspace.cpp workspace.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: actiondnd.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/actiondnd.h,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- actiondnd.h 22 Sep 2005 12:58:15 -0000 1.1.1.5 +++ actiondnd.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: actioneditorimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/actioneditorimpl.cpp,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- actioneditorimpl.cpp 22 Sep 2005 12:58:06 -0000 1.1.1.6 +++ actioneditorimpl.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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: actioneditorimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/actioneditorimpl.h,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- actioneditorimpl.h 22 Sep 2005 12:58:15 -0000 1.1.1.5 +++ actioneditorimpl.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: actionlistview.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/actionlistview.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- actionlistview.cpp 22 Sep 2005 12:58:15 -0000 1.1.1.5 +++ actionlistview.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: actionlistview.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/actionlistview.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- actionlistview.h 22 Sep 2005 12:58:04 -0000 1.1.1.3 +++ actionlistview.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: asciivalidator.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/asciivalidator.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- asciivalidator.cpp 22 Sep 2005 12:58:21 -0000 1.1.1.3 +++ asciivalidator.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: asciivalidator.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/asciivalidator.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- asciivalidator.h 22 Sep 2005 12:58:12 -0000 1.1.1.3 +++ asciivalidator.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: command.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/command.h,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- command.h 22 Sep 2005 12:58:09 -0000 1.1.1.6 +++ command.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: configtoolboxdialog.ui.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/configtoolboxdialog.ui.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- configtoolboxdialog.ui.h 22 Sep 2005 12:58:14 -0000 1.1.1.3 +++ configtoolboxdialog.ui.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: connectionitems.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/connectionitems.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- connectionitems.cpp 22 Sep 2005 12:58:11 -0000 1.1.1.4 +++ connectionitems.cpp 23 Sep 2005 09:40:31 -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 Qt Designer. ** Index: connectionitems.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/connectionitems.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- connectionitems.h 22 Sep 2005 12:58:14 -0000 1.1.1.3 +++ connectionitems.h 23 Sep 2005 09:40:31 -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 Qt Designer. ** Index: connectiontable.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/connectiontable.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- connectiontable.cpp 22 Sep 2005 12:58:15 -0000 1.1.1.3 +++ connectiontable.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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: connectiontable.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/connectiontable.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- connectiontable.h 22 Sep 2005 12:58:17 -0000 1.1.1.3 +++ connectiontable.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: customwidgeteditorimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/customwidgeteditorimpl.cpp,v retrieving revision 1.1.1.10 retrieving revision 1.2 diff -u -r1.1.1.10 -r1.2 --- customwidgeteditorimpl.cpp 22 Sep 2005 12:58:17 -0000 1.1.1.10 +++ customwidgeteditorimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: customwidgeteditorimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/customwidgeteditorimpl.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- customwidgeteditorimpl.h 22 Sep 2005 12:58:17 -0000 1.1.1.3 +++ customwidgeteditorimpl.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: database.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/database.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- database.cpp 22 Sep 2005 12:58:17 -0000 1.1.1.3 +++ database.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: database.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/database.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- database.h 22 Sep 2005 12:58:15 -0000 1.1.1.3 +++ database.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: database2.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/database2.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- database2.h 22 Sep 2005 12:58:12 -0000 1.1.1.3 +++ database2.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: dbconnectionimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/dbconnectionimpl.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- dbconnectionimpl.cpp 22 Sep 2005 12:58:17 -0000 1.1.1.3 +++ dbconnectionimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: dbconnectionimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/dbconnectionimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- dbconnectionimpl.h 22 Sep 2005 12:58:15 -0000 1.1.1.4 +++ dbconnectionimpl.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: dbconnectionsimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/dbconnectionsimpl.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- dbconnectionsimpl.cpp 22 Sep 2005 12:58:16 -0000 1.1.1.4 +++ dbconnectionsimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: dbconnectionsimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/dbconnectionsimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- dbconnectionsimpl.h 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ dbconnectionsimpl.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: defs.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/defs.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- defs.cpp 22 Sep 2005 12:58:15 -0000 1.1.1.4 +++ defs.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: defs.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/defs.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- defs.h 22 Sep 2005 12:58:15 -0000 1.1.1.4 +++ defs.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: designerapp.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/designerapp.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- designerapp.cpp 22 Sep 2005 12:58:09 -0000 1.1.1.4 +++ designerapp.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: designerappiface.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/designerappiface.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- designerappiface.cpp 22 Sep 2005 12:58:19 -0000 1.1.1.4 +++ designerappiface.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: designerappiface.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/designerappiface.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- designerappiface.h 22 Sep 2005 12:58:21 -0000 1.1.1.4 +++ designerappiface.h 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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: editfunctionsimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/editfunctionsimpl.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- editfunctionsimpl.cpp 22 Sep 2005 12:58:14 -0000 1.1.1.5 +++ editfunctionsimpl.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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: editfunctionsimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/editfunctionsimpl.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- editfunctionsimpl.h 22 Sep 2005 12:58:11 -0000 1.1.1.3 +++ editfunctionsimpl.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: filechooser.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/filechooser.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- filechooser.cpp 22 Sep 2005 12:58:11 -0000 1.1.1.4 +++ filechooser.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: filechooser.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/filechooser.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- filechooser.h 22 Sep 2005 12:58:07 -0000 1.1.1.4 +++ filechooser.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: finddialog.ui.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/finddialog.ui.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- finddialog.ui.h 22 Sep 2005 12:58:11 -0000 1.1.1.4 +++ finddialog.ui.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: formsettingsimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/formsettingsimpl.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- formsettingsimpl.cpp 22 Sep 2005 12:58:18 -0000 1.1.1.5 +++ formsettingsimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: formsettingsimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/formsettingsimpl.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- formsettingsimpl.h 22 Sep 2005 12:58:15 -0000 1.1.1.3 +++ formsettingsimpl.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: formwindow.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/formwindow.h,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- formwindow.h 22 Sep 2005 12:58:14 -0000 1.1.1.5 +++ formwindow.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: gotolinedialog.ui.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/gotolinedialog.ui.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- gotolinedialog.ui.h 22 Sep 2005 12:58:18 -0000 1.1.1.4 +++ gotolinedialog.ui.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: hierarchyview.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/hierarchyview.cpp,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- hierarchyview.cpp 22 Sep 2005 12:58:17 -0000 1.1.1.6 +++ hierarchyview.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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: hierarchyview.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/hierarchyview.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- hierarchyview.h 22 Sep 2005 12:58:18 -0000 1.1.1.4 +++ hierarchyview.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: iconvieweditorimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/iconvieweditorimpl.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- iconvieweditorimpl.cpp 22 Sep 2005 12:58:07 -0000 1.1.1.4 +++ iconvieweditorimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: iconvieweditorimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/iconvieweditorimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- iconvieweditorimpl.h 22 Sep 2005 12:58:14 -0000 1.1.1.4 +++ iconvieweditorimpl.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: listboxdnd.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/listboxdnd.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- listboxdnd.cpp 22 Sep 2005 12:58:09 -0000 1.1.1.4 +++ listboxdnd.cpp 23 Sep 2005 09:40:31 -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 Qt Designer. ** Index: listboxdnd.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/listboxdnd.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- listboxdnd.h 22 Sep 2005 12:58:12 -0000 1.1.1.3 +++ listboxdnd.h 23 Sep 2005 09:40:31 -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 Qt Designer. ** Index: listboxeditorimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/listboxeditorimpl.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- listboxeditorimpl.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ listboxeditorimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: listboxeditorimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/listboxeditorimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- listboxeditorimpl.h 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ listboxeditorimpl.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: listboxrename.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/listboxrename.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- listboxrename.cpp 22 Sep 2005 12:58:14 -0000 1.1.1.3 +++ listboxrename.cpp 23 Sep 2005 09:40:31 -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 Qt Designer. ** Index: listboxrename.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/listboxrename.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- listboxrename.h 22 Sep 2005 12:58:07 -0000 1.1.1.3 +++ listboxrename.h 23 Sep 2005 09:40:31 -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 Qt Designer. ** Index: listdnd.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/listdnd.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- listdnd.cpp 22 Sep 2005 12:58:15 -0000 1.1.1.4 +++ listdnd.cpp 23 Sep 2005 09:40:31 -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 Qt Designer. ** Index: listdnd.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/listdnd.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- listdnd.h 22 Sep 2005 12:58:16 -0000 1.1.1.3 +++ listdnd.h 23 Sep 2005 09:40:31 -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 Qt Designer. ** Index: listviewdnd.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/listviewdnd.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- listviewdnd.cpp 22 Sep 2005 12:58:09 -0000 1.1.1.3 +++ listviewdnd.cpp 23 Sep 2005 09:40:31 -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 Qt Designer. ** Index: listviewdnd.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/listviewdnd.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- listviewdnd.h 22 Sep 2005 12:58:15 -0000 1.1.1.3 +++ listviewdnd.h 23 Sep 2005 09:40:31 -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 Qt Designer. ** Index: listvieweditorimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/listvieweditorimpl.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- listvieweditorimpl.cpp 22 Sep 2005 12:58:18 -0000 1.1.1.4 +++ listvieweditorimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: listvieweditorimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/listvieweditorimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- listvieweditorimpl.h 22 Sep 2005 12:58:15 -0000 1.1.1.4 +++ listvieweditorimpl.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: menubareditor.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/menubareditor.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- menubareditor.cpp 22 Sep 2005 12:58:18 -0000 1.1.1.3 +++ menubareditor.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2003 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: menubareditor.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/menubareditor.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- menubareditor.h 22 Sep 2005 12:58:12 -0000 1.1.1.2 +++ menubareditor.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2003 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: multilineeditorimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/multilineeditorimpl.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- multilineeditorimpl.cpp 22 Sep 2005 12:58:12 -0000 1.1.1.4 +++ multilineeditorimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: multilineeditorimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/multilineeditorimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- multilineeditorimpl.h 22 Sep 2005 12:58:07 -0000 1.1.1.4 +++ multilineeditorimpl.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: newformimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/newformimpl.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- newformimpl.cpp 22 Sep 2005 12:58:11 -0000 1.1.1.4 +++ newformimpl.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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: newformimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/newformimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- newformimpl.h 22 Sep 2005 12:58:14 -0000 1.1.1.4 +++ newformimpl.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: orderindicator.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/orderindicator.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- orderindicator.cpp 22 Sep 2005 12:58:18 -0000 1.1.1.3 +++ orderindicator.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: orderindicator.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/orderindicator.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- orderindicator.h 22 Sep 2005 12:58:04 -0000 1.1.1.4 +++ orderindicator.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: outputwindow.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/outputwindow.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- outputwindow.cpp 22 Sep 2005 12:58:15 -0000 1.1.1.5 +++ outputwindow.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2001-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: outputwindow.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/outputwindow.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- outputwindow.h 22 Sep 2005 12:58:12 -0000 1.1.1.4 +++ outputwindow.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: paletteeditoradvancedimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/paletteeditoradvancedimpl.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- paletteeditoradvancedimpl.cpp 22 Sep 2005 12:58:17 -0000 1.1.1.3 +++ paletteeditoradvancedimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: paletteeditoradvancedimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/paletteeditoradvancedimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- paletteeditoradvancedimpl.h 22 Sep 2005 12:58:15 -0000 1.1.1.4 +++ paletteeditoradvancedimpl.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: paletteeditorimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/paletteeditorimpl.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- paletteeditorimpl.cpp 22 Sep 2005 12:58:14 -0000 1.1.1.3 +++ paletteeditorimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: paletteeditorimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/paletteeditorimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- paletteeditorimpl.h 22 Sep 2005 12:58:09 -0000 1.1.1.4 +++ paletteeditorimpl.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: pixmapchooser.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/pixmapchooser.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- pixmapchooser.cpp 22 Sep 2005 12:58:15 -0000 1.1.1.5 +++ pixmapchooser.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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: pixmapchooser.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/pixmapchooser.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- pixmapchooser.h 22 Sep 2005 12:58:15 -0000 1.1.1.4 +++ pixmapchooser.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: pixmapcollection.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/pixmapcollection.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- pixmapcollection.h 22 Sep 2005 12:58:16 -0000 1.1.1.4 +++ pixmapcollection.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: pixmapcollectioneditor.ui.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/pixmapcollectioneditor.ui.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- pixmapcollectioneditor.ui.h 22 Sep 2005 12:58:18 -0000 1.1.1.4 +++ pixmapcollectioneditor.ui.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2001-2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: popupmenueditor.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/popupmenueditor.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- popupmenueditor.cpp 22 Sep 2005 12:58:19 -0000 1.1.1.3 +++ popupmenueditor.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2003 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** @@ -333,8 +333,7 @@ currentIndex = index; } item->m = this; - if (item->s) - item->s->parentMenu = this; + item->s->parentMenu = this; resizeToContents(); if ( isVisible() && parentMenu ) parentMenu->update(); // draw arrow in parent menu @@ -421,6 +420,9 @@ { int idx = ( index == -1 ? currentIndex : index ); + if ( clipboardItem && clipboardOperation == Cut ) + delete clipboardItem; + clipboardOperation = Cut; clipboardItem = itemList.at( idx ); @@ -440,6 +442,9 @@ { int idx = ( index == -1 ? currentIndex : index ); + if ( clipboardItem && clipboardOperation == Cut ) + delete clipboardItem; + clipboardOperation = Copy; clipboardItem = itemList.at( idx ); Index: popupmenueditor.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/popupmenueditor.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- popupmenueditor.h 22 Sep 2005 12:58:18 -0000 1.1.1.2 +++ popupmenueditor.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2003 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: previewframe.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/previewframe.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- previewframe.cpp 22 Sep 2005 12:58:14 -0000 1.1.1.3 +++ previewframe.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: previewframe.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/previewframe.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- previewframe.h 22 Sep 2005 12:58:12 -0000 1.1.1.4 +++ previewframe.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: previewwidgetimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/previewwidgetimpl.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- previewwidgetimpl.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.3 +++ previewwidgetimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: previewwidgetimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/previewwidgetimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- previewwidgetimpl.h 22 Sep 2005 12:58:12 -0000 1.1.1.4 +++ previewwidgetimpl.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: project.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/project.h,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- project.h 22 Sep 2005 12:58:18 -0000 1.1.1.5 +++ project.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: projectsettingsimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/projectsettingsimpl.cpp,v retrieving revision 1.1.1.7 retrieving revision 1.2 diff -u -r1.1.1.7 -r1.2 --- projectsettingsimpl.cpp 22 Sep 2005 12:58:21 -0000 1.1.1.7 +++ projectsettingsimpl.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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: projectsettingsimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/projectsettingsimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- projectsettingsimpl.h 22 Sep 2005 12:58:19 -0000 1.1.1.4 +++ projectsettingsimpl.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: propertyeditor.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/propertyeditor.cpp,v retrieving revision 1.1.1.7 retrieving revision 1.2 diff -u -r1.1.1.7 -r1.2 --- propertyeditor.cpp 22 Sep 2005 12:58:06 -0000 1.1.1.7 +++ propertyeditor.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: propertyeditor.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/propertyeditor.h,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- propertyeditor.h 22 Sep 2005 12:58:04 -0000 1.1.1.5 +++ propertyeditor.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: propertyobject.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/propertyobject.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- propertyobject.cpp 22 Sep 2005 12:58:16 -0000 1.1.1.4 +++ propertyobject.cpp 23 Sep 2005 09:40:31 -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 Qt Designer. ** Index: qcompletionedit.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/qcompletionedit.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- qcompletionedit.cpp 22 Sep 2005 12:58:18 -0000 1.1.1.4 +++ qcompletionedit.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: qcompletionedit.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/qcompletionedit.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- qcompletionedit.h 22 Sep 2005 12:58:12 -0000 1.1.1.4 +++ qcompletionedit.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: replacedialog.ui.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/replacedialog.ui.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- replacedialog.ui.h 22 Sep 2005 12:58:16 -0000 1.1.1.4 +++ replacedialog.ui.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: resource.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/resource.h,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- resource.h 22 Sep 2005 12:58:07 -0000 1.1.1.6 +++ resource.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: sizehandle.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/sizehandle.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- sizehandle.cpp 22 Sep 2005 12:58:15 -0000 1.1.1.3 +++ sizehandle.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: sizehandle.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/sizehandle.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- sizehandle.h 22 Sep 2005 12:58:06 -0000 1.1.1.3 +++ sizehandle.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: sourceeditor.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/sourceeditor.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- sourceeditor.cpp 22 Sep 2005 12:58:04 -0000 1.1.1.5 +++ sourceeditor.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: sourceeditor.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/sourceeditor.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- sourceeditor.h 22 Sep 2005 12:58:15 -0000 1.1.1.4 +++ sourceeditor.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: sourcefile.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/sourcefile.cpp,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -u -r1.1.1.5 -r1.2 --- sourcefile.cpp 22 Sep 2005 12:58:18 -0000 1.1.1.5 +++ sourcefile.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: sourcefile.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/sourcefile.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- sourcefile.h 22 Sep 2005 12:58:11 -0000 1.1.1.4 +++ sourcefile.h 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: startdialogimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/startdialogimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- startdialogimpl.h 22 Sep 2005 12:58:14 -0000 1.1.1.4 +++ startdialogimpl.h 23 Sep 2005 09:40:31 -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 Qt Designer. ** Index: styledbutton.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/designer/styledbutton.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- styledbutton.cpp 22 Sep 2005 12:58:14 -0000 1.1.1.3 +++ styledbutton.cpp 23 Sep 2005 09:40:31... [truncated message content] |
From: Christian E. <che...@us...> - 2005-09-23 09:40:44
|
Update of /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/wizards In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/designer/plugins/wizards Modified Files: mainwindowwizard.ui.h sqlformwizardimpl.cpp sqlformwizardimpl.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: mainwindowwizard.ui.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/wizards/mainwindowwizard.ui.h,v retrieving revision 1.1.1.6 retrieving revision 1.2 diff -u -r1.1.1.6 -r1.2 --- mainwindowwizard.ui.h 22 Sep 2005 12:58:37 -0000 1.1.1.6 +++ mainwindowwizard.ui.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-2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: sqlformwizardimpl.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/wizards/sqlformwizardimpl.cpp,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- sqlformwizardimpl.cpp 22 Sep 2005 12:58:37 -0000 1.1.1.3 +++ sqlformwizardimpl.cpp 23 Sep 2005 09:40:31 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2005 Trolltech AS. All rights reserved. +** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** Index: sqlformwizardimpl.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/designer/plugins/wizards/sqlformwizardimpl.h,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- sqlformwizardimpl.h 22 Sep 2005 12:58:37 -0000 1.1.1.4 +++ sqlformwizardimpl.h 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-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** |