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 6b11704 CRSChooser builds its list of CRS in a background thread.
Filtering delegated to JavaFX FilteredList class.
new b0b38a0 Refactor CRSChooser as a Dialog subclass.
new 5f84c5b Fix an IndexOutOfBoundsException when showing an empty list
of features. Avoid drawing a line on image border when rectangle cross
anti-meridian.
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:
.../org/apache/sis/gui/dataset/ExpandableList.java | 2 +-
.../sis/gui/metadata/IdentificationInfo.java | 17 +-
.../apache/sis/gui/referencing/AuthorityCodes.java | 93 +++++++---
.../org/apache/sis/gui/referencing/CRSButton.java | 75 --------
.../org/apache/sis/gui/referencing/CRSChooser.java | 169 ++++++++++++++----
.../org/apache/sis/gui/referencing/WKTPane.java | 188 ++++++++++++++++++---
.../apache/sis/internal/gui/ExceptionReporter.java | 11 ++
.../org/apache/sis/internal/gui/Resources.java | 20 +++
.../apache/sis/internal/gui/Resources.properties | 4 +
.../sis/internal/gui/Resources_fr.properties | 6 +-
.../org/apache/sis/util/resources/Vocabulary.java | 5 +
.../sis/util/resources/Vocabulary.properties | 1 +
.../sis/util/resources/Vocabulary_fr.properties | 1 +
13 files changed, 424 insertions(+), 168 deletions(-)
delete mode 100644
application/sis-javafx/src/main/java/org/apache/sis/gui/referencing/CRSButton.java