Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c3a66f55 09/25/2014 04:52 PM Ben Stöver

Example in AlignmentEditor changed to a more realistic case.

f65a3304 09/23/2014 03:31 PM Patrick Plitzner

merge-update from trunk

3429c5db 09/22/2014 08:49 AM Patrick Plitzner
  • added support for image gallery creation for FieldUnits (#4389)
    • added support for DerivateView to MediaView
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
3e6de1b7 09/15/2014 09:53 AM Patrick Plitzner
  • fixed possible LazyInitializaitionException in DerivateLabelProvdider
00a62062 09/10/2014 02:52 PM Patrick Plitzner
  • removed @Cascade for country in GatheringEvent because DefinedTerms should not be cascaded
    • added new service method to occurence service to find all CDM entities that are not saved via cascading
    • added tests for new method
    • added test for concurrent session saving of terms...
5e581f5d 09/09/2014 02:27 PM Cherian Mathew

added new error dialog for operations

da78db78 09/09/2014 12:03 PM Patrick Plitzner
  • bind conversation before saving specimen
f1f09434 09/08/2014 04:00 PM Patrick Plitzner

merge-update from trunk

5da1d38c 09/08/2014 03:57 PM Patrick Plitzner
  • implemented unstable DataImportView which will replace DataImportEditor
9ddd690d 09/01/2014 04:04 PM Patrick Plitzner
  • fixed typo
72996734 09/01/2014 10:49 AM Patrick Plitzner
  • implemented functionality to reuse media in MediaView (#2385)
a1d6c6e3 09/01/2014 09:52 AM Patrick Plitzner
  • added javadoc
7beb1c71 08/26/2014 11:41 AM Patrick Plitzner
  • renamed interal_selectionChanged() to selectionChanged_internal()
5ff3332c 08/26/2014 08:50 AM Patrick Plitzner
  • added property tester for context menu entries for media view (#3339)
6814f4f5 08/25/2014 06:57 PM Patrick Plitzner
  • added forceDirty() method to set the BulkEditor dirty when editing in MediaView #2407
    • TODO: should be replaced with the possibility to set views dirty when we move to Eclipse 4
ddbe9821 08/21/2014 11:15 AM Ben Stöver

Initial height distribution implemented in AlignmentEditor.

a2e83464 08/20/2014 02:55 PM Katja Luther
a8b5b639 08/20/2014 02:55 PM Katja Luther

DeleteResult handling in DeleteSynonymOperation

4ab6b519 08/20/2014 12:09 PM Ben Stöver

First pherogram displaying example added to the alignment editor. (Path to test resource need to be adjusted.)

7f4e468b 08/19/2014 11:26 AM Patrick Plitzner
  • adapted to changes in messaging framework
ccc940f9 08/19/2014 11:15 AM Patrick Plitzner

merge-update from trunk

ba337159 08/19/2014 09:45 AM Katja Luther
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...
5c816462 08/19/2014 09:06 AM Patrick Plitzner
  • added missing @Override
    • fixed use of static method
d4463068 08/18/2014 10:34 PM Katja Luther
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

cadcee6c 08/18/2014 10:28 AM Patrick Plitzner
  • adapted to interface changes in cdmlib
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

94971167 08/12/2014 12:35 PM Ben Stöver

Example object demonstrating pherogram and alignment data to be stored in CDM added.

8adac298 08/11/2014 02:28 PM Patrick Plitzner

merge-update from trunk

924613e8 08/07/2014 06:52 PM Andreas Müller

adapt TransientNameService

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

corrected behaviour when adding / saving new authorites

e62eae92 08/05/2014 04:20 PM Ben Stöver

Text encoding changed to UTF-8.

aafd78b0 08/05/2014 11:25 AM Ben Stöver

Test version of an AlignmentArea added to AlignmentEditor.
Dependencies of LibrAlign added in provisional form.
During initial development stage you need to check out the following two additional project into your workspace:

12fc9eed 08/04/2014 02:51 PM Patrick Plitzner

merge-update from trunk

7759e4de 08/04/2014 01:46 PM Andreas Müller

LockMode issues in transient services

5ca085f9 08/04/2014 11:42 AM Patrick Plitzner
  • added empty AlignmentEditor
bcdc7df3 07/30/2014 02:09 PM Katja Luther

adaption for error handling of delete methods

7c3b172c 07/09/2014 05:44 PM Andreas Müller

rename getByIdInVocabulary

ef074936 07/08/2014 09:52 AM Andreas Kohlbecker

adapting TransientTermService to code cleaning in TermService

5a308df4 07/03/2014 03:36 PM Patrick Plitzner
  • generalized adding MediaSpecimen in DerivateView
6ebea0b9 07/03/2014 10:36 AM Patrick Plitzner
  • reload last entered access point in wizard space
    • added validation to access point text field
ad1fb316 06/26/2014 05:22 PM Cherian Mathew

implementing findWithoutFlush method in transient services

068209f8 06/26/2014 10:51 AM Katja Luther

fix delete polytomous key node

7df6bc1f 06/26/2014 10:37 AM Katja Luther

fix a warning "Prevented recursive attempt to activate part..."

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

replaced static term initialisation methods with newly added cdmCacher driven methods

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
b9d3a4d8 06/19/2014 09:08 AM Patrick Plitzner
  • saved last parameters entered for specimen search
7a22ac0a 06/18/2014 03:37 PM Patrick Plitzner
  • commented workbenchShutdown() content
bf083966 06/18/2014 09:08 AM Patrick Plitzner
  • fixed potential session exceptions during closing/saving
edb0b1a1 06/18/2014 09:07 AM Patrick Plitzner
  • changed error dialog text
954a2c0e 06/17/2014 04:09 PM Patrick Plitzner
  • added feedback if drag&drop in DerivateVie does not work
1109c1c6 06/16/2014 11:41 AM Patrick Plitzner
  • refactored DataImportEditor context menu
    • removed extension point in plugin.xml
    • added dynamic context menu
6912d1f3 06/16/2014 11:39 AM Patrick Plitzner
  • fixed potential hibernate exception when trying to close the editor (check if conversation is bound before closing it)
8bdf1275 06/16/2014 11:29 AM Patrick Plitzner
  • removed unnecessary code
a3391409 06/16/2014 10:57 AM Patrick Plitzner
  • added functionality to filter assigned specimens in the DerivateSearchView (fixes #4252)
8fca041b 06/11/2014 05:16 PM Patrick Plitzner
  • added new dynamic context menu for DerivateSearchView
    • cleaned up code
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
3ccf6d41 06/06/2014 11:06 PM Andreas Müller

remove deprecated method

5b293e17 06/04/2014 02:09 PM Katja Luther

#4242 delete MA

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
e12b4c33 06/03/2014 04:35 PM Patrick Plitzner
  • implemented derivate specific textual representation in DerivateView
57601eb4 06/03/2014 12:01 PM Katja Luther

misappliedName can be created directly from the accepted Taxon in TaxonNameEditor

5da618cb 06/02/2014 03:52 PM Patrick Plitzner
  • added functionality to query a BioCASE provider for the original record which is then opened in another editor
97b8f096 06/02/2014 11:43 AM Patrick Plitzner
  • moved query class variable to super class DataImportEditorInput
7a513299 05/28/2014 04:10 PM Patrick Plitzner
  • adapted to cdmlib-ext changes
7e154cb6 05/28/2014 02:14 PM Katja Luther

catch NPE #4228

c309af45 05/28/2014 12:57 PM Patrick Plitzner
  • removed test code
9aa44b51 05/28/2014 11:40 AM Patrick Plitzner
  • adapted to interface changes in cdmlib
5f152d2b 05/28/2014 10:57 AM Patrick Plitzner
  • added new DataImportEditor for GbifResponses
    • allows querying for original record via context menu
a8bf43e5 05/27/2014 10:24 AM Patrick Plitzner
  • fixed refresh problem for SpecimenImportEditor
bd3475a0 05/26/2014 12:32 PM Patrick Plitzner
  • removed parse logic because it was moved to cdmlib-ext
60cbbd60 05/26/2014 12:32 PM Patrick Plitzner
  • removed debug/test code
ab287c7e 05/22/2014 04:14 PM Patrick Plitzner
  • added date support for query parameter in specimen search
    • linked some more query parameters
6a14c1c4 05/22/2014 08:59 AM Patrick Plitzner
  • extended specimen search with provider selection (GBIF, BioCase)
a1a469ff 05/21/2014 01:18 PM Patrick Plitzner
  • added some JSON to java conversion code
a64121a4 05/21/2014 09:44 AM Patrick Plitzner
  • wrapped DerivateView selection to pass a handle on one DerivateView when dragging into another allowing refresh on that view
bce192f4 05/21/2014 09:43 AM Patrick Plitzner
  • refactored BioCaseQuery to more generic OccurrenceQuery
    • for import wizard
    • for DataImportEditor
    • exported new cdmlib package structure for gbif and biocase querying in taxeditor.cdmlib
4569493e 05/20/2014 06:57 PM Andreas Müller

fix TransienTaxonService

ee385ff9 05/20/2014 01:12 PM Andreas Müller

update new generic services in TaxEditor #4224

7dfbaf36 05/15/2014 06:26 PM Andreas Müller

fix NPE in GroupBasionymContributionItem

5190830d 05/15/2014 02:52 PM Andreas Müller

fix transient term service

b6665fe8 05/14/2014 10:09 AM Patrick Plitzner
  • reverted unwanted merge of branch code
e331654f 05/14/2014 09:18 AM Patrick Plitzner
  • only allow dragging in DerivateView when view is not dirty
    • added missing methods to transient services
    • exposed dto package in cdmlib project
    • some renaming
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

6e686db8 04/15/2014 10:18 AM Patrick Plitzner
  • removed unused PropertyTester
3865531d 04/15/2014 09:19 AM Patrick Plitzner
  • fixed FactualData view to show data for selection of DerivateView
    • renamed util method
94a8af64 04/08/2014 08:53 AM Patrick Plitzner
  • added memento restore mechanism to DerivateView (partially)
9d127efb 04/08/2014 08:52 AM Patrick Plitzner
  • javadoc
d57f7634 04/07/2014 01:11 PM Patrick Plitzner
  • refresh view instead of setting the editor input
b8c2e7c6 04/07/2014 11:43 AM Patrick Plitzner
  • cleaned DerivateView context menu code and classes
3345efc0 04/02/2014 04:08 PM Patrick Plitzner
  • refactored context menu for DerivateView to be programmatic instead of declarative (using plugin.xml)
    • fixed icon bug for DerivateSearchView
e668c70d 04/02/2014 01:01 PM Patrick Plitzner
  • only show Copy/Paste context menu for SingleRead/Sequence
35a12f14 04/02/2014 11:37 AM Patrick Plitzner
  • added update() method to DerivateView
    • display different icon for SingleReads linked to multiple Sequences
f9701c48 04/02/2014 09:55 AM Patrick Plitzner
  • added util method to get the TreeNode out of a selection
e425aaf7 04/01/2014 05:14 PM Patrick Plitzner
  • added Copy/Paste for SingleRead->Sequence to DerivateView
    • copying actually just creates a link