This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
from 71894a912f Slightly more accurate documentation of projection implementation methods and typo fixes. There is no code change in this commit (documentation only). new 8fd4428d3b Rename `GridEvaluator` as `DefaultEvaluator` as a consequence of the replacement of `GridEvaluator` by an interface. new dfb9f31b65 Reverse the logic of "synchronized window": instead of check boxes for windows to follow, the check boxes specify the windows on which to replicate gestures. It is more convenient that way, because after checking a box we are already in the window where to apply gestures. The 2 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: .../sis/internal/gui/control/SyncWindowList.java | 34 +++++++++++----------- .../sis/coverage/grid/BufferedGridCoverage.java | 2 +- .../{GridEvaluator.java => DefaultEvaluator.java} | 16 +++++----- .../org/apache/sis/coverage/grid/GridCoverage.java | 2 +- .../apache/sis/coverage/grid/GridCoverage2D.java | 2 +- 5 files changed, 29 insertions(+), 27 deletions(-) rename core/sis-feature/src/main/java/org/apache/sis/coverage/grid/{GridEvaluator.java => DefaultEvaluator.java} (99%)