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
Last revision Both sides next revision
what_is_new_7 [2022/08/18 20:49]
admin [Dinamica (Application Core and DLLs)]
what_is_new_7 [2022/08/18 20:55]
admin [Image Viewer (Map Viewer)]
Line 10: Line 10:
 ===== Image Viewer (Map Viewer) ===== ===== Image Viewer (Map Viewer) =====
  
-  * Blah blah+  * Fixed storage of options to use version 6.
  
 +  * Formatting all files using new code style.
 +
 +  * Changed project to make sure JDK 1.8 is being used on Netbeans.
 +
 +  * Change formatting to use the Eclipse one to avoid errors caused by the previous formatting tool; added formatting tool to project definition.
 +
 +  * Additional formatting and source clean ups.
 +
 +  * Add gitattributes;​ Normalize all the line endings.
 +
 +  * Fixed issue cause by the automatic clean up tool assuming the wrong type of container element.
 +
 +  * Removed unnecessary prefixes (and also some suffices) from DLL types now represented by "enum class"​.
 +
 +  * Passing exception straight to the showErrorDialog() to display the complete error.
 +
 +  * Refactoring for the definition of a separate tuple package.
 +
 +  * Defined specific preference set for Dinamica EGO 7.
 ===== Dinamica NUI Utils (Graphical User Interface Utilities) ===== ===== Dinamica NUI Utils (Graphical User Interface Utilities) =====
  
-  * Blah blah+  * Create a class to manage the clipboard. 
 + 
 +  * Changed encoding of all files to UTF-8. 
 + 
 +  * Formatting all files using new code style. 
 + 
 +  * Removing unused anchor files used by previous versions; Adjusted code that was still using the previous anchors. 
 + 
 +  * Changed project to make sure JDK 1.8 is being used on Netbeans. 
 + 
 +  * Avoid raising an exception when the formatting text is null. 
 + 
 +  * Change formatting to use the Eclipse one to avoid errors caused by the previous formatting tool; added formatting tool to project definition. 
 + 
 +  * Add gitattributes;​ Normalize all the line endings. 
 + 
 +  * Additional formatting and source clean ups. 
 + 
 +  * Removed unused parameter "​window"​. 
 + 
 +  * Updated copyright disclaimer. 
 + 
 +  * Removed unnecessary prefixes (and also some suffices) from DLL types now represented by "enum class"​. 
 + 
 +  * Refactoring of text formatting functions used to calculate rendering layouts as a separate class. 
 + 
 +  * Fix pontential race condition when retrieving font metrics. 
 + 
 +  * Fixed warning caused by the handled exception being too broad. 
 + 
 +  * Refactoting and formatting. 
 + 
 +  * Allows Pairs and Triads to be used as keys in collections. 
 + 
 +  * Refactoring. 
 + 
 +  * Add some utilities to file handling. 
 + 
 +  * Add gettter to recent file list. 
 + 
 +  * Added missed git attribute file. 
 + 
 +  * Redefinition of methods responsible for converting exceptions into their textual representations:​ the new definitions are simpler and cover all the cases. 
 + 
 +  * Defined methods to automatically use an exception as part of the message displayed in the error dialog and print the corresponding stack trace. 
 + 
 +  * Show information about the exception with the error message. 
 + 
 +  * Definition of entity that simplifies the use of list of ByteBuffer as container keys. 
 + 
 +  * Fixed comments. 
 + 
 +  * Defined new tuple type holding four values. 
 + 
 +  * Definition of new method to fail assertion if an exception was thrown. 
 + 
 +  * Refactoring of tuple types: moved then to a separate package; Fixed bug in the definition of Triad. 
 + 
 +  * Comments. 
 + 
 +  * Defined specific preference set for Dinamica EGO 7. 
 + 
 +  * Defined method to retrieve the internal content of the ByteBufferListKey.
  
 ===== Dinamica (Application Core and DLLs) ===== ===== Dinamica (Application Core and DLLs) =====