fix #6488 Always have any text fallback for derivative labels
Use titleCache for FieldUnits in specimen editor
ref #6389 avoid service call for icon determination (performance)
ref #6320 show pherogram title cache in single read label
Fix icon for media derivative
ref #6190 removing svn property place holder in first line of code - java files
Add fallback label and icon in specimen editor
Fix specimen editor label provider for still images
Sort root entities in specimen editor #5797
Remove kindOfUnit from label in DerivativeEditor
REvert caching of cdm formatter
Cache cdm formatter in DerivateLabelProvider
Adapt to cdmlib formatter interface change
Refactor SingleReadContextMenu #5406
Add type specimen icon to derivate editor
Refactoring type designation gathering according to model change
Tweak performance for typeDesignation cache in label provider
Remove/Refactor System.out statements
Set format for DerivateLabelProvider
Use formatter framework in DerivateLabelProvider
list specimen-taxon associations separately in specimen details view
Add determination info to DerivateLabelProvider
Fix label type info
Add type infop to derived unit label
Fix potential class cast exception
Fix potential NPE
Fix typo
Add null check to derivate label provider (#5271)
Fix child hierarchy for DnaSamples
Always search for FieldUnits in DerivativeSearchView
Add null check for session
#5242, #5223 Improve performance of derivate loading and editing
#5223 Replace service methods with similar entity calls
Merge branch 'develop' into remoting-4.0
Conflicts: eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientDescriptionService.java eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientOccurenceService.java...
Close conversation when closing DerivateSearchView
Add method to sessionOwner objects to fine tune performance using property paths
Update ICdmEntitySessionEnabled to no longer extend ICdmChangeListener
#5067 Integrate remoting sessions in derivate hierachy views, Adapt existing actions
#5067 Add remoting session to derivate search view
merge-update from trunk
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