[ovito] branch master updated (a7f7737 -> d7ce9aa)

Anton Gladky gladk at moszumanska.debian.org
Thu May 29 21:26:14 UTC 2014


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

gladk pushed a change to branch master
in repository ovito.

      from  a7f7737   Update changelog.
       new  ed9fe66   Provide ovito-examples by ovito-doc.
       new  c0c572b   Build ovito only on any-amd64 any-i386 any-powerpc any-s390 any-mips.
      adds  942ec5a   Imported Upstream version 2.3.3
       new  cdf171d   Merge.
       new  0fcba66   Ignore quilt dir
       new  0a00c0f   Install examples.
       new  1338fab   Add build-dependency on libswscale-dev.
       new  27c62d4   Fix build-option in debian/rules. Thanks to Moritz Muehlenhoff <jmm at debian.org>. (Closes: #748157)
       new  d7ce9aa   Update changelo.

The 8 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:
 CMakeLists.txt                                     |  17 +-
 README.txt                                         |  21 +-
 debian/changelog                                   |  14 +
 debian/control                                     |   5 +-
 debian/ovito-doc.examples                          |   2 +
 debian/rules                                       |   5 +-
 doc/develop/build_linux_howto.txt                  |  15 +-
 doc/develop/feature_requests.txt                   |   1 -
 .../reference/rendering/render_settings.docbook    |   2 +-
 src/3rdparty/video/CMakeLists.txt                  |   3 +
 src/core/gui/actions/FileActions.cpp               |   1 +
 src/core/gui/dialogs/GeneralSettingsPage.cpp       |  53 ++
 src/core/gui/dialogs/GeneralSettingsPage.h         |   4 +
 src/core/gui/mainwin/MainWindow.cpp                |  35 +-
 src/core/gui/mainwin/MainWindow.h                  |   6 +-
 .../gui/properties/VariantComboBoxParameterUI.cpp  |  44 +-
 .../gui/properties/VariantComboBoxParameterUI.h    |   3 +
 src/core/gui/widgets/general/ColorPickerWidget.cpp |  45 +-
 src/core/gui/widgets/general/ColorPickerWidget.h   |   8 +-
 .../gui/widgets/rendering/FrameBufferWidget.cpp    |  26 +-
 src/core/gui/widgets/rendering/FrameBufferWidget.h |  14 +-
 src/core/rendering/RenderSettingsEditor.cpp        |   2 +-
 .../rendering/standard/StandardSceneRenderer.cpp   |   1 +
 .../rendering/standard/StandardSceneRenderer.h     |   2 +-
 .../rendering/viewport/ViewportSceneRenderer.cpp   |   7 +-
 .../mainwin/command_panel/about_panel.html         |   3 +-
 src/core/viewport/ViewportWindow.cpp               |  84 ++-
 src/core/viewport/ViewportWindow.h                 |   9 +
 src/main/CMakeLists.txt                            |   2 +-
 src/plugins/crystalanalysis/CMakeLists.txt         |   2 +-
 src/plugins/netcdf/CMakeLists.txt                  |  15 +
 src/plugins/netcdf/NetCDFImporter.cpp              | 297 ++++++----
 src/plugins/netcdf/NetCDFImporter.h                |   3 +
 src/plugins/particles/CMakeLists.txt               |   7 +-
 src/plugins/particles/data/SimulationCell.h        |  16 +
 src/plugins/particles/data/SimulationCellData.h    |  17 +
 .../analysis/binandreduce/BinAndReduceModifier.cpp | 611 +++++++++++++++++++++
 .../analysis/binandreduce/BinAndReduceModifier.h   | 283 ++++++++++
 .../analysis/scatterplot/ScatterPlotModifier.cpp   |   1 +
 .../analysis/scatterplot/ScatterPlotModifier.h     |   1 +
 .../particles/util/OnTheFlyNeighborListBuilder.cpp |  15 +-
 .../particles/util/TreeNeighborListBuilder.cpp     |  10 +-
 src/plugins/tachyon/renderer/TachyonRenderer.cpp   |  48 +-
 src/plugins/tachyon/renderer/TachyonRenderer.h     |  75 ++-
 .../tachyon/renderer/TachyonRendererEditor.cpp     |  10 +-
 45 files changed, 1575 insertions(+), 270 deletions(-)
 create mode 100644 debian/ovito-doc.examples
 create mode 100755 src/plugins/particles/modifier/analysis/binandreduce/BinAndReduceModifier.cpp
 create mode 100755 src/plugins/particles/modifier/analysis/binandreduce/BinAndReduceModifier.h

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



More information about the debian-science-commits mailing list