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 0c89e86  Rename the class in charge of opening data stores in 
background threads.
     new 84be76a  Minor clarification in the comment about NaN values in map 
projection results.
     new 30571ec  Simplify a little bit the layout of logging panel. The 
previous use of SplitPane + TitledPane was a workaround for the absence of 
something equivalent to `JSplitPane.setOneTouchExpandable(boolean)` in JavaFX, 
but that workaround was visually not very nice.
     new 6873859  Consolidation on the widget showing a "coverage view + 
controls" pair: Avoid creating controls before needed, make locale more 
explicit, etc.
     new 71cd19a  Use more complete resource identifiers as window title. The 
intend is to avoid identifiers that are only "1", "2", etc.
     new 1b1eb69  Verify that the sample model size is compatible with image 
tile size. Bug identified by Alexis Manin.
     add 2d2f7ef  chore(Core): add a new test case for mask images
     new 09243ef  Merge branch 'fix/mask-image-is-back' into geoapi-4.0

The 6 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:
 .../java/org/apache/sis/gui/SystemMonitor.java     |   2 +
 .../src/main/java/org/apache/sis/gui/Widget.java   |  20 ++-
 .../apache/sis/gui/coverage/CoverageControls.java  |   4 +-
 .../apache/sis/gui/coverage/CoverageExplorer.java  | 185 ++++++++++++++-------
 .../org/apache/sis/gui/coverage/GridControls.java  |   4 +-
 .../org/apache/sis/gui/coverage/GridViewSkin.java  |  28 ++--
 .../sis/gui/coverage/ImagePropertyExplorer.java    |  12 +-
 .../{Controls.java => ViewAndControls.java}        |  14 +-
 .../java/org/apache/sis/gui/dataset/LogViewer.java |  16 +-
 .../apache/sis/gui/dataset/ResourceExplorer.java   |   2 +-
 .../org/apache/sis/gui/dataset/ResourceTree.java   |  40 +++--
 .../org/apache/sis/gui/dataset/WindowManager.java  |  11 +-
 .../java/org/apache/sis/gui/map/StatusBar.java     |   9 +-
 .../org/apache/sis/internal/gui/ToolbarButton.java |  24 +--
 .../org/apache/sis/image/SourceAlignedImage.java   |  18 +-
 .../java/org/apache/sis/image/MaskedImageTest.java |  30 ++++
 .../operation/projection/TransverseMercator.java   |  10 +-
 17 files changed, 290 insertions(+), 139 deletions(-)
 rename 
application/sis-javafx/src/main/java/org/apache/sis/gui/coverage/{Controls.java 
=> ViewAndControls.java} (95%)

Reply via email to