hey All, if someone feels knowledgeable please move entries or enter a summary of features to highlight for the next release in trunk/Changes.txt .
if not i will have to select to te best of my own limited knowledge. happy ano nuevo.. have fun ede -------- Forwarded Message -------- Subject: [JPP-Devel] SVN: [6058] core/trunk Date: Sun, 30 Dec 2018 14:09:09 +0000 From: jump-pilot-svn--- via Jump-pilot-devel <jump-pilot-devel@lists.sourceforge.net> Reply-To: OpenJump develop and use <jump-pilot-devel@lists.sourceforge.net> To: jump-pilot-devel@lists.sourceforge.net CC: jump-pilot-...@lists.sourceforge.net Revision: 6058 http://sourceforge.net/p/jump-pilot/code/6058 Author: edso Date: 2018-12-30 14:09:08 +0000 (Sun, 30 Dec 2018) Log Message: ----------- prepare next OJ release Modified Paths: -------------- core/trunk/ChangeLog core/trunk/Changes.txt Modified: core/trunk/ChangeLog =================================================================== --- core/trunk/ChangeLog 2018-12-30 12:26:22 UTC (rev 6057) +++ core/trunk/ChangeLog 2018-12-30 14:09:08 UTC (rev 6058) @@ -3,6 +3,8 @@ # 2. make sure that lines break at 80 chars for constricted display situations #<-------------------------------- 80 chars ----------------------------------># +<-- Changes.txt updated until here --> + 2018-12-28 Giuseppe Aruta. * Updated ColorChooser to version 1.2.1 Correct some bugs on loading plugin Modified: core/trunk/Changes.txt =================================================================== --- core/trunk/Changes.txt 2018-12-30 12:26:22 UTC (rev 6057) +++ core/trunk/Changes.txt 2018-12-30 14:09:08 UTC (rev 6058) @@ -1,5 +1,102 @@ Version ${version.number} ${version.release} rev.${version.revision} (released on ${version.buildDateLong}) + Highlights + + + New Features + * Added LegendPlugin to display a legend of symbols adopted into the view + * PLUS: Added OpenKLEM extension for topographic and Hydrological analysis + * Reactivated Raster Legend plugin with option to save legend to image + * Add two plugins : + - GenerateUniqueRandomIdPlugIn (menu tools/edit attributes) + - SelectAllOrderedFeaturesFromAttributeTablePlugIn (AttributeTable context menu) + * Added histogram plugin for raster which calculates + also statistic indices, relative and cumulative frequancies + + Improvements + * Make IntersectPolygonLayersPlugIn faster + * speedup some plugin's init by delaying gui and preventing double init + org.openjump.core.ui.plugin.datastore.postgis.SaveToPostGISPlugIn + took 0.43s now 0.01s + org.openjump.core.ui.plugin.file.OpenFilePlugIn took 0.62s now 0.03s + org.openjump.core.ui.plugin.file.OpenProjectPlugIn took 0.46s now 0.01s + com.vividsolutions.jump.workbench.ui.zoom.InstallZoomBarPlugIn + took 1.22s now 0.02s + as a side note, testing shows that OJ startup gets faster with newer java + versions _out of the box_, repeated tests on a 2 core laptop showed: + jdk8 21.30s, jdk9 14,24s, jdk11 12,02s + * Added SaveStylePlugin that allows to save OpenJUMP Style either to SLD file + or to JUMP XML layer style file <filename.style.xml>. + Deactivated "Export style to SLD" + * Added LoadStylePlugin that allows to load SLD file or JUMP XML layer + style file as OpenJUMP style. + Deactivated "Import style from SLD" + * Added a standard icon from Kosmo Saig to RasterLegendPlugIn, + WMSLegendPlugIn and (Layer) LegendPlugIn + * Moved LegendPlugIn to Layer>Style and Layer tree>Style menu. + Deactivated SaveLegendPlugIn + * New mechanism for SpatialDatabasesDSMetadata to get information about + spatial tables: done in one query, to reduce the number of queries + sent to the backend (took several minutes on big DB) + * upgrade apache commons codec, compress, io, lang3 to latest + * comment unused javax.xml.bind package call, added commented alternatives + * upgrade xz to latest + * Improve LayerView naming and saving, allow views based on view + * WMSLegendPlugIn. Added capability to export WMS legend to PNG image file + * DEMStatisticsPlugIn. Substitute output HTMLDoc with JTable. + Allow selection of multiple layers on plugin dialog. + Extend to multi band raster files + * make target layer of EraseLayerAWithLayerBPlugIn updateable. Improve 18N. + * make EraseLayerAWithLayerBPlugIn more robust + + Bug fixes + * make sure workbench pane background is blue over on all implementations, + before the bg color was determined by the UI used (blue on windows, + black or grey on osx and linux) + * reenable macOS menu integration for java9+, added Preferences item + * rework version detection for 'openjdk version "12-ea"' in start scripts + * linux/mac starter remove javax.se.ee when run w/ java 11+ + * Fix LayerView to make it compatible with project persistence + * Fix #478 : AdHoc SQL query can be interrupted properly + * Fix FlexibleFeature#getAttributes() (was not implemented) + * bugfix in SkeletonPlugIn (PLUS version, GraphToolBox) + * bugfix in Dissolve2 : could not use geometry attribute as key + * 3 bugfix in layerListener management (hopefully fix #419) + - layerListener is removed when the concerned layer is removed + - sridStyle set geometry srid only once, not once per Layer + - layerListener added by AbstractPlugIn UndoableEdit is removed from + LayerManager when the layer is removed + * also remove layerListeners added with associated to AttributeTablePanel, + AttributeTab, OneLayerAttributeTab, ViewAttributesFrame, InfoFrame, + WorkbenchFrame, EnsureAllLayersHaveSrid when the Layer is removed + * bugfix: handling date/time fields of JML datasets was still broken (empty + strings was returned as String instead of null) + * bugfix #475: log messages doubled in the console + + PLUS + * Updated ColorChooser to version 1.2.1 + * Updated OpenKLEM to ver 20181222, correct some bugs + * PLUS: add jaxb xml libs, which were removed from jdk9+, currently only + needed by ViewManager extension, document extension and needed deps in + readme.txt + * Small fix in Topology extension (Adjust Polygon Boundaries) + * Updated OpenKLEM to ver. 20181010: + Moved Slope, Aspect, Hillshade plugin to Geomorphometry menu + * Updated OpenKLEM to ver. 20181004: + a) Homologated HillShade to ESRI standard + b) Histogram. Correct bug. + * Update GraphToolbox and MatchingPlugIn extensions + * Raster profile plugin: + Plugin recognizes Layer unit. + Absolute or relative slope output + Added capability to compute travel time on route depending to input flat, + uphill and downhill speeds + Simplified additional result output. + Added capability to draw a slope profile + * upgrade dxf-driver to 0.9.0 (could not export MultiPolygon) + * small improvements in SkeletonPlugIn (PLUS version, GraphToolBox) + + Version 1.13 release rev.5792 (released on 11. May 2018) Highlights _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel