CHANGELOG for featherlite execution rich client core (ExecutionClientCore), Version 3.2.1 r21616 This plug-in provides classes to extend the featherlite client core plug-in with views, filter, provider and other UI components to be used in process execution control. To install the latest version of the plug-in, save it using the link below. Extract and import it to your Eclipse IDE installation. Please consult the Getting Started guide which can be downloaded on the documentation page. ------------------------------------------------------------------------ [Bugfix] implemented missing updateAll method ------------------------------------------------------------------------ CHANGELOG for featherlite execution rich client core (ExecutionClientCore), Version 3.2.0 r20631 [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] 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 core execution (ExecutionClientCore), Version 3.1.0 r19785 [New] Changed Policy References in code to TypeOfPolicy.POLICY_KEY, which is now uniform overall. Made other references to constants for policies as deprecated (to remove in June 2011). ------------------------------------------------------------------------ CHANGELOG for featherlite core execution (ExecutionClientCore), Version 3.0.0 r19548 [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] Removed the AdministrationPoint from being the root element in the controller view [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] Set to Started in control view. Note that because of this and to guarantee a predictable behavior of the execution despite start and end times of tasks may have be enforced manually, SetToStartedCommand now corrects the task's start time to "now". [New] the state variable dialogs from the resource views now update to changes on the server. Note that the one for the execution client shows the reservation, which is not used in planning ------------------------------------------------------------------------