This is an automated email from the ASF dual-hosted git repository.
jsorel pushed a change to branch feat/javafx-on-11
in repository https://gitbox.apache.org/repos/asf/sis.git.
from c4d3beb Merge branch 'geoapi-4.0' into feat/javafx-on-11
add 32a4415 Do more work in background thread.
add 3786136 Consolidation of localized resources by moving some words to
the `Vocabulary` class.
add df4585d Use "stretching" for the name of operation that fit a color
ramp to a given range of values. It seems to be the word used by ESRI.
new 3df1a79 Merge branch 'geoapi-4.0' into feat/javafx-on-11
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/java/org/apache/sis/gui/DataViewer.java | 6 +-
.../apache/sis/gui/coverage/CoverageCanvas.java | 41 +-
.../apache/sis/gui/coverage/CoverageControls.java | 15 +-
.../apache/sis/gui/coverage/CoverageExplorer.java | 3 +-
.../java/org/apache/sis/gui/coverage/GridView.java | 3 +-
.../coverage/{RangeType.java => Stretching.java} | 29 +-
.../apache/sis/gui/dataset/ResourceExplorer.java | 78 ++-
.../org/apache/sis/gui/dataset/ResourceTree.java | 83 ++--
.../sis/gui/metadata/IdentificationInfo.java | 32 +-
.../apache/sis/gui/metadata/MetadataSummary.java | 13 +-
.../org/apache/sis/gui/metadata/MetadataTree.java | 2 +-
.../sis/gui/metadata/RepresentationInfo.java | 10 +-
.../java/org/apache/sis/gui/metadata/Section.java | 6 +-
.../org/apache/sis/gui/referencing/CRSChooser.java | 10 +-
.../gui/referencing/RecentReferenceSystems.java | 4 +-
.../apache/sis/internal/gui/BackgroundThreads.java | 46 +-
.../apache/sis/internal/gui/ImageRenderings.java | 25 +-
.../org/apache/sis/internal/gui/Resources.java | 198 ++------
.../apache/sis/internal/gui/Resources.properties | 26 -
.../sis/internal/gui/Resources_fr.properties | 26 -
.../java/org/apache/sis/image/ImageProcessor.java | 16 +-
.../org/apache/sis/util/resources/Vocabulary.java | 530 +++++++++++++--------
.../sis/util/resources/Vocabulary.properties | 44 +-
.../sis/util/resources/Vocabulary_fr.properties | 44 +-
24 files changed, 697 insertions(+), 593 deletions(-)
rename
application/sis-javafx/src/main/java/org/apache/sis/gui/coverage/{RangeType.java
=> Stretching.java} (66%)