Main differences between V1.10.1 and V1.11.4 : Différence entre versions

De Wiki
Aller à : navigation, rechercher
(GPlotPanel equations)
Ligne 7 : Ligne 7 :
 
== GPlotPanel equations ==
 
== GPlotPanel equations ==
  
A very interesting evolution with the possibility to create new variables using initial ones from a '''MADONA''' column file via a specific equations (see [[GPlotPanel#Calculator|here]]). This functionnality is not yet available for [https://www.sqlite.org/ SQLite] files.
+
A very interesting evolution with the possibility to create new variables using initial ones from a '''MADONA''' column file via a specific equations (see [[GPlotPanel#Calculator|here]]). To do it, GENIUS used a new dependency with [https://www.objecthunter.net/exp4j/ exp4j] V0.4.8.
 +
 
 +
Nevertheless, this functionnality is not yet available for [https://www.sqlite.org/ SQLite] files.
  
 
== GPlotPanel pop-up windows for event comments ==
 
== GPlotPanel pop-up windows for event comments ==

Version du 13 décembre 2021 à 15:37

Some interesting evolutions and corrections have been implemented in this version. No incompatibilities has been identified versus V1.10.x source code (except the fact that Java 1.8 is now necessary).

Java 1.8

Now, Java 1.8 is needed for generation.

GPlotPanel equations

A very interesting evolution with the possibility to create new variables using initial ones from a MADONA column file via a specific equations (see here). To do it, GENIUS used a new dependency with exp4j V0.4.8.

Nevertheless, this functionnality is not yet available for SQLite files.

GPlotPanel pop-up windows for event comments

Now, when events are displayed, there is the possibility to see the comments associated to these events by passing the mouse over.

GStandardApplication customisation

Some access methods are now available to easily add/remove/shift main menu bar items (for example, removing in the "Options" menu, the "debug" choice and replace it by and "expert" choice).

GStandardApplication message window size

The user may increase or decrease the message window size interactively (with the mouse).

Best mouse efficiency for scrolling

The mouse scrolling have been improved.

New GTime widget

A new GTime widget is now available.

Anomaly corrections

  • In the previous versions, there was a possible bug when reading MADONA columns files if the first column number was not "0".