Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
aa997cff 10/14/2014 10:19 AM Cherian Mathew

pom.xml : comment for the file permissions problem
eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF : removed version numbers and added plugin for repository metadata
ApplicationWorkbenchWindowAdvisor : added saving of repositories to post window close...

1149ef6a 10/14/2014 09:26 AM Patrick Plitzner
  • when editing a CDM entity in an EditFromSelectionWizard the entity will be cloned before editing.
    • when hitting "Finish" the entity will be merged with the original.
    • when hitting "Cancel" the merging will not be made and the changes will be ignored -> this fixes #2645
11d042b5 10/14/2014 09:24 AM Patrick Plitzner
  • added java doc
    • specified method parameter
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

2f40ac9d 10/08/2014 01:40 PM Patrick Plitzner
  • removed workbenchShutdown actions because the editor cannot be closed if they fail
e28d0ce1 09/23/2014 01:14 PM Cherian Mathew

eu.etaxonomy.taxeditor.product, eu.etaxonomy.taxeditor.feature/feature.xml, eu.etaxonomy.taxeditor.feature.platform/feature.xml : commented out license text to prevent extra popup on update
plugin(_de,_en).properties : added license info to productBlurb used in the About popup...

c43d0839 09/17/2014 09:48 AM Patrick Plitzner

#4389

  • unified "New Image Gallery" command and handler for TaxonEditor and BulkEditor
  • Removed "Add Derived/Field Unit Media" command
  • added interface IPartContentHasMedia to specify that the MediaView should react to selection changes of implementers
fa518bf8 09/16/2014 10:37 AM Cherian Mathew

Added copy button to popup and context info to the error trace

84ff9559 09/16/2014 09:01 AM Patrick Plitzner
  • avoid possible NPE
3e6de1b7 09/15/2014 09:53 AM Patrick Plitzner
  • fixed possible LazyInitializaitionException in DerivateLabelProvdider
ce2778dd 09/11/2014 10:45 AM Cherian Mathew

added caused by to multistatus error dialog

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)

f2e93f2c 09/09/2014 03:28 PM Cherian Mathew

added check for entity being null

2c2dcafa 09/09/2014 02:51 PM Cherian Mathew

eu.etaxonomy.taxeditor.product : updated start levels, added update specific arguments
feature.xml x 2 : added dependencies for p2 updates
IPreferenceKeys : added the key to allow updates at startup
TaxonomicEditorGeneralPreferences : added checkbox to allow updates at startup

5e581f5d 09/09/2014 02:27 PM Cherian Mathew

added new error dialog for operations

2a7820b7 09/08/2014 03:34 PM Patrick Plitzner
  • added label to EmptyElement
    • added EmptyElement to NonViralNameDetailSection if taxon.getName() is null (fixes #4221)
af29e124 09/05/2014 02:08 PM Andreas Müller

change labels for relationship descriptions #4087

0e327bed 09/05/2014 08:50 AM Patrick Plitzner
  • moved toggle button to the top-right corner of the Media(Specimen)Section (#3339)
    • Changed label
170726d7 09/04/2014 09:23 AM Patrick Plitzner
  • added full square as replacement for control characterers (#2248)
    • added flag to TextWithLabelElement to allow multi-line behavior
    • changed description labels (#4087)
    • renamed method
487f61bf 09/03/2014 08:52 AM Patrick Plitzner
  • added filter button to setEnabled()
209906a0 09/03/2014 08:51 AM Patrick Plitzner
  • fixed possible ClassCastException
72996734 09/01/2014 10:49 AM Patrick Plitzner
  • implemented functionality to reuse media in MediaView (#2385)
6a822179 09/01/2014 10:35 AM Patrick Plitzner
  • fixed removing of control characters (fixes #4373, affects #2248)
    • added condition to only replace if the string contains control characters
    • cursor will still jump back but only when control characters were removed
    • removed unused method
7beb1c71 08/26/2014 11:41 AM Patrick Plitzner
  • renamed interal_selectionChanged() to selectionChanged_internal()
4b2e5afe 08/26/2014 11:10 AM Patrick Plitzner
  • moved parsing message section to top of details view (fixes #1659)
f73eb844 08/26/2014 08:04 AM Patrick Plitzner
  • remove control characters from TextFields (fixes #2248)
a9fd44de 08/25/2014 12:59 PM Patrick Plitzner
  • used native SWT checkBox button to toggle advanced view
b4d54b9b 08/25/2014 10:29 AM Patrick Plitzner
  • separated user interface to add media into two classe (#3339)
    • added it to MediaSpecimenGeneralDetailElement
a61d8cd3 08/25/2014 08:55 AM Alexander Oppermann

Added note to default language preference page to inform the user about restarting the editor after making changes to the language setting.

86cc5c9a 08/25/2014 08:45 AM Alexander Oppermann

refactored default language selection methods.

1987e065 08/21/2014 09:52 AM Patrick Plitzner
  • generalized simple user interface to add media (#3339)
c21686a3 08/20/2014 06:23 PM Andreas Müller

remove logging for DerivedUnitFacadeNotSupportedException as it is handled #3846

dfcde26e 08/20/2014 05:03 PM Andreas Müller

Handle null object in StoreUtil.getCdmEntity

e9a2a0fa 08/20/2014 05:01 PM Patrick Plitzner
  • added toggle button to simple media user interface (#3339)
310e8ec9 08/20/2014 05:00 PM Patrick Plitzner
  • added finally-clause for asynchronous delay flag #2754
4afd9d97 08/20/2014 04:04 PM Alexander Oppermann

Added Default Language Selection for the TaxonomicEditor to fix #4358

6c0e98ad 08/19/2014 01:16 PM Cherian Mathew

eclipse preference changes

2832a925 08/19/2014 09:22 AM Patrick Plitzner
  • implemented asynchronous selection changed event for subclasses of AbstractCdmEditorViewPart
    • all sub classes must implement internal_selectionChanged() method where the usual selection handling is done
    • the super class invokes internal_selectionChanged() asynchronously...
a062eb51 08/19/2014 09:07 AM Patrick Plitzner
  • fixed possible NPE
0dbb43aa 08/18/2014 02:57 PM Patrick Plitzner
  • fixed persistent saving of media of a MediaSpecimen (#3339)
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

2bfe249f 08/18/2014 10:14 AM Patrick Plitzner
  • added simple user interface to add media (#3339)
c9203353 08/18/2014 10:07 AM Patrick Plitzner
  • fixed adding of child to parent ICdmFormElement in else clause
1b9ae425 08/15/2014 06:14 PM Cherian Mathew

MessagingUtils : added option for displaying contact message in the error dialog
ApplicationWorkbenchAdvisor : using new method with contact message
AbstractBulkEditorInput : added errorDialog for MergeException

35a95f17 08/15/2014 05:31 PM Cherian Mathew

ApplicationWorkbenchAdvisor : added comments
EditPasswordElement : Added to make sure user exists in db before changing password
UserDetailElement : Disabled user text field since User is immutable
NewObjectHandler : added non-empty validator for the case of User and Group

666164d5 08/14/2014 12:38 PM Cherian Mathew

New class for logging and dialog functionality

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

cf094fb4 08/11/2014 03:38 PM Andreas Müller

update ReferenceDetailElement

1c215f0d 08/08/2014 11:30 PM Andreas Müller

adapt to new return type for name authors

396346a2 08/08/2014 06:37 PM Cherian Mathew

added possibility to show / hide uuid column
added scrolling to the viewer

770e6d62 08/07/2014 11:30 AM Cherian Mathew

MemberDetailElement : removed member label string
EntitySelectionElement : removed " : " suffix to label string when label string is empty

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

corrected behaviour when adding / saving new authorites

b79e447b 08/05/2014 01:46 PM Patrick Plitzner
  • fixed bug that showed double or no '&' (#4302)
bcdc7df3 07/30/2014 02:09 PM Katja Luther

adaption for error handling of delete methods

8350f3a6 07/16/2014 11:29 AM Alexander Oppermann

removed style parameter for combobox. Quick fix for ticket #4289. Needs to be reviewed.

0b8723f3 07/11/2014 03:48 PM Cherian Mathew

creating new instance of key statement with existing text in the case of copy/paste

5a308df4 07/03/2014 03:36 PM Patrick Plitzner
  • generalized adding MediaSpecimen in DerivateView
7084aeff 07/03/2014 02:32 PM Patrick Plitzner
  • added support for term retrieval by TermVocabulary
    • adapted MediaSpecimen DetailsView
ae039640 07/03/2014 10:36 AM Patrick Plitzner
  • reload last entered access point in wizard space
    • added validation to access point text field
b0b59404 06/25/2014 05:34 PM Cherian Mathew

added PostFix to memento to distinguish between remote and data source

c338dc84 06/25/2014 05:33 PM Cherian Mathew

replaced static term initialisation methods with newly added cdmCacher driven methods

9e392c73 06/24/2014 04:52 PM Andreas Müller

improved handling for missing representation for certain language #4249

2f3989fc 06/24/2014 02:26 PM Katja Luther

#4244 fixed

36edb913 06/24/2014 10:55 AM Katja Luther
a05fb4dc 06/24/2014 10:52 AM Katja Luther

fix #4249

21db0158 06/24/2014 09:49 AM Katja Luther

skip the dialog for setting the default nomenclatural code. The default is the botanical code.

69d856ba 06/19/2014 03:07 PM Katja Luther
  • not running imports and exports deleted from menu
  • preferences for concept relations fixed
  • open taxon editor with one click in taxon navigator
b72ce91f 06/19/2014 02:39 PM Patrick Plitzner
  • removed debug output
    • made DerivateLabelProvider use occurrence service
3294ec10 06/19/2014 02:38 PM Patrick Plitzner
  • fixed class cast exception
9fdadbb5 06/19/2014 09:45 AM Patrick Plitzner
  • removed branch code from trunk
b9d3a4d8 06/19/2014 09:08 AM Patrick Plitzner
  • saved last parameters entered for specimen search
b3531195 06/19/2014 09:06 AM Patrick Plitzner
  • fixed potential NPE
751d31d7 06/18/2014 03:34 PM Patrick Plitzner
  • removed TextReadOnly (#4254)
    • just used a Text field with "editable" flag set to false
    • added dummy title cache text as section header
    • just showing the first 10 characters
50fa099c 06/18/2014 02:16 PM Katja Luther

editor changes for red list project (datasource view and create new datasource from file menu)

40005deb 06/18/2014 09:14 AM Patrick Plitzner
  • added section for "Original Label Data" to DetailsView (#4254)
a6dc1052 06/18/2014 09:09 AM Patrick Plitzner
  • added java doc
bf083966 06/18/2014 09:08 AM Patrick Plitzner
  • fixed potential session exceptions during closing/saving
fa10e899 06/18/2014 09:06 AM Patrick Plitzner
  • added "Detail Image" icon to ImageResources
49aa0140 06/17/2014 04:20 PM Andreas Müller

fix idInVocabulary #4243

26ef6058 06/17/2014 03:22 PM Patrick Plitzner
  • added specimen scan icon
    • save kindOfUnit
17ebf2db 06/17/2014 02:22 PM Patrick Plitzner
  • added "Published in" parameter to MediaSpecimen DetailsView (#4239)
aaed1c42 06/17/2014 09:27 AM Patrick Plitzner
  • added missing parameters to MediaSpecimen DetailsView (#4239)
7334e3ad 06/16/2014 11:28 AM Patrick Plitzner
  • added functionality to determination section to add determinations to FieldUnits also (#4252)
a3391409 06/16/2014 10:57 AM Patrick Plitzner
  • added functionality to filter assigned specimens in the DerivateSearchView (fixes #4252)
3dc66969 06/16/2014 10:55 AM Patrick Plitzner
  • add placeholder for Media label
7c3f94c6 06/16/2014 10:53 AM Patrick Plitzner
  • list "Specimen Details" second in DetailsView (only for campanula, fixes #4235)
d0e36b21 06/11/2014 09:28 AM Patrick Plitzner
  • fixed TransientObjectException when adding and saving a scope for a TaxonDescription (fixes #2607)
    • made use of AbstractUnboundEntityCollectionsection
    • a DefinedTerm will not be created but selected from a list of existing ones
fb5347e6 06/11/2014 09:23 AM Patrick Plitzner
  • added conversation/session support to DerivateLabelProvider
    • GUI widgets using the provider need to provide a conversation/session to avoid LazyInitializationException
ccc7ac6f 06/10/2014 01:56 PM Patrick Plitzner
  • set CdmFormFactory.createTermComboElement() to deprecated
    • replaced (almost) all uses of the method with CdmFormFactory.createDefinedTermComboElement which works with TermType instead of classes
1c2d2fca 06/10/2014 01:20 PM Patrick Plitzner
  • added dispose check because in some undefined circumstances the setBackground() method was invoked but the label was already disposed
0dd8d6b6 06/10/2014 01:06 PM Katja Luther

fixed Ticket #4243

3ccf6d41 06/06/2014 11:06 PM Andreas Müller

remove deprecated method

0a309955 06/04/2014 11:35 AM Patrick Plitzner
  • implemented differentiation of the three image types (Artwork, Living Plant Photo, Specimen Scan) in the DerivateView and DetailsView
dbfbd136 06/04/2014 11:30 AM Patrick Plitzner
  • fixed copy&paste mistake (but the image file still needs to be made)
ff27466a 06/04/2014 11:29 AM Patrick Plitzner
  • added missing @Override annotation
e12b4c33 06/03/2014 04:35 PM Patrick Plitzner
  • implemented derivate specific textual representation in DerivateView
09cc9afc 05/28/2014 04:10 PM Patrick Plitzner
  • changed date format to mm-yyyy
5f152d2b 05/28/2014 10:57 AM Patrick Plitzner
  • added new DataImportEditor for GbifResponses
    • allows querying for original record via context menu