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 de57949 Add a convenience method for filling pixel values of a whole image. new 7a046b8 Filter: fix ST_GeomFromText evaluation (cherry-pick from Johann Sorel fix). new b8e48bf Fix the lost of items in the "recent files" list. new 30629e9 Fix a problem of TIFF files not shown when the "tiff" extension is upper-case. new 9c99fd5 Exception throws by `ComputedImage` in case of invalid tile index needs to be consistent with exception expected by `GridEvaluator.apply(…)`. new 0c89e86 Rename the class in charge of opening data stores in background threads. The 5 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 | 43 ++++++++------ .../main/java/org/apache/sis/gui/RecentFiles.java | 67 ++++++++++++---------- .../java/org/apache/sis/gui/SystemMonitor.java | 6 +- .../org/apache/sis/gui/dataset/ResourceTree.java | 20 ++++--- .../org/apache/sis/gui/map/ValuesUnderCursor.java | 5 +- .../apache/sis/internal/gui/BackgroundThreads.java | 2 +- .../{ResourceLoader.java => DataStoreOpener.java} | 21 +++---- .../apache/sis/internal/gui/ExceptionReporter.java | 4 +- .../apache/sis/internal/gui/io/package-info.java | 3 + .../java/org/apache/sis/image/ComputedImage.java | 25 ++++++-- .../sis/internal/filter/sqlmm/GeometryParser.java | 2 +- .../sis/internal/filter/sqlmm/SQLMMTest.java | 38 +++++++++++- 12 files changed, 153 insertions(+), 83 deletions(-) rename application/sis-javafx/src/main/java/org/apache/sis/internal/gui/{ResourceLoader.java => DataStoreOpener.java} (94%)