Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
75dd6927 10/20/2015 04:41 PM Patrick Plitzner

Disable term menu when disconnected (#4901)

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

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

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

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

ac1f29b5 07/10/2015 04:47 PM Cherian Mathew

Add method to sessionOwner objects to fine tune performance using property paths

8c8ead8a 07/10/2015 11:23 AM Cherian Mathew

Update ICdmEntitySessionEnabled to no longer extend ICdmChangeListener

3c2b35c5 07/07/2015 12:55 PM Cherian Mathew

#5054 Add save to make sure term is refreshed

1175f901 07/03/2015 06:25 PM Cherian Mathew

#5054 Update Term Editor to be remoting compatible

bb1997d0 07/03/2015 11:44 AM Cherian Mathew

#5054 Integrate remoting session in Term Editor

This commit also fixes a loading bug in the CdmServiceCacher, adds a test for creating term vocabulary and adapts to the change in the save call (#5056)

872d7328 05/29/2015 04:16 PM Cherian Mathew

DefinedTermDropAdapter : added selection of source objects after drop and disabled insert feedback for non OrderedTermBase objects
DefinedTermEditor : added custom sorter for OrderedTermBase (descending)
MoveDefinedTermOperation : added possibility to move term when cursor is in the insert part of the list

f638efaa 04/24/2015 01:47 PM Andreas Müller

fix NPE bug and termloading bug for Usage Records #4247

4b84b692 03/24/2015 02:56 PM Katja Luther

fix #3758

296bc5e0 10/14/2014 09:23 AM Patrick Plitzner
  • rename IDirtyMarkableSelectionProvider to IDirtyMarkable
    • extended interface IDirtyMarkable #2645
    • added method forceDirty()
855fdd0b 10/13/2014 02:02 PM Katja Luther

fix #2187

ee7d980d 09/10/2014 04:37 PM Cherian Mathew

OpenDefinedTermEditorHandler : changed error dialog to warning since there is no exception
CdmErrorDialog : changed copy item text to avoid confusion
MessagingUtils : cleanup and added MultiStatus errorDialog to solve windows problem (#4416)

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

4db49a38 08/13/2014 02:07 PM Alexander Oppermann

reintegrated redlist branch into trunk

bcdc7df3 07/30/2014 02:09 PM Katja Luther

adaption for error handling of delete methods

49aa0140 06/17/2014 04:20 PM Andreas Müller

fix idInVocabulary #4243

0dd8d6b6 06/10/2014 01:06 PM Katja Luther

fixed Ticket #4243

3f8e87ed 05/05/2014 03:01 PM Katja Luther

adding a taxon bulk editor and changes because the delete methods does not throw exceptions anymore

118295d6 03/13/2014 04:09 PM Andreas Kohlbecker

implementing #4123 (add idInVocabulary to term labels in editor)

b052c40f 02/21/2014 07:16 PM Andreas Kohlbecker

adding warning dialog on unavailabel DefinedTermEditor

343457b6 12/03/2013 03:44 PM Patrick Plitzner
  • extracted super class from AbstractPostOperation (same name)
    • created sub class AbstractPost Taxon/Describable Operation
3d6c9acc 12/02/2013 01:00 PM Patrick Plitzner

merge-update from trunk

97e10b7c 11/28/2013 12:09 PM Katja Luther

minor

be497f38 11/18/2013 03:17 PM Patrick Plitzner

merge-update of trunk and disabling GUI-Control separation

715f0f50 11/08/2013 06:37 PM Cherian Mathew

added [m] for Elevation, Dist. to ground, Dist. to Water in MinMaxTextSection
added check for editable terms to build term editor menu

a20b4301 11/06/2013 02:39 PM Andreas Müller

fix "Uses" issue #3624, #3609

0f7ee425 07/22/2013 05:25 PM Cherian Mathew

added sorting for the TermType Enum list and added separators between 'Other' vocabularies and known vocabularies

0cec47a5 07/18/2013 06:26 PM Cherian Mathew

ScopeRestrictionSection : creating new DefinedTerm with TermType:Scope
DetailsViewer : removed (for the moment commented out) DescriptionSourceSection since this is already in the supplemental details viewer
DefinedTermMenuFactory : code clean up

e717eb17 07/18/2013 03:30 PM Cherian Mathew

TermLabelProvider : added styling to distinguish between vocabularies and terms
DefinedTermMenuFactory : Factory to dynamically build recursive menu for defined term editor
DefinedTermEditor : mainly clean up of code

cc26e350 07/18/2013 03:27 PM Cherian Mathew

updated operations to use the new TermEditorInput and also added pop-up warnings when,

  • user tries to delete a CDM system vocabulary / term
  • user tries to add a defined term base object to a vocabulary / term if the corresponding term class is not available (via the getEmptyDefinedTermBase() method in TermType)
6931cd11 07/18/2013 03:24 PM Cherian Mathew

updated handlers to be more consistent and use the new TermEditorInput which stores the in memory list of vocabularies
OpenDefinedTermMenu : not used anymore

27e3249a 07/18/2013 03:21 PM Cherian Mathew

with the move to term types in model change 3.3 we no longer need term specific editor inputs, all term specific inputs have been deleted.
TermEditorInput : sincle term editor input which handles all cases (for all term types)
AbstractDefinedTermEditorInput : removed need for term classes.

124424d0 07/10/2013 04:05 PM Cherian Mathew

updates for 3.3 model changes. Phase two commit, which contains method changes / updates

49a64920 07/10/2013 03:38 PM Cherian Mathew

Aligning Editor with 3.3 model changes. First phase commit which updates only the classes.
Branch not compilable at the moment.

c10717a9 09/12/2012 03:19 PM Andreas Kohlbecker

done: #3097 (disable editors if a user has insufficient grants for a taxon or taxon node) - missing Interface added

a3456830 06/27/2012 12:06 PM Andreas Müller

bugfix for CCE in TermBasePropertyTester.java (#2924 comment 2) integrated in trunk

f77d2f87 06/26/2012 09:45 AM Andreas Kohlbecker

restoring ModifierEditorInput.java

fdede57b 06/25/2012 03:45 PM Alex Theys

AT: committing changes to the TaxEditor Post merge and tree conflicts

f41433b9 06/22/2012 08:26 PM Alex Theys

AT:Committing changes post merge

6a45f6a2 06/19/2012 03:48 PM Alex Theys

AT: committing changes to the TaxEditor Post second round of code review

2f9b03b9 06/18/2012 01:48 PM Alex Theys

AT: committing changes to the TaxEditor Post second round of code review

b4ba4ca0 06/18/2012 12:46 PM Alex Theys
aeefa3f9 02/02/2012 02:41 PM Alex Theys

AT: commiting recent merge from trunk

23783f7a 01/30/2012 12:40 PM Niels Hoffmann

Refactoring of selection elements. Additional minor refactoring. Fixed a bug with Translation Editor (#2752)

683611da 01/26/2012 09:27 PM Alex Theys

AT: Committing working from home files

695238c8 01/24/2012 04:51 PM Niels Hoffmann

Created a DefinedTermEditor for States

78222507 01/18/2012 01:45 PM Niels Hoffmann

refactoring of package names for consistency

9242f5e6 01/16/2012 01:26 PM Lorna Morris
b9a0d300 01/16/2012 01:14 PM Lorna Morris

Committing changes to definedtermeditor after merge from branch