Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
907fd6eb 12/18/2017 03:19 PM Katja Luther

fix #7011: open the cdm authorities editor in editor area and fix that it is grayed

692fd528 11/22/2017 11:27 AM Patrick Plitzner

ref #6925 Set conversation and cdmEntitySession to null for dispose

87156a2a 10/26/2017 10:43 AM Patrick Plitzner

ref #6913 Remove IEditorInput dependency from authority editor input

56fbcef9 10/13/2017 03:03 PM Patrick Plitzner

ref #6913 Remove getActivePage() method

71b7253e 10/13/2017 08:57 AM Patrick Plitzner

ref #6925 Rename utility getter methods

d0eb8b9f 10/09/2017 04:26 PM Patrick Plitzner

fix #7011 Migrate group authority editor

f13a970a 06/01/2017 08:35 AM Patrick Plitzner

ref #6596 Refactored selection handling to support e3 and e4 parts

150b624d 02/23/2017 02:41 PM Patrick Plitzner

ref #4611 complete i18n for taxeditor.editor plugin

  • also created l10n package and moved Messages.java and teh messages.properties files there
61c51c84 02/23/2017 02:41 PM Patrick Plitzner

ref #4611 i18n for taxeditor.editor plugin

8d33d5d6 02/21/2017 04:48 PM Patrick Plitzner

ref #4611 Add missing string, remove unused files

ae137b34 02/21/2017 04:44 PM Patrick Plitzner

ref #4611 some l10n for taxeditor and taxeditor.editor plugin

d85cfdf3 09/06/2016 12:29 PM Katja Luther

fix #5759 remove all switches for remoting and standalone

6c95dd3d 10/08/2015 12:48 PM Cherian Mathew

Update root entity merge calls to use new merge method.

fce7d237 10/02/2015 10:59 AM Cherian Mathew

Add remoting checks for merge, Move to merge call which returns updated transient object

a8933813 09/30/2015 12:49 PM Cherian Mathew

Add check to ensure merge in editors is performed only in remoting

242020c0 09/14/2015 06:00 PM Cherian Mathew

re-initialise group object in input constructor

c9f13bde 09/14/2015 04:21 PM Cherian Mathew

#5242, #5223 Improve performance of derivate loading and editing

4a34b657 09/07/2015 03:29 PM Cherian Mathew

#5052 Integrate remoting in granted authorites editor

296bc5e0 10/14/2014 09:23 AM Patrick Plitzner
  • rename IDirtyMarkableSelectionProvider to IDirtyMarkable
    • extended interface IDirtyMarkable #2645
    • added method forceDirty()
ffa56d68 08/18/2014 01:28 PM Patrick Plitzner
  • implemented setFocus() of all EditorParts
    • this is to avoid "java.lang.Exception: java.lang.RuntimeException: WARNING: Prevented recursive attempt to activate part"
    • either set the focus to shell or set it to the viewer used

fix for #2754

41e2f693 08/14/2014 12:32 PM Cherian Mathew

Moved all logging and dialog functionality to the new class MessagingUtils.
Refactoring code to adapt to above change.
Added new custom error dialog - CdmErrorDialog
Added runtime exception handling to the ApplicationWorkbenchAdvisor by adding a custom status handler

42ad3aca 08/07/2014 11:27 AM Cherian Mathew

corrected behaviour when adding / saving new authorites

19fa310b 04/09/2013 02:50 PM Cherian Mathew

CdmAuthorityEditor : Editor for updating Cdm authorities
CdmAuthorityEditorInput : Input for the CdmAuthorityEditor
EditCdmAuthoritiesHandler : Handler to open CdmAuthorityEditor
EditorUtil : added method to open CdmAuthorityEditor
plugin.xml : added extensions to the BulkEditor menu to open the CdmAuthorityEditor checking if the selected object is Group