[ros-rviz] branch master updated (f3ab5f3 -> 4a607d5)

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Sun Jul 10 21:42:22 UTC 2016


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

jspricke-guest pushed a change to branch master
in repository ros-rviz.

      from  f3ab5f3   Add dependnecy for svn icons
      adds  11a5569   Imported Upstream version 1.12.1+dfsg
       new  4a607d5   Merge tag 'upstream/1.12.1+dfsg'

The 1 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:
 .travis.yml                                        |  29 ---
 CHANGELOG.rst                                      |  78 ++++++++
 CMakeLists.txt                                     |  54 +++++-
 README.md                                          |   4 +-
 cmake/rviz-extras.cmake.in                         |  21 ++
 package.xml                                        |  12 +-
 plugin_description.xml                             |   2 +-
 rviz.sublime-project                               |  29 +--
 setup.py                                           |   6 +-
 src/CMakeLists.txt                                 |   5 +-
 src/image_view/CMakeLists.txt                      |   4 -
 src/python_bindings/CMakeLists.txt                 |   3 +-
 src/python_bindings/rviz/__init__.py               |   3 +-
 src/python_bindings/sip/configure.py               |  88 ---------
 src/python_bindings/sip/rviz.sip                   |   1 +
 src/rviz/CMakeLists.txt                            |  82 ++------
 src/rviz/add_display_dialog.cpp                    |   4 +
 src/rviz/default_plugin/CMakeLists.txt             |  71 ++-----
 .../interactive_marker_control.cpp                 |   6 +-
 .../interactive_marker_control.h                   |   2 +-
 src/rviz/default_plugin/map_display.cpp            |  42 +++-
 src/rviz/default_plugin/map_display.h              |   2 +
 src/rviz/default_plugin/marker_display.cpp         |  25 +++
 src/rviz/default_plugin/marker_display.h           |   5 +
 .../default_plugin/point_cloud_transformers.cpp    |   2 +
 src/rviz/default_plugin/tf_display.cpp             |  33 ++++
 src/rviz/default_plugin/tf_display.h               |   4 +
 src/rviz/default_plugin/wrench_display.cpp         | 215 ++++++++++-----------
 src/rviz/default_plugin/wrench_display.h           |  66 +++----
 src/rviz/default_plugin/wrench_visual.cpp          | 166 +++++++++-------
 src/rviz/default_plugin/wrench_visual.h            |  16 +-
 src/rviz/display.cpp                               |   5 +-
 src/rviz/display_factory.cpp                       |   4 +
 src/rviz/displays_panel.cpp                        |  47 +++++
 src/rviz/displays_panel.h                          |   3 +
 src/rviz/image/image_display_base.cpp              |  19 +-
 src/rviz/image/image_display_base.h                |   2 +
 src/rviz/main.cpp                                  |   1 +
 src/rviz/message_filter_display.h                  |  13 +-
 src/rviz/ogre_helpers/billboard_line.cpp           |  14 +-
 src/rviz/ogre_helpers/render_system.cpp            |  24 ++-
 src/rviz/ogre_helpers/render_system.h              |   4 +
 src/rviz/ogre_helpers/render_widget.cpp            |  14 +-
 src/rviz/ogre_helpers/render_widget.h              |   4 +
 src/rviz/ogre_helpers/stl_loader.cpp               |  21 +-
 src/rviz/properties/property.cpp                   |   6 +-
 src/rviz/properties/property_tree_delegate.cpp     |   2 +-
 src/rviz/properties/splitter_handle.cpp            |  22 ++-
 src/rviz/viewport_mouse_event.h                    |   3 +-
 src/rviz/visualization_frame.cpp                   |  50 ++++-
 src/rviz/visualization_frame.h                     |   4 +
 src/rviz/visualizer_app.cpp                        |  28 ++-
 src/rviz/visualizer_app.h                          |   4 +
 src/test/CMakeLists.txt                            |  40 +++-
 src/test/color_editor_test.cpp                     |   2 +-
 src/test/line_edit_with_button_test.cpp            |   2 +-
 src/test/meshes/invalid.stl                        | Bin 194 -> 175 bytes
 src/test/meshes/{invalid.stl => valid_extra.stl}   | Bin 194 -> 210 bytes
 src/test/stl_loader_test.cpp                       |   6 +
 59 files changed, 867 insertions(+), 557 deletions(-)
 delete mode 100644 .travis.yml
 create mode 100644 cmake/rviz-extras.cmake.in
 delete mode 100644 src/python_bindings/sip/configure.py
 copy src/test/meshes/{invalid.stl => valid_extra.stl} (60%)

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



More information about the debian-science-commits mailing list