« Main differences between V1.8 and V1.9 » : différence entre les versions
Aller à la navigation
Aller à la recherche
Ligne 37 : | Ligne 37 : | ||
== Indication when loading a configuration == | == Indication when loading a configuration == | ||
Some configurations may be very long to be loaded because of the amount of data. In such a case, an indicator (a turning wheel) will show that the application is still running. | |||
== Better file suffix management for the GSaveResults widget == | == Better file suffix management for the GSaveResults widget == |
Version du 20 août 2019 à 08:34
Some interesting evolutions and corrections have been implemented in this version. No incompatibilities has been identified versus V1.8 source code .
New GList and GListSelect widgets
TBW ...
Finding and reading multiple data
TBW ...
New GTree widget
TBW ...
GplotPanel improvements
Symbol choice in GPlotPanel widget
TBW ...
Calendar date format in GPlotPanel widget
TBW ...
Possibility to plot several files in GPlotPanel widget
TBW ...
Availability of a tool based on GPlotPanel widget
TBW ...
New units
TBW ...
Indication when loading a configuration
Some configurations may be very long to be loaded because of the amount of data. In such a case, an indicator (a turning wheel) will show that the application is still running.
Better file suffix management for the GSaveResults widget
In previous versions, it was not possible to manage different suffixes for any kind of results files. Now, it is the case, using an additional API for the addSingleResultFile() method.
Minor improvements for GComponentList widget
- adding the add(final int rank, final GComponent item) method to add a component to the list.
- adding the remove(final int rank) method to remove an element in the list.
- adding the setCurrentItemRank(final int rank) method to select the current element.
Anomaly corrections
- Correction of the management of additional panels for the GPlotPanel widget.