« Main differences between V1.13.3 and V1.14 » : différence entre les versions

De GENIUS
Aller à la navigation Aller à la recherche
Page créée avec « This version is relatively light and includes the following points: == Evolutions: * The scroll bars of the [{{PathCurrentJavaDoc}}/fr/cnes/genius/standardapplication/GStandardApplication.html GStandardApplication] widget are set now to "NEVER" in order to avoid too many scrollbars due to included panels. Anyway, it is possible to change it via dedicated setters. * The [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GEntryRealVector.html GEntryFileName] widget... »
 
Aucun résumé des modifications
Ligne 3 : Ligne 3 :
== Evolutions:
== Evolutions:


* The scroll bars of the [{{PathCurrentJavaDoc}}/fr/cnes/genius/standardapplication/GStandardApplication.html GStandardApplication] widget are set now to "NEVER" in order to avoid too many scrollbars due to included panels. Anyway, it is possible to change it via dedicated setters.
* The scroll bars of the [{{PathCurrentJavaDoc}}/fr/cnes/genius/standardapplication/GMainFrameAbstract.html GMainFrameAbstract] widget are set now to "'''NEVER'''" in order to avoid too many scrollbars due to included panels. Anyway, it is possible to change it via dedicated setters.
* The [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GEntryRealVector.html GEntryFileName] widget has been improved to take into acount the possibility to select a folder and no more only a file. In taht case, an option is available (via a setter) to create this folder (and the parent ones) or just to display its name.
* The [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GEntryFileName.html GEntryFileName] widget has been improved to take into acount the possibility to select a folder and no more only a file. In that case, an option is available (via a setter) to create this folder (and the parent ones) or just to display its name.
* Areset() method has been added to the [{{PathCurrentJavaDoc}}/fr/cnes/genius/loggers/GConsoleLogger.html GConsoleLogger] class.
* A reset() method has been added to the [{{PathCurrentJavaDoc}}/fr/cnes/genius/loggers/GConsoleLogger.html GConsoleLogger] class.


== Anomalies:
== Anomalies:


* Correction on an anomaly in the [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GEntryRealVector.html GEntryRealVector] widget when reading data (the "*" was wrongly displayed).
* Correction on an anomaly in the [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GEntryRealVector.html GEntryRealVector] widget when reading data (the "'''*'''" was wrongly displayed).
* Correction on the fact that the [{{PathCurrentJavaDoc}}/fr/cnes/genius/standardapplication/GStandardApplication .html GStandardApplication] widget dis not manage correctly the "*" as it was displayed, for example, when the user moved inside a lis as nothing was really modified.
* Correction on the fact that the [{{PathCurrentJavaDoc}}/fr/cnes/genius/standardapplication/GMainFrameAbstract.html GMainFrameAbstract] widget dis not manage correctly the "'''*'''" as it was displayed, for example, when the user moved inside a list as nothing was really modified.

Version du 8 décembre 2025 à 07:37

This version is relatively light and includes the following points:

== Evolutions:

  • The scroll bars of the GMainFrameAbstract widget are set now to "NEVER" in order to avoid too many scrollbars due to included panels. Anyway, it is possible to change it via dedicated setters.
  • The GEntryFileName widget has been improved to take into acount the possibility to select a folder and no more only a file. In that case, an option is available (via a setter) to create this folder (and the parent ones) or just to display its name.
  • A reset() method has been added to the GConsoleLogger class.

== Anomalies:

  • Correction on an anomaly in the GEntryRealVector widget when reading data (the "*" was wrongly displayed).
  • Correction on the fact that the GMainFrameAbstract widget dis not manage correctly the "*" as it was displayed, for example, when the user moved inside a list as nothing was really modified.