Changeset 846 for trunk/tools/qtestlib
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/qtestlib/qtestlib.pro
r561 r846 1 1 TEMPLATE = subdirs 2 !wince*: SUBDIRS += updater chart2 !wince*: SUBDIRS += updater 3 3 wince*: contains(QT_CONFIG, cetest): SUBDIRS += wince 4 4 CONFIG += ordered -
trunk/tools/qtestlib/updater/main.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetcpsync/main.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetcpsync/qtcesterconnection.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetcpsync/qtcesterconnection.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetcpsync/remoteconnection.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetcpsync/remoteconnection.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetcpsyncserver/commands.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetcpsyncserver/commands.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetcpsyncserver/connectionmanager.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetcpsyncserver/connectionmanager.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetcpsyncserver/main.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetcpsyncserver/transfer_global.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetest/activesyncconnection.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 248 248 249 249 if (!readUntilEnd) { 250 debugOutput(QString::fromLatin1(" an error occur ed during copy"), 2);250 debugOutput(QString::fromLatin1(" an error occurred during copy"), 2); 251 251 return false; 252 252 } -
trunk/tools/qtestlib/wince/cetest/activesyncconnection.h
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetest/cetcpsyncconnection.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 199 199 return result; 200 200 } 201 202 bool CeTcpSyncConnection::resetDevice() 203 { 204 qWarning("CeTcpSyncConnection::resetDevice not implemented"); 205 return false; 206 } 207 208 bool CeTcpSyncConnection::toggleDevicePower(int *returnValue) 209 { 210 Q_UNUSED(returnValue); 211 qWarning("CeTcpSyncConnection::toggleDevicePower not implemented"); 212 return false; 213 } 214 215 bool CeTcpSyncConnection::setDeviceAwake(bool activate, int *returnValue) 216 { 217 Q_UNUSED(activate); 218 Q_UNUSED(returnValue); 219 qWarning("CeTcpSyncConnection::setDeviceAwake not implemented"); 220 return false; 221 } -
trunk/tools/qtestlib/wince/cetest/cetcpsyncconnection.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 76 76 77 77 bool execute(QString program, QString arguments = QString(), int timeout = -1, int *returnValue = NULL); 78 bool resetDevice(); 79 bool toggleDevicePower(int *returnValue = NULL); 80 bool setDeviceAwake(bool activate, int *returnValue = NULL); 78 81 private: 79 82 bool connected; -
trunk/tools/qtestlib/wince/cetest/cetest.pro
r769 r846 37 37 remoteconnection.cpp \ 38 38 deployment.cpp \ 39 symbian/epocroot.cpp \40 windows/registry.cpp \41 39 main.cpp 42 40 -
trunk/tools/qtestlib/wince/cetest/deployment.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetest/deployment.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetest/main.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 284 284 return -1; 285 285 } 286 // Check w ether the project is still in debug/release mode after reading286 // Check whether the project is still in debug/release mode after reading 287 287 // If .pro specifies to be one mode only, we need to accept this 288 if (project.isActiveConfig("debug") )288 if (project.isActiveConfig("debug") && !project.isActiveConfig("release")) { 289 289 TestConfiguration::testDebug = true; 290 else 290 debugOutput("ActiveConfig: debug only in .pro.", 1); 291 } 292 if (!project.isActiveConfig("debug") && project.isActiveConfig("release")) { 291 293 TestConfiguration::testDebug = false; 294 debugOutput("ActiveConfig: release only in .pro.", 1); 295 } 292 296 293 297 // determine what is the real mkspec to use if the default mkspec is being used -
trunk/tools/qtestlib/wince/cetest/qmake_include.pri
r769 r846 6 6 $$QT_SOURCE_TREE/qmake/project.cpp \ 7 7 $$QT_SOURCE_TREE/qmake/property.cpp \ 8 $$QT_SOURCE_TREE/qmake/generators/metamakefile.cpp \ 8 9 $$QT_SOURCE_TREE/qmake/generators/symbian/initprojectdeploy_symbian.cpp \ 9 10 $$QT_SOURCE_TREE/tools/shared/symbian/epocroot.cpp \ 10 11 $$QT_SOURCE_TREE/tools/shared/windows/registry.cpp 11 12 13 DEFINES += QT_QMAKE_PARSER_ONLY -
trunk/tools/qtestlib/wince/cetest/remoteconnection.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/cetest/remoteconnection.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/remotelib/commands.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/tools/qtestlib/wince/remotelib/commands.h
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com)
Note:
See TracChangeset
for help on using the changeset viewer.