Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
what_is_new_5_2_0 [2020/11/25 15:52]
hermann [Application Graphical User Interface (GUI)]
what_is_new_5_2_0 [2020/12/01 21:06] (current)
hermann
Line 1: Line 1:
 ====== What is New in Dinamica EGO 5.2.0 ====== ====== What is New in Dinamica EGO 5.2.0 ======
  
-(Compared ​to Dinamica EGO 5.1.0)+(ChangeLog compared ​to Dinamica EGO 5.1.0)
  
-===== Application Graphical User Interface ​(GUI) =====+===== Dinamica NUI (Application Graphical User Interface) =====
  
   * Fixed issue in Chart tab of LookupTableEditorPanel when null.   * Fixed issue in Chart tab of LookupTableEditorPanel when null.
Line 95: Line 95:
   * When editing a submodel, populate the group drop down menu with all groups present in the functor library.   * When editing a submodel, populate the group drop down menu with all groups present in the functor library.
  
-  * Add highlight to the format string in CreateString+  * Add highlight to the format string in CreateString.
  
   * Definition of a new memory policy (Aggressive) that keeps input maps in disk and allocates them on memory.   * Definition of a new memory policy (Aggressive) that keeps input maps in disk and allocates them on memory.
Line 103: Line 103:
   * Avoid throwing an error when forcing the expansion of a node in the functor tree but that node is hidden by an active search.   * Avoid throwing an error when forcing the expansion of a node in the functor tree but that node is hidden by an active search.
  
-===== Application Core =====+  * Make sure the Projection tree scrollbar is always aligned left to avoid hiding the tree node handles when expanding a node. 
 + 
 +  * Fix the presentation of how many functors exist in a given group in the functor library for favorites and also when a search is active. 
 + 
 +  * Add predefined table format representing reports produced by Determine Weights of Evidence Correlation. 
 + 
 +  * Updated info about python version to 3.8.0. 
 + 
 +  * Fixed typo. 
 + 
 +===== Image Viewer (Map Viewer) ===== 
 + 
 +  * Optimization to remove memory leaks when opening images in the viewer. 
 + 
 +  * Redefinition and optimization of the presentation of legends for categorical maps to prevent excessive garbage collection when hundreds of classes exist. 
 + 
 +===== Dinamica NUI Utils (Graphical User Interface Utilities) ===== 
 + 
 +  * Added option to define the color of the icon border; refactoring. 
 + 
 +  * Add the formatType function for column names in the TableUtils 
 + 
 +  * Expand groups and subgroups in the FunctorLibrary when a new functor is installed 
 + 
 +  * Create class for Undo and Redo Actions. 
 + 
 +  * Changing UndoRedo Constructor and excluding unnecessary action classes. 
 + 
 +  * Added class BoundsPopupMenuListener to control the size and some other aspects of drop down menus. 
 + 
 +  * Definition of method to return the number of visible leaves in a sub-tree. 
 + 
 +===== Dinamica (Application Core and DLLs) =====
  
   * Remove assertion: It is possible for "​result"​ to be true when the functor found is nullptr.   * Remove assertion: It is possible for "​result"​ to be true when the functor found is nullptr.