This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch feat/fontgis in repository https://gitbox.apache.org/repos/asf/sis.git
discard e85ba72967 Add javafx Glyph and FontGIS dependency add 646a6e2a15 Add stateful present method on GraphicsPortrayer add 09c131bf72 Remove final from RenderingException, subclassing should be allowed add dca5af8fc9 Update for a change in the way that CodeList are constructed in GeoAPI. https://github.com/opengeospatial/geoapi/issues/91 add 03ea47e94c Post-merge automatic import reorder. new c179ca9d39 Add javafx Glyph and FontGIS dependency. This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (e85ba72967) \ N -- N -- N refs/heads/feat/fontgis (c179ca9d39) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 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/metadata/iso/legacy/MediumName.java | 77 ++-- .../apache/sis/metadata/sql/MetadataFallback.java | 9 +- .../apache/sis/metadata/sql/MetadataSource.java | 14 +- .../main/org/apache/sis/util/iso/Types.java | 78 +++- .../apache/sis/xml/bind/cat/CodeListAdapter.java | 9 +- .../sis/xml/bind/gco/GO_CharacterString.java | 24 +- .../apache/sis/xml/bind/gml/CodeListAdapter.java | 11 +- .../apache/sis/xml/bind/gml/SC_VerticalCRS.java | 2 +- .../sis/xml/bind/metadata/replace/SensorType.java | 49 +-- .../apache/sis/metadata/TreeNodeChildrenTest.java | 18 +- .../metadata/iso/citation/DefaultContactTest.java | 2 +- .../test/org/apache/sis/util/iso/TypesTest.java | 22 +- .../apache/sis/io/wkt/GeodeticObjectParser.java | 4 +- .../apache/sis/referencing/GeodeticCalculator.java | 2 +- .../sis/referencing/cs/DirectionAlongMeridian.java | 2 +- .../referencing/internal/VerticalDatumTypes.java | 11 +- .../transform/DefaultMathTransformFactory.java | 2 +- .../apache/sis/storage/netcdf/MetadataReader.java | 12 +- .../org/apache/sis/storage/netcdf/base/Axis.java | 4 +- .../sis/storage/netcdf/base/RasterResource.java | 2 +- .../org/apache/sis/converter/StringConverter.java | 10 +- .../apache/sis/util/collection/CodeListSet.java | 5 +- .../sis/util/collection/DefaultTreeTable.java | 2 +- .../main/org/apache/sis/util/privy/CodeLists.java | 106 +++-- .../sis/util/collection/CodeListSetTest.java | 2 +- .../apache/sis/util/collection/LargeCodeList.java | 31 +- geoapi/snapshot | 2 +- .../apache/sis/map/service/GraphicsPortrayer.java | 35 ++ .../apache/sis/map/service/RenderingException.java | 2 +- .../main/org/apache/sis/map/service/Scene2D.java | 1 + .../org/apache/sis/map/service/StylePainter.java | 22 +- .../org/apache/sis/map/service/se1/SEPainter.java | 15 +- .../sis/map/service/GraphicsPortrayerTest.java | 45 +- optional/build.gradle.kts | 34 +- .../main/org/apache/sis/gui/Glyph.java | 426 ------------------- .../main/org/apache/sis/gui/internal/FontGIS.java | 467 +++++++++++++++++++++ .../gui/referencing/PositionableProjection.java | 48 +-- .../apache/sis/gui/referencing/package-info.java | 2 +- 38 files changed, 897 insertions(+), 712 deletions(-) delete mode 100644 optional/src/org.apache.sis.gui/main/org/apache/sis/gui/Glyph.java create mode 100644 optional/src/org.apache.sis.gui/main/org/apache/sis/gui/internal/FontGIS.java