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 9edee11 In `PlanarImage.verify()`, an unexpected value for "width" and "height" properties may be normal. So those "anomalies" should be reported only if everything else is okay. new 37e5d1c Reduce the number of image rendering events in the `PropertyView`. If rendering requests happen faster that we can redraw, only the last request is executed. new 48c634d Fix a `NullPointerException` when a new resource is opened while another resource was visible. new 9a8e548 Simplify the GUI on the left side: - Replace the split pane on the left side by an accordion. - Reduce the number of titled pane in the accordion for other controls. The 3 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: .../apache/sis/gui/coverage/CoverageCanvas.java | 2 +- .../apache/sis/gui/coverage/CoverageControls.java | 42 ++++++------- .../org/apache/sis/gui/coverage/GridControls.java | 18 ++---- .../apache/sis/gui/dataset/ResourceExplorer.java | 67 +++++++++----------- .../org/apache/sis/internal/gui/PropertyView.java | 71 +++++++++++++++------- .../sis/internal/map/coverage/RenderingData.java | 12 +--- .../org/apache/sis/util/resources/Vocabulary.java | 10 +++ .../sis/util/resources/Vocabulary.properties | 2 + .../sis/util/resources/Vocabulary_fr.properties | 2 + 9 files changed, 119 insertions(+), 107 deletions(-)