Add specific documentation for the Client API
Fix the serialized UACDS Definition not containing Layer Requests created in the Editor
Fix the Layer Notifications not parsed when parsing the UACDS Definition
Fix the user properties defined by script never seen in a production environment
Fix the Scripts referencing Plugins not working anymore since 1.6 Beta 2 if using specific Objects managed in these Plugins
Look Model: Allow to specify separately the LookCapacities and LookDefinition for the CSS to Look Model conversion
Remove spurious warnings posted by the Server in some cases when updating MapItems which did not correspond to any problem
Implement the A661_DATA_CONNECTOR widget (supplement 6)
Allow optionnally to generate A661_DATA_CONNECTOR widgets rather than A661_CONNECTOR widget for layer references in Cockpit configuration files in the Cockpit Plugin
Add some classes forgotten in the Editor Script javadoc
Add a "checkFR180Range"property to allow to enforce the limitation of fr(180) angles in the [-180, 180[ degrees range. Servers (and Editors) with this property set will emit a warning if a fr(180) angle is outside these limits
Add a behavior in the SuperLayers Windows allowing to change the ZOrder of the Layer associated with a DataConnector with the lower short value of the first index of the A6661_APP_DATA property. The value 0 will not change the ZOrder, values greater than 0 will set the ZOrder at this value minus 1
Fix the focus not being correctly initialized on the text editor panel in the String properties text Editor in the Client and the Editor
Fix an exception which could happen when clicking on the index of an Array in the Client if the size of the array was 1
Fix the background image size not being updated in th Editor in JavaFX if zooming the Layer
Fix the positioning of DecoratedLabels and DecoratedButtons In JavaFX if they were right aligned and the size of the text was greater than its box
Add two functions in the EditorScript helper to see if a widget has a property with a specified ID or name
Fix the group action in the Editor setting an incorrect position of the grouping container in the graphic window (the ARINC position was correct)
Use MDIFramework 0.7.11
Add a specific Plugins Toolbar if at least one Plugin has Toolbar buttons
Add a "shrink" action in the UIProperties Plugin (accessible through the Toolbar) which adapt the box around a text widget (SizeX and SizeY) to fit to the preferred size of the text
Fix the A661_KEYBOARD_AREA widget always accepting all KeyCodes, regardless of the A661_KEY_ARRAY array. It will however accept all KeyCodes if the A661_KEY_ARRAY array is empty
UACDS Plugin: fix the UACDS Interface Editor only allowing to edit interfaces for the first layer in a Definition File containing more than one Layer
Fix the Editor not allowing to Edit Definition Files with more than one Layer in JavaFX
UACDS Plugin: fix the editor not removing commands and notifications in the UACDS Interface tree GUI if there are were removed from the graphical tree GUI (note: they were correctly removed from the model itself)
UACDS Plugin: fix the new Layer requests not showing in the graphical tree GUI if added through the interface tree GUI (note: they were correctly added in the model)
UACDS Plugin: fix the new Layer notifications not showing in the graphical tree GUI if added through the interface tree GUI (note: they were correctly added in the model)
UACDS Plugin: fix the properties panel not always updated when navigating in the interface tree GUI for elements which did not hava any properties
Widget Definition Plugin: present the 3D MapItems in the output Word document for extensions which define 3D MapItems in their meta-definition
Widget Definition Plugin: present the Parameter Structures and Event Structures in the output Word document for extensions which define 3D new Parameter Structures or Event Structures in their meta-definition
Widget Definition Plugin: fix the SymbolCommands Keywords in the output Word document for the base meta-definition incorrectly presented if presenting the meta-definition for extensions only and the extensions did not define new SymbolCommands
Avoid to show an error in the console if using the Swing Look and Feel but the synth2.jar library is not available
Allow to force using the AWT API to get the screen resolution in JavaFX to be able to share positions in Unit tests results between Windows 7 or 8 and Windows 8.1 and later
Fix some broken Unit tests in the freeWindowing module
Last edit: Hervé Girod 2016-06-04
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Add specific documentation for the Client API
Fix the serialized UACDS Definition not containing Layer Requests created in the Editor
Fix the Layer Notifications not parsed when parsing the UACDS Definition
Fix the user properties defined by script never seen in a production environment
Fix the Scripts referencing Plugins not working anymore since 1.6 Beta 2 if using specific Objects managed in these Plugins
Look Model: Allow to specify separately the LookCapacities and LookDefinition for the CSS to Look Model conversion
Remove spurious warnings posted by the Server in some cases when updating MapItems which did not correspond to any problem
Implement the A661_DATA_CONNECTOR widget (supplement 6)
Allow optionnally to generate A661_DATA_CONNECTOR widgets rather than A661_CONNECTOR widget for layer references in Cockpit configuration files in the Cockpit Plugin
Add some classes forgotten in the Editor Script javadoc
Add a "checkFR180Range"property to allow to enforce the limitation of fr(180) angles in the [-180, 180[ degrees range. Servers (and Editors) with this property set will emit a warning if a fr(180) angle is outside these limits
Add a behavior in the SuperLayers Windows allowing to change the ZOrder of the Layer associated with a DataConnector with the lower short value of the first index of the A6661_APP_DATA property. The value 0 will not change the ZOrder, values greater than 0 will set the ZOrder at this value minus 1
Fix the focus not being correctly initialized on the text editor panel in the String properties text Editor in the Client and the Editor
Fix an exception which could happen when clicking on the index of an Array in the Client if the size of the array was 1
Fix the background image size not being updated in th Editor in JavaFX if zooming the Layer
Fix the positioning of DecoratedLabels and DecoratedButtons In JavaFX if they were right aligned and the size of the text was greater than its box
Add two functions in the EditorScript helper to see if a widget has a property with a specified ID or name
Fix the group action in the Editor setting an incorrect position of the grouping container in the graphic window (the ARINC position was correct)
Use MDIFramework 0.7.11
Add a specific Plugins Toolbar if at least one Plugin has Toolbar buttons
Add a "shrink" action in the UIProperties Plugin (accessible through the Toolbar) which adapt the box around a text widget (SizeX and SizeY) to fit to the preferred size of the text
Fix the A661_KEYBOARD_AREA widget always accepting all KeyCodes, regardless of the A661_KEY_ARRAY array. It will however accept all KeyCodes if the A661_KEY_ARRAY array is empty
UACDS Plugin: fix the UACDS Interface Editor only allowing to edit interfaces for the first layer in a Definition File containing more than one Layer
Fix the Editor not allowing to Edit Definition Files with more than one Layer in JavaFX
UACDS Plugin: fix the editor not removing commands and notifications in the UACDS Interface tree GUI if there are were removed from the graphical tree GUI (note: they were correctly removed from the model itself)
UACDS Plugin: fix the new Layer requests not showing in the graphical tree GUI if added through the interface tree GUI (note: they were correctly added in the model)
UACDS Plugin: fix the new Layer notifications not showing in the graphical tree GUI if added through the interface tree GUI (note: they were correctly added in the model)
UACDS Plugin: fix the properties panel not always updated when navigating in the interface tree GUI for elements which did not hava any properties
Widget Definition Plugin: present the 3D MapItems in the output Word document for extensions which define 3D MapItems in their meta-definition
Widget Definition Plugin: present the Parameter Structures and Event Structures in the output Word document for extensions which define 3D new Parameter Structures or Event Structures in their meta-definition
Widget Definition Plugin: fix the SymbolCommands Keywords in the output Word document for the base meta-definition incorrectly presented if presenting the meta-definition for extensions only and the extensions did not define new SymbolCommands
Avoid to show an error in the console if using the Swing Look and Feel but the synth2.jar library is not available
Allow to force using the AWT API to get the screen resolution in JavaFX to be able to share positions in Unit tests results between Windows 7 or 8 and Windows 8.1 and later
Fix some broken Unit tests in the freeWindowing module
Last edit: Hervé Girod 2016-06-04