[med-svn] [imagej] branch master updated (deeda1b -> 927b82f)

Andreas Tille tille at debian.org
Fri Aug 11 22:29:52 UTC 2017


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

tille pushed a change to branch master
in repository imagej.

      from  deeda1b   Upload to unstable
       new  6515ab7   Allow maximum memory usage
       new  a544c43   New upstream version 1.51p+dfsg
       new  a090289   Updated version 1.51p+dfsg from 'upstream/1.51p+dfsg'
       new  927b82f   New upstream release

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:
 IJ_Props.txt                           |  15 +--
 debian/changelog                       |  13 +++
 debian/imagej.sh                       |   2 +-
 ij/CompositeImage.java                 |   2 +-
 ij/Executer.java                       |   2 +-
 ij/IJ.java                             |  10 +-
 ij/ImageJ.java                         |  29 ++++-
 ij/ImagePlus.java                      |  45 +++++---
 ij/Menus.java                          |  19 +++-
 ij/Prefs.java                          |  22 +++-
 ij/VirtualStack.java                   |  36 ++++---
 ij/gui/EllipseRoi.java                 |  48 ++++-----
 ij/gui/GUI.java                        |   3 -
 ij/gui/GenericDialog.java              |  70 +++++-------
 ij/gui/HistogramWindow.java            | 112 +++++++++++--------
 ij/gui/ImageCanvas.java                |  12 ++-
 ij/gui/ImageWindow.java                |  10 +-
 ij/gui/Line.java                       |  89 +++++++++++++++
 ij/gui/NewImage.java                   |  16 ++-
 ij/gui/Overlay.java                    |  17 +++
 ij/gui/Plot.java                       |   2 +-
 ij/gui/PlotWindow.java                 |   2 +-
 ij/gui/PointRoi.java                   |  10 +-
 ij/gui/PolygonRoi.java                 |   7 +-
 ij/gui/ProgressBar.java                |   3 +
 ij/gui/Roi.java                        | 114 ++++++++++----------
 ij/gui/RoiProperties.java              |   8 +-
 ij/gui/RotatedRectRoi.java             | 176 ++++++++++++++++++++++++++++++
 ij/gui/ScrollbarWithLabel.java         |   1 -
 ij/gui/Toolbar.java                    | 140 +++++++++++++++---------
 ij/gui/YesNoCancelDialog.java          |   8 +-
 ij/io/FileOpener.java                  |   4 +-
 ij/io/ImageReader.java                 |   3 +-
 ij/io/Opener.java                      |   9 +-
 ij/io/RoiDecoder.java                  |  12 ++-
 ij/io/RoiEncoder.java                  |  16 ++-
 ij/io/TiffDecoder.java                 |   5 +-
 ij/macro/Functions.java                | 191 +++++++++++++++++++++++++++------
 ij/macro/Interpreter.java              |  18 +++-
 ij/measure/ResultsTable.java           |   7 +-
 ij/plugin/AVI_Reader.java              | 128 ++++++++++++----------
 ij/plugin/BatchProcessor.java          |  39 +++++--
 ij/plugin/Binner.java                  |   2 +-
 ij/plugin/CalibrationBar.java          |   5 +-
 ij/plugin/ChannelArranger.java         |   6 +-
 ij/plugin/Colors.java                  |   2 +-
 ij/plugin/Converter.java               |   8 +-
 ij/plugin/Duplicator.java              |   5 +
 ij/plugin/FileInfoVirtualStack.java    |   4 +-
 ij/plugin/FolderOpener.java            |   6 ++
 ij/plugin/Grid.java                    |  33 +++++-
 ij/plugin/GroupedZProjector.java       |  16 ++-
 ij/plugin/HyperStackConverter.java     |   2 +-
 ij/plugin/ImageInfo.java               |  15 +++
 ij/plugin/LutLoader.java               |   5 +-
 ij/plugin/Macro_Runner.java            |   4 +-
 ij/plugin/Options.java                 |   9 +-
 ij/plugin/OverlayCommands.java         |   1 -
 ij/plugin/PNM_Writer.java              |  39 ++++---
 ij/plugin/PointToolOptions.java        |  28 +++--
 ij/plugin/Profiler.java                |   8 +-
 ij/plugin/Projector.java               |   7 +-
 ij/plugin/RGBStackMerge.java           |   2 +
 ij/plugin/Resizer.java                 |   8 +-
 ij/plugin/RoiRotator.java              |   2 -
 ij/plugin/Scaler.java                  |   5 +
 ij/plugin/ScreenGrabber.java           |  21 ++++
 ij/plugin/Selection.java               |   2 +-
 ij/plugin/SimpleCommands.java          |  11 ++
 ij/plugin/SubstackMaker.java           |  10 ++
 ij/plugin/ZProjector.java              |   2 +-
 ij/plugin/Zoom.java                    |   8 +-
 ij/plugin/filter/Analyzer.java         |  33 ++++--
 ij/plugin/filter/ImageMath.java        |   4 +-
 ij/plugin/filter/MaximumFinder.java    |  57 ++++++++--
 ij/plugin/filter/ParticleAnalyzer.java |   8 +-
 ij/plugin/frame/ContrastAdjuster.java  |   6 +-
 ij/plugin/frame/Editor.java            | 117 ++++++++++++++++++--
 ij/plugin/frame/Recorder.java          |   2 +-
 ij/plugin/frame/RoiManager.java        |  50 ++++-----
 ij/plugin/frame/ThresholdAdjuster.java |  27 ++---
 ij/process/AutoThresholder.java        |   5 +-
 ij/process/ByteProcessor.java          |   1 -
 ij/process/ColorProcessor.java         | 104 +++++++++++++-----
 ij/process/ImageConverter.java         |   2 +
 ij/process/ImageProcessor.java         | 109 ++++++++++++-------
 ij/process/LUT.java                    |  13 ++-
 macros/CommandFinderTool.txt           |   3 +
 macros/StartupMacros.txt               |   5 +-
 release-notes.html                     |  58 +++-------
 90 files changed, 1647 insertions(+), 708 deletions(-)
 create mode 100644 ij/gui/RotatedRectRoi.java
 create mode 100644 macros/CommandFinderTool.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/imagej.git



More information about the debian-med-commit mailing list