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 3734fbe  Give public access to `ImageLayout` constructor for allowing 
the use of different preferred tile size.
     new c277c9c  Deprecate a method which is not used in practice and cause 
compatibility problem with JDK 14.
     new 11f8694  Keep a relationship between the CRS of coordinates shown in 
the status bar and the CRS of the displayed raster.

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:
 .../apache/sis/gui/coverage/CoverageControls.java  |   4 +-
 .../apache/sis/gui/coverage/CoverageExplorer.java  |   8 +-
 .../org/apache/sis/gui/coverage/GridControls.java  |   8 +-
 .../java/org/apache/sis/gui/coverage/GridView.java |  13 +-
 .../java/org/apache/sis/gui/map/StatusBar.java     |  45 +++--
 .../java/org/apache/sis/gui/metadata/Section.java  |   2 +-
 .../org/apache/sis/gui/referencing/CRSChooser.java |   9 +-
 .../org/apache/sis/gui/referencing/MenuSync.java   | 215 +++++++++++++++++++++
 .../gui/referencing/RecentReferenceSystems.java    | 199 +++++++++++++++----
 .../org/apache/sis/internal/gui/GUIUtilities.java  |  80 ++++++--
 .../org/apache/sis/internal/gui/Resources.java     |  32 +--
 .../apache/sis/internal/gui/Resources.properties   |  32 +--
 .../sis/internal/gui/Resources_fr.properties       |  32 +--
 .../apache/sis/gui/referencing/CRSChooserApp.java  |   2 +-
 .../java/org/apache/sis/image/ComputedImage.java   |   4 +-
 .../main/java/org/apache/sis/util/Characters.java  |  12 +-
 .../java/org/apache/sis/util/CharactersTest.java   |  27 +--
 17 files changed, 571 insertions(+), 153 deletions(-)
 create mode 100644 
application/sis-javafx/src/main/java/org/apache/sis/gui/referencing/MenuSync.java

Reply via email to