ref #6973 Refresh supplemental view when saving the term editor
ref #6913 Remove defined term editor
Remove dirty state when closing term editor
fix #7009 Replace part descriptor IDs in open handler with constants
ref #6786 Fix term sorting in feature tree editor
ref #6925 Set conversation and cdmEntitySession to null for dispose
ref #6925 Dispose conversation and entity session when closing editors
avoid widgetIsDisposed exceptions by check of control is disposed
ref #7010 Disable multi selection for all tree viewers (temporarily)
ref #6925 Open term editor in editor area
ref #6925 Fix some FIXME E4 tags
ref #6913 Remove IEditorInput dependency from term editor input
ref #6925 Inject context into operations to allow sync/async execution
ref #6925 Rename utility getter methods
ref #6925 Fix part initialisation for open handlers
ref #6922, #6925 Close editors when reconnecting
ref #6922 Update title of term editor
Remove unused throws statement
ref #6922 Enable details and supp.Data view for term editor
fix #6922 Migrate Term Editor
Fix potential NPE
ref #6805 Avoid dragging of non term objects
ref #6805 code cleanup
ref #6762 Implement option to add kindOf related terms in term editor
ref #6694 l10n of FeatureTreeEditor
ref #6694 Add separator to term menu
ref #6694 Move menu item to "Term Editor"
Adapt to service layer change
fix #6669 Refresh context menu before it is drawn
ref #6566 Avoid NPE when initializing term preference menu (e4 specific)
ref #4232: some more comparators to adapt
ref #5474 Add separator and i10n to Term menu
ref #5474 other -> others
fix #5474 moved Feature and NamedArea to top level
fix #4821: create OrderedTermvoc for OrderedTerms
ref #6190 removing svn property place holder in first line of code - java files
fix #6218: avoid NPE when remove text from label field
Fix label for term vocabularies in term editor
Trim code
Fix NPE in TermLabelProvider
fix #5759 remove all switches for remoting and standalone
#5910 if the default language of the editor is not available then the Language.Default representation is used
fix #5626
fix not ordered terms #4821
fix #4821
Remove/Refactor System.out statements
#5277 Correct session intialisation and default feature tree caching
Fix possible NPE #4850
fixing #5115
Disable term menu when disconnected (#4901)
Add remoting checks for merge, Move to merge call which returns updated transient object
Add method to sessionOwner objects to fine tune performance using property paths
Update ICdmEntitySessionEnabled to no longer extend ICdmChangeListener
#5054 Add save to make sure term is refreshed
#5054 Update Term Editor to be remoting compatible
#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)
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
fix #3758
fix #2187
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)
fix for #2754
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
reintegrated redlist branch into trunk
adaption for error handling of delete methods
fix idInVocabulary #4243
fixed Ticket #4243
adding a taxon bulk editor and changes because the delete methods does not throw exceptions anymore
implementing #4123 (add idInVocabulary to term labels in editor)
adding warning dialog on unavailabel DefinedTermEditor
merge-update from trunk
minor
merge-update of trunk and disabling GUI-Control separation
added [m] for Elevation, Dist. to ground, Dist. to Water in MinMaxTextSection added check for editable terms to build term editor menu
added sorting for the TermType Enum list and added separators between 'Other' vocabularies and known vocabularies
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
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
updated operations to use the new TermEditorInput and also added pop-up warnings when,
updated handlers to be more consistent and use the new TermEditorInput which stores the in memory list of vocabularies OpenDefinedTermMenu : not used anymore
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.
updates for 3.3 model changes. Phase two commit, which contains method changes / updates
Aligning Editor with 3.3 model changes. First phase commit which updates only the classes. Branch not compilable at the moment.
bugfix for CCE in TermBasePropertyTester.java (#2924 comment 2) integrated in trunk
restoring ModifierEditorInput.java
AT: committing changes to the TaxEditor Post merge and tree conflicts
AT:Committing changes post merge
AT: commiting recent merge from trunk
Refactoring of selection elements. Additional minor refactoring. Fixed a bug with Translation Editor (#2752)
AT: Committing working from home files
Created a DefinedTermEditor for States
refactoring of package names for consistency
Committing changes to definedtermeditor after merge from branch