JtB Dive LogBook Changelog

What's new in JtB Dive LogBook 2.7.0

Aug 26, 2013
  • Change : Introduce material set:
  • Description: A Material Set must contain a bundle of material frequently used, a configuration of dive equipment. The use of a material set should make possible to select multiple materials at once for a dive
  • Resolution: The material sets configuration are available in the Mat Cave. In the equipment panel of the dive, the use of a material set is possible.
  • Change : Logbook Report extra values:
  • Description: Add extra values for each dive
  • Resolution: Extra property in the report wizard to add dive details (purpose, platform, type).
  • Change : Jasper report 4.7.1:
  • Description: Use the new version of Jasper report
  • Resolution: Done
  • Change : Map panel:
  • Description: The map panel doesn't work well.
  • Resolution: Used a new framework (from Open Street Maps instead of a SwingX-WS component)
  • Change : Wizards layout:
  • Description: Standardize the layout of the wizard using the WizardPanel
  • Resolution: Done for Config wizard, Import wizard, Export wizard
  • Change : Component for coordinates:
  • Description: With a spinner, the value can never be null, meaning you can't reset a coordinate
  • Resolution: Used textfield instead of spinner. added a button to clear the coordinates.
  • Change : New name of a tag in the surrogate file:
  • Description: Replace 'document_divelocation' by 'document_divesite'.
  • Resolution: Done
  • Change : Recover a surrogate file:
  • Description: Check whether the surrogate file is present or not and recreate a new one if necessary
  • Resolution: Done
  • BugFix : Bug in the configuration:
  • Description: A problem occurs in some case during the configuration (surrogate keys file not created)
  • Resolution: Bug fixed.
  • BugFix : Stat panel view:
  • Description: Only available if a logbook is selected. This ain't logic. The viewer should always be accessible; it must be filled when a logbook is selected.
  • Resolution: Always accessible now.
  • BugFix : Equipment panel null values:
  • Description: Some values appears as "null"
  • Resolution: done.
  • Change : XML Parsers refactoring:
  • Description: Refactoring of the parsers make them extend the same Absrtact class
  • Resolution: done.
  • BugFix : XML Version converter:
  • Description: Problem when a succession of conversion occurs.
  • Resolution: The conversion of the XML is based now on the XML document and not on the Inpustream anymore.