Main differences between V1.14.1 and V1.14.2
This minor version is due to some interesting evolutions mainly on the String widgets that may use Drag and Drop possibilities.
Evolutions
- It is now possible to associate a pattern to the GEntryString and GTextField widgets. This pattern is defined via setters methods (setPattern() or setPatterns()). So, when the String does not follow the pattern(s), a warning message is sent and the field is reset.
- It is now possible to manage Drag and Drop (DnD) functionnality on GTextField, GTextArea, GEntryStringand GTextAreaWithLabel widgets. It can be done via the setDragEnabled() or setDragAndDropEnabled() methods.
- Drag and drop is also available for the GMainFrameAbstract widget: it si now possible to use it for loading a context file on the "Load Context:" label. Thus, the context file will be loaded only if the file is an XML one and contains the right main tag as defined by GContextFileManagement.
- The size of the GPlot menus for abscissae and ordinates variables is now customizable.
Corrections
- There were an anomaly in the GEntryFileName widget when we searched a file on another network and we asked for a relative path.