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
Next revision Both sides next revision
what_is_new_6 [2022/01/09 12:44]
hermann [Dinamica NUI (Application Graphical User Interface)]
what_is_new_6 [2022/01/09 12:57]
hermann [Dinamica NUI Utils (Graphical User Interface Utilities)]
Line 194: Line 194:
   * Fixed bug where the small functor icon was not always being retrieved; Change decorated/​undecorated icon search to match the intended specification;​ Fix bug where copy and paste feature is used,    * Fixed bug where the small functor icon was not always being retrieved; Change decorated/​undecorated icon search to match the intended specification;​ Fix bug where copy and paste feature is used, 
   between different editors, for functors that are not local submodels.   between different editors, for functors that are not local submodels.
-  ​+
   * Fix the wrong method call.   * Fix the wrong method call.
-  ​+
   * Remove unused method.   * Remove unused method.
-  ​+
   * Make sure the functor information is not null before running the component actions.   * Make sure the functor information is not null before running the component actions.
-  ​+
   * Get the correct data tree model for the highlightFunctor method.   * Get the correct data tree model for the highlightFunctor method.
-  ​+
   * Updated for compatibility with the the handling of utf8 with the new std::​filesystem API; Generalize and add new features.   * Updated for compatibility with the the handling of utf8 with the new std::​filesystem API; Generalize and add new features.
-  ​+
   * Refactor the Submodel Store dialog and update its view to show the submodel groups.   * Refactor the Submodel Store dialog and update its view to show the submodel groups.
-  ​+
   * Define a childless node as a tree leaf.   * Define a childless node as a tree leaf.
-  ​+
   * Add the count of children to the tree node with children.   * Add the count of children to the tree node with children.
-  ​+
   * Sort tree nodes by their names.   * Sort tree nodes by their names.
-  ​+
   * Remove unnecessary worker.   * Remove unnecessary worker.
-  ​+
   * Reload the tree instead of recreating it in the search action.   * Reload the tree instead of recreating it in the search action.
-  ​+
   * Deny selection of parent nodes.   * Deny selection of parent nodes.
-  ​+
   * Create buttons to add submodel type filtering to the search results.   * Create buttons to add submodel type filtering to the search results.
-  ​+
   * Modify design features.   * Modify design features.
-  ​+
   * Adjust the horizontal alignment of the search field.   * Adjust the horizontal alignment of the search field.
-  ​+
   * Set the background of the search field, according to the results.   * Set the background of the search field, according to the results.
-  ​+
   * Updating information for version 6; Fixed bug caused by differences in path separators when importing submodels; Add to search a pop-up menu of options.   * Updating information for version 6; Fixed bug caused by differences in path separators when importing submodels; Add to search a pop-up menu of options.
-  ​+
   * Changed path to the Dinamica R package files on Linux; Add to search field a pop-up menu of options.   * Changed path to the Dinamica R package files on Linux; Add to search field a pop-up menu of options.
-  ​ + 
-  * Updated update control variables to version 6; Ignored build date when validating which submodels from the store should be visible by the current version of Dinamica (avoid problems when compiling ​ +  * Updated update control variables to version 6; Ignored build date when validating which submodels from the store should be visible by the current version of Dinamica (avoid problems when compiling different instances of a single release in different days); Check for submodel data before searching.
-  ​different instances of a single release in different days); Check for submodel data before searching.+
  
 ===== Image Viewer (Map Viewer) ===== ===== Image Viewer (Map Viewer) =====
Line 267: Line 266:
   * Fixed placement of some of the message dialogs shown upon successful or erroneous completion of the console process.   * Fixed placement of some of the message dialogs shown upon successful or erroneous completion of the console process.
  
 +  * Fixed bug where monitoring the process would not report its output correctly due to the process execution ending too soon; better handling of cases when the process fails to start; Fixed race condition that would cause the monitoring thread to miss the last lines of the process output; Fixed potential problem when a Swing component content is being read outside the event thread; Comments; Refactoring.
 +
 +  * Refactoring ExplorerPanel
 +
 +  * Deny selection of parent nodes.
 +
 +  * Updating information for version 6.
  
 ===== Dinamica (Application Core and DLLs) ===== ===== Dinamica (Application Core and DLLs) =====