[libqglviewer] 01/07: Merge tag 'upstream/2.4.0'

Anton Gladky gladk at alioth.debian.org
Mon Oct 7 16:22:49 UTC 2013


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository libqglviewer.

commit c531fe11e371f5f371e9dc149583e8cdcfb9c956
Merge: 1bf1ca4 c81b1f0
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed Sep 4 21:41:38 2013 +0200

    Merge tag 'upstream/2.4.0'
    
    Upstream version 2.4.0

 CHANGELOG                                          |    2 +-
 INSTALL                                            |    5 +-
 LICENCE                                            |    2 +-
 QGLViewer/._QGLViewer.pro                          |  Bin 187 -> 0 bytes
 .../{ImageInterface.Qt4.ui => ImageInterface.ui}   |    4 -
 QGLViewer/QGLViewer.pro                            |   85 +-
 QGLViewer/VRender/AxisAlignedBox.h                 |    4 +-
 QGLViewer/VRender/BSPSortMethod.cpp                |    4 +-
 QGLViewer/VRender/BackFaceCullingOptimizer.cpp     |    4 +-
 QGLViewer/VRender/EPSExporter.cpp                  |    4 +-
 QGLViewer/VRender/Exporter.cpp                     |    4 +-
 QGLViewer/VRender/Exporter.h                       |    4 +-
 QGLViewer/VRender/FIGExporter.cpp                  |    4 +-
 QGLViewer/VRender/NVector3.cpp                     |    4 +-
 QGLViewer/VRender/NVector3.h                       |    4 +-
 QGLViewer/VRender/Optimizer.h                      |    4 +-
 QGLViewer/VRender/ParserGL.cpp                     |    4 +-
 QGLViewer/VRender/ParserGL.h                       |    4 +-
 QGLViewer/VRender/Primitive.cpp                    |    4 +-
 QGLViewer/VRender/Primitive.h                      |    4 +-
 QGLViewer/VRender/PrimitivePositioning.cpp         |    4 +-
 QGLViewer/VRender/PrimitivePositioning.h           |    4 +-
 QGLViewer/VRender/SortMethod.h                     |    4 +-
 QGLViewer/VRender/TopologicalSortMethod.cpp        |    4 +-
 QGLViewer/VRender/Types.h                          |    4 +-
 QGLViewer/VRender/VRender.cpp                      |    4 +-
 QGLViewer/VRender/VRender.h                        |    4 +-
 QGLViewer/VRender/Vector2.cpp                      |    4 +-
 QGLViewer/VRender/Vector2.h                        |    4 +-
 QGLViewer/VRender/Vector3.cpp                      |    4 +-
 QGLViewer/VRender/Vector3.h                        |    4 +-
 QGLViewer/VRender/VisibilityOptimizer.cpp          |    4 +-
 QGLViewer/VRender/gpc.cpp                          |    4 +-
 QGLViewer/VRender/gpc.h                            |    4 +-
 ...VRenderInterface.Qt4.ui => VRenderInterface.ui} |    0
 QGLViewer/camera.cpp                               |    4 +-
 QGLViewer/camera.h                                 |    8 +-
 QGLViewer/config.h                                 |    7 +-
 QGLViewer/constraint.cpp                           |    4 +-
 QGLViewer/constraint.h                             |    4 +-
 QGLViewer/domUtils.h                               |    8 +-
 QGLViewer/frame.cpp                                |    4 +-
 QGLViewer/frame.h                                  |    4 +-
 QGLViewer/keyFrameInterpolator.cpp                 |    4 +-
 QGLViewer/keyFrameInterpolator.h                   |    4 +-
 QGLViewer/manipulatedCameraFrame.cpp               |    4 +-
 QGLViewer/manipulatedCameraFrame.h                 |    4 +-
 QGLViewer/manipulatedFrame.cpp                     |    6 +-
 QGLViewer/manipulatedFrame.h                       |    4 +-
 QGLViewer/mouseGrabber.cpp                         |    4 +-
 QGLViewer/mouseGrabber.h                           |    4 +-
 QGLViewer/qglviewer.cpp                            |  206 +--
 QGLViewer/qglviewer.h                              |   87 +-
 QGLViewer/quaternion.cpp                           |    4 +-
 QGLViewer/quaternion.h                             |    4 +-
 QGLViewer/saveSnapshot.cpp                         |   10 +-
 QGLViewer/vec.cpp                                  |    4 +-
 QGLViewer/vec.h                                    |    4 +-
 README                                             |    4 +-
 designerPlugin/designerPlugin.pro                  |   34 +-
 designerPlugin/designerplugindescription.json      |    1 +
 designerPlugin/qglviewerPlugin.Qt3.cpp             |    4 +-
 designerPlugin/qglviewerPlugin.Qt3.h               |    4 +-
 ...qglviewerPlugin.Qt4.cpp => qglviewerPlugin.cpp} |   10 +-
 .../{qglviewerPlugin.Qt4.h => qglviewerPlugin.h}   |    7 +-
 doc/._compilation.html                             |  Bin 184 -> 0 bytes
 doc/._index.html                                   |  Bin 187 -> 0 bytes
 doc/._installUnix.html                             |  Bin 187 -> 0 bytes
 doc/changeLog-1.html                               |    2 +-
 doc/changeLog.html                                 |   10 +-
 doc/commercial.html                                |    2 +-
 doc/compilation.html                               |   16 +-
 doc/developer.html                                 |    2 +-
 doc/download.html                                  |    2 +-
 doc/download_statistics.html                       |    2 +-
 doc/dualLicensing.html                             |    2 +-
 doc/examples/animation.html                        |    2 +-
 doc/examples/callback.html                         |    2 +-
 doc/examples/cameraLight.html                      |    2 +-
 doc/examples/clippingPlane.html                    |    2 +-
 doc/examples/constrainedCamera.html                |    2 +-
 doc/examples/constrainedFrame.html                 |    8 +-
 doc/examples/contribs.html                         |    2 +-
 doc/examples/drawLight.html                        |    2 +-
 doc/examples/fastDraw.html                         |    2 +-
 doc/examples/frameTransform.html                   |    2 +-
 doc/examples/frustumCulling.html                   |    2 +-
 doc/examples/index.html                            |    2 +-
 doc/examples/interface.html                        |    4 +-
 doc/examples/keyFrames.html                        |    2 +-
 doc/examples/keyboardAndMouse.html                 |    8 +-
 doc/examples/luxo.html                             |    6 +-
 doc/examples/manipulatedFrame.html                 |    2 +-
 doc/examples/mouseGrabber.html                     |    2 +-
 doc/examples/multiSelect.html                      |    2 +-
 doc/examples/multiView.html                        |    2 +-
 doc/examples/overpainting.html                     |    2 +-
 doc/examples/screenCoordSystem.html                |    2 +-
 doc/examples/select.html                           |    2 +-
 doc/examples/simpleViewer.html                     |    2 +-
 doc/examples/standardCamera.html                   |    2 +-
 doc/examples/stereoViewer.html                     |    2 +-
 doc/faq.html                                       |    2 +-
 doc/features.html                                  |    2 +-
 doc/index.html                                     |   61 +-
 doc/installUnix.html                               |   24 +-
 doc/installWindows.html                            |   10 +-
 doc/introduction.html                              |    2 +-
 doc/keyboard.html                                  |    2 +-
 doc/libQGLViewer-2.3.17.qch                        |  Bin 667648 -> 0 bytes
 doc/libQGLViewer-2.4.0.qch                         |  Bin 0 -> 678912 bytes
 doc/mouse.html                                     |    2 +-
 doc/refManual/annotated.html                       |    8 +-
 doc/refManual/bc_s.png                             |  Bin 680 -> 676 bytes
 doc/refManual/camera_8cpp.html                     |    8 +-
 doc/refManual/camera_8h.html                       |   14 +-
 doc/refManual/classQGLViewer-members.html          |   42 +-
 doc/refManual/classQGLViewer.html                  |  637 ++++---
 doc/refManual/classes.html                         |    8 +-
 ...ssqglviewer_1_1AxisPlaneConstraint-members.html |    8 +-
 .../classqglviewer_1_1AxisPlaneConstraint.html     |   85 +-
 .../classqglviewer_1_1Camera-members.html          |    8 +-
 doc/refManual/classqglviewer_1_1Camera.html        |  398 +++--
 ...classqglviewer_1_1CameraConstraint-members.html |    8 +-
 .../classqglviewer_1_1CameraConstraint.html        |   48 +-
 .../classqglviewer_1_1Constraint-members.html      |    8 +-
 doc/refManual/classqglviewer_1_1Constraint.html    |   86 +-
 doc/refManual/classqglviewer_1_1Frame-members.html |    8 +-
 doc/refManual/classqglviewer_1_1Frame.html         |  244 ++-
 ...sqglviewer_1_1KeyFrameInterpolator-members.html |    8 +-
 .../classqglviewer_1_1KeyFrameInterpolator.html    |  148 +-
 .../classqglviewer_1_1LocalConstraint-members.html |    8 +-
 .../classqglviewer_1_1LocalConstraint.html         |   46 +-
 ...glviewer_1_1ManipulatedCameraFrame-members.html |    8 +-
 .../classqglviewer_1_1ManipulatedCameraFrame.html  |  217 ++-
 ...classqglviewer_1_1ManipulatedFrame-members.html |    8 +-
 .../classqglviewer_1_1ManipulatedFrame.html        |  198 ++-
 .../classqglviewer_1_1MouseGrabber-members.html    |    8 +-
 doc/refManual/classqglviewer_1_1MouseGrabber.html  |  129 +-
 .../classqglviewer_1_1Quaternion-members.html      |    8 +-
 doc/refManual/classqglviewer_1_1Quaternion.html    |  186 +-
 doc/refManual/classqglviewer_1_1Vec-members.html   |    8 +-
 doc/refManual/classqglviewer_1_1Vec.html           |  181 +-
 .../classqglviewer_1_1WorldConstraint-members.html |    8 +-
 .../classqglviewer_1_1WorldConstraint.html         |   46 +-
 doc/refManual/config_8h.html                       |   23 +-
 doc/refManual/constraint_8cpp.html                 |    8 +-
 doc/refManual/constraint_8h.html                   |   18 +-
 .../dir_0d5ec90603fafeb6b6840b6051802ddc.html      |   35 +-
 doc/refManual/domUtils_8h.html                     |    8 +-
 doc/refManual/files.html                           |    8 +-
 doc/refManual/frame_8cpp.html                      |    8 +-
 doc/refManual/frame_8h.html                        |   14 +-
 doc/refManual/functions.html                       |   10 +-
 doc/refManual/functions_0x62.html                  |    8 +-
 doc/refManual/functions_0x63.html                  |   10 +-
 doc/refManual/functions_0x64.html                  |    8 +-
 doc/refManual/functions_0x65.html                  |    8 +-
 doc/refManual/functions_0x66.html                  |    8 +-
 doc/refManual/functions_0x67.html                  |   10 +-
 doc/refManual/functions_0x68.html                  |    8 +-
 doc/refManual/functions_0x69.html                  |    8 +-
 doc/refManual/functions_0x6b.html                  |    8 +-
 doc/refManual/functions_0x6c.html                  |    8 +-
 doc/refManual/functions_0x6d.html                  |    8 +-
 doc/refManual/functions_0x6e.html                  |    8 +-
 doc/refManual/functions_0x6f.html                  |    8 +-
 doc/refManual/functions_0x70.html                  |   10 +-
 doc/refManual/functions_0x71.html                  |   10 +-
 doc/refManual/functions_0x72.html                  |    8 +-
 doc/refManual/functions_0x73.html                  |   22 +-
 doc/refManual/functions_0x74.html                  |    8 +-
 doc/refManual/functions_0x75.html                  |    8 +-
 doc/refManual/functions_0x76.html                  |    8 +-
 doc/refManual/functions_0x77.html                  |   12 +-
 doc/refManual/functions_0x78.html                  |    8 +-
 doc/refManual/functions_0x79.html                  |    8 +-
 doc/refManual/functions_0x7a.html                  |    8 +-
 doc/refManual/functions_0x7e.html                  |    8 +-
 doc/refManual/functions_enum.html                  |    8 +-
 doc/refManual/functions_eval.html                  |    8 +-
 doc/refManual/functions_func.html                  |   10 +-
 doc/refManual/functions_func_0x62.html             |    8 +-
 doc/refManual/functions_func_0x63.html             |   10 +-
 doc/refManual/functions_func_0x64.html             |    8 +-
 doc/refManual/functions_func_0x65.html             |    8 +-
 doc/refManual/functions_func_0x66.html             |    8 +-
 doc/refManual/functions_func_0x67.html             |   10 +-
 doc/refManual/functions_func_0x68.html             |    8 +-
 doc/refManual/functions_func_0x69.html             |    8 +-
 doc/refManual/functions_func_0x6b.html             |    8 +-
 doc/refManual/functions_func_0x6c.html             |    8 +-
 doc/refManual/functions_func_0x6d.html             |    8 +-
 doc/refManual/functions_func_0x6e.html             |    8 +-
 doc/refManual/functions_func_0x6f.html             |    8 +-
 doc/refManual/functions_func_0x70.html             |   10 +-
 doc/refManual/functions_func_0x71.html             |   10 +-
 doc/refManual/functions_func_0x72.html             |    8 +-
 doc/refManual/functions_func_0x73.html             |   22 +-
 doc/refManual/functions_func_0x74.html             |    8 +-
 doc/refManual/functions_func_0x75.html             |    8 +-
 doc/refManual/functions_func_0x76.html             |    8 +-
 doc/refManual/functions_func_0x77.html             |   12 +-
 doc/refManual/functions_func_0x7a.html             |    8 +-
 doc/refManual/functions_func_0x7e.html             |    8 +-
 doc/refManual/functions_rela.html                  |    8 +-
 doc/refManual/functions_vars.html                  |    8 +-
 doc/refManual/globals.html                         |   14 +-
 doc/refManual/globals_defs.html                    |   14 +-
 doc/refManual/globals_func.html                    |    8 +-
 doc/refManual/hierarchy.html                       |   40 +-
 doc/refManual/index.filtered.qhp                   | 1804 ++++++++++++++++++++
 doc/refManual/index.html                           |   14 +-
 doc/refManual/index.qhp                            | 1804 ++++++++++++++++++++
 doc/refManual/keyFrameInterpolator_8cpp.html       |    8 +-
 doc/refManual/keyFrameInterpolator_8h.html         |   14 +-
 doc/refManual/manipulatedCameraFrame_8cpp.html     |    8 +-
 doc/refManual/manipulatedCameraFrame_8h.html       |   14 +-
 doc/refManual/manipulatedFrame_8cpp.html           |    8 +-
 doc/refManual/manipulatedFrame_8h.html             |   14 +-
 doc/refManual/mouseGrabber_8cpp.html               |    8 +-
 doc/refManual/mouseGrabber_8h.html                 |   14 +-
 doc/refManual/namespaceqglviewer.html              |   23 +-
 doc/refManual/namespaces.html                      |    8 +-
 doc/refManual/qglviewer_8cpp.html                  |    8 +-
 doc/refManual/qglviewer_8h.html                    |   47 +-
 doc/refManual/quaternion_8cpp.html                 |   13 +-
 doc/refManual/quaternion_8h.html                   |   19 +-
 doc/refManual/saveSnapshot_8cpp.html               |   13 +-
 doc/refManual/search/all_61.js                     |    2 +-
 doc/refManual/search/all_63.js                     |    2 +-
 doc/refManual/search/all_67.js                     |    2 +-
 doc/refManual/search/all_70.js                     |    2 +-
 doc/refManual/search/all_71.js                     |    4 +-
 doc/refManual/search/all_73.js                     |   16 +-
 doc/refManual/search/all_77.js                     |    4 +-
 doc/refManual/search/defines_71.js                 |    4 +-
 doc/refManual/search/functions_61.js               |    2 +-
 doc/refManual/search/functions_63.js               |    2 +-
 doc/refManual/search/functions_67.js               |    2 +-
 doc/refManual/search/functions_70.js               |    2 +-
 doc/refManual/search/functions_71.js               |    2 +-
 doc/refManual/search/functions_73.js               |   16 +-
 doc/refManual/search/functions_77.js               |    4 +-
 doc/refManual/sync_off.png                         |  Bin 0 -> 853 bytes
 doc/refManual/sync_on.png                          |  Bin 0 -> 845 bytes
 doc/refManual/tab_b.png                            |  Bin 167 -> 170 bytes
 doc/refManual/tab_h.png                            |  Bin 192 -> 177 bytes
 doc/refManual/tabs.css                             |    1 +
 doc/refManual/vec_8cpp.html                        |   13 +-
 doc/refManual/vec_8h.html                          |   19 +-
 doc/techFaq.html                                   |    2 +-
 examples/animation/animation.cpp                   |    4 +-
 examples/animation/animation.h                     |    4 +-
 examples/animation/animation.pro                   |   12 +-
 examples/animation/main.cpp                        |    4 +-
 examples/callback/callback.cpp                     |    4 +-
 examples/callback/callback.h                       |    4 +-
 examples/callback/callback.pro                     |   12 +-
 examples/callback/main.cpp                         |    4 +-
 examples/cameraLight/cameraLight.cpp               |    4 +-
 examples/cameraLight/cameraLight.h                 |    4 +-
 examples/cameraLight/cameraLight.pro               |   12 +-
 examples/cameraLight/main.cpp                      |    4 +-
 examples/clippingPlane/clippingPlane.cpp           |    4 +-
 examples/clippingPlane/clippingPlane.h             |    4 +-
 examples/clippingPlane/clippingPlane.pro           |   12 +-
 examples/clippingPlane/main.cpp                    |    4 +-
 examples/constrainedCamera/constrainedCamera.cpp   |    4 +-
 examples/constrainedCamera/constrainedCamera.h     |    4 +-
 examples/constrainedCamera/constrainedCamera.pro   |   12 +-
 examples/constrainedCamera/main.cpp                |    4 +-
 examples/constrainedFrame/constrainedFrame.cpp     |   10 +-
 examples/constrainedFrame/constrainedFrame.h       |    4 +-
 examples/constrainedFrame/constrainedFrame.pro     |   12 +-
 examples/constrainedFrame/main.cpp                 |    4 +-
 examples/contribs/3dsViewer/3dsViewer.cpp          |    4 +-
 examples/contribs/3dsViewer/3dsViewer.h            |    4 +-
 examples/contribs/3dsViewer/3dsViewer.pro          |   12 +-
 examples/contribs/3dsViewer/main.cpp               |    4 +-
 examples/contribs/agora/AI/AI.pro                  |   12 +-
 examples/contribs/agora/AI/ai.cpp                  |    4 +-
 examples/contribs/agora/Viewer/Viewer.pro          |   18 +-
 examples/contribs/agora/Viewer/agoraViewer.cpp     |    8 +-
 examples/contribs/agora/Viewer/agoraViewer.h       |    4 +-
 .../Viewer/{agoraWindow.Qt4.ui => agoraWindow.ui}  |    0
 examples/contribs/agora/Viewer/board.cpp           |    4 +-
 examples/contribs/agora/Viewer/board.h             |    4 +-
 examples/contribs/agora/Viewer/case.cpp            |    4 +-
 examples/contribs/agora/Viewer/case.h              |    6 +-
 examples/contribs/agora/Viewer/computerPlayer.cpp  |    6 +-
 examples/contribs/agora/Viewer/computerPlayer.h    |    4 +-
 ...Interface.Qt4.ui => computerPlayerInterface.ui} |    0
 examples/contribs/agora/Viewer/main.cpp            |    6 +-
 examples/contribs/agora/Viewer/move.cpp            |    4 +-
 examples/contribs/agora/Viewer/move.h              |    4 +-
 examples/contribs/agora/Viewer/undo.cpp            |    4 +-
 examples/contribs/agora/Viewer/undo.h              |    4 +-
 examples/contribs/anaglyph/anaglyph.cpp            |    4 +-
 examples/contribs/anaglyph/anaglyph.h              |    4 +-
 examples/contribs/anaglyph/anaglyph.pro            |   12 +-
 examples/contribs/anaglyph/main.cpp                |    4 +-
 .../contribs/backgroundImage/backgroundImage.cpp   |    4 +-
 .../contribs/backgroundImage/backgroundImage.h     |    4 +-
 .../contribs/backgroundImage/backgroundImage.pro   |   12 +-
 examples/contribs/backgroundImage/main.cpp         |    4 +-
 examples/contribs/blobWar/AI/AI.pro                |   12 +-
 examples/contribs/blobWar/AI/ai.cpp                |    4 +-
 examples/contribs/blobWar/Viewer/Viewer.pro        |   18 +-
 examples/contribs/blobWar/Viewer/blobWarViewer.cpp |    6 +-
 examples/contribs/blobWar/Viewer/blobWarViewer.h   |    4 +-
 .../{blobWarWindow.Qt4.ui => blobWarWindow.ui}     |    0
 examples/contribs/blobWar/Viewer/board.cpp         |    4 +-
 examples/contribs/blobWar/Viewer/board.h           |    4 +-
 examples/contribs/blobWar/Viewer/boardDraw.cpp     |    4 +-
 .../contribs/blobWar/Viewer/computerPlayer.cpp     |    6 +-
 examples/contribs/blobWar/Viewer/computerPlayer.h  |    4 +-
 ...Interface.Qt4.ui => computerPlayerInterface.ui} |    2 +-
 examples/contribs/blobWar/Viewer/main.cpp          |    6 +-
 examples/contribs/blobWar/Viewer/move.cpp          |    4 +-
 examples/contribs/blobWar/Viewer/move.h            |    4 +-
 examples/contribs/blobWar/Viewer/undo.cpp          |    4 +-
 examples/contribs/blobWar/Viewer/undo.h            |    4 +-
 examples/contribs/contribs.pro                     |    9 +-
 examples/contribs/cornerAxis/cornerAxis.cpp        |    4 +-
 examples/contribs/cornerAxis/cornerAxis.h          |    4 +-
 examples/contribs/cornerAxis/cornerAxis.pro        |   12 +-
 examples/contribs/cornerAxis/main.cpp              |    4 +-
 examples/contribs/dvonn/board.cpp                  |    4 +-
 examples/contribs/dvonn/board.h                    |    4 +-
 examples/contribs/dvonn/drawer.cpp                 |    4 +-
 examples/contribs/dvonn/drawer.h                   |    4 +-
 examples/contribs/dvonn/dvonn.pro                  |   18 +-
 examples/contribs/dvonn/dvonnviewer.cpp            |   48 +-
 examples/contribs/dvonn/dvonnviewer.h              |    4 +-
 .../dvonn/{dvonnwindow.Qt4.ui => dvonnwindow.ui}   |    0
 examples/contribs/dvonn/dvonnwindowimpl.cpp        |    6 +-
 examples/contribs/dvonn/dvonnwindowimpl.h          |    6 +-
 examples/contribs/dvonn/game.cpp                   |    4 +-
 examples/contribs/dvonn/game.h                     |    4 +-
 examples/contribs/dvonn/main.cpp                   |    4 +-
 examples/contribs/eventRecorder/eventRecorder.cpp  |    4 +-
 examples/contribs/eventRecorder/eventRecorder.h    |    4 +-
 examples/contribs/eventRecorder/eventRecorder.pro  |   16 +-
 examples/contribs/eventRecorder/main.cpp           |    4 +-
 examples/contribs/eventRecorder/viewer.cpp         |    4 +-
 examples/contribs/eventRecorder/viewer.h           |    4 +-
 examples/contribs/quarto/glview.cpp                |    4 +-
 examples/contribs/quarto/glview.h                  |    4 +-
 examples/contribs/quarto/jeu.cpp                   |   14 +-
 examples/contribs/quarto/jeu.h                     |    4 +-
 examples/contribs/quarto/main.cpp                  |    4 +-
 examples/contribs/quarto/piece.cpp                 |   18 +-
 examples/contribs/quarto/piece.h                   |    4 +-
 examples/contribs/quarto/quarto.cpp                |    9 +-
 examples/contribs/quarto/quarto.h                  |    4 +-
 examples/contribs/quarto/quarto.pro                |   16 +-
 examples/contribs/quarto/rules.txt                 |   20 +-
 examples/contribs/terrain/main.cpp                 |    4 +-
 examples/contribs/terrain/quadtree.cpp             |    8 +-
 examples/contribs/terrain/quadtree.h               |    4 +-
 examples/contribs/terrain/sky.cpp                  |    4 +-
 examples/contribs/terrain/sky.h                    |    4 +-
 examples/contribs/terrain/terrain.cpp              |    8 +-
 examples/contribs/terrain/terrain.h                |    4 +-
 examples/contribs/terrain/terrain.pro              |   12 +-
 examples/contribs/terrain/tree.cpp                 |    4 +-
 examples/contribs/terrain/tree.h                   |    4 +-
 examples/contribs/terrain/viewer.cpp               |   10 +-
 examples/contribs/terrain/viewer.h                 |    4 +-
 examples/contribs/terrain/water.cpp                |    4 +-
 examples/contribs/terrain/water.h                  |    4 +-
 examples/contribs/textureViewer/main.cpp           |    4 +-
 examples/contribs/textureViewer/textureViewer.cpp  |    4 +-
 examples/contribs/textureViewer/textureViewer.h    |    4 +-
 examples/contribs/textureViewer/textureViewer.pro  |   12 +-
 examples/contribs/thumbnail/main.cpp               |    4 +-
 examples/contribs/thumbnail/thumbnail.cpp          |    4 +-
 examples/contribs/thumbnail/thumbnail.h            |    4 +-
 examples/contribs/thumbnail/thumbnail.pro          |   12 +-
 examples/drawLight/drawLight.cpp                   |    4 +-
 examples/drawLight/drawLight.h                     |    4 +-
 examples/drawLight/drawLight.pro                   |   12 +-
 examples/drawLight/main.cpp                        |    4 +-
 examples/fastDraw/fastDraw.cpp                     |    4 +-
 examples/fastDraw/fastDraw.h                       |    4 +-
 examples/fastDraw/fastDraw.pro                     |   12 +-
 examples/fastDraw/main.cpp                         |    4 +-
 examples/frameTransform/frameTransform.cpp         |    4 +-
 examples/frameTransform/frameTransform.h           |    4 +-
 examples/frameTransform/frameTransform.pro         |   12 +-
 examples/frameTransform/main.cpp                   |    4 +-
 examples/frustumCulling/box.cpp                    |    4 +-
 examples/frustumCulling/box.h                      |    4 +-
 examples/frustumCulling/cullingCamera.cpp          |    4 +-
 examples/frustumCulling/cullingCamera.h            |    4 +-
 examples/frustumCulling/frustumCulling.cpp         |    4 +-
 examples/frustumCulling/frustumCulling.h           |    4 +-
 examples/frustumCulling/frustumCulling.pro         |   12 +-
 examples/frustumCulling/main.cpp                   |    4 +-
 examples/interface/interface.cpp                   |    4 +-
 examples/interface/interface.h                     |    4 +-
 examples/interface/interface.pro                   |   18 +-
 examples/interface/main.cpp                        |    6 +-
 .../{viewerInterface.Qt4.ui => viewerInterface.ui} |   18 +-
 examples/keyFrames/keyFrames.cpp                   |    4 +-
 examples/keyFrames/keyFrames.h                     |    4 +-
 examples/keyFrames/keyFrames.pro                   |   12 +-
 examples/keyFrames/main.cpp                        |    4 +-
 examples/keyboardAndMouse/keyboardAndMouse.cpp     |   10 +-
 examples/keyboardAndMouse/keyboardAndMouse.h       |    4 +-
 examples/keyboardAndMouse/keyboardAndMouse.pro     |   12 +-
 examples/keyboardAndMouse/main.cpp                 |    4 +-
 examples/luxo/luxo.cpp                             |    8 +-
 examples/luxo/luxo.h                               |    4 +-
 examples/luxo/luxo.pro                             |   12 +-
 examples/luxo/main.cpp                             |    4 +-
 examples/manipulatedFrame/main.cpp                 |    4 +-
 examples/manipulatedFrame/manipulatedFrame.cpp     |    4 +-
 examples/manipulatedFrame/manipulatedFrame.h       |    4 +-
 examples/manipulatedFrame/manipulatedFrame.pro     |   12 +-
 examples/mouseGrabber/main.cpp                     |    4 +-
 examples/mouseGrabber/mouseGrabber.cpp             |    4 +-
 examples/mouseGrabber/mouseGrabber.h               |    4 +-
 examples/mouseGrabber/mouseGrabber.pro             |   12 +-
 examples/multiSelect/main.cpp                      |    4 +-
 .../multiSelect/manipulatedFrameSetConstraint.cpp  |    4 +-
 .../multiSelect/manipulatedFrameSetConstraint.h    |    4 +-
 examples/multiSelect/multiSelect.cpp               |    4 +-
 examples/multiSelect/multiSelect.h                 |    4 +-
 examples/multiSelect/multiSelect.pro               |   12 +-
 examples/multiSelect/object.cpp                    |    4 +-
 examples/multiSelect/object.h                      |    4 +-
 examples/multiView/main.cpp                        |    4 +-
 examples/multiView/multiView.cpp                   |    4 +-
 examples/multiView/multiView.h                     |    4 +-
 examples/multiView/multiView.pro                   |   12 +-
 examples/overpainting/main.cpp                     |    4 +-
 examples/overpainting/overpainting.pro             |   12 +-
 examples/overpainting/viewer.cpp                   |    4 +-
 examples/overpainting/viewer.h                     |    4 +-
 examples/screenCoordSystem/main.cpp                |    4 +-
 examples/screenCoordSystem/screenCoordSystem.cpp   |    4 +-
 examples/screenCoordSystem/screenCoordSystem.h     |    4 +-
 examples/screenCoordSystem/screenCoordSystem.pro   |   12 +-
 examples/select/main.cpp                           |    4 +-
 examples/select/select.cpp                         |    4 +-
 examples/select/select.h                           |    4 +-
 examples/select/select.pro                         |   12 +-
 examples/simpleViewer/main.cpp                     |    4 +-
 examples/simpleViewer/simpleViewer.cpp             |    4 +-
 examples/simpleViewer/simpleViewer.h               |    4 +-
 examples/simpleViewer/simpleViewer.pro             |   12 +-
 examples/standardCamera/cameraViewer.cpp           |    4 +-
 examples/standardCamera/cameraViewer.h             |    4 +-
 examples/standardCamera/main.cpp                   |    4 +-
 examples/standardCamera/standardCamera.cpp         |    4 +-
 examples/standardCamera/standardCamera.h           |    4 +-
 examples/standardCamera/standardCamera.pro         |   12 +-
 examples/standardCamera/viewer.cpp                 |    4 +-
 examples/standardCamera/viewer.h                   |    4 +-
 examples/stereoViewer/main.cpp                     |    4 +-
 examples/stereoViewer/stereoViewer.cpp             |    4 +-
 examples/stereoViewer/stereoViewer.h               |    4 +-
 examples/stereoViewer/stereoViewer.pro             |   12 +-
 libQGLViewer-2.3.17.pro => libQGLViewer-2.4.0.pro  |    0
 466 files changed, 7051 insertions(+), 2623 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libqglviewer.git



More information about the debian-science-commits mailing list