OSDN Git Service

Initial import of the GLSL editor plug-in.
authorRoberto Raggi <roberto.raggi@nokia.com>
Wed, 10 Nov 2010 13:01:09 +0000 (14:01 +0100)
committerRoberto Raggi <roberto.raggi@nokia.com>
Wed, 10 Nov 2010 14:46:41 +0000 (15:46 +0100)
commitf6eeed0372c706483809caed181c5d9e879fad91
treebeee6fccc365d77b632e016db83a2290b01c7d66
parentbc70a688177ed1afe9364ac99afa5321660440c6
Initial import of the GLSL editor plug-in.
21 files changed:
src/libs/glsl/glsl.pri [new file with mode: 0644]
src/plugins/glsleditor/GLSLEditor.mimetypes.xml [new file with mode: 0644]
src/plugins/glsleditor/GLSLEditor.pluginspec.in [new file with mode: 0644]
src/plugins/glsleditor/glsleditor.cpp [new file with mode: 0644]
src/plugins/glsleditor/glsleditor.h [new file with mode: 0644]
src/plugins/glsleditor/glsleditor.pri [new file with mode: 0644]
src/plugins/glsleditor/glsleditor.pro [new file with mode: 0644]
src/plugins/glsleditor/glsleditor.qrc [new file with mode: 0644]
src/plugins/glsleditor/glsleditor_dependencies.pri [new file with mode: 0644]
src/plugins/glsleditor/glsleditor_global.h [new file with mode: 0644]
src/plugins/glsleditor/glsleditoractionhandler.cpp [new file with mode: 0644]
src/plugins/glsleditor/glsleditoractionhandler.h [new file with mode: 0644]
src/plugins/glsleditor/glsleditorconstants.h [new file with mode: 0644]
src/plugins/glsleditor/glsleditoreditable.cpp [new file with mode: 0644]
src/plugins/glsleditor/glsleditoreditable.h [new file with mode: 0644]
src/plugins/glsleditor/glsleditorfactory.cpp [new file with mode: 0644]
src/plugins/glsleditor/glsleditorfactory.h [new file with mode: 0644]
src/plugins/glsleditor/glsleditorplugin.cpp [new file with mode: 0644]
src/plugins/glsleditor/glsleditorplugin.h [new file with mode: 0644]
src/plugins/glsleditor/images/glslfile.png [new file with mode: 0644]
src/plugins/plugins.pro