Project

General

Profile

Download (1.48 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3129c2dd 10/26/2017 09:26 AM Patrick Plitzner

ref #6913 Remove IEditorInput dependency from derivate editor input

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

e3240965 12/20/2016 02:22 PM Andreas Kohlbecker

ref #6190 removing svn property place holder in first line of code - java files

fdcd1628 08/24/2016 10:27 AM Patrick Plitzner

Add constructor for single uuid

fe0647c6 03/30/2016 11:19 AM Patrick Plitzner

Set taxon filter when opening derivativwe editor from taxon navigator
#5514

3ad97e48 02/16/2016 03:14 PM Patrick Plitzner

Add possibility to open Derivative Editor for specified specimen uuids

d2ea9779 11/11/2015 05:03 PM Patrick Plitzner

Convert DerivateView to an EditorPart

dd35c5fd 10/21/2015 08:36 AM Patrick Plitzner

Implement taxon assignment filter and refactor DerivativeEditor

  • Input no longer needs session
  • editor itself keeps track of its root elements
  • taxon assignment filter allows filtering specimens with/without taxon assignment or both
403887ce 10/20/2015 11:31 AM Patrick Plitzner

Merge branch 'develop' into unify_derivative_views

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

Update root entity merge calls to use new merge method.

c25cef49 10/07/2015 09:20 AM Patrick Plitzner

Refresh hierarchy tree after searching

10041c67 10/07/2015 07:24 AM Patrick Plitzner

Add "Show View" entry for derivative editor

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

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

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

34530272 09/09/2015 01:22 PM Patrick Plitzner

I18n for derivative module

6a1330fd 12/16/2014 10:33 AM Patrick Plitzner
  • added context menu option to create a new FieldUnit in DerivateEditor
f22ca8aa 11/20/2014 10:42 AM Patrick Plitzner
  • added static method to DerivateLabelProvider to get the derivate text
    • refactored moving of derivates to use the operation framework.
    • immplemented undo/redo
68224814 11/18/2014 02:47 PM Patrick Plitzner
  • extended DerivateSearchView to allow multiple selection
    • added context menu to open multiple elements in DerivateView
    • extended DerivateView to show multiple derivate hierarchies in one view
d0ba58fc 11/11/2014 09:34 AM Patrick Plitzner
  • refactored DerivateViewEditorInput to use UUIDs instead of CDM entities
    • added delete operation to DerivateView (currently only deleting leafs of the derivate tree is allowed)
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

94a8af64 04/08/2014 08:53 AM Patrick Plitzner
  • added memento restore mechanism to DerivateView (partially)
a936172b 01/28/2014 12:48 PM Patrick Plitzner
  • changed static root element (FieldUnit) of DerivateView to the topmost derivate there is
a35762a8 12/11/2013 11:46 AM Patrick Plitzner
  • fixed session problems by using just the UUID of the derivate from the DerivateSearchView, passing it to the DerivateViewEditorInput and start the conversation in the EditorInput. All other objects will then be created in the same conversation/session
d00b84de 12/10/2013 04:06 PM Patrick Plitzner
  • added icons for derivate views
    • enhanced DerivateViewEditorInput handling
c296e574 12/10/2013 10:04 AM Patrick Plitzner
  • added "Derivates" perspective
    • enhanced selections and icons for derivate views
e140c036 12/09/2013 10:36 AM Patrick Plitzner
  • Changed DerivateViewEditorInput to hold the FieldUnit itself
    • added icons to ImageResources
f6b03570 11/26/2013 11:53 AM Patrick Plitzner
  • fixed selection of DerivateSearch result table
    • double-click now opens DerivateView
b2f76600 11/26/2013 09:29 AM Patrick Plitzner
  • linked DerivateSearch with DerivateView via double-click (selection does not yet work)