[3depict] branch master updated (a8d2fe6 -> 3d10741)

D Haley mycae-guest at moszumanska.debian.org
Sun Sep 28 15:46:52 UTC 2014


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

mycae-guest pushed a change to branch master
in repository 3depict.

      from  a8d2fe6   * Commit NMU changes from Olly Betts (fix build deps)
       new  06a21f1   * Update to 0.0.17
       new  71b6725   * Refresh patches
       new  9b4391d   * Fix DEP5 copyright 	- remove missing files from copyright
       new  3d10741   * Add new changelog entry

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                                          |   37 +
 TODO                                               |   16 +-
 aclocal.m4                                         |   58 +-
 config.h.in                                        |    6 -
 configure                                          |  246 +-
 configure.ac                                       |   95 +-
 data/naturalAbundance.xml                          |   16 +-
 debian/changelog                                   |    6 +
 debian/copyright                                   |    7 -
 debian/patches/fix-mgl-overlay-title               |   28 -
 debian/patches/lowercase-textdomain.patch          |    6 +-
 debian/patches/mgl-header-dropped.patch            |   13 -
 debian/patches/patch-caching-bug                   |   35 -
 debian/patches/quilt-is-stupid                     |  694 -----
 debian/patches/series                              |    4 +-
 debian/patches/upstream-patch                      |  567 ----
 debian/patches/upstream.patch                      |  171 ++
 debian/patches/wx3-startup                         |  118 -
 docs/developers/code-notes.txt                     |    5 -
 docs/developers/filter-template.patch              |  295 ++
 docs/manual-latex/figures/Screenshot-thumb.png     |  Bin 0 -> 43986 bytes
 docs/manual-latex/manual.blg                       |    2 +-
 docs/manual-latex/manual.log                       |   30 +-
 docs/manual-latex/manual.pdf                       |  Bin 4517180 -> 4550865 bytes
 docs/manual-latex/manual.tex                       |    6 +-
 docs/web/about.html                                |    3 +
 docs/web/compiling-OSX.html                        |   74 +
 docs/web/compiling-cross.html                      |   56 +
 docs/web/compiling-linux.html                      |  153 +
 docs/web/compiling-macosx.html                     |   78 +
 docs/web/compiling.html                            |  528 +---
 docs/web/contact.html                              |    3 +-
 docs/web/documentation.html                        |   25 +-
 docs/web/download.html                             |   37 +-
 docs/web/images/3Depict-icon.png                   |  Bin 0 -> 9132 bytes
 docs/web/images/Screenshot-thumb.png               |  Bin 0 -> 39680 bytes
 docs/web/images/cu-ppt-cluster-analysis.png        |  Bin 0 -> 116809 bytes
 .../images}/exportanimParamDialog.png              |  Bin
 docs/web/images/laser-data1.png                    |  Bin 0 -> 322814 bytes
 docs/web/images/laser-data2.png                    |  Bin 0 -> 193987 bytes
 docs/web/images/resolution-example.png             |  Bin 0 -> 201393 bytes
 .../images}/voxel-representations.png              |  Bin
 docs/web/index.html                                |   31 +-
 docs/web/manual.html                               |    2 +-
 docs/web/news.html                                 |   35 +-
 docs/web/questions.html                            |   25 +-
 docs/web/rss.xml                                   |   42 +-
 docs/web/screenshots.html                          |   60 +
 docs/web/videos.html                               |   37 +-
 install-sh                                         |    1 -
 locales/de_DE/LC_MESSAGES/3Depict.mo               |  Bin 49844 -> 45179 bytes
 packaging/RPM/3Depict-0.0.15-manual-pdf-loc.patch  |   16 -
 ...t-path.patch => 3Depict-0.0.17-font-path.patch} |    8 +-
 packaging/RPM/3Depict-0.0.17-manual-pdf-loc.patch  |   16 +
 packaging/RPM/3Depict-0.0.17-upstream.patch        |   65 +
 packaging/RPM/3Depict.spec                         |   14 +-
 packaging/debian/3depict.install                   |    0
 packaging/debian/changelog                         |   16 +-
 packaging/debian/control                           |    2 +-
 packaging/debian/copyright                         |    0
 packaging/debian/patches/patch-caching-bug         |   35 -
 packaging/debian/patches/series                    |    2 -
 packaging/debian/rules                             |    9 +-
 packaging/deps/getDeps                             |  122 +-
 packaging/mac/3package.sh                          |   18 +
 packaging/mac/makeMacOSXApp                        |    2 +
 packaging/makeTarball.sh                           |   21 +-
 packaging/mingw-debian-cross/bootstrap.sh          |  245 +-
 .../mingw-debian-cross/patches/cmake-toolchain32   |   25 +
 .../mingw-debian-cross/patches/cmake-toolchain64   |   24 +
 .../patches/ftgl-mingw32-prototype                 |    0
 .../patches/ftgl-override-configure                |    0
 .../patches/gettext-disable-tools                  |    0
 .../patches/gettext-win32-prefix                   |    0
 packaging/mingw-debian-cross/patches/glew-makefile |   31 +-
 .../mingw-debian-cross/patches/glew-makefile.base  |   27 +-
 .../mingw-debian-cross/patches/gsl-config.patch    |    0
 .../mingw-debian-cross/patches/zlib-no-lc.patch    |    0
 packaging/mingw-debian-cross/windows-installer.nsi |   41 +-
 src/3Depict.cpp                                    |  108 +-
 src/Makefile.am                                    |   16 +-
 src/Makefile.in                                    |   74 +-
 src/backend/APT/APTFileIO.cpp                      |   49 +-
 src/backend/APT/APTFileIO.h                        |    7 +-
 src/backend/APT/APTRanges.cpp                      |   58 +-
 src/backend/APT/APTRanges.h                        |   12 +-
 src/backend/APT/abundanceParser.cpp                |   73 +
 src/backend/APT/abundanceParser.h                  |   10 +-
 src/backend/APT/ionhit.cpp                         |    6 +
 src/backend/APT/ionhit.h                           |    2 +
 src/backend/animator.cpp                           |   48 +-
 src/backend/configFile.cpp                         |   10 +-
 src/backend/filter.cpp                             |  188 +-
 src/backend/filter.h                               |  115 +-
 src/backend/filters/algorithms/K3DTree-mk2.cpp     |  143 +-
 src/backend/filters/algorithms/K3DTree-mk2.h       |   19 +-
 src/backend/filters/allFilter.h                    |    1 -
 src/backend/filters/annotation.cpp                 |  247 +-
 src/backend/filters/annotation.h                   |    2 +-
 src/backend/filters/boundingBox.cpp                |  106 +-
 src/backend/filters/boundingBox.h                  |    2 +-
 src/backend/filters/clusterAnalysis.cpp            |  257 +-
 src/backend/filters/clusterAnalysis.h              |    3 +
 src/backend/filters/compositionProfile.cpp         |  280 +-
 src/backend/filters/compositionProfile.h           |    2 +-
 src/backend/filters/dataLoad.cpp                   |  132 +-
 src/backend/filters/dataLoad.h                     |    5 +-
 src/backend/filters/externalProgram.cpp            |  136 +-
 src/backend/filters/filterCommon.cpp               |   46 +-
 src/backend/filters/filterCommon.h                 |   12 +-
 src/backend/filters/ionClip.cpp                    |  139 +-
 src/backend/filters/ionColour.cpp                  |   57 +-
 src/backend/filters/ionColour.h                    |    2 +
 src/backend/filters/ionDownsample.cpp              |   88 +-
 src/backend/filters/ionInfo.cpp                    |   76 +-
 src/backend/filters/rangeFile.cpp                  |  266 +-
 src/backend/filters/rangeFile.h                    |    4 +
 src/backend/filters/spatialAnalysis.cpp            |  815 ++++--
 src/backend/filters/spatialAnalysis.h              |   23 +-
 src/backend/filters/spectrumPlot.cpp               |  162 +-
 src/backend/filters/spectrumPlot.h                 |    2 +-
 src/backend/filters/transform.cpp                  |  144 +-
 src/backend/filters/voxelise.cpp                   |  267 +-
 src/backend/filters/voxelise.h                     |    2 +-
 src/backend/filtertree.cpp                         |   91 +-
 src/backend/filtertree.h                           |    8 +-
 src/backend/filtertreeAnalyse.cpp                  |    5 +-
 src/backend/plot.cpp                               | 1006 ++++---
 src/backend/plot.h                                 |  223 +-
 src/backend/state.cpp                              |  154 +-
 src/backend/state.h                                |    7 +-
 src/backend/tree.hh                                |    0
 src/backend/viscontrol.cpp                         |  257 +-
 src/backend/viscontrol.h                           |   35 +-
 src/common/array2D.h                               |  223 ++
 src/common/basics.cpp                              |  411 ++-
 src/common/basics.h                                |  176 +-
 src/{gui/art.h => common/constants.cpp}            |   45 +-
 src/common/constants.h                             |   29 +-
 src/common/stringFuncs.cpp                         |   77 +-
 src/common/stringFuncs.h                           |   18 +-
 src/common/translation.h                           |    5 -
 src/gl/cameras.cpp                                 |   99 +-
 src/gl/cameras.h                                   |   24 +-
 src/gl/drawables.cpp                               |  334 ++-
 src/gl/drawables.h                                 |  223 +-
 src/gl/glDebug.h                                   |   37 +-
 src/gl/scene.cpp                                   |  118 +-
 src/gl/scene.h                                     |    8 +-
 src/gl/textures.h                                  |    9 +
 src/gl/tr.cpp                                      |   49 +-
 src/gl/tr.h                                        |   21 +
 src/gui/dialogs/ExportPos.cpp                      |   36 +-
 src/gui/dialogs/ExportRngDialog.cpp                |   56 +-
 src/gui/dialogs/StashDialog.cpp                    |   71 +-
 src/gui/dialogs/StashDialog.h                      |    5 +-
 src/gui/dialogs/animateFilterDialog.cpp            |  174 +-
 src/gui/dialogs/animateFilterDialog.h              |    5 +-
 .../animateSubDialogs/choiceKeyFrameDialog.cpp     |    2 +-
 .../animateSubDialogs/colourKeyFrameDialog.cpp     |   36 +-
 .../animateSubDialogs/stringKeyFrameDialog.cpp     |   48 +-
 src/gui/dialogs/autosaveDialog.cpp                 |    8 +-
 src/gui/dialogs/filterErrorDialog.cpp              |   10 +-
 src/gui/dialogs/prefDialog.cpp                     |  290 +-
 src/gui/dialogs/prefDialog.h                       |    9 +-
 src/gui/dialogs/rangeEditDialog.cpp                |  112 +-
 src/gui/dialogs/rangeEditDialog.h                  |    2 +-
 src/gui/dialogs/resolutionDialog.cpp               |   42 +-
 src/gui/glPane.cpp                                 |  296 +-
 src/gui/glPane.h                                   |    9 +-
 src/gui/glade-skeleton/animateFilterDialog.wxg     |    0
 .../animateSubDialogs/choiceKeyFrameDialog.wxg     |    0
 .../animateSubDialogs/colourChooserDialog.wxg      |    0
 .../animateSubDialogs/realKeyFrameDialog.wxg       |    0
 .../animateSubDialogs/stringKeyFrameDialog.wxg     |    0
 src/gui/glade-skeleton/autosaveDialog.wxg          |    0
 src/gui/glade-skeleton/errorDialog.wxg             |    0
 src/gui/glade-skeleton/mainWindow.wxg              |    0
 src/gui/glade-skeleton/preferencesDialog.wxg       |    0
 src/gui/glade-skeleton/resDialog.wxg               |    0
 src/gui/mainFrame.cpp                              | 1499 +++++-----
 src/gui/mainFrame.h                                |   55 +-
 src/gui/mathglPane.cpp                             |  296 +-
 src/gui/mathglPane.h                               |   18 +-
 src/testing/filtertesting.cpp                      |   31 +-
 src/testing/mglTesting.cpp                         |   30 +-
 src/testing/mglTesting.h                           |   18 +
 src/testing/testing.cpp                            |   49 +-
 src/testing/testing.h                              |    1 +
 src/wx/propertyGridUpdater.cpp                     |  320 +++
 src/wx/propertyGridUpdater.h                       |   43 +
 src/wx/wxcommon.cpp                                |  112 +-
 src/wx/wxcommon.h                                  |   12 +-
 src/wx/wxcomponents.cpp                            |  512 +---
 src/wx/wxcomponents.h                              |   97 -
 test/dogtail/test.py                               |    2 +-
 translations/3Depict_base.pot                      | 2799 +++++++++---------
 translations/3Depict_de_DE.mo                      |  Bin 49844 -> 45179 bytes
 translations/3Depict_de_DE.po                      | 2979 ++++++++++----------
 translations/makeTranslations                      |    6 +-
 200 files changed, 11238 insertions(+), 11150 deletions(-)
 delete mode 100644 debian/patches/fix-mgl-overlay-title
 delete mode 100644 debian/patches/mgl-header-dropped.patch
 delete mode 100644 debian/patches/patch-caching-bug
 delete mode 100644 debian/patches/quilt-is-stupid
 delete mode 100644 debian/patches/upstream-patch
 create mode 100644 debian/patches/upstream.patch
 delete mode 100644 debian/patches/wx3-startup
 delete mode 100644 docs/developers/code-notes.txt
 create mode 100644 docs/developers/filter-template.patch
 create mode 100644 docs/manual-latex/figures/Screenshot-thumb.png
 create mode 100644 docs/web/compiling-OSX.html
 create mode 100644 docs/web/compiling-cross.html
 create mode 100644 docs/web/compiling-linux.html
 create mode 100644 docs/web/compiling-macosx.html
 create mode 100644 docs/web/images/3Depict-icon.png
 create mode 100644 docs/web/images/Screenshot-thumb.png
 create mode 100644 docs/web/images/cu-ppt-cluster-analysis.png
 copy docs/{manual-latex/figures => web/images}/exportanimParamDialog.png (100%)
 create mode 100644 docs/web/images/laser-data1.png
 create mode 100644 docs/web/images/laser-data2.png
 create mode 100644 docs/web/images/resolution-example.png
 copy docs/{manual-latex/figures => web/images}/voxel-representations.png (100%)
 create mode 100644 docs/web/screenshots.html
 mode change 100644 => 100755 install-sh
 delete mode 100644 packaging/RPM/3Depict-0.0.15-manual-pdf-loc.patch
 rename packaging/RPM/{3Depict-0.0.15-font-path.patch => 3Depict-0.0.17-font-path.patch} (83%)
 create mode 100644 packaging/RPM/3Depict-0.0.17-manual-pdf-loc.patch
 create mode 100644 packaging/RPM/3Depict-0.0.17-upstream.patch
 mode change 100644 => 100755 packaging/debian/3depict.install
 mode change 100644 => 100755 packaging/debian/control
 mode change 100644 => 100755 packaging/debian/copyright
 delete mode 100644 packaging/debian/patches/patch-caching-bug
 create mode 100644 packaging/mingw-debian-cross/patches/cmake-toolchain32
 create mode 100644 packaging/mingw-debian-cross/patches/cmake-toolchain64
 mode change 100755 => 100644 packaging/mingw-debian-cross/patches/ftgl-mingw32-prototype
 mode change 100755 => 100644 packaging/mingw-debian-cross/patches/ftgl-override-configure
 mode change 100755 => 100644 packaging/mingw-debian-cross/patches/gettext-disable-tools
 mode change 100755 => 100644 packaging/mingw-debian-cross/patches/gettext-win32-prefix
 mode change 100755 => 100644 packaging/mingw-debian-cross/patches/glew-makefile
 mode change 100755 => 100644 packaging/mingw-debian-cross/patches/gsl-config.patch
 mode change 100755 => 100644 packaging/mingw-debian-cross/patches/zlib-no-lc.patch
 mode change 100755 => 100644 src/backend/tree.hh
 create mode 100644 src/common/array2D.h
 copy src/{gui/art.h => common/constants.cpp} (50%)
 mode change 100755 => 100644 src/gui/glade-skeleton/animateFilterDialog.wxg
 mode change 100755 => 100644 src/gui/glade-skeleton/animateSubDialogs/choiceKeyFrameDialog.wxg
 mode change 100755 => 100644 src/gui/glade-skeleton/animateSubDialogs/colourChooserDialog.wxg
 mode change 100755 => 100644 src/gui/glade-skeleton/animateSubDialogs/realKeyFrameDialog.wxg
 mode change 100755 => 100644 src/gui/glade-skeleton/animateSubDialogs/stringKeyFrameDialog.wxg
 mode change 100755 => 100644 src/gui/glade-skeleton/autosaveDialog.wxg
 mode change 100755 => 100644 src/gui/glade-skeleton/errorDialog.wxg
 mode change 100755 => 100644 src/gui/glade-skeleton/mainWindow.wxg
 mode change 100755 => 100644 src/gui/glade-skeleton/preferencesDialog.wxg
 mode change 100755 => 100644 src/gui/glade-skeleton/resDialog.wxg
 create mode 100644 src/wx/propertyGridUpdater.cpp
 create mode 100644 src/wx/propertyGridUpdater.h

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



More information about the debian-science-commits mailing list