[libqglviewer] branch master updated (3f0191e -> 0357011)

Anton Gladky gladk at moszumanska.debian.org
Fri Jun 26 19:56:54 UTC 2015


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

gladk pushed a change to branch master
in repository libqglviewer.

      from  3f0191e   Apply cme fix dpkg-control.
      adds  4b65105   Imported Upstream version 2.6.1+dfsg1
      adds  dc9007d   Imported Upstream version 2.6.3+dfsg1
       new  3228198   Merge.
       new  900f557   Update d/watch.
       new  be022f2   Merge branch 'experimental'
       new  0357011   Update changelog.

The 4 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                                          |   4 +
 QGLViewer/QGLViewer.pro                            | 243 ++++++++++++---------
 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 +
 QGLViewer/camera.cpp                               |  16 ++
 QGLViewer/camera.h                                 |   4 +
 QGLViewer/config.h                                 |   8 +
 QGLViewer/constraint.cpp                           |   4 +
 QGLViewer/constraint.h                             |   4 +
 QGLViewer/domUtils.h                               |   4 +
 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                     |   8 +
 QGLViewer/manipulatedFrame.h                       |   4 +
 QGLViewer/mouseGrabber.cpp                         |   4 +
 QGLViewer/mouseGrabber.h                           |   4 +
 QGLViewer/qglviewer.cpp                            |  18 ++
 QGLViewer/qglviewer.h                              |   4 +
 QGLViewer/quaternion.cpp                           |  11 +
 QGLViewer/quaternion.h                             |   4 +
 QGLViewer/saveSnapshot.cpp                         |   4 +
 QGLViewer/vec.cpp                                  |   4 +
 QGLViewer/vec.h                                    |   4 +
 README                                             |   4 +
 debian/changelog                                   |   8 +
 debian/watch                                       |   2 +-
 designerPlugin/designerPlugin.pro                  |   4 +
 designerPlugin/qglviewerPlugin.Qt3.cpp             |   4 +
 designerPlugin/qglviewerPlugin.Qt3.h               |   4 +
 designerPlugin/qglviewerPlugin.cpp                 |   4 +
 designerPlugin/qglviewerPlugin.h                   |   4 +
 doc/changeLog-1.html                               |   4 +
 doc/changeLog.html                                 |  31 +++
 doc/commercial.html                                |   4 +
 doc/compilation.html                               |  20 ++
 doc/developer.html                                 |   4 +
 doc/download.html                                  |   9 +-
 doc/download_statistics.html                       |   4 +
 doc/dualLicensing.html                             |   4 +
 doc/examples/animation.html                        |   4 +
 doc/examples/callback.html                         |   4 +
 doc/examples/cameraLight.html                      |   4 +
 doc/examples/clippingPlane.html                    |   4 +
 doc/examples/constrainedCamera.html                |   4 +
 doc/examples/constrainedFrame.html                 |   4 +
 doc/examples/contribs.html                         |   4 +
 doc/examples/drawLight.html                        |   4 +
 doc/examples/fastDraw.html                         |   4 +
 doc/examples/frameTransform.html                   |   4 +
 doc/examples/frustumCulling.html                   |   4 +
 doc/examples/index.html                            |   4 +
 doc/examples/interface.html                        |   4 +
 doc/examples/keyFrames.html                        |   4 +
 doc/examples/keyboardAndMouse.html                 |   4 +
 doc/examples/luxo.html                             |   7 +
 doc/examples/manipulatedFrame.html                 |   4 +
 doc/examples/mouseGrabber.html                     |   4 +
 doc/examples/multiSelect.html                      |   7 +
 doc/examples/multiView.html                        |   4 +
 doc/examples/overpainting.html                     |   4 +
 doc/examples/screenCoordSystem.html                |   7 +
 doc/examples/select.html                           |   4 +
 doc/examples/simpleViewer.html                     |   4 +
 doc/examples/standardCamera.html                   |   4 +
 doc/examples/stereoViewer.html                     |   4 +
 doc/faq.html                                       |   4 +
 doc/features.html                                  |   4 +
 doc/index.fr.html                                  |  94 ++++++++
 doc/index.html                                     |  28 ++-
 doc/installUnix.html                               |  42 ++++
 doc/installWindows.html                            |  12 +
 doc/introduction.html                              |   4 +
 doc/keyboard.html                                  |   4 +
 doc/libQGLViewer-2.6.3.qch                         | Bin 0 -> 705536 bytes
 doc/mouse.html                                     |   4 +
 doc/refManual/annotated.html                       |  19 +-
 doc/refManual/{ftv2mlastnode.png => arrowdown.png} | Bin
 .../{ftv2plastnode.png => arrowright.png}          | Bin
 doc/refManual/camera_8cpp.html                     |  19 +-
 doc/refManual/camera_8h.html                       |  19 +-
 doc/refManual/classQGLViewer-members.html          |  19 +-
 doc/refManual/classQGLViewer.html                  |  19 +-
 doc/refManual/classes.html                         |  19 +-
 ...ssqglviewer_1_1AxisPlaneConstraint-members.html |  19 +-
 .../classqglviewer_1_1AxisPlaneConstraint.html     |  19 +-
 .../classqglviewer_1_1Camera-members.html          |  19 +-
 doc/refManual/classqglviewer_1_1Camera.html        |  31 ++-
 ...classqglviewer_1_1CameraConstraint-members.html |  19 +-
 .../classqglviewer_1_1CameraConstraint.html        |  19 +-
 .../classqglviewer_1_1Constraint-members.html      |  19 +-
 doc/refManual/classqglviewer_1_1Constraint.html    |  19 +-
 doc/refManual/classqglviewer_1_1Frame-members.html |  19 +-
 doc/refManual/classqglviewer_1_1Frame.html         |  19 +-
 ...sqglviewer_1_1KeyFrameInterpolator-members.html |  19 +-
 .../classqglviewer_1_1KeyFrameInterpolator.html    |  19 +-
 .../classqglviewer_1_1LocalConstraint-members.html |  19 +-
 .../classqglviewer_1_1LocalConstraint.html         |  19 +-
 ...glviewer_1_1ManipulatedCameraFrame-members.html |  19 +-
 .../classqglviewer_1_1ManipulatedCameraFrame.html  |  22 +-
 ...classqglviewer_1_1ManipulatedFrame-members.html |  19 +-
 .../classqglviewer_1_1ManipulatedFrame.html        |  22 +-
 .../classqglviewer_1_1MouseGrabber-members.html    |  19 +-
 doc/refManual/classqglviewer_1_1MouseGrabber.html  |  22 +-
 .../classqglviewer_1_1Quaternion-members.html      |  19 +-
 doc/refManual/classqglviewer_1_1Quaternion.html    |  19 +-
 doc/refManual/classqglviewer_1_1Vec-members.html   |  19 +-
 doc/refManual/classqglviewer_1_1Vec.html           |  19 +-
 .../classqglviewer_1_1WorldConstraint-members.html |  19 +-
 .../classqglviewer_1_1WorldConstraint.html         |  19 +-
 doc/refManual/config_8h.html                       |  27 ++-
 doc/refManual/constraint_8cpp.html                 |  19 +-
 doc/refManual/constraint_8h.html                   |  19 +-
 .../dir_0d5ec90603fafeb6b6840b6051802ddc.html      |  19 +-
 doc/refManual/{ftv2doc.png => doc.png}             | Bin
 doc/refManual/domUtils_8h.html                     |  19 +-
 doc/refManual/files.html                           |  19 +-
 .../{ftv2folderclosed.png => folderclosed.png}     | Bin
 .../{ftv2folderopen.png => folderopen.png}         | Bin
 doc/refManual/frame_8cpp.html                      |  19 +-
 doc/refManual/frame_8h.html                        |  19 +-
 doc/refManual/ftv2blank.png                        | Bin 86 -> 0 bytes
 doc/refManual/ftv2lastnode.png                     | Bin 86 -> 0 bytes
 doc/refManual/ftv2link.png                         | Bin 746 -> 0 bytes
 doc/refManual/ftv2mnode.png                        | Bin 246 -> 0 bytes
 doc/refManual/ftv2node.png                         | Bin 86 -> 0 bytes
 doc/refManual/ftv2pnode.png                        | Bin 229 -> 0 bytes
 doc/refManual/ftv2vertline.png                     | Bin 86 -> 0 bytes
 doc/refManual/functions.html                       |  19 +-
 doc/refManual/functions_b.html                     |  19 +-
 doc/refManual/functions_c.html                     |  19 +-
 doc/refManual/functions_d.html                     |  19 +-
 doc/refManual/functions_e.html                     |  19 +-
 doc/refManual/functions_enum.html                  |  19 +-
 doc/refManual/functions_eval.html                  |  19 +-
 doc/refManual/functions_f.html                     |  19 +-
 doc/refManual/functions_func.html                  |  19 +-
 doc/refManual/functions_func_b.html                |  19 +-
 doc/refManual/functions_func_c.html                |  19 +-
 doc/refManual/functions_func_d.html                |  19 +-
 doc/refManual/functions_func_e.html                |  19 +-
 doc/refManual/functions_func_f.html                |  19 +-
 doc/refManual/functions_func_g.html                |  19 +-
 doc/refManual/functions_func_h.html                |  19 +-
 doc/refManual/functions_func_i.html                |  19 +-
 doc/refManual/functions_func_k.html                |  19 +-
 doc/refManual/functions_func_l.html                |  19 +-
 doc/refManual/functions_func_m.html                |  19 +-
 doc/refManual/functions_func_n.html                |  19 +-
 doc/refManual/functions_func_o.html                |  19 +-
 doc/refManual/functions_func_p.html                |  19 +-
 doc/refManual/functions_func_q.html                |  19 +-
 doc/refManual/functions_func_r.html                |  19 +-
 doc/refManual/functions_func_s.html                |  19 +-
 doc/refManual/functions_func_t.html                |  19 +-
 doc/refManual/functions_func_u.html                |  19 +-
 doc/refManual/functions_func_v.html                |  19 +-
 doc/refManual/functions_func_w.html                |  19 +-
 doc/refManual/functions_func_z.html                |  19 +-
 doc/refManual/functions_func_~.html                |  19 +-
 doc/refManual/functions_g.html                     |  19 +-
 doc/refManual/functions_h.html                     |  19 +-
 doc/refManual/functions_i.html                     |  19 +-
 doc/refManual/functions_k.html                     |  19 +-
 doc/refManual/functions_l.html                     |  19 +-
 doc/refManual/functions_m.html                     |  19 +-
 doc/refManual/functions_n.html                     |  19 +-
 doc/refManual/functions_o.html                     |  19 +-
 doc/refManual/functions_p.html                     |  19 +-
 doc/refManual/functions_q.html                     |  19 +-
 doc/refManual/functions_r.html                     |  19 +-
 doc/refManual/functions_rela.html                  |  19 +-
 doc/refManual/functions_s.html                     |  19 +-
 doc/refManual/functions_t.html                     |  19 +-
 doc/refManual/functions_u.html                     |  19 +-
 doc/refManual/functions_v.html                     |  19 +-
 doc/refManual/functions_vars.html                  |  19 +-
 doc/refManual/functions_w.html                     |  19 +-
 doc/refManual/functions_x.html                     |  19 +-
 doc/refManual/functions_y.html                     |  19 +-
 doc/refManual/functions_z.html                     |  19 +-
 doc/refManual/functions_~.html                     |  19 +-
 doc/refManual/globals.html                         |  19 +-
 doc/refManual/globals_defs.html                    |  19 +-
 doc/refManual/globals_func.html                    |  19 +-
 doc/refManual/hierarchy.html                       |  19 +-
 doc/refManual/index.filtered.qhp                   |  37 ++--
 doc/refManual/index.html                           |  19 +-
 doc/refManual/index.qhp                            |  37 ++--
 doc/refManual/keyFrameInterpolator_8cpp.html       |  19 +-
 doc/refManual/keyFrameInterpolator_8h.html         |  19 +-
 doc/refManual/manipulatedCameraFrame_8cpp.html     |  19 +-
 doc/refManual/manipulatedCameraFrame_8h.html       |  19 +-
 doc/refManual/manipulatedFrame_8cpp.html           |  19 +-
 doc/refManual/manipulatedFrame_8h.html             |  19 +-
 doc/refManual/mouseGrabber_8cpp.html               |  19 +-
 doc/refManual/mouseGrabber_8h.html                 |  19 +-
 doc/refManual/namespaceqglviewer.html              |  19 +-
 doc/refManual/namespaces.html                      |  19 +-
 doc/refManual/qglviewer_8cpp.html                  |  19 +-
 doc/refManual/qglviewer_8h.html                    |  19 +-
 doc/refManual/quaternion_8cpp.html                 |  19 +-
 doc/refManual/quaternion_8h.html                   |  19 +-
 doc/refManual/saveSnapshot_8cpp.html               |  19 +-
 doc/refManual/search/all_0.html                    |   2 +-
 doc/refManual/search/all_1.html                    |   2 +-
 doc/refManual/search/all_10.html                   |   2 +-
 doc/refManual/search/all_11.html                   |   2 +-
 doc/refManual/search/all_12.html                   |   2 +-
 doc/refManual/search/all_13.html                   |   2 +-
 doc/refManual/search/all_14.html                   |   2 +-
 doc/refManual/search/all_15.html                   |   2 +-
 doc/refManual/search/all_16.html                   |   2 +-
 doc/refManual/search/all_17.html                   |   2 +-
 doc/refManual/search/all_18.html                   |   2 +-
 doc/refManual/search/all_19.html                   |   2 +-
 doc/refManual/search/all_2.html                    |   2 +-
 doc/refManual/search/all_3.html                    |   2 +-
 doc/refManual/search/all_4.html                    |   2 +-
 doc/refManual/search/all_5.html                    |   2 +-
 doc/refManual/search/all_6.html                    |   2 +-
 doc/refManual/search/all_7.html                    |   2 +-
 doc/refManual/search/all_8.html                    |   2 +-
 doc/refManual/search/all_9.html                    |   2 +-
 doc/refManual/search/all_a.html                    |   2 +-
 doc/refManual/search/all_b.html                    |   2 +-
 doc/refManual/search/all_c.html                    |   2 +-
 doc/refManual/search/all_d.html                    |   2 +-
 doc/refManual/search/all_e.html                    |   2 +-
 doc/refManual/search/all_f.html                    |   2 +-
 doc/refManual/search/classes_0.html                |   2 +-
 doc/refManual/search/classes_1.html                |   2 +-
 doc/refManual/search/classes_2.html                |   2 +-
 doc/refManual/search/classes_3.html                |   2 +-
 doc/refManual/search/classes_4.html                |   2 +-
 doc/refManual/search/classes_5.html                |   2 +-
 doc/refManual/search/classes_6.html                |   2 +-
 doc/refManual/search/classes_7.html                |   2 +-
 doc/refManual/search/classes_8.html                |   2 +-
 doc/refManual/search/defines_0.html                |   2 +-
 doc/refManual/search/enums_0.html                  |   2 +-
 doc/refManual/search/enums_1.html                  |   2 +-
 doc/refManual/search/enums_2.html                  |   2 +-
 doc/refManual/search/enums_3.html                  |   2 +-
 doc/refManual/search/enumvalues_0.html             |   2 +-
 doc/refManual/search/enumvalues_1.html             |   2 +-
 doc/refManual/search/enumvalues_2.html             |   2 +-
 doc/refManual/search/enumvalues_3.html             |   2 +-
 doc/refManual/search/enumvalues_4.html             |   2 +-
 doc/refManual/search/enumvalues_5.html             |   2 +-
 doc/refManual/search/enumvalues_6.html             |   2 +-
 doc/refManual/search/enumvalues_7.html             |   2 +-
 doc/refManual/search/enumvalues_8.html             |   2 +-
 doc/refManual/search/enumvalues_9.html             |   2 +-
 doc/refManual/search/enumvalues_a.html             |   2 +-
 doc/refManual/search/enumvalues_b.html             |   2 +-
 doc/refManual/search/enumvalues_c.html             |   2 +-
 doc/refManual/search/enumvalues_d.html             |   2 +-
 doc/refManual/search/enumvalues_e.html             |   2 +-
 doc/refManual/search/enumvalues_f.html             |   2 +-
 doc/refManual/search/files_0.html                  |   2 +-
 doc/refManual/search/files_1.html                  |   2 +-
 doc/refManual/search/files_2.html                  |   2 +-
 doc/refManual/search/files_3.html                  |   2 +-
 doc/refManual/search/files_4.html                  |   2 +-
 doc/refManual/search/files_5.html                  |   2 +-
 doc/refManual/search/files_6.html                  |   2 +-
 doc/refManual/search/files_7.html                  |   2 +-
 doc/refManual/search/functions_0.html              |   2 +-
 doc/refManual/search/functions_1.html              |   2 +-
 doc/refManual/search/functions_10.html             |   2 +-
 doc/refManual/search/functions_11.html             |   2 +-
 doc/refManual/search/functions_12.html             |   2 +-
 doc/refManual/search/functions_13.html             |   2 +-
 doc/refManual/search/functions_14.html             |   2 +-
 doc/refManual/search/functions_15.html             |   2 +-
 doc/refManual/search/functions_16.html             |   2 +-
 doc/refManual/search/functions_17.html             |   2 +-
 doc/refManual/search/functions_2.html              |   2 +-
 doc/refManual/search/functions_3.html              |   2 +-
 doc/refManual/search/functions_4.html              |   2 +-
 doc/refManual/search/functions_5.html              |   2 +-
 doc/refManual/search/functions_6.html              |   2 +-
 doc/refManual/search/functions_7.html              |   2 +-
 doc/refManual/search/functions_8.html              |   2 +-
 doc/refManual/search/functions_9.html              |   2 +-
 doc/refManual/search/functions_a.html              |   2 +-
 doc/refManual/search/functions_b.html              |   2 +-
 doc/refManual/search/functions_c.html              |   2 +-
 doc/refManual/search/functions_d.html              |   2 +-
 doc/refManual/search/functions_e.html              |   2 +-
 doc/refManual/search/functions_f.html              |   2 +-
 doc/refManual/search/namespaces_0.html             |   2 +-
 doc/refManual/search/related_0.html                |   2 +-
 doc/refManual/search/related_1.html                |   2 +-
 doc/refManual/search/search.js                     | 100 ++++-----
 doc/refManual/search/searchdata.js                 |  42 ++++
 doc/refManual/search/variables_0.html              |   2 +-
 doc/refManual/search/variables_1.html              |   2 +-
 doc/refManual/search/variables_2.html              |   2 +-
 doc/refManual/{ftv2splitbar.png => splitbar.png}   | Bin
 doc/refManual/vec_8cpp.html                        |  19 +-
 doc/refManual/vec_8h.html                          |  19 +-
 doc/techFaq.html                                   |   4 +
 examples/animation/animation.cpp                   |   4 +
 examples/animation/animation.h                     |   4 +
 examples/animation/animation.pro                   |   4 +
 examples/animation/main.cpp                        |   4 +
 examples/callback/callback.cpp                     |   4 +
 examples/callback/callback.h                       |   4 +
 examples/callback/callback.pro                     |   4 +
 examples/callback/main.cpp                         |   4 +
 examples/cameraLight/cameraLight.cpp               |   4 +
 examples/cameraLight/cameraLight.h                 |   4 +
 examples/cameraLight/cameraLight.pro               |   4 +
 examples/cameraLight/main.cpp                      |   4 +
 examples/clippingPlane/clippingPlane.cpp           |   4 +
 examples/clippingPlane/clippingPlane.h             |   4 +
 examples/clippingPlane/clippingPlane.pro           |   4 +
 examples/clippingPlane/main.cpp                    |   4 +
 examples/constrainedCamera/constrainedCamera.cpp   |   4 +
 examples/constrainedCamera/constrainedCamera.h     |   4 +
 examples/constrainedCamera/constrainedCamera.pro   |   4 +
 examples/constrainedCamera/main.cpp                |   4 +
 examples/constrainedFrame/constrainedFrame.cpp     |   4 +
 examples/constrainedFrame/constrainedFrame.h       |   4 +
 examples/constrainedFrame/constrainedFrame.pro     |   4 +
 examples/constrainedFrame/main.cpp                 |   4 +
 examples/contribs/3dsViewer/3dsViewer.cpp          |   4 +
 examples/contribs/3dsViewer/3dsViewer.h            |   4 +
 examples/contribs/3dsViewer/3dsViewer.pro          |   4 +
 examples/contribs/3dsViewer/main.cpp               |   4 +
 examples/contribs/agora/AI/AI.pro                  |   4 +
 examples/contribs/agora/AI/ai.cpp                  |   4 +
 examples/contribs/agora/Viewer/Viewer.pro          |   4 +
 examples/contribs/agora/Viewer/agoraViewer.cpp     |   4 +
 examples/contribs/agora/Viewer/agoraViewer.h       |   4 +
 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              |   4 +
 examples/contribs/agora/Viewer/computerPlayer.cpp  |   4 +
 examples/contribs/agora/Viewer/computerPlayer.h    |   4 +
 examples/contribs/agora/Viewer/main.cpp            |   4 +
 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            |   4 +
 examples/contribs/anaglyph/main.cpp                |   4 +
 .../contribs/backgroundImage/backgroundImage.cpp   |   4 +
 .../contribs/backgroundImage/backgroundImage.h     |   4 +
 .../contribs/backgroundImage/backgroundImage.pro   |   4 +
 examples/contribs/backgroundImage/main.cpp         |   4 +
 examples/contribs/blobWar/AI/AI.pro                |   4 +
 examples/contribs/blobWar/AI/ai.cpp                |   4 +
 examples/contribs/blobWar/Viewer/Viewer.pro        |  10 +
 examples/contribs/blobWar/Viewer/blobWarViewer.cpp |   4 +
 examples/contribs/blobWar/Viewer/blobWarViewer.h   |   4 +
 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     |   4 +
 examples/contribs/blobWar/Viewer/computerPlayer.h  |   4 +
 examples/contribs/blobWar/Viewer/main.cpp          |   4 +
 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/cornerAxis/cornerAxis.cpp        |   4 +
 examples/contribs/cornerAxis/cornerAxis.h          |   4 +
 examples/contribs/cornerAxis/cornerAxis.pro        |   4 +
 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                  |  10 +
 examples/contribs/dvonn/dvonnviewer.cpp            |   4 +
 examples/contribs/dvonn/dvonnviewer.h              |   4 +
 examples/contribs/dvonn/dvonnwindowimpl.cpp        |   4 +
 examples/contribs/dvonn/dvonnwindowimpl.h          |   4 +
 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  |   4 +
 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                   |   4 +
 examples/contribs/quarto/jeu.h                     |   4 +
 examples/contribs/quarto/main.cpp                  |   4 +
 examples/contribs/quarto/piece.cpp                 |   4 +
 examples/contribs/quarto/piece.h                   |   4 +
 examples/contribs/quarto/quarto.cpp                |   4 +
 examples/contribs/quarto/quarto.h                  |   4 +
 examples/contribs/quarto/quarto.pro                |   4 +
 examples/contribs/terrain/main.cpp                 |   4 +
 examples/contribs/terrain/quadtree.cpp             |   4 +
 examples/contribs/terrain/quadtree.h               |   4 +
 examples/contribs/terrain/sky.cpp                  |   4 +
 examples/contribs/terrain/sky.h                    |   4 +
 examples/contribs/terrain/terrain.cpp              |   4 +
 examples/contribs/terrain/terrain.h                |   4 +
 examples/contribs/terrain/terrain.pro              |   4 +
 examples/contribs/terrain/tree.cpp                 |   4 +
 examples/contribs/terrain/tree.h                   |   4 +
 examples/contribs/terrain/viewer.cpp               |   4 +
 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  |   4 +
 examples/contribs/thumbnail/main.cpp               |   4 +
 examples/contribs/thumbnail/thumbnail.cpp          |   4 +
 examples/contribs/thumbnail/thumbnail.h            |   4 +
 examples/contribs/thumbnail/thumbnail.pro          |   4 +
 examples/drawLight/drawLight.cpp                   |   4 +
 examples/drawLight/drawLight.h                     |   4 +
 examples/drawLight/drawLight.pro                   |   4 +
 examples/drawLight/main.cpp                        |   4 +
 examples/examples.pri                              |  98 +++++++++
 examples/fastDraw/fastDraw.cpp                     |   4 +
 examples/fastDraw/fastDraw.h                       |   4 +
 examples/fastDraw/fastDraw.pro                     |   4 +
 examples/fastDraw/main.cpp                         |   4 +
 examples/frameTransform/frameTransform.cpp         |   4 +
 examples/frameTransform/frameTransform.h           |   4 +
 examples/frameTransform/frameTransform.pro         |   4 +
 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         |   4 +
 examples/frustumCulling/main.cpp                   |   4 +
 examples/interface/interface.cpp                   |   4 +
 examples/interface/interface.h                     |   4 +
 examples/interface/interface.pro                   |   4 +
 examples/interface/main.cpp                        |   4 +
 examples/keyFrames/keyFrames.cpp                   |   4 +
 examples/keyFrames/keyFrames.h                     |   4 +
 examples/keyFrames/keyFrames.pro                   |   4 +
 examples/keyFrames/main.cpp                        |   4 +
 examples/keyboardAndMouse/keyboardAndMouse.cpp     |   4 +
 examples/keyboardAndMouse/keyboardAndMouse.h       |   4 +
 examples/keyboardAndMouse/keyboardAndMouse.pro     |   4 +
 examples/keyboardAndMouse/main.cpp                 |   4 +
 examples/luxo/luxo.cpp                             |   4 +
 examples/luxo/luxo.h                               |   4 +
 examples/luxo/luxo.pro                             |   9 +
 examples/luxo/main.cpp                             |   4 +
 examples/manipulatedFrame/main.cpp                 |   4 +
 examples/manipulatedFrame/manipulatedFrame.cpp     |   4 +
 examples/manipulatedFrame/manipulatedFrame.h       |   4 +
 examples/manipulatedFrame/manipulatedFrame.pro     |   4 +
 examples/mouseGrabber/main.cpp                     |   4 +
 examples/mouseGrabber/mouseGrabber.cpp             |   4 +
 examples/mouseGrabber/mouseGrabber.h               |   4 +
 examples/mouseGrabber/mouseGrabber.pro             |   4 +
 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               |   9 +
 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                   |   4 +
 examples/overpainting/main.cpp                     |   4 +
 examples/overpainting/overpainting.pro             |   4 +
 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   |   9 +
 examples/select/main.cpp                           |   4 +
 examples/select/select.cpp                         |   4 +
 examples/select/select.h                           |   4 +
 examples/select/select.pro                         |   4 +
 examples/simpleViewer/main.cpp                     |   4 +
 examples/simpleViewer/simpleViewer.cpp             |   4 +
 examples/simpleViewer/simpleViewer.h               |   4 +
 examples/simpleViewer/simpleViewer.pro             |   4 +
 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         |   4 +
 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             |   4 +
 libQGLViewer-2.6.1.pro => libQGLViewer-2.6.3.pro   |   0
 540 files changed, 3609 insertions(+), 892 deletions(-)
 create mode 100644 doc/index.fr.html
 create mode 100644 doc/libQGLViewer-2.6.3.qch
 rename doc/refManual/{ftv2mlastnode.png => arrowdown.png} (100%)
 rename doc/refManual/{ftv2plastnode.png => arrowright.png} (100%)
 rename doc/refManual/{ftv2doc.png => doc.png} (100%)
 rename doc/refManual/{ftv2folderclosed.png => folderclosed.png} (100%)
 rename doc/refManual/{ftv2folderopen.png => folderopen.png} (100%)
 delete mode 100644 doc/refManual/ftv2blank.png
 delete mode 100644 doc/refManual/ftv2lastnode.png
 delete mode 100644 doc/refManual/ftv2link.png
 delete mode 100644 doc/refManual/ftv2mnode.png
 delete mode 100644 doc/refManual/ftv2node.png
 delete mode 100644 doc/refManual/ftv2pnode.png
 delete mode 100644 doc/refManual/ftv2vertline.png
 create mode 100644 doc/refManual/search/searchdata.js
 rename doc/refManual/{ftv2splitbar.png => splitbar.png} (100%)
 create mode 100644 examples/examples.pri
 copy libQGLViewer-2.6.1.pro => libQGLViewer-2.6.3.pro (100%)

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