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 03ea47e94c Post-merge automatic import reorder.
     new 306866f45d English grammar fix: "split" is an irregular verb. Replace 
also a closed bug report by JEP 447.
     new 145b4a415a Add javafx Glyph and FontGIS dependency (work by Johann 
Sorel).

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:
 .gitignore                                         |   3 +
 .../buildtools/coding/VerifyVersionInJavadoc.java  |   2 +-
 .../apache/sis/coverage/grid/GridCoverage2D.java   |   4 +-
 .../apache/sis/coverage/privy/TileOpExecutor.java  |   2 +-
 .../main/org/apache/sis/image/ErrorHandler.java    |   2 +-
 .../org/apache/sis/image/MultiSourceLayout.java    |   5 +-
 .../main/org/apache/sis/image/ResamplingGrid.java  |   4 +-
 .../org/apache/sis/image/SourceAlignedImage.java   |   8 +-
 .../apache/sis/image/processing/TiledProcess.java  |   6 +-
 .../sis/image/processing/isoline/Tracer.java       |   2 +-
 .../sis/metadata/iso/citation/Citations.java       |   2 +-
 .../main/org/apache/sis/util/iso/Names.java        |   2 +-
 .../main/org/apache/sis/xml/Namespaces.java        |   2 +-
 .../org/apache/sis/xml/TransformingReader.java     |   2 +-
 .../main/org/apache/sis/io/wkt/WKTDictionary.java  |   2 +-
 .../transform/ProjectiveTransformTest.java         |   3 +-
 .../apache/sis/storage/landsat/MetadataReader.java |   2 +-
 .../sis/storage/geotiff/ImageFileDirectory.java    |   2 +-
 .../sis/storage/geotiff/reader/CRSBuilderTest.java |   2 +-
 .../org/apache/sis/storage/DataStoreException.java |   3 +-
 .../apache/sis/storage/csv/FeatureIterator.java    |   2 +-
 .../apache/sis/storage/image/WorldFileStore.java   |   3 +-
 .../org/apache/sis/storage/folder/StoreTest.java   |   2 +-
 .../main/org/apache/sis/util/CharSequences.java    |  42 +-
 .../org/apache/sis/util/collection/RangeSet.java   |   6 +-
 .../org/apache/sis/util/collection/TreeTable.java  |   2 +-
 .../sis/util/privy/LocalizedParseException.java    |  12 +-
 .../org/apache/sis/util/CharSequencesTest.java     |   4 +-
 optional/build.gradle.kts                          |  29 ++
 .../main/org/apache/sis/gui/DataViewer.java        |   7 +-
 .../apache/sis/gui/coverage/CoverageExplorer.java  |  25 +-
 .../org/apache/sis/gui/coverage/package-info.java  |   2 +-
 .../org/apache/sis/gui/dataset/WindowHandler.java  |   2 +-
 .../org/apache/sis/gui/dataset/WindowManager.java  |   7 +-
 .../org/apache/sis/gui/dataset/package-info.java   |   2 +-
 .../main/org/apache/sis/gui/internal/FontGIS.java  | 517 +++++++++++++++++++++
 .../main/org/apache/sis/gui/internal/Styles.java   |   7 -
 .../org/apache/sis/gui/internal/ToolbarButton.java |   7 +-
 .../sis/gui/controls/ValueColorMapperApp.java      |   3 +-
 39 files changed, 643 insertions(+), 98 deletions(-)
 create mode 100644 
optional/src/org.apache.sis.gui/main/org/apache/sis/gui/internal/FontGIS.java

Reply via email to