OpenJUMP Roadmap

From OpenJUMP Wiki
Jump to navigation Jump to search

Version policy

From version 1.4.1, well follow the rules

  • First number change is for a new major version. It can break compatibility in OpenJUMP core (refactoring) and add important new features.
  • Second number change is for a version adding important new features, but keeping compatibility.
  • Third number change is for a bug fix release. It can include minor improvements and capabilities.


OpenJUMP 1.6.0 (sept 2012 ?)

  • Improve javadoc, wiki documentation, language files

Refactoring

  • Create unit test and/or non-regression test (Benjamin ?)
  • Refactoring of MultiInputDialog (Benjamin ?)
  • FR 3421958 from Michael + Benjamin work about plugin architecture
  • Prepare release (synchro with Foss4G 2012) (Ede ?)

Fixes

  • Some simple Sextante algorithms throw exception (ex. buffer) (Michaël)
  • Check fixes which have been made in SkyJUMP for last two years (Michaël)

Fix bugs, more tests on OJ functions

  • Bug 3176257 Bug random behavior of Save Image to Raster
  • Bug 3043312 OJ styling bugs and issues

Improvements

  • Improve image management (Alberto ?)
  • Integration of Sextante 1.0 (Stefan ? Alberto ?)
  • Improve measurement tool (Peppe and Matthias)
  • Improve zoom tool (Matthias)
  • FR : 3421059 : zoom to pixel size
  • Study the multi-styles mechanism implemented in Kosmo and try to implement it in OpenJUMP (Michaël)
  • Check improvements made in SkyJUMP for last two years
  • Improve GPX PlugIn (Landon ?)
  • FR 3472020 : Saving long attribute name into shapefile
  • Bug 3470989 : WFS plugin (need developper with w*s skill)

New features

  • Request 3085736 Viewing pixel values in the status bar (Alberto ?)
  • Triangulation plugins using JTS 1.12 api (Michaël)
  • Create grid plugin : see discussion
  • SkyJUMP pick Color integration (Peppe)
  • Add Scale panel on the Info Bar (Peppe)
  • SkyJUMP KML reader/writer (ready as an extension - include it in PLUS distro ?)

OpenJUMP 1.5.2 (march 2012 ?)

  • Improve javadoc, wiki documentation, language files

Work on core distribution

  • Bug 3212739 : Navigating from AttributeTab
  • Bug 3310791 : Navigation Hotkey Issue

Work on PLUS distribution

  • Improve startup time
  • FR 3439229 : Improve and distribute a single csv driver (Michael or Pirol's one)
  • Better integration of PostGIS plugin in OpenJUMP framework (target is 1.5.2 or 1.6)
  • Improve Sextante PlugIn reliability (track and try to fix exception throwing)


OpenJUMP 1.5.1 (4 feb 2012)

  • Improve javadoc, wiki documentation, language files

Refactoring

  • New scripts for releases
  • New multiplatform installer based in izpack

Fixes

  • Bug 3472008 in ClipToFencePlugIn fixed
  • Bug in CombineSelectedLayer fixed
  • Optimization of DeleteDuplicateItemsPlugIn
  • workaround for a graphic display JVM-bug on linux


OpenJUMP 1.5.0 (7 jan 2012)

  • Improve javadoc, wiki documentation, language files

Refactoring

  • new scripts for a CORE and a PLUS release
  • Refactoring/improvements in EditTransaction
  • Refactoring/improvements in Selection Manager
  • Refactoring/improvements in FeatureInstaller
  • Better error management in image loading

Fixes

  • Bug 2728360: Layer operations break the Undo Chain
  • Bugs 3418067 and 3413619 in LayerNamePanel
  • Fixes UI bug appearing in MacOSX distribution
  • Bug 3415409 : NoteStyle could not be deserialized

Improvements

  • Feature request 3422848 add a maxFeature parameter to AddDataStore
  • 3407229 Improved Label placement
  • Improved Buffer PlugIn : adds options from JTS 1.12
  • Improved Union PlugIn : make a single plugin from Union and Dissolve
  • ShapefileWriter can now truncate fields having more than 255 chars if desired
  • Added a new noder plugin
  • Added a new FillPolygon edit tool

Other UI Improvements

  • Go on with user interface improvements made by Peppe in JUFRE,
    • add icons (on-going, more to do)
    • size of toolbar icon is varying (3 first icons too small, Sextante icon very small...)
    • ...
  • Better About dialog
  • Improved AutoAssignAttributePlugIn
  • Improved readability of selected Layer Name in dialog boxes

New features

  • One side buffer using JTS 1.12 api
  • Improving noding capabilities based on JTS 1.12 api
  • 3 new zoom plugins from LayerViewPanel
  • Add copy/paste schema from SkyJUMP
  • Add InverseOrientation PlugIn


OpenJUMP 1.4.2 (11 sept 2011)

See ChangeLog file [1] for a list of changes already committed

  • Improve javadoc, wiki documentation, language files

Refactoring

  • Remove MultiInputDialogWithoutCancel (replaced by new MultiInputDialog)

Bug fix

  • Include net package in the distribution (used for encrypted WMS URL)
  • Bug 3303503 : Faulty handling of schemas in OJ 1.4.0.3
  • Bug 3354118 : Changing L&F throws NPE
  • Bug 3360102 : Reverse line direction applied to source layer
  • Bug 3397856 : Decoration / display z value not working with points
  • Bug 3398100 : Attribute based query throws NPE with null values

UI Improvements

  • Add a unicode police under GPL for special fonts (ex. telugu)
  • Clean View menu : Move "Run SQL Query..." and "Add Image (Test, ECW...)" from Layer Menu to File menu.
  • Readme file in the InfoPanel

New functions, function improvements

  • Add Geometry Conversion tools from Ede
  • New options to the BlendLineStrings tool


OpenJUMP 1.4.1 (4 july 2011)

See ChangeLog file [2] for a list of changes already committed

  • Improve javadoc, wiki documentation, language files

Refactoring

  • Try to get rid of proprietary source code - thanks to Ede
    • JPEGDecodeParam in com\vividsolutions\jump\workbench\imagery\mrsid\MrSIDReferencedImage
    • BASE64Encoder in com\vividsolutions\wms\WMService and com\vividsolutions\wms\MapRequest
  • Fix all javadoc warnings, improve javadoc
  • Check jar dependencies and remove unused jars :
    • xml-api and xml-api-ext are used by PrintLayoutPlugin (but need to be in lib directory)
    • js.jar and pdf-transcoder.jar also used by PrintLayoutPlugIn (removed from OJ 1.4.1)
    • postgis_1_0_0.jar : no more used, removed from distribution (removed from 1.4.1.2313-s)

Bug fix

  • Bug 2975012 jts 1.11 related bug on deleting point features (fixed in jts 1.12 included in OJ 1.4.1)
  • Bug 3034927 Measure Tool doesn't Comply with snap (check with Matthias if it is corrected)
  • Bug 3085727 Raster color editor not refreshing (check with Mohammed if he can try to fix this)
  • Bug 3091363 Duplicate vertices with resized Vertices (mmichaud)
  • Bug 3104103 Bugs in classifyAttributePlugIn (mmichaud)
  • Bug 3202697 Some geometry functions not working (mmichaud)
    • After all, this is not really a bug (but it needs to be seriously documented or enhanced for Polygonize, Line merge and Line sequence)

Enhancements