Changeset 846 for trunk/src/plugins/graphicssystems
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 16 edited
- 15 copied
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/src/plugins/graphicssystems/graphicssystems.pro
r561 r846 8 8 !win32:!embedded:!mac:SUBDIRS += shivavg 9 9 } 10 11 12 13 -
trunk/src/plugins/graphicssystems/opengl/main.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 57 57 QStringList list; 58 58 list << QLatin1String("OpenGL") << QLatin1String("OpenGL1"); 59 #if !defined(QT_OPENGL_ES_1) && !defined(QT_OPENGL_ES_1_CL)59 #if !defined(QT_OPENGL_ES_1) 60 60 list << QLatin1String("OpenGL2"); 61 62 63 61 64 #endif 62 65 return list; … … 67 70 if (system.toLower() == QLatin1String("opengl1")) { 68 71 QGL::setPreferredPaintEngine(QPaintEngine::OpenGL); 69 return new QGLGraphicsSystem ;72 return new QGLGraphicsSystem; 70 73 } 71 74 72 #if !defined(QT_OPENGL_ES_1) && !defined(QT_OPENGL_ES_1_CL)75 #if !defined(QT_OPENGL_ES_1) 73 76 if (system.toLower() == QLatin1String("opengl2")) { 74 77 QGL::setPreferredPaintEngine(QPaintEngine::OpenGL2); 75 return new QGLGraphicsSystem ;78 return new QGLGraphicsSystem; 76 79 } 77 80 #endif 78 81 82 83 84 85 86 79 87 if (system.toLower() == QLatin1String("opengl")) 80 return new QGLGraphicsSystem ;88 return new QGLGraphicsSystem; 81 89 82 90 return 0; -
trunk/src/plugins/graphicssystems/opengl/opengl.pro
r597 r846 11 11 target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems 12 12 INSTALLS += target 13 14 -
trunk/src/plugins/graphicssystems/openvg/main.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/plugins/graphicssystems/openvg/qgraphicssystem_vg.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 43 43 #include <QtOpenVG/private/qpixmapdata_vg_p.h> 44 44 #include <QtOpenVG/private/qwindowsurface_vg_p.h> 45 46 47 48 45 49 46 50 QT_BEGIN_NAMESPACE … … 48 52 QVGGraphicsSystem::QVGGraphicsSystem() 49 53 { 54 50 55 } 51 56 … … 65 70 QWindowSurface *QVGGraphicsSystem::createWindowSurface(QWidget *widget) const 66 71 { 72 73 74 75 76 67 77 return new QVGWindowSurface(widget); 68 78 } -
trunk/src/plugins/graphicssystems/openvg/qgraphicssystem_vg_p.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/plugins/graphicssystems/shivavg/main.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/plugins/graphicssystems/shivavg/shivavggraphicssystem.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/plugins/graphicssystems/shivavg/shivavggraphicssystem.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/plugins/graphicssystems/shivavg/shivavgwindowsurface.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/plugins/graphicssystems/shivavg/shivavgwindowsurface.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/plugins/graphicssystems/trace/main.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/plugins/graphicssystems/trace/qgraphicssystem_trace.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 83 83 if (outputFile.open(QIODevice::WriteOnly)) { 84 84 QDataStream out(&outputFile); 85 out.writeBytes("qttrace", 7); 86 out << *buffer << updates; 85 out.setFloatingPointPrecision(QDataStream::SinglePrecision); 86 87 out.writeBytes("qttraceV2", 9); 88 89 uint version = 1; 90 91 out << version << *buffer << updates; 87 92 } 88 93 delete buffer; -
trunk/src/plugins/graphicssystems/trace/qgraphicssystem_trace_p.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/plugins/graphicssystems/trace/trace.pro
r597 r846 6 6 7 7 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems 8 8 9 9 10 SOURCES = main.cpp qgraphicssystem_trace.cpp
Note:
See TracChangeset
for help on using the changeset viewer.