This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 29c988583b Move `TileReadListener` to a separated class and add a 
safety for reducing the risk of application freeze when reading a TIFF image 
made of thousands of thin strips.
     new 6412d2decb Try harder to group the addition of removal of tile loading 
indicator. Adding or removing shapes one-by-one in JavaFX thread is very slow.
     new 337b819bd6 Reduce the number of false reports of tile loading.
     new aa236a8a8c Fix the initial zoom of large untiled images.
     new ccf06de245 Fix a misspelling: `StoreListener.eventOccured` renamed 
`eventOccurred`. This is an incompatible change which cannot be made compatible 
easily, because the interface is sometime used in lambda expressions.

The 4 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:
 .../org/apache/sis/storage/geotiff/DataSubset.java |   2 +-
 .../main/org/apache/sis/storage/DataStore.java     |   4 +-
 .../main/org/apache/sis/storage/Resource.java      |   4 +-
 .../sis/storage/event/CascadedStoreEvent.java      |   2 +-
 .../apache/sis/storage/event/StoreListener.java    |   6 +-
 .../apache/sis/storage/event/StoreListeners.java   |  16 +-
 .../org/apache/sis/storage/DataStoreTestCase.java  |   4 +-
 .../sis/storage/event/StoreListenersTest.java      |   6 +-
 .../apache/sis/gui/coverage/CoverageCanvas.java    |   4 +-
 .../apache/sis/gui/coverage/RectangleMerger.java   |  11 +-
 .../apache/sis/gui/coverage/TileReadListener.java  | 166 ++++++++++++++++++---
 .../org/apache/sis/gui/dataset/WindowHandler.java  |   2 +-
 .../org/apache/sis/gui/internal/LogHandler.java    |   2 +-
 .../apache/sis/gui/internal/ShapeConverter.java    |   5 +-
 .../org/apache/sis/gui/map/EvanescentPane.java     |   1 +
 .../main/org/apache/sis/gui/map/MapCanvas.java     |  10 +-
 .../main/org/apache/sis/gui/map/MultiCanvas.java   |   2 +-
 17 files changed, 197 insertions(+), 50 deletions(-)

Reply via email to