CHANGELOG for featherlite model editor (ModelEditor), Version 1.1.1 r21616 This application is a tool to edit the business object configuration of a featherlite application at runtime. Download and install it to edit the business object configuration of a running featherlite application as explained in the tutorials or to build your own individualized object model. To install the latest version of the application, please select your operating system from the list below. Save the archive file to your favorite file system location. Extract it and run the client executable file. Please note, that the model editor application requires an up and running featherlite server application to connect to. ------------------------------------------------------------------------ [Bugfix] fixed bug in order content provider causing a class cast exception [Bugfix] fixed problem with invalid thread access when importing models [Bugfix] removed a Remove action which was on the wrong WorkCalendar view item [New] added saving of file paths when a FileDialog is used. The properties are written to the RSPCorePreferences ------------------------------------------------------------------------ CHANGELOG for featherlite model editor (ModelEditor), Version 1.1.0 r20631 [Bugfix] Fixed Issue 0000431: Missing label content for the PeriodicCalendar description [Bugfix] fixed many client problems where a shell is not properly allocated before opening a dialog [Bugfix] Nullpointer when referencing window in case of error, due to previous changes. [New] adapted to the changes in the featherlite interface structure. [New] added a check on client start up to see if the remote server is accessible and if not, then a dialog notifies the user and the client is shutdown [New] added a new client configuration property 'server.select' which if set to true, will allow the user to define the server configuration when the rich client starts. Default is false [New] fixed all ActionBarAdvisors so that menus are created programmatically, yet the actions can be added through the plugin.xml to the relevant /additions group [New] Re-factored to use the icons from the core plug-in and removed them from the descending plug-in ------------------------------------------------------------------------ CHANGELOG for featherlite model editor implementation (ModelEditor), Version 1.0.1 r19785 [New] replaced splash screens with new Featherlite splash screen ------------------------------------------------------------------------ CHANGELOG for featherlite model editor implementation (ModelEditor), Version 1.0.0 r19548 [Bugfix] fixed problem with parsing of float parameter [Bugfix] fixed some catch blocks which didn't show a GUI message [Bugfix] Mantis entry Nr. 475 closed. [Interface] Changed forward/backward/direction constants to com.rsp.core.base.model.constants.TimeDirection. [Interface] modified the RSPRemoteObserver to send the key with every notification. This is required to implement a single remote observer per application (plugin) [New] implemented a new remote agent observer used by all client views to update [Interface] Refactored many constructors of core model objects to have the required arguments. This solves certain issues where NullPointers are thrown when the locator is retrieved of a core object. [New] Added a query handler similar to the service handler to be used as endpoint to perform queries. The handler also provides methods to get singel objects form remote suide, which was formerly done by the element map handler. The latter has been removed. Please note, that the query handler is a RSPComponentLifecycle and has to be registered as a component to be initialized at startup in the contaner configuration. If not registered, the clients will throw an exception stating that no query handler is registered. [new] Added functions to model editor to edit the slot size of slotted state variables. [New] Added slot size information to slotted state variables [New] changed the standard views content provider to receive all object updates from a single content provider, which is registered from inside the RSPCoreActivator [NEW] Work calendars include off times. Using APS VacationPeriodicCalendar they are taken into account in scheduling. Updated persistence and model editor. ------------------------------------------------------------------------