Revision: 5708
          http://sourceforge.net/p/jump-pilot/code/5708
Author:   ma15569
Date:     2018-03-12 14:03:57 +0000 (Mon, 12 Mar 2018)
Log Message:
-----------
 * Activated  Additional Result framemork: outputs other than vector or 
      raster are loaded as objects into a convenient frame where user can  
      save/delete/rename these objects.
      The following objects can be saved into the Additional Result frame:
      - Texts in Jlabel, JtextPane, JtextArea, HTMLPane: saved as .html file
      - JTabel objects: saved as .csv file
      - graphics added to PlotPane: saved as .png file
      -  Other object: saved to .png file
      - FeatureCollection into a FeatureCollectionPanel: saved to .jml/.shp
      Additional Results framework has been adapted from Sextante.
     * Added option to ProfileGraphPlugIn to use selected line as profile trace
       Graphics and table Outputs are saved  into Additional Result frame

Modified Paths:
--------------
    core/trunk/ChangeLog
    core/trunk/scripts/default-plugins.xml

Modified: core/trunk/ChangeLog
===================================================================
--- core/trunk/ChangeLog        2018-03-12 13:40:57 UTC (rev 5707)
+++ core/trunk/ChangeLog        2018-03-12 14:03:57 UTC (rev 5708)
@@ -5,6 +5,20 @@
 
 * Changes.txt updated until here **********************************************
 
+2018-03-12 Giuseppe Aruta
+    * Activated  Additional Result framemork: outputs other than vector or 
+      raster are loaded as objects into a convenient frame where user can  
+      save/delete/rename these objects.
+      The following objects can be saved into the Additional Result frame:
+      - Texts in Jlabel, JtextPane, JtextArea, HTMLPane: saved as .html file
+      - JTabel objects: saved as .csv file
+      - graphics added to PlotPane: saved as .png file
+      -  Other object: saved to .png file
+      - FeatureCollection into a FeatureCollectionPanel: saved to .jml/.shp
+      Additional Results framework has been adapted from Sextante.
+     * Added option to ProfileGraphPlugIn to use selected line as profile trace
+       Graphics and table Outputs are saved  into Additional Result frame
+
 2018-01-30 Giuseppe Aruta
    * Upgraded Sextante building to version gen2018a to solve a bug on 
      exporting raster data. Moved Toolboxframe as OJ internal frame

Modified: core/trunk/scripts/default-plugins.xml
===================================================================
--- core/trunk/scripts/default-plugins.xml      2018-03-12 13:40:57 UTC (rev 
5707)
+++ core/trunk/scripts/default-plugins.xml      2018-03-12 14:03:57 UTC (rev 
5708)
@@ -935,12 +935,12 @@
             <main-menu menupath="MenuNames.WINDOW" install="true" />
         </menus>
     </plug-in>
-    <!-- plug-in>
+    <plug-in>
     org.openjump.sextante.gui.additionalResults.AdditionalResultsPlugIn
         <menus>
             <main-menu menupath="MenuNames.WINDOW" install="true" />
         </menus>
-    </plug-in-->
+    </plug-in>
     <plug-in>
         com.vividsolutions.jump.workbench.ui.plugin.GenerateLogPlugIn
         <menus>


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to