[libqglviewer] branch master updated (7660820 -> 3f0191e)
Anton Gladky
gladk at moszumanska.debian.org
Thu Jun 25 22:05:37 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 7660820 Update changelog.
adds bf5e634 Migrate to Qt5.
adds 1752dbd Update d/copyright.
adds 543dce6 Imported Upstream version 2.6.1+dfsg1
adds bfc323c Update changelog.
adds e6c2a3c Update autopkgtest.
adds 6ef957f Update changelog.
adds 3267fd4 Set Standards-version: 3.9.6. No changes.
adds 0fc3249 Update changelog.
new 7ad92fc Add -qt4 packages.
new 3f0191e Apply cme fix dpkg-control.
The 2 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 +-
QGLViewer/QGLViewer.pro | 23 +-
QGLViewer/VRender/AxisAlignedBox.h | 2 +-
QGLViewer/VRender/BSPSortMethod.cpp | 2 +-
QGLViewer/VRender/BackFaceCullingOptimizer.cpp | 8 +-
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 | 10 +-
QGLViewer/VRender/ParserGL.h | 2 +-
QGLViewer/VRender/Primitive.cpp | 19 +-
QGLViewer/VRender/Primitive.h | 245 +-
QGLViewer/VRender/PrimitivePositioning.cpp | 34 +-
QGLViewer/VRender/PrimitivePositioning.h | 2 +-
QGLViewer/VRender/SortMethod.h | 2 +-
QGLViewer/VRender/TopologicalSortMethod.cpp | 184 +-
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 | 18 +-
QGLViewer/VRender/gpc.cpp | 3341 ++++++++++----------
QGLViewer/VRender/gpc.h | 68 +-
QGLViewer/camera.cpp | 316 +-
QGLViewer/camera.h | 108 +-
QGLViewer/config.h | 6 +-
QGLViewer/constraint.cpp | 6 +-
QGLViewer/constraint.h | 2 +-
QGLViewer/domUtils.h | 37 +-
QGLViewer/frame.cpp | 128 +-
QGLViewer/frame.h | 52 +-
QGLViewer/keyFrameInterpolator.cpp | 102 +-
QGLViewer/keyFrameInterpolator.h | 44 +-
QGLViewer/manipulatedCameraFrame.cpp | 26 +-
QGLViewer/manipulatedCameraFrame.h | 12 +-
QGLViewer/manipulatedFrame.cpp | 70 +-
QGLViewer/manipulatedFrame.h | 42 +-
QGLViewer/mouseGrabber.cpp | 2 +-
QGLViewer/mouseGrabber.h | 2 +-
QGLViewer/qglviewer.cpp | 204 +-
QGLViewer/qglviewer.h | 88 +-
QGLViewer/qglviewer_fr.qm | Bin 14813 -> 14815 bytes
QGLViewer/qglviewer_fr.ts | 2 +-
QGLViewer/quaternion.cpp | 160 +-
QGLViewer/quaternion.h | 52 +-
QGLViewer/saveSnapshot.cpp | 30 +-
QGLViewer/vec.cpp | 6 +-
QGLViewer/vec.h | 50 +-
README | 2 +-
debian/changelog | 10 +
debian/control | 113 +-
debian/copyright | 8 +
debian/libqglviewer-dev-qt4.install | 3 +
debian/libqglviewer-dev.install | 4 +-
debian/libqglviewer2-qt4.install | 1 +
debian/libqglviewer2.install | 2 +-
debian/libqglviewer2.maintscript | 1 -
debian/rules | 13 +-
debian/tests/build1 | 10 +-
designerPlugin/designerPlugin.pro | 14 +-
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 | 31 +-
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 | 2 +-
doc/examples/contribs.html | 2 +-
doc/examples/drawLight.html | 12 +-
doc/examples/fastDraw.html | 2 +-
doc/examples/frameTransform.html | 2 +-
doc/examples/frustumCulling.html | 2 +-
doc/examples/index.html | 2 +-
doc/examples/interface.html | 2 +-
doc/examples/keyFrames.html | 2 +-
doc/examples/keyboardAndMouse.html | 2 +-
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 | 16 +-
doc/examples/stereoViewer.html | 2 +-
doc/faq.html | 2 +-
doc/features.html | 2 +-
doc/index.html | 24 +-
doc/installUnix.html | 24 +-
doc/installWindows.html | 6 +-
doc/introduction.html | 2 +-
doc/keyboard.html | 2 +-
doc/libQGLViewer-2.5.3.qch | Bin 724992 -> 0 bytes
doc/libQGLViewer-2.6.1.qch | Bin 0 -> 724992 bytes
doc/mouse.html | 2 +-
doc/refManual/annotated.html | 4 +-
doc/refManual/camera_8cpp.html | 4 +-
doc/refManual/camera_8h.html | 4 +-
doc/refManual/classQGLViewer-members.html | 32 +-
doc/refManual/classQGLViewer.html | 220 +-
doc/refManual/classes.html | 4 +-
...ssqglviewer_1_1AxisPlaneConstraint-members.html | 4 +-
.../classqglviewer_1_1AxisPlaneConstraint.html | 4 +-
.../classqglviewer_1_1Camera-members.html | 84 +-
doc/refManual/classqglviewer_1_1Camera.html | 570 ++--
...classqglviewer_1_1CameraConstraint-members.html | 4 +-
.../classqglviewer_1_1CameraConstraint.html | 4 +-
.../classqglviewer_1_1Constraint-members.html | 4 +-
doc/refManual/classqglviewer_1_1Constraint.html | 4 +-
doc/refManual/classqglviewer_1_1Frame-members.html | 54 +-
doc/refManual/classqglviewer_1_1Frame.html | 340 +-
...sqglviewer_1_1KeyFrameInterpolator-members.html | 28 +-
.../classqglviewer_1_1KeyFrameInterpolator.html | 182 +-
.../classqglviewer_1_1LocalConstraint-members.html | 4 +-
.../classqglviewer_1_1LocalConstraint.html | 4 +-
...glviewer_1_1ManipulatedCameraFrame-members.html | 78 +-
.../classqglviewer_1_1ManipulatedCameraFrame.html | 172 +-
...classqglviewer_1_1ManipulatedFrame-members.html | 74 +-
.../classqglviewer_1_1ManipulatedFrame.html | 220 +-
.../classqglviewer_1_1MouseGrabber-members.html | 4 +-
doc/refManual/classqglviewer_1_1MouseGrabber.html | 4 +-
.../classqglviewer_1_1Quaternion-members.html | 34 +-
doc/refManual/classqglviewer_1_1Quaternion.html | 168 +-
doc/refManual/classqglviewer_1_1Vec-members.html | 36 +-
doc/refManual/classqglviewer_1_1Vec.html | 158 +-
.../classqglviewer_1_1WorldConstraint-members.html | 4 +-
.../classqglviewer_1_1WorldConstraint.html | 4 +-
doc/refManual/config_8h.html | 8 +-
doc/refManual/constraint_8cpp.html | 4 +-
doc/refManual/constraint_8h.html | 4 +-
.../dir_0d5ec90603fafeb6b6840b6051802ddc.html | 4 +-
doc/refManual/domUtils_8h.html | 4 +-
doc/refManual/files.html | 4 +-
doc/refManual/frame_8cpp.html | 4 +-
doc/refManual/frame_8h.html | 4 +-
doc/refManual/functions.html | 16 +-
doc/refManual/functions_b.html | 8 +-
doc/refManual/functions_c.html | 6 +-
doc/refManual/functions_d.html | 24 +-
doc/refManual/functions_e.html | 4 +-
doc/refManual/functions_enum.html | 4 +-
doc/refManual/functions_eval.html | 4 +-
doc/refManual/functions_f.html | 16 +-
doc/refManual/functions_func.html | 16 +-
doc/refManual/functions_func_b.html | 8 +-
doc/refManual/functions_func_c.html | 6 +-
doc/refManual/functions_func_d.html | 24 +-
doc/refManual/functions_func_e.html | 4 +-
doc/refManual/functions_func_f.html | 16 +-
doc/refManual/functions_func_g.html | 50 +-
doc/refManual/functions_func_h.html | 6 +-
doc/refManual/functions_func_i.html | 14 +-
doc/refManual/functions_func_k.html | 8 +-
doc/refManual/functions_func_l.html | 6 +-
doc/refManual/functions_func_m.html | 4 +-
doc/refManual/functions_func_n.html | 10 +-
doc/refManual/functions_func_o.html | 12 +-
doc/refManual/functions_func_p.html | 14 +-
doc/refManual/functions_func_q.html | 6 +-
doc/refManual/functions_func_r.html | 8 +-
doc/refManual/functions_func_s.html | 70 +-
doc/refManual/functions_func_t.html | 8 +-
doc/refManual/functions_func_u.html | 4 +-
doc/refManual/functions_func_v.html | 4 +-
doc/refManual/functions_func_w.html | 6 +-
doc/refManual/functions_func_z.html | 14 +-
doc/refManual/functions_func_~.html | 4 +-
doc/refManual/functions_g.html | 50 +-
doc/refManual/functions_h.html | 6 +-
doc/refManual/functions_i.html | 14 +-
doc/refManual/functions_k.html | 8 +-
doc/refManual/functions_l.html | 6 +-
doc/refManual/functions_m.html | 4 +-
doc/refManual/functions_n.html | 10 +-
doc/refManual/functions_o.html | 16 +-
doc/refManual/functions_p.html | 14 +-
doc/refManual/functions_q.html | 6 +-
doc/refManual/functions_r.html | 10 +-
doc/refManual/functions_rela.html | 8 +-
doc/refManual/functions_s.html | 70 +-
doc/refManual/functions_t.html | 6 +-
doc/refManual/functions_u.html | 4 +-
doc/refManual/functions_v.html | 4 +-
doc/refManual/functions_vars.html | 10 +-
doc/refManual/functions_w.html | 6 +-
doc/refManual/functions_x.html | 6 +-
doc/refManual/functions_y.html | 6 +-
doc/refManual/functions_z.html | 16 +-
doc/refManual/functions_~.html | 4 +-
doc/refManual/globals.html | 4 +-
doc/refManual/globals_defs.html | 4 +-
doc/refManual/globals_func.html | 4 +-
doc/refManual/hierarchy.html | 4 +-
doc/refManual/index.filtered.qhp | 646 ++--
doc/refManual/index.html | 4 +-
doc/refManual/index.qhp | 646 ++--
doc/refManual/keyFrameInterpolator_8cpp.html | 4 +-
doc/refManual/keyFrameInterpolator_8h.html | 4 +-
doc/refManual/manipulatedCameraFrame_8cpp.html | 4 +-
doc/refManual/manipulatedCameraFrame_8h.html | 4 +-
doc/refManual/manipulatedFrame_8cpp.html | 4 +-
doc/refManual/manipulatedFrame_8h.html | 4 +-
doc/refManual/mouseGrabber_8cpp.html | 4 +-
doc/refManual/mouseGrabber_8h.html | 4 +-
doc/refManual/namespaceqglviewer.html | 4 +-
doc/refManual/namespaces.html | 4 +-
doc/refManual/qglviewer_8cpp.html | 4 +-
doc/refManual/qglviewer_8h.html | 4 +-
doc/refManual/quaternion_8cpp.html | 4 +-
doc/refManual/quaternion_8h.html | 4 +-
doc/refManual/saveSnapshot_8cpp.html | 4 +-
doc/refManual/search/all_0.js | 10 +-
doc/refManual/search/all_1.js | 4 +-
doc/refManual/search/all_10.js | 6 +-
doc/refManual/search/all_11.js | 66 +-
doc/refManual/search/all_12.js | 4 +-
doc/refManual/search/all_14.js | 2 +-
doc/refManual/search/all_15.js | 2 +-
doc/refManual/search/all_16.js | 2 +-
doc/refManual/search/all_17.js | 2 +-
doc/refManual/search/all_18.js | 12 +-
doc/refManual/search/all_2.js | 2 +-
doc/refManual/search/all_3.js | 20 +-
doc/refManual/search/all_5.js | 10 +-
doc/refManual/search/all_6.js | 46 +-
doc/refManual/search/all_7.js | 2 +-
doc/refManual/search/all_8.js | 10 +-
doc/refManual/search/all_9.js | 4 +-
doc/refManual/search/all_a.js | 2 +-
doc/refManual/search/all_c.js | 4 +-
doc/refManual/search/all_d.js | 10 +-
doc/refManual/search/all_e.js | 10 +-
doc/refManual/search/all_f.js | 2 +-
doc/refManual/search/functions_0.js | 10 +-
doc/refManual/search/functions_1.js | 4 +-
doc/refManual/search/functions_10.js | 6 +-
doc/refManual/search/functions_11.js | 66 +-
doc/refManual/search/functions_12.js | 4 +-
doc/refManual/search/functions_14.js | 2 +-
doc/refManual/search/functions_15.js | 2 +-
doc/refManual/search/functions_16.js | 10 +-
doc/refManual/search/functions_2.js | 2 +-
doc/refManual/search/functions_3.js | 20 +-
doc/refManual/search/functions_5.js | 10 +-
doc/refManual/search/functions_6.js | 46 +-
doc/refManual/search/functions_7.js | 2 +-
doc/refManual/search/functions_8.js | 10 +-
doc/refManual/search/functions_9.js | 4 +-
doc/refManual/search/functions_a.js | 2 +-
doc/refManual/search/functions_c.js | 4 +-
doc/refManual/search/functions_d.js | 6 +-
doc/refManual/search/functions_e.js | 10 +-
doc/refManual/search/functions_f.js | 2 +-
doc/refManual/search/related_1.js | 4 +-
doc/refManual/search/variables_0.js | 2 +-
doc/refManual/search/variables_1.js | 2 +-
doc/refManual/search/variables_2.js | 2 +-
doc/refManual/vec_8cpp.html | 4 +-
doc/refManual/vec_8h.html | 4 +-
doc/techFaq.html | 2 +-
examples/animation/animation.cpp | 2 +-
examples/animation/animation.h | 2 +-
examples/animation/animation.pro | 14 +-
examples/animation/main.cpp | 2 +-
examples/callback/callback.cpp | 2 +-
examples/callback/callback.h | 2 +-
examples/callback/callback.pro | 14 +-
examples/callback/main.cpp | 2 +-
examples/cameraLight/cameraLight.cpp | 2 +-
examples/cameraLight/cameraLight.h | 2 +-
examples/cameraLight/cameraLight.pro | 14 +-
examples/cameraLight/main.cpp | 2 +-
examples/clippingPlane/clippingPlane.cpp | 2 +-
examples/clippingPlane/clippingPlane.h | 2 +-
examples/clippingPlane/clippingPlane.pro | 14 +-
examples/clippingPlane/main.cpp | 2 +-
examples/constrainedCamera/constrainedCamera.cpp | 2 +-
examples/constrainedCamera/constrainedCamera.h | 2 +-
examples/constrainedCamera/constrainedCamera.pro | 14 +-
examples/constrainedCamera/main.cpp | 2 +-
examples/constrainedFrame/constrainedFrame.cpp | 2 +-
examples/constrainedFrame/constrainedFrame.h | 2 +-
examples/constrainedFrame/constrainedFrame.pro | 14 +-
examples/constrainedFrame/main.cpp | 2 +-
examples/contribs/3dsViewer/3dsViewer.cpp | 2 +-
examples/contribs/3dsViewer/3dsViewer.h | 2 +-
examples/contribs/3dsViewer/3dsViewer.pro | 14 +-
examples/contribs/3dsViewer/main.cpp | 2 +-
examples/contribs/agora/AI/AI.pro | 14 +-
examples/contribs/agora/AI/ai.cpp | 2 +-
examples/contribs/agora/Viewer/Viewer.pro | 14 +-
examples/contribs/agora/Viewer/agoraViewer.cpp | 2 +-
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/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 | 14 +-
examples/contribs/anaglyph/main.cpp | 2 +-
.../contribs/backgroundImage/backgroundImage.cpp | 2 +-
.../contribs/backgroundImage/backgroundImage.h | 2 +-
.../contribs/backgroundImage/backgroundImage.pro | 14 +-
examples/contribs/backgroundImage/main.cpp | 2 +-
examples/contribs/blobWar/AI/AI.pro | 14 +-
examples/contribs/blobWar/AI/ai.cpp | 2 +-
examples/contribs/blobWar/Viewer/Viewer.pro | 14 +-
examples/contribs/blobWar/Viewer/blobWarViewer.cpp | 2 +-
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 +-
examples/contribs/blobWar/Viewer/undo.cpp | 2 +-
examples/contribs/blobWar/Viewer/undo.h | 2 +-
examples/contribs/contribs.pro | 2 +-
examples/contribs/cornerAxis/cornerAxis.cpp | 2 +-
examples/contribs/cornerAxis/cornerAxis.h | 2 +-
examples/contribs/cornerAxis/cornerAxis.pro | 14 +-
examples/contribs/cornerAxis/main.cpp | 2 +-
examples/contribs/dvonn/board.cpp | 3 +-
examples/contribs/dvonn/board.h | 2 +-
examples/contribs/dvonn/drawer.cpp | 2 +-
examples/contribs/dvonn/drawer.h | 2 +-
examples/contribs/dvonn/dvonn.pro | 14 +-
examples/contribs/dvonn/dvonnviewer.cpp | 2 +-
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/eventRecorder/eventRecorder.cpp | 2 +-
examples/contribs/eventRecorder/eventRecorder.h | 2 +-
examples/contribs/eventRecorder/eventRecorder.pro | 14 +-
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 | 14 +-
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 | 14 +-
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 | 14 +-
examples/contribs/thumbnail/main.cpp | 2 +-
examples/contribs/thumbnail/thumbnail.cpp | 2 +-
examples/contribs/thumbnail/thumbnail.h | 2 +-
examples/contribs/thumbnail/thumbnail.pro | 14 +-
examples/drawLight/drawLight.cpp | 12 +-
examples/drawLight/drawLight.h | 2 +-
examples/drawLight/drawLight.pro | 14 +-
examples/drawLight/main.cpp | 2 +-
examples/fastDraw/fastDraw.cpp | 2 +-
examples/fastDraw/fastDraw.h | 2 +-
examples/fastDraw/fastDraw.pro | 14 +-
examples/fastDraw/main.cpp | 2 +-
examples/frameTransform/frameTransform.cpp | 2 +-
examples/frameTransform/frameTransform.h | 2 +-
examples/frameTransform/frameTransform.pro | 14 +-
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 | 14 +-
examples/frustumCulling/main.cpp | 2 +-
examples/interface/interface.cpp | 2 +-
examples/interface/interface.h | 2 +-
examples/interface/interface.pro | 14 +-
examples/interface/main.cpp | 2 +-
examples/keyFrames/keyFrames.cpp | 2 +-
examples/keyFrames/keyFrames.h | 2 +-
examples/keyFrames/keyFrames.pro | 14 +-
examples/keyFrames/main.cpp | 2 +-
examples/keyboardAndMouse/keyboardAndMouse.cpp | 2 +-
examples/keyboardAndMouse/keyboardAndMouse.h | 2 +-
examples/keyboardAndMouse/keyboardAndMouse.pro | 14 +-
examples/keyboardAndMouse/main.cpp | 2 +-
examples/luxo/luxo.cpp | 2 +-
examples/luxo/luxo.h | 2 +-
examples/luxo/luxo.pro | 14 +-
examples/luxo/main.cpp | 2 +-
examples/manipulatedFrame/main.cpp | 2 +-
examples/manipulatedFrame/manipulatedFrame.cpp | 2 +-
examples/manipulatedFrame/manipulatedFrame.h | 2 +-
examples/manipulatedFrame/manipulatedFrame.pro | 14 +-
examples/mouseGrabber/main.cpp | 2 +-
examples/mouseGrabber/mouseGrabber.cpp | 2 +-
examples/mouseGrabber/mouseGrabber.h | 2 +-
examples/mouseGrabber/mouseGrabber.pro | 14 +-
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 | 14 +-
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 | 14 +-
examples/overpainting/main.cpp | 2 +-
examples/overpainting/overpainting.pro | 14 +-
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 | 14 +-
examples/select/main.cpp | 2 +-
examples/select/select.cpp | 2 +-
examples/select/select.h | 2 +-
examples/select/select.pro | 14 +-
examples/simpleViewer/main.cpp | 2 +-
examples/simpleViewer/simpleViewer.cpp | 2 +-
examples/simpleViewer/simpleViewer.h | 2 +-
examples/simpleViewer/simpleViewer.pro | 14 +-
examples/standardCamera/cameraViewer.cpp | 2 +-
examples/standardCamera/cameraViewer.h | 2 +-
examples/standardCamera/main.cpp | 2 +-
examples/standardCamera/standardCamera.cpp | 12 +-
examples/standardCamera/standardCamera.h | 6 +-
examples/standardCamera/standardCamera.pro | 14 +-
examples/standardCamera/viewer.cpp | 2 +-
examples/standardCamera/viewer.h | 2 +-
examples/stereoViewer/main.cpp | 2 +-
examples/stereoViewer/stereoViewer.cpp | 2 +-
examples/stereoViewer/stereoViewer.h | 2 +-
examples/stereoViewer/stereoViewer.pro | 14 +-
libQGLViewer-2.5.3.pro => libQGLViewer-2.6.1.pro | 0
487 files changed, 6048 insertions(+), 5852 deletions(-)
create mode 100644 debian/libqglviewer-dev-qt4.install
create mode 100644 debian/libqglviewer2-qt4.install
delete mode 100644 debian/libqglviewer2.maintscript
delete mode 100644 doc/libQGLViewer-2.5.3.qch
create mode 100644 doc/libQGLViewer-2.6.1.qch
rename libQGLViewer-2.5.3.pro => libQGLViewer-2.6.1.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