[libqglviewer] branch master updated (799ec2e -> 29ec85c)

Anton Gladky gladk at moszumanska.debian.org
Sat Dec 28 14:04:46 UTC 2013


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

gladk pushed a change to branch master
in repository libqglviewer.

      from  799ec2e   Update changelog.
      adds  f80a053   Imported Upstream version 2.5.0
       new  93a8e4a   Merge tag 'upstream/2.5.0'
       new  c07abbe   Use wrap-and-sort.
       new  89d8250   Remove google adsense-scripts.
       new  f914786   Update changelog.
       new  4224be5   Set Standards-Versions: 3.9.5. No changes.
       new  29ec85c   Update changelog.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG                                          |    2 +-
 INSTALL                                            |    8 +-
 QGLViewer/QGLViewer.pro                            |    2 +-
 QGLViewer/VRender/AxisAlignedBox.h                 |    2 +-
 QGLViewer/VRender/BSPSortMethod.cpp                |    2 +-
 QGLViewer/VRender/BackFaceCullingOptimizer.cpp     |    2 +-
 QGLViewer/VRender/EPSExporter.cpp                  |    2 +-
 QGLViewer/VRender/Exporter.cpp                     |    2 +-
 QGLViewer/VRender/Exporter.h                       |    2 +-
 QGLViewer/VRender/FIGExporter.cpp                  |    2 +-
 QGLViewer/VRender/NVector3.cpp                     |    2 +-
 QGLViewer/VRender/NVector3.h                       |    2 +-
 QGLViewer/VRender/Optimizer.h                      |    2 +-
 QGLViewer/VRender/ParserGL.cpp                     |    2 +-
 QGLViewer/VRender/ParserGL.h                       |    2 +-
 QGLViewer/VRender/Primitive.cpp                    |    2 +-
 QGLViewer/VRender/Primitive.h                      |    2 +-
 QGLViewer/VRender/PrimitivePositioning.cpp         |    2 +-
 QGLViewer/VRender/PrimitivePositioning.h           |    2 +-
 QGLViewer/VRender/SortMethod.h                     |    2 +-
 QGLViewer/VRender/TopologicalSortMethod.cpp        |    2 +-
 QGLViewer/VRender/Types.h                          |    2 +-
 QGLViewer/VRender/VRender.cpp                      |    2 +-
 QGLViewer/VRender/VRender.h                        |    2 +-
 QGLViewer/VRender/Vector2.cpp                      |    2 +-
 QGLViewer/VRender/Vector2.h                        |    2 +-
 QGLViewer/VRender/Vector3.cpp                      |    2 +-
 QGLViewer/VRender/Vector3.h                        |    2 +-
 QGLViewer/VRender/VisibilityOptimizer.cpp          |    2 +-
 QGLViewer/VRender/gpc.cpp                          |    2 +-
 QGLViewer/VRender/gpc.h                            |    2 +-
 QGLViewer/camera.cpp                               | 1805 ++++++++++----------
 QGLViewer/camera.h                                 |  722 ++++----
 QGLViewer/config.h                                 |    4 +-
 QGLViewer/constraint.cpp                           |  298 ++--
 QGLViewer/constraint.h                             |  370 ++--
 QGLViewer/domUtils.h                               |  212 +--
 QGLViewer/frame.cpp                                |  840 ++++-----
 QGLViewer/frame.h                                  |  562 +++---
 QGLViewer/keyFrameInterpolator.cpp                 |  804 ++++-----
 QGLViewer/keyFrameInterpolator.h                   |  488 +++---
 QGLViewer/manipulatedCameraFrame.cpp               |  550 +++---
 QGLViewer/manipulatedCameraFrame.h                 |  216 +--
 QGLViewer/manipulatedFrame.cpp                     |  572 +++----
 QGLViewer/manipulatedFrame.h                       |  394 ++---
 QGLViewer/mouseGrabber.cpp                         |   24 +-
 QGLViewer/mouseGrabber.h                           |  282 +--
 QGLViewer/qglviewer.cpp                            | 1014 ++++++-----
 QGLViewer/qglviewer.h                              |  570 ++++---
 QGLViewer/quaternion.cpp                           |  496 +++---
 QGLViewer/quaternion.h                             |  322 ++--
 QGLViewer/saveSnapshot.cpp                         |  946 +++++-----
 QGLViewer/vec.cpp                                  |   58 +-
 QGLViewer/vec.h                                    |  462 ++---
 README                                             |    2 +-
 debian/changelog                                   |    9 +
 debian/control                                     |   80 +-
 debian/copyright                                   |   17 +-
 debian/libqglviewer-dev.install                    |    4 +-
 debian/rules                                       |    7 +-
 designerPlugin/designerPlugin.pro                  |    4 +-
 designerPlugin/qglviewerPlugin.Qt3.cpp             |    2 +-
 designerPlugin/qglviewerPlugin.Qt3.h               |    2 +-
 designerPlugin/qglviewerPlugin.cpp                 |    2 +-
 designerPlugin/qglviewerPlugin.h                   |    2 +-
 doc/changeLog-1.html                               |    2 +-
 doc/changeLog.html                                 |   32 +-
 doc/commercial.html                                |    2 +-
 doc/compilation.html                               |   14 +-
 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                 |   10 +-
 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                        |  124 +-
 doc/examples/keyFrames.html                        |    2 +-
 doc/examples/keyboardAndMouse.html                 |   16 +-
 doc/examples/luxo.html                             |    2 +-
 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                   |    4 +-
 doc/examples/stereoViewer.html                     |    2 +-
 doc/faq.html                                       |    2 +-
 doc/features.html                                  |    2 +-
 doc/index.html                                     |   14 +-
 doc/installUnix.html                               |   24 +-
 doc/installWindows.html                            |    6 +-
 doc/introduction.html                              |    2 +-
 doc/keyboard.html                                  |    2 +-
 doc/libQGLViewer-2.4.0.qch                         |  Bin 678912 -> 0 bytes
 doc/libQGLViewer-2.5.0.qch                         |  Bin 0 -> 723968 bytes
 doc/mouse.html                                     |   14 +-
 doc/refManual/annotated.html                       |   37 +-
 doc/refManual/camera_8cpp.html                     |    9 +-
 doc/refManual/camera_8h.html                       |   19 +-
 doc/refManual/classQGLViewer-members.html          |  306 ++--
 doc/refManual/classQGLViewer.html                  | 1549 +++++++++--------
 doc/refManual/classes.html                         |    9 +-
 ...ssqglviewer_1_1AxisPlaneConstraint-members.html |    9 +-
 .../classqglviewer_1_1AxisPlaneConstraint.html     |   93 +-
 .../classqglviewer_1_1Camera-members.html          |    9 +-
 doc/refManual/classqglviewer_1_1Camera.html        |  420 ++---
 ...classqglviewer_1_1CameraConstraint-members.html |    9 +-
 .../classqglviewer_1_1CameraConstraint.html        |   21 +-
 .../classqglviewer_1_1Constraint-members.html      |    9 +-
 doc/refManual/classqglviewer_1_1Constraint.html    |   61 +-
 doc/refManual/classqglviewer_1_1Frame-members.html |    9 +-
 doc/refManual/classqglviewer_1_1Frame.html         |  230 +--
 ...sqglviewer_1_1KeyFrameInterpolator-members.html |    9 +-
 .../classqglviewer_1_1KeyFrameInterpolator.html    |  181 +-
 .../classqglviewer_1_1LocalConstraint-members.html |    9 +-
 .../classqglviewer_1_1LocalConstraint.html         |   21 +-
 ...glviewer_1_1ManipulatedCameraFrame-members.html |    9 +-
 .../classqglviewer_1_1ManipulatedCameraFrame.html  |   79 +-
 ...classqglviewer_1_1ManipulatedFrame-members.html |    9 +-
 .../classqglviewer_1_1ManipulatedFrame.html        |  148 +-
 .../classqglviewer_1_1MouseGrabber-members.html    |    9 +-
 doc/refManual/classqglviewer_1_1MouseGrabber.html  |  145 +-
 .../classqglviewer_1_1Quaternion-members.html      |    9 +-
 doc/refManual/classqglviewer_1_1Quaternion.html    |  161 +-
 doc/refManual/classqglviewer_1_1Vec-members.html   |    9 +-
 doc/refManual/classqglviewer_1_1Vec.html           |  102 +-
 .../classqglviewer_1_1WorldConstraint-members.html |    9 +-
 .../classqglviewer_1_1WorldConstraint.html         |   15 +-
 doc/refManual/config_8h.html                       |   13 +-
 doc/refManual/constraint_8cpp.html                 |    9 +-
 doc/refManual/constraint_8h.html                   |   29 +-
 .../dir_0d5ec90603fafeb6b6840b6051802ddc.html      |    9 +-
 doc/refManual/domUtils_8h.html                     |    9 +-
 doc/refManual/dynsections.js                       |   45 +-
 doc/refManual/files.html                           |    9 +-
 doc/refManual/frame_8cpp.html                      |    9 +-
 doc/refManual/frame_8h.html                        |   21 +-
 doc/refManual/functions.html                       |    9 +-
 doc/refManual/functions_0x62.html                  |    9 +-
 doc/refManual/functions_0x63.html                  |   33 +-
 doc/refManual/functions_0x64.html                  |    9 +-
 doc/refManual/functions_0x65.html                  |    9 +-
 doc/refManual/functions_0x66.html                  |    9 +-
 doc/refManual/functions_0x67.html                  |   13 +-
 doc/refManual/functions_0x68.html                  |    9 +-
 doc/refManual/functions_0x69.html                  |    9 +-
 doc/refManual/functions_0x6b.html                  |   18 +-
 doc/refManual/functions_0x6c.html                  |    9 +-
 doc/refManual/functions_0x6d.html                  |   21 +-
 doc/refManual/functions_0x6e.html                  |    9 +-
 doc/refManual/functions_0x6f.html                  |    9 +-
 doc/refManual/functions_0x70.html                  |    9 +-
 doc/refManual/functions_0x71.html                  |    9 +-
 doc/refManual/functions_0x72.html                  |   15 +-
 doc/refManual/functions_0x73.html                  |   13 +-
 doc/refManual/functions_0x74.html                  |   15 +-
 doc/refManual/functions_0x75.html                  |    9 +-
 doc/refManual/functions_0x76.html                  |    9 +-
 doc/refManual/functions_0x77.html                  |    9 +-
 doc/refManual/functions_0x78.html                  |    9 +-
 doc/refManual/functions_0x79.html                  |    9 +-
 doc/refManual/functions_0x7a.html                  |    9 +-
 doc/refManual/functions_0x7e.html                  |    9 +-
 doc/refManual/functions_enum.html                  |    9 +-
 doc/refManual/functions_eval.html                  |    9 +-
 doc/refManual/functions_func.html                  |    9 +-
 doc/refManual/functions_func_0x62.html             |    9 +-
 doc/refManual/functions_func_0x63.html             |   19 +-
 doc/refManual/functions_func_0x64.html             |    9 +-
 doc/refManual/functions_func_0x65.html             |    9 +-
 doc/refManual/functions_func_0x66.html             |    9 +-
 doc/refManual/functions_func_0x67.html             |   13 +-
 doc/refManual/functions_func_0x68.html             |    9 +-
 doc/refManual/functions_func_0x69.html             |    9 +-
 doc/refManual/functions_func_0x6b.html             |   12 +-
 doc/refManual/functions_func_0x6c.html             |    9 +-
 doc/refManual/functions_func_0x6d.html             |   17 +-
 doc/refManual/functions_func_0x6e.html             |    9 +-
 doc/refManual/functions_func_0x6f.html             |    9 +-
 doc/refManual/functions_func_0x70.html             |    9 +-
 doc/refManual/functions_func_0x71.html             |    9 +-
 doc/refManual/functions_func_0x72.html             |    9 +-
 doc/refManual/functions_func_0x73.html             |   13 +-
 doc/refManual/functions_func_0x74.html             |    9 +-
 doc/refManual/functions_func_0x75.html             |    9 +-
 doc/refManual/functions_func_0x76.html             |    9 +-
 doc/refManual/functions_func_0x77.html             |    9 +-
 doc/refManual/functions_func_0x7a.html             |    9 +-
 doc/refManual/functions_func_0x7e.html             |    9 +-
 doc/refManual/functions_rela.html                  |    9 +-
 doc/refManual/functions_vars.html                  |    9 +-
 doc/refManual/globals.html                         |    9 +-
 doc/refManual/globals_defs.html                    |    9 +-
 doc/refManual/globals_func.html                    |    9 +-
 doc/refManual/hierarchy.html                       |   39 +-
 doc/refManual/index.filtered.qhp                   | 1249 +++++++-------
 doc/refManual/index.html                           |    9 +-
 doc/refManual/index.qhp                            | 1249 +++++++-------
 doc/refManual/jquery.js                            |   39 +-
 doc/refManual/keyFrameInterpolator_8cpp.html       |    9 +-
 doc/refManual/keyFrameInterpolator_8h.html         |   21 +-
 doc/refManual/manipulatedCameraFrame_8cpp.html     |    9 +-
 doc/refManual/manipulatedCameraFrame_8h.html       |   21 +-
 doc/refManual/manipulatedFrame_8cpp.html           |    9 +-
 doc/refManual/manipulatedFrame_8h.html             |   21 +-
 doc/refManual/mouseGrabber_8cpp.html               |    9 +-
 doc/refManual/mouseGrabber_8h.html                 |   21 +-
 doc/refManual/namespaceqglviewer.html              |   33 +-
 doc/refManual/namespaces.html                      |    9 +-
 doc/refManual/qglviewer_8cpp.html                  |    9 +-
 doc/refManual/qglviewer_8h.html                    |   19 +-
 doc/refManual/quaternion_8cpp.html                 |    9 +-
 doc/refManual/quaternion_8h.html                   |   19 +-
 doc/refManual/saveSnapshot_8cpp.html               |   11 +-
 doc/refManual/search/all_61.html                   |    1 +
 doc/refManual/search/all_62.html                   |    1 +
 doc/refManual/search/all_63.html                   |    1 +
 doc/refManual/search/all_63.js                     |    6 +-
 doc/refManual/search/all_64.html                   |    1 +
 doc/refManual/search/all_65.html                   |    1 +
 doc/refManual/search/all_66.html                   |    1 +
 doc/refManual/search/all_67.html                   |    1 +
 doc/refManual/search/all_67.js                     |    2 +-
 doc/refManual/search/all_68.html                   |    1 +
 doc/refManual/search/all_69.html                   |    1 +
 doc/refManual/search/all_6b.html                   |    1 +
 doc/refManual/search/all_6b.js                     |    3 +-
 doc/refManual/search/all_6c.html                   |    1 +
 doc/refManual/search/all_6d.html                   |    1 +
 doc/refManual/search/all_6d.js                     |    6 +-
 doc/refManual/search/all_6e.html                   |    1 +
 doc/refManual/search/all_6f.html                   |    1 +
 doc/refManual/search/all_70.html                   |    1 +
 doc/refManual/search/all_71.html                   |    1 +
 doc/refManual/search/all_72.html                   |    1 +
 doc/refManual/search/all_72.js                     |    2 +-
 doc/refManual/search/all_73.html                   |    1 +
 doc/refManual/search/all_73.js                     |    4 +-
 doc/refManual/search/all_74.html                   |    1 +
 doc/refManual/search/all_74.js                     |    2 +-
 doc/refManual/search/all_75.html                   |    1 +
 doc/refManual/search/all_76.html                   |    1 +
 doc/refManual/search/all_77.html                   |    1 +
 doc/refManual/search/all_78.html                   |    1 +
 doc/refManual/search/all_79.html                   |    1 +
 doc/refManual/search/all_7a.html                   |    1 +
 doc/refManual/search/all_7e.html                   |    1 +
 doc/refManual/search/classes_61.html               |    1 +
 doc/refManual/search/classes_63.html               |    1 +
 doc/refManual/search/classes_66.html               |    1 +
 doc/refManual/search/classes_6b.html               |    1 +
 doc/refManual/search/classes_6c.html               |    1 +
 doc/refManual/search/classes_6d.html               |    1 +
 doc/refManual/search/classes_71.html               |    1 +
 doc/refManual/search/classes_76.html               |    1 +
 doc/refManual/search/classes_77.html               |    1 +
 doc/refManual/search/defines_71.html               |    1 +
 doc/refManual/search/enums_63.html                 |    1 +
 doc/refManual/search/enums_6b.html                 |    1 +
 doc/refManual/search/enums_6d.html                 |    1 +
 doc/refManual/search/enums_74.html                 |    1 +
 doc/refManual/search/enumvalues_61.html            |    1 +
 doc/refManual/search/enumvalues_63.html            |    1 +
 doc/refManual/search/enumvalues_64.html            |    1 +
 doc/refManual/search/enumvalues_65.html            |    1 +
 doc/refManual/search/enumvalues_66.html            |    1 +
 doc/refManual/search/enumvalues_68.html            |    1 +
 doc/refManual/search/enumvalues_69.html            |    1 +
 doc/refManual/search/enumvalues_6c.html            |    1 +
 doc/refManual/search/enumvalues_6d.html            |    1 +
 doc/refManual/search/enumvalues_6e.html            |    1 +
 doc/refManual/search/enumvalues_6f.html            |    1 +
 doc/refManual/search/enumvalues_70.html            |    1 +
 doc/refManual/search/enumvalues_72.html            |    1 +
 doc/refManual/search/enumvalues_73.html            |    1 +
 doc/refManual/search/enumvalues_74.html            |    1 +
 doc/refManual/search/enumvalues_7a.html            |    1 +
 doc/refManual/search/files_63.html                 |    1 +
 doc/refManual/search/files_64.html                 |    1 +
 doc/refManual/search/files_66.html                 |    1 +
 doc/refManual/search/files_6b.html                 |    1 +
 doc/refManual/search/files_6d.html                 |    1 +
 doc/refManual/search/files_71.html                 |    1 +
 doc/refManual/search/files_73.html                 |    1 +
 doc/refManual/search/files_76.html                 |    1 +
 doc/refManual/search/functions_61.html             |    1 +
 doc/refManual/search/functions_62.html             |    1 +
 doc/refManual/search/functions_63.html             |    1 +
 doc/refManual/search/functions_63.js               |    4 +-
 doc/refManual/search/functions_64.html             |    1 +
 doc/refManual/search/functions_65.html             |    1 +
 doc/refManual/search/functions_66.html             |    1 +
 doc/refManual/search/functions_67.html             |    1 +
 doc/refManual/search/functions_67.js               |    2 +-
 doc/refManual/search/functions_68.html             |    1 +
 doc/refManual/search/functions_69.html             |    1 +
 doc/refManual/search/functions_6b.html             |    1 +
 doc/refManual/search/functions_6b.js               |    1 +
 doc/refManual/search/functions_6c.html             |    1 +
 doc/refManual/search/functions_6d.html             |    1 +
 doc/refManual/search/functions_6d.js               |    6 +-
 doc/refManual/search/functions_6e.html             |    1 +
 doc/refManual/search/functions_6f.html             |    1 +
 doc/refManual/search/functions_70.html             |    1 +
 doc/refManual/search/functions_71.html             |    1 +
 doc/refManual/search/functions_72.html             |    1 +
 doc/refManual/search/functions_73.html             |    1 +
 doc/refManual/search/functions_73.js               |    4 +-
 doc/refManual/search/functions_74.html             |    1 +
 doc/refManual/search/functions_75.html             |    1 +
 doc/refManual/search/functions_76.html             |    1 +
 doc/refManual/search/functions_77.html             |    1 +
 doc/refManual/search/functions_7a.html             |    1 +
 doc/refManual/search/functions_7e.html             |    1 +
 doc/refManual/search/namespaces_71.html            |    1 +
 doc/refManual/search/related_63.html               |    1 +
 doc/refManual/search/related_6f.html               |    1 +
 doc/refManual/search/search.css                    |   35 +-
 doc/refManual/search/variables_78.html             |    1 +
 doc/refManual/search/variables_79.html             |    1 +
 doc/refManual/search/variables_7a.html             |    1 +
 doc/refManual/tab_b.png                            |  Bin 170 -> 169 bytes
 doc/refManual/vec_8cpp.html                        |    9 +-
 doc/refManual/vec_8h.html                          |   19 +-
 doc/techFaq.html                                   |    2 +-
 examples/animation/animation.cpp                   |    2 +-
 examples/animation/animation.h                     |    2 +-
 examples/animation/animation.pro                   |    4 +-
 examples/animation/main.cpp                        |    2 +-
 examples/callback/callback.cpp                     |    2 +-
 examples/callback/callback.h                       |    2 +-
 examples/callback/callback.pro                     |    4 +-
 examples/callback/main.cpp                         |    2 +-
 examples/cameraLight/cameraLight.cpp               |    2 +-
 examples/cameraLight/cameraLight.h                 |    2 +-
 examples/cameraLight/cameraLight.pro               |    4 +-
 examples/cameraLight/main.cpp                      |    2 +-
 examples/clippingPlane/clippingPlane.cpp           |    2 +-
 examples/clippingPlane/clippingPlane.h             |    2 +-
 examples/clippingPlane/clippingPlane.pro           |    4 +-
 examples/clippingPlane/main.cpp                    |    2 +-
 examples/constrainedCamera/constrainedCamera.cpp   |    2 +-
 examples/constrainedCamera/constrainedCamera.h     |    2 +-
 examples/constrainedCamera/constrainedCamera.pro   |    4 +-
 examples/constrainedCamera/main.cpp                |    2 +-
 examples/constrainedFrame/constrainedFrame.cpp     |   10 +-
 examples/constrainedFrame/constrainedFrame.h       |    2 +-
 examples/constrainedFrame/constrainedFrame.pro     |    4 +-
 examples/constrainedFrame/main.cpp                 |    2 +-
 examples/contribs/3dsViewer/3dsViewer.cpp          |    2 +-
 examples/contribs/3dsViewer/3dsViewer.h            |    2 +-
 examples/contribs/3dsViewer/3dsViewer.pro          |    4 +-
 examples/contribs/3dsViewer/main.cpp               |    2 +-
 examples/contribs/agora/AI/AI.pro                  |    4 +-
 examples/contribs/agora/AI/ai.cpp                  |    2 +-
 examples/contribs/agora/Viewer/Viewer.pro          |    4 +-
 examples/contribs/agora/Viewer/agoraViewer.cpp     |    6 +-
 examples/contribs/agora/Viewer/agoraViewer.h       |    2 +-
 examples/contribs/agora/Viewer/board.cpp           |    2 +-
 examples/contribs/agora/Viewer/board.h             |    2 +-
 examples/contribs/agora/Viewer/case.cpp            |    2 +-
 examples/contribs/agora/Viewer/case.h              |    2 +-
 examples/contribs/agora/Viewer/computerPlayer.cpp  |    2 +-
 examples/contribs/agora/Viewer/computerPlayer.h    |    2 +-
 examples/contribs/agora/Viewer/main.cpp            |    2 +-
 examples/contribs/agora/Viewer/move.cpp            |    2 +-
 examples/contribs/agora/Viewer/move.h              |    2 +-
 examples/contribs/agora/Viewer/ui_agoraWindow.h    |  227 +++
 .../agora/Viewer/ui_computerPlayerInterface.h      |  179 ++
 examples/contribs/agora/Viewer/undo.cpp            |    2 +-
 examples/contribs/agora/Viewer/undo.h              |    2 +-
 examples/contribs/anaglyph/anaglyph.cpp            |    2 +-
 examples/contribs/anaglyph/anaglyph.h              |    2 +-
 examples/contribs/anaglyph/anaglyph.pro            |    4 +-
 examples/contribs/anaglyph/main.cpp                |    2 +-
 .../contribs/backgroundImage/backgroundImage.cpp   |    2 +-
 .../contribs/backgroundImage/backgroundImage.h     |    2 +-
 .../contribs/backgroundImage/backgroundImage.pro   |    4 +-
 examples/contribs/backgroundImage/main.cpp         |    2 +-
 examples/contribs/blobWar/AI/AI.pro                |    4 +-
 examples/contribs/blobWar/AI/ai.cpp                |    2 +-
 examples/contribs/blobWar/Viewer/Viewer.pro        |    4 +-
 examples/contribs/blobWar/Viewer/blobWarViewer.cpp |    6 +-
 examples/contribs/blobWar/Viewer/blobWarViewer.h   |    2 +-
 examples/contribs/blobWar/Viewer/board.cpp         |    2 +-
 examples/contribs/blobWar/Viewer/board.h           |    2 +-
 examples/contribs/blobWar/Viewer/boardDraw.cpp     |    2 +-
 .../contribs/blobWar/Viewer/computerPlayer.cpp     |    2 +-
 examples/contribs/blobWar/Viewer/computerPlayer.h  |    2 +-
 examples/contribs/blobWar/Viewer/main.cpp          |    2 +-
 examples/contribs/blobWar/Viewer/move.cpp          |    2 +-
 examples/contribs/blobWar/Viewer/move.h            |    2 +-
 .../contribs/blobWar/Viewer/ui_blobWarWindow.h     |  226 +++
 .../blobWar/Viewer/ui_computerPlayerInterface.h    |  177 ++
 examples/contribs/blobWar/Viewer/undo.cpp          |    2 +-
 examples/contribs/blobWar/Viewer/undo.h            |    2 +-
 examples/contribs/cornerAxis/cornerAxis.cpp        |    2 +-
 examples/contribs/cornerAxis/cornerAxis.h          |    2 +-
 examples/contribs/cornerAxis/cornerAxis.pro        |    4 +-
 examples/contribs/cornerAxis/main.cpp              |    2 +-
 examples/contribs/dvonn/board.cpp                  |    2 +-
 examples/contribs/dvonn/board.h                    |    2 +-
 examples/contribs/dvonn/drawer.cpp                 |    2 +-
 examples/contribs/dvonn/drawer.h                   |    2 +-
 examples/contribs/dvonn/dvonn.pro                  |    4 +-
 examples/contribs/dvonn/dvonnviewer.cpp            |   32 +-
 examples/contribs/dvonn/dvonnviewer.h              |    2 +-
 examples/contribs/dvonn/dvonnwindowimpl.cpp        |    2 +-
 examples/contribs/dvonn/dvonnwindowimpl.h          |    2 +-
 examples/contribs/dvonn/game.cpp                   |    2 +-
 examples/contribs/dvonn/game.h                     |    2 +-
 examples/contribs/dvonn/main.cpp                   |    2 +-
 examples/contribs/dvonn/ui_dvonnwindow.h           |  316 ++++
 examples/contribs/eventRecorder/eventRecorder.cpp  |    2 +-
 examples/contribs/eventRecorder/eventRecorder.h    |    2 +-
 examples/contribs/eventRecorder/eventRecorder.pro  |    4 +-
 examples/contribs/eventRecorder/main.cpp           |    2 +-
 examples/contribs/eventRecorder/viewer.cpp         |    2 +-
 examples/contribs/eventRecorder/viewer.h           |    2 +-
 examples/contribs/quarto/glview.cpp                |    2 +-
 examples/contribs/quarto/glview.h                  |    2 +-
 examples/contribs/quarto/jeu.cpp                   |    2 +-
 examples/contribs/quarto/jeu.h                     |    2 +-
 examples/contribs/quarto/main.cpp                  |    2 +-
 examples/contribs/quarto/piece.cpp                 |    2 +-
 examples/contribs/quarto/piece.h                   |    2 +-
 examples/contribs/quarto/quarto.cpp                |    2 +-
 examples/contribs/quarto/quarto.h                  |    2 +-
 examples/contribs/quarto/quarto.pro                |    4 +-
 examples/contribs/terrain/main.cpp                 |    2 +-
 examples/contribs/terrain/quadtree.cpp             |    2 +-
 examples/contribs/terrain/quadtree.h               |    2 +-
 examples/contribs/terrain/sky.cpp                  |    2 +-
 examples/contribs/terrain/sky.h                    |    2 +-
 examples/contribs/terrain/terrain.cpp              |    2 +-
 examples/contribs/terrain/terrain.h                |    2 +-
 examples/contribs/terrain/terrain.pro              |    4 +-
 examples/contribs/terrain/tree.cpp                 |    2 +-
 examples/contribs/terrain/tree.h                   |    2 +-
 examples/contribs/terrain/viewer.cpp               |    2 +-
 examples/contribs/terrain/viewer.h                 |    2 +-
 examples/contribs/terrain/water.cpp                |    2 +-
 examples/contribs/terrain/water.h                  |    2 +-
 examples/contribs/textureViewer/main.cpp           |    2 +-
 examples/contribs/textureViewer/textureViewer.cpp  |    2 +-
 examples/contribs/textureViewer/textureViewer.h    |    2 +-
 examples/contribs/textureViewer/textureViewer.pro  |    4 +-
 examples/contribs/thumbnail/main.cpp               |    2 +-
 examples/contribs/thumbnail/thumbnail.cpp          |    2 +-
 examples/contribs/thumbnail/thumbnail.h            |    2 +-
 examples/contribs/thumbnail/thumbnail.pro          |    4 +-
 examples/drawLight/drawLight.cpp                   |    2 +-
 examples/drawLight/drawLight.h                     |    2 +-
 examples/drawLight/drawLight.pro                   |    4 +-
 examples/drawLight/main.cpp                        |    2 +-
 examples/fastDraw/fastDraw.cpp                     |    2 +-
 examples/fastDraw/fastDraw.h                       |    2 +-
 examples/fastDraw/fastDraw.pro                     |    4 +-
 examples/fastDraw/main.cpp                         |    2 +-
 examples/frameTransform/frameTransform.cpp         |    2 +-
 examples/frameTransform/frameTransform.h           |    2 +-
 examples/frameTransform/frameTransform.pro         |    4 +-
 examples/frameTransform/main.cpp                   |    2 +-
 examples/frustumCulling/box.cpp                    |    2 +-
 examples/frustumCulling/box.h                      |    2 +-
 examples/frustumCulling/cullingCamera.cpp          |    2 +-
 examples/frustumCulling/cullingCamera.h            |    2 +-
 examples/frustumCulling/frustumCulling.cpp         |    2 +-
 examples/frustumCulling/frustumCulling.h           |    2 +-
 examples/frustumCulling/frustumCulling.pro         |    4 +-
 examples/frustumCulling/main.cpp                   |    2 +-
 examples/interface/interface.cpp                   |    2 +-
 examples/interface/interface.h                     |    2 +-
 examples/interface/interface.pro                   |    4 +-
 examples/interface/main.cpp                        |    2 +-
 examples/interface/ui_viewerInterface.h            |  139 ++
 examples/keyFrames/keyFrames.cpp                   |    2 +-
 examples/keyFrames/keyFrames.h                     |    2 +-
 examples/keyFrames/keyFrames.pro                   |    4 +-
 examples/keyFrames/main.cpp                        |    2 +-
 examples/keyboardAndMouse/keyboardAndMouse.cpp     |   16 +-
 examples/keyboardAndMouse/keyboardAndMouse.h       |    2 +-
 examples/keyboardAndMouse/keyboardAndMouse.pro     |    4 +-
 examples/keyboardAndMouse/main.cpp                 |    2 +-
 examples/luxo/luxo.cpp                             |    2 +-
 examples/luxo/luxo.h                               |    2 +-
 examples/luxo/luxo.pro                             |    4 +-
 examples/luxo/main.cpp                             |    2 +-
 examples/manipulatedFrame/main.cpp                 |    2 +-
 examples/manipulatedFrame/manipulatedFrame.cpp     |    2 +-
 examples/manipulatedFrame/manipulatedFrame.h       |    2 +-
 examples/manipulatedFrame/manipulatedFrame.pro     |    4 +-
 examples/mouseGrabber/main.cpp                     |    2 +-
 examples/mouseGrabber/mouseGrabber.cpp             |    2 +-
 examples/mouseGrabber/mouseGrabber.h               |    2 +-
 examples/mouseGrabber/mouseGrabber.pro             |    4 +-
 examples/multiSelect/main.cpp                      |    2 +-
 .../multiSelect/manipulatedFrameSetConstraint.cpp  |    2 +-
 .../multiSelect/manipulatedFrameSetConstraint.h    |    2 +-
 examples/multiSelect/multiSelect.cpp               |    2 +-
 examples/multiSelect/multiSelect.h                 |    2 +-
 examples/multiSelect/multiSelect.pro               |    4 +-
 examples/multiSelect/object.cpp                    |    2 +-
 examples/multiSelect/object.h                      |    2 +-
 examples/multiView/main.cpp                        |    2 +-
 examples/multiView/multiView.cpp                   |    2 +-
 examples/multiView/multiView.h                     |    2 +-
 examples/multiView/multiView.pro                   |    4 +-
 examples/overpainting/main.cpp                     |    2 +-
 examples/overpainting/overpainting.pro             |    4 +-
 examples/overpainting/viewer.cpp                   |    2 +-
 examples/overpainting/viewer.h                     |    2 +-
 examples/screenCoordSystem/main.cpp                |    2 +-
 examples/screenCoordSystem/screenCoordSystem.cpp   |    2 +-
 examples/screenCoordSystem/screenCoordSystem.h     |    2 +-
 examples/screenCoordSystem/screenCoordSystem.pro   |    4 +-
 examples/select/main.cpp                           |    2 +-
 examples/select/select.cpp                         |    2 +-
 examples/select/select.h                           |    2 +-
 examples/select/select.pro                         |    4 +-
 examples/simpleViewer/main.cpp                     |    2 +-
 examples/simpleViewer/simpleViewer.cpp             |    2 +-
 examples/simpleViewer/simpleViewer.h               |    2 +-
 examples/simpleViewer/simpleViewer.pro             |    4 +-
 examples/standardCamera/cameraViewer.cpp           |    2 +-
 examples/standardCamera/cameraViewer.h             |    2 +-
 examples/standardCamera/main.cpp                   |    2 +-
 examples/standardCamera/standardCamera.cpp         |    2 +-
 examples/standardCamera/standardCamera.h           |    2 +-
 examples/standardCamera/standardCamera.pro         |    4 +-
 examples/standardCamera/viewer.cpp                 |    4 +-
 examples/standardCamera/viewer.h                   |    2 +-
 examples/stereoViewer/main.cpp                     |    2 +-
 examples/stereoViewer/stereoViewer.cpp             |    2 +-
 examples/stereoViewer/stereoViewer.h               |    2 +-
 examples/stereoViewer/stereoViewer.pro             |    4 +-
 libQGLViewer-2.4.0.pro => libQGLViewer-2.5.0.pro   |    6 +
 550 files changed, 11962 insertions(+), 9886 deletions(-)
 delete mode 100644 doc/libQGLViewer-2.4.0.qch
 create mode 100644 doc/libQGLViewer-2.5.0.qch
 create mode 100644 examples/contribs/agora/Viewer/ui_agoraWindow.h
 create mode 100644 examples/contribs/agora/Viewer/ui_computerPlayerInterface.h
 create mode 100644 examples/contribs/blobWar/Viewer/ui_blobWarWindow.h
 create mode 100644 examples/contribs/blobWar/Viewer/ui_computerPlayerInterface.h
 create mode 100644 examples/contribs/dvonn/ui_dvonnwindow.h
 create mode 100644 examples/interface/ui_viewerInterface.h
 rename libQGLViewer-2.4.0.pro => libQGLViewer-2.5.0.pro (61%)

-- 
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