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 ce89d94  Portrayal : add SEPortrayer aggregated resource test
     new c12f80c  Refactor `ValueColorMapper` as a `Widget` subclass. The 
intent is to allow more complex GUI later (with controls for specifying a range 
of isoline levels instead than entering values one-by-one).
     new b389939  Provide a contextual menu for generating isolines at a 
constant interval in a range. This work required a refactoring of the way we 
validate `TextField` value in order to share code.

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:
 .../main/java/org/apache/sis/gui/DataViewer.java   |   5 +-
 .../org/apache/sis/gui/coverage/CellFormat.java    |   9 +-
 .../apache/sis/gui/coverage/CoverageControls.java  |   7 +-
 .../apache/sis/gui/coverage/IsolineRenderer.java   |   6 +-
 .../org/apache/sis/internal/gui/Resources.java     |  16 ++
 .../apache/sis/internal/gui/Resources.properties   |   3 +
 .../sis/internal/gui/Resources_fr.properties       |   3 +
 .../java/org/apache/sis/internal/gui/Styles.java   |  16 +-
 .../apache/sis/internal/gui/control/ColorCell.java |   7 +-
 .../sis/internal/gui/control/FormatApplicator.java | 234 +++++++++++++++++++
 .../sis/internal/gui/control/FormatTableCell.java  | 108 ++-------
 .../sis/internal/gui/control/ValueColorMapper.java | 259 ++++++++++++++++++---
 .../org/apache/sis/gui/pseudo-classes.css          |   6 +
 .../internal/gui/control/ValueColorMapperApp.java  |  21 +-
 .../org/apache/sis/util/resources/Vocabulary.java  |   5 +
 .../sis/util/resources/Vocabulary.properties       |   1 +
 .../sis/util/resources/Vocabulary_fr.properties    |   1 +
 ide-project/NetBeans/build.xml                     |   1 +
 18 files changed, 556 insertions(+), 152 deletions(-)
 create mode 100644 
application/sis-javafx/src/main/java/org/apache/sis/internal/gui/control/FormatApplicator.java
 create mode 100644 
application/sis-javafx/src/main/resources/org/apache/sis/gui/pseudo-classes.css

Reply via email to