taxeditor.git
10 years agoUseRecordDetailElement : FIXME tag for 'Uses' code
Cherian Mathew [Mon, 22 Jul 2013 15:49:55 +0000 (15:49 +0000)]
UseRecordDetailElement : FIXME tag for 'Uses' code
SpecimenTypeDesignationElement : updated construction of DervivedUnit using default SpecimenOrObservationType
ScopeRestrictionSection : updated construction of DefinedTerm using default TermType
AbstractOriginalSourceElement : added combo list for OriginalSourceTypes
IdentifiableSourceElement : added interaction update code for the new OriginalSourceType combo list
SourceSection : changed construction of IdentifiableSource from a dialog to a default type

10 years agoDescribedSpecimenSection : updated element for change in TaxonDescription which now...
Cherian Mathew [Mon, 22 Jul 2013 15:41:53 +0000 (15:41 +0000)]
DescribedSpecimenSection : updated element for change in TaxonDescription which now has a single specimen object instead of a list
DescriptionDetailElement : Added FIXME tag for feature tree code (which is not used currently). Needs furthur discussion before implementation
ScopeSection : updated construction of DefinedTerm using default TermType
ModifierSection : updated construction of DefinedTerm using default TermType

10 years agoSourceCollectionDetailSection : updated construction of DervivedUnit using SpecimenOr...
Cherian Mathew [Mon, 22 Jul 2013 15:35:55 +0000 (15:35 +0000)]
SourceCollectionDetailSection : updated construction of DervivedUnit using SpecimenOrObservationType
SpecimenCollectionDetailSection : updated construction of DervivedUnit using SpecimenOrObservationType
GeneralDetailElement : added combo box to choose from known SpecimenOrObservationTypes
DerivedUnitBaseDetailElement : commenting out duplicates section for now until furthur discussion
GatheringEventDetailElement : FIXME3.3MC tags for the gathering event min,max,freetext updates

10 years agoSpecimenOrObservationTypeSelectionDialog : new dialog which allows user to choose...
Cherian Mathew [Mon, 22 Jul 2013 15:30:05 +0000 (15:30 +0000)]
SpecimenOrObservationTypeSelectionDialog : new dialog which allows user to choose from known SpecimenOrObservationTypes
AbstractFilteredCdmResourceSelectionDialog: added check to make sure that wizard does return a non-null entity

10 years agoadded sorting for the TermType Enum list and added separators between 'Other' vocabul...
Cherian Mathew [Mon, 22 Jul 2013 15:25:37 +0000 (15:25 +0000)]
added sorting for the TermType Enum list and added separators between 'Other' vocabularies and known vocabularies

10 years agodeclared savesEntity method to return a flag indicating whether the creator class...
Cherian Mathew [Mon, 22 Jul 2013 15:24:06 +0000 (15:24 +0000)]
declared savesEntity method to return a flag indicating whether the creator class also saves the entity

10 years agoOccurrenceCreator: updated createNewEntity method to return wizard created object...
Cherian Mathew [Mon, 22 Jul 2013 15:22:22 +0000 (15:22 +0000)]
OccurrenceCreator: updated createNewEntity method to return wizard created object based on given SpecimenOrObservationType, added comparator for the key label pairs map
Other classes : implemented savesEntity method to return a flag indicating whether the creator class also saves the entity

10 years ago - completely removed EntityDetailType enum and all its uses
Patric Plitzner [Mon, 22 Jul 2013 15:09:41 +0000 (15:09 +0000)]
 - completely removed EntityDetailType enum and all its uses

10 years agomerge-update from trunk
Patric Plitzner [Mon, 22 Jul 2013 11:50:39 +0000 (11:50 +0000)]
merge-update from trunk

10 years agomerge-update from trunk
Patric Plitzner [Fri, 19 Jul 2013 11:36:59 +0000 (11:36 +0000)]
merge-update from trunk

10 years agodeleted merge-info
Patric Plitzner [Fri, 19 Jul 2013 11:36:39 +0000 (11:36 +0000)]
deleted merge-info

10 years agomerge-update from trunk
Patric Plitzner [Fri, 19 Jul 2013 11:35:03 +0000 (11:35 +0000)]
merge-update from trunk

10 years agodeleted merge-info
Patric Plitzner [Fri, 19 Jul 2013 11:33:42 +0000 (11:33 +0000)]
deleted merge-info

10 years agodeleted merge-info
Patric Plitzner [Fri, 19 Jul 2013 11:32:08 +0000 (11:32 +0000)]
deleted merge-info

10 years agoadded merge-info by merging with trunk
Patric Plitzner [Fri, 19 Jul 2013 10:58:30 +0000 (10:58 +0000)]
added merge-info by merging with trunk

10 years agoadded merge-info to sub folder my merging with sub folder from trunk
Patric Plitzner [Fri, 19 Jul 2013 10:47:27 +0000 (10:47 +0000)]
added merge-info to sub folder my merging with sub folder from trunk

10 years agoadded merge-info to sub folder my merging with sub folder from trunk
Patric Plitzner [Fri, 19 Jul 2013 09:57:07 +0000 (09:57 +0000)]
added merge-info to sub folder my merging with sub folder from trunk

10 years agomerge-update from trunk
Patric Plitzner [Fri, 19 Jul 2013 08:28:13 +0000 (08:28 +0000)]
merge-update from trunk

10 years agoScopeRestrictionSection : creating new DefinedTerm with TermType:Scope
Cherian Mathew [Thu, 18 Jul 2013 16:26:45 +0000 (16:26 +0000)]
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

10 years agoadded original source type selection dialog for creating Identifiable source
Cherian Mathew [Thu, 18 Jul 2013 16:23:19 +0000 (16:23 +0000)]
added original source type selection dialog for creating Identifiable source

10 years agocretating new IdentifiableSources and DefinedTerms using (OriginalSource/Term)Types
Cherian Mathew [Thu, 18 Jul 2013 16:20:37 +0000 (16:20 +0000)]
cretating new IdentifiableSources and DefinedTerms using (OriginalSource/Term)Types

10 years agoAbstractFilteredCdmEnumSelectionDialog : new abstract class for a filtered selection...
Cherian Mathew [Thu, 18 Jul 2013 16:18:47 +0000 (16:18 +0000)]
AbstractFilteredCdmEnumSelectionDialog : new abstract class for a filtered selection dialog on IEnumTerm objects
OriginalSourceTypeSelectionDialog : first concrete implementation of AbstractFilteredCdmEnumSelectionDialog for OriginalSourceTypeSelectionDialog

10 years agomerge-update from trunk
Patric Plitzner [Thu, 18 Jul 2013 14:40:20 +0000 (14:40 +0000)]
merge-update from trunk

10 years ago - completely removed DetailType enum and all its uses
Patric Plitzner [Thu, 18 Jul 2013 14:36:09 +0000 (14:36 +0000)]
 - completely removed DetailType enum and all its uses

10 years agoreplaced term editor menu with dynamic menu factory
Cherian Mathew [Thu, 18 Jul 2013 13:36:55 +0000 (13:36 +0000)]
replaced term editor menu with dynamic menu factory

10 years agoTermLabelProvider : added styling to distinguish between vocabularies and terms
Cherian Mathew [Thu, 18 Jul 2013 13:30:33 +0000 (13:30 +0000)]
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

10 years agoupdated operations to use the new TermEditorInput and also added pop-up warnings...
Cherian Mathew [Thu, 18 Jul 2013 13:27:19 +0000 (13:27 +0000)]
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)

10 years agoupdated handlers to be more consistent and use the new TermEditorInput which stores...
Cherian Mathew [Thu, 18 Jul 2013 13:24:32 +0000 (13:24 +0000)]
updated handlers to be more consistent and use the new TermEditorInput which stores the in memory list of vocabularies
OpenDefinedTermMenu : not used anymore

10 years agowith the move to term types in model change 3.3 we no longer need term specific edito...
Cherian Mathew [Thu, 18 Jul 2013 13:21:48 +0000 (13:21 +0000)]
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.

10 years agoupdated classpath to 3.2.3 version
Patric Plitzner [Thu, 11 Jul 2013 14:26:17 +0000 (14:26 +0000)]
updated classpath to 3.2.3 version

10 years agomerge-update from trunk
Patric Plitzner [Thu, 11 Jul 2013 12:29:58 +0000 (12:29 +0000)]
merge-update from trunk

10 years ago - simplified code/refactoring
Patric Plitzner [Thu, 11 Jul 2013 12:19:03 +0000 (12:19 +0000)]
 - simplified code/refactoring
 - fixing warnings

10 years agomerge-update from trunk
Patric Plitzner [Thu, 11 Jul 2013 12:17:29 +0000 (12:17 +0000)]
merge-update from trunk

10 years agomerge-update from trunk
Patric Plitzner [Thu, 11 Jul 2013 12:00:55 +0000 (12:00 +0000)]
merge-update from trunk

10 years agomerge-update from trunk
Patric Plitzner [Thu, 11 Jul 2013 11:58:39 +0000 (11:58 +0000)]
merge-update from trunk

10 years agorefactored NumberWithLabelElement to a single constructor with java.lang.Number as...
Cherian Mathew [Wed, 10 Jul 2013 14:28:00 +0000 (14:28 +0000)]
refactored NumberWithLabelElement to a single constructor with java.lang.Number as argument

10 years agoupdates for 3.3 model changes. Phase two commit, which contains method changes /...
Cherian Mathew [Wed, 10 Jul 2013 14:05:38 +0000 (14:05 +0000)]
updates for 3.3 model changes. Phase two commit, which contains method changes / updates

10 years agoAligning Editor with 3.3 model changes. First phase commit which updates only the...
Cherian Mathew [Wed, 10 Jul 2013 13:38:30 +0000 (13:38 +0000)]
Aligning Editor with 3.3 model changes. First phase commit which updates only the classes.
Branch not compilable at the moment.

10 years agocreating branch for 3.3 cdmlib model changes
Cherian Mathew [Mon, 8 Jul 2013 10:39:36 +0000 (10:39 +0000)]
creating branch for 3.3 cdmlib model changes

10 years agoUpdated version in config files to 3.2.3-SNAPSHOT
edit-jenkins [Mon, 1 Jul 2013 10:31:03 +0000 (10:31 +0000)]
Updated version in config files to 3.2.3-SNAPSHOT

10 years agoUpdated version in config files to 3.2.2
edit-jenkins [Mon, 1 Jul 2013 10:24:41 +0000 (10:24 +0000)]
Updated version in config files to 3.2.2

10 years agomerging from snapshot branch
Cherian Mathew [Mon, 1 Jul 2013 08:17:10 +0000 (08:17 +0000)]
merging from snapshot branch

10 years agomake 'change accepted taxon to syn' menu item visible only for accepted taxon
Cherian Mathew [Mon, 1 Jul 2013 07:49:30 +0000 (07:49 +0000)]
make 'change accepted taxon to syn' menu item visible only for accepted taxon

10 years agochecking for null nomenclatural code in getTypeText
Cherian Mathew [Fri, 28 Jun 2013 07:45:12 +0000 (07:45 +0000)]
checking for null nomenclatural code in getTypeText

10 years agosplit method name for the display of the import-configurator (only for ABCD)
p.kelbert [Wed, 26 Jun 2013 06:55:24 +0000 (06:55 +0000)]
split method name for the display of the import-configurator (only for ABCD)

10 years agoadded h2mig back to snapshot
Cherian Mathew [Tue, 18 Jun 2013 11:11:51 +0000 (11:11 +0000)]
added h2mig back to snapshot

10 years agoforgot to add the jar in the last commit
Cherian Mathew [Tue, 18 Jun 2013 11:10:06 +0000 (11:10 +0000)]
forgot to add the jar in the last commit

10 years agoadded h2mig jar to trunk
Cherian Mathew [Tue, 18 Jun 2013 11:04:08 +0000 (11:04 +0000)]
added h2mig jar to trunk

10 years agoadded conversation bind on setFocus and before transactin commit
Cherian Mathew [Tue, 18 Jun 2013 07:28:24 +0000 (07:28 +0000)]
added conversation bind on setFocus and before transactin commit

10 years agomerging jar updates from trunk
Cherian Mathew [Mon, 17 Jun 2013 14:53:56 +0000 (14:53 +0000)]
merging jar updates from trunk

10 years agoadding updated manifest and remaining jars
Cherian Mathew [Mon, 17 Jun 2013 14:45:06 +0000 (14:45 +0000)]
adding updated manifest and remaining jars

10 years agoadding h4 compatible jars
Cherian Mathew [Mon, 17 Jun 2013 14:25:11 +0000 (14:25 +0000)]
adding h4 compatible jars

10 years agoremoving all dependency jars
Cherian Mathew [Mon, 17 Jun 2013 14:22:34 +0000 (14:22 +0000)]
removing all dependency jars

10 years ago - removed the use of DetailType enum for the creation of GeneralDetailSection
Patric Plitzner [Mon, 10 Jun 2013 11:36:17 +0000 (11:36 +0000)]
 - removed the use of DetailType enum for the creation of GeneralDetailSection
 - added "enum-free" creation methods for Abstract CdmDetailSection

10 years agomerge from trunk
Patric Plitzner [Fri, 7 Jun 2013 11:00:07 +0000 (11:00 +0000)]
merge from trunk

10 years agomerge from trunk
Patric Plitzner [Fri, 7 Jun 2013 10:02:49 +0000 (10:02 +0000)]
merge from trunk

10 years agomerge-update from trunk
Patric Plitzner [Fri, 7 Jun 2013 09:29:41 +0000 (09:29 +0000)]
merge-update from trunk

10 years agomerge from trunk
Patric Plitzner [Fri, 7 Jun 2013 09:27:11 +0000 (09:27 +0000)]
merge from trunk

10 years agomerge from trunk
Patric Plitzner [Fri, 7 Jun 2013 09:23:30 +0000 (09:23 +0000)]
merge from trunk

10 years agomerge from trunk
Patric Plitzner [Fri, 7 Jun 2013 09:21:05 +0000 (09:21 +0000)]
merge from trunk

10 years agomerge from trunk
Patric Plitzner [Fri, 7 Jun 2013 09:15:51 +0000 (09:15 +0000)]
merge from trunk

10 years agomerge from trunk
Patric Plitzner [Fri, 7 Jun 2013 09:05:27 +0000 (09:05 +0000)]
merge from trunk

10 years ago - simplified code for opening editor in TaxonNavigator
Patric Plitzner [Fri, 7 Jun 2013 08:17:22 +0000 (08:17 +0000)]
 - simplified code for opening editor in TaxonNavigator
 - used IPartContentHasXYZ interfaces for selectionChanged() in Supplemental- and DetailsViewPart

 - formatted code
 - fixed warnings

10 years ago - simplified code for opening editor in TaxonNavigator
Patric Plitzner [Fri, 7 Jun 2013 08:17:03 +0000 (08:17 +0000)]
 - simplified code for opening editor in TaxonNavigator
 - used IPartContentHasXYZ interfaces for selectionChanged() in Supplemental- and DetailsViewPart

 - formatted code
 - fixed warnings

10 years agomerge-update from trunk
Patric Plitzner [Thu, 6 Jun 2013 11:11:30 +0000 (11:11 +0000)]
merge-update from trunk

10 years agomerge-update from trunk
Patric Plitzner [Thu, 6 Jun 2013 07:38:35 +0000 (07:38 +0000)]
merge-update from trunk

10 years ago - added specific methods for creating detail sections
Patric Plitzner [Thu, 6 Jun 2013 07:37:08 +0000 (07:37 +0000)]
 - added specific methods for creating detail sections
 - formatted code

10 years agoSnapshot branch for version 3.2.2-SNAPSHOT
edit-jenkins [Wed, 5 Jun 2013 08:38:11 +0000 (08:38 +0000)]
Snapshot branch for version 3.2.2-SNAPSHOT

10 years agoUpdated version in config files to 3.2.2-SNAPSHOT
edit-jenkins [Wed, 5 Jun 2013 08:38:10 +0000 (08:38 +0000)]
Updated version in config files to 3.2.2-SNAPSHOT

10 years agoUpdated version in config files to 3.2.1
edit-jenkins [Wed, 5 Jun 2013 08:28:50 +0000 (08:28 +0000)]
Updated version in config files to 3.2.1

10 years agoUpdated version in config files to 3.2.1-SNAPSHOT
edit-jenkins [Tue, 4 Jun 2013 09:21:08 +0000 (09:21 +0000)]
Updated version in config files to 3.2.1-SNAPSHOT

10 years agoUpdated version in config files to 3.2.0
edit-jenkins [Tue, 4 Jun 2013 09:14:45 +0000 (09:14 +0000)]
Updated version in config files to 3.2.0

10 years ago - added sources to cdmlib libraries
Patric Plitzner [Wed, 29 May 2013 09:18:14 +0000 (09:18 +0000)]
 - added sources to cdmlib libraries

10 years ago - added java doc
Patric Plitzner [Wed, 29 May 2013 09:17:28 +0000 (09:17 +0000)]
 - added java doc
 - formatted code

10 years agomerge-update from trunk
Patric Plitzner [Mon, 27 May 2013 12:00:04 +0000 (12:00 +0000)]
merge-update from trunk

10 years ago - formatted code
Patric Plitzner [Mon, 27 May 2013 11:57:22 +0000 (11:57 +0000)]
 - formatted code
 - fixed warnings

10 years agomerge-update from trunk
Patric Plitzner [Wed, 22 May 2013 07:06:44 +0000 (07:06 +0000)]
merge-update from trunk

10 years agomerge-update from trunk
Patric Plitzner [Tue, 21 May 2013 11:23:27 +0000 (11:23 +0000)]
merge-update from trunk

10 years agomerge-update from trunk
Patric Plitzner [Fri, 17 May 2013 08:07:15 +0000 (08:07 +0000)]
merge-update from trunk

10 years agocreated a new branch for campanula project
Patric Plitzner [Thu, 16 May 2013 13:17:07 +0000 (13:17 +0000)]
created a new branch for campanula project

10 years agohandle NPE in Description Helper for Markers
Andreas Müller [Mon, 6 May 2013 17:47:42 +0000 (17:47 +0000)]
handle NPE in Description Helper for Markers

10 years agoadded h2 mig jar to classpath, build, manifest files
Cherian Mathew [Fri, 3 May 2013 14:39:16 +0000 (14:39 +0000)]
added h2 mig jar to classpath, build, manifest files

10 years agojar for migration of h2 db to new version
Cherian Mathew [Fri, 3 May 2013 14:06:38 +0000 (14:06 +0000)]
jar for migration of h2 db to new version

10 years agomerging branch for release
Cherian Mathew [Fri, 3 May 2013 12:20:21 +0000 (12:20 +0000)]
merging branch for release

10 years agocleaning up jars
Cherian Mathew [Fri, 3 May 2013 12:05:26 +0000 (12:05 +0000)]
cleaning up jars

10 years agoadded hibernate-4 dependency jars to trunk
Cherian Mathew [Fri, 3 May 2013 11:41:54 +0000 (11:41 +0000)]
added hibernate-4 dependency jars to trunk

10 years agoremoved pre-hibernate 4 dependencies
Cherian Mathew [Fri, 3 May 2013 11:18:00 +0000 (11:18 +0000)]
removed pre-hibernate 4 dependencies

10 years agoremoved unused persistence tests jar from classpath 3.2.0-SNAPSHOT root/branches/taxeditor/3.2.0-SNAPSHOT
Cherian Mathew [Tue, 30 Apr 2013 16:07:43 +0000 (16:07 +0000)]
removed unused persistence tests jar from classpath

10 years agoadded comparator for polytomous key list
Cherian Mathew [Tue, 30 Apr 2013 15:57:06 +0000 (15:57 +0000)]
added comparator for polytomous key list

10 years agoadded all cdmlib dependencies
Cherian Mathew [Tue, 30 Apr 2013 15:49:00 +0000 (15:49 +0000)]
added all cdmlib dependencies
updated classpath files

11 years agomerging from branch 3.2.0-SNAPSHOT
Cherian Mathew [Wed, 17 Apr 2013 11:29:45 +0000 (11:29 +0000)]
merging from branch 3.2.0-SNAPSHOT

11 years agomerging from trunk
Cherian Mathew [Wed, 17 Apr 2013 11:26:38 +0000 (11:26 +0000)]
merging from trunk

11 years agoupdated dependent jars in build path for mvn
Cherian Mathew [Wed, 17 Apr 2013 11:12:47 +0000 (11:12 +0000)]
updated dependent jars in build path for mvn

11 years agoupdating classpath entries for new cdmlib dependency jars
Cherian Mathew [Wed, 17 Apr 2013 09:36:52 +0000 (09:36 +0000)]
updating classpath entries for new cdmlib dependency jars

11 years agoadding hibernate 4 dependencies jars and removing hibernate 3 jars
Cherian Mathew [Wed, 17 Apr 2013 08:50:40 +0000 (08:50 +0000)]
adding hibernate 4 dependencies jars and removing hibernate 3 jars

11 years agoadded repo for nebula widgets
Cherian Mathew [Mon, 15 Apr 2013 07:49:04 +0000 (07:49 +0000)]
added repo for nebula widgets

11 years agomerged from trunk
Cherian Mathew [Thu, 11 Apr 2013 15:55:44 +0000 (15:55 +0000)]
merged from trunk

11 years agoadded composite table dependency and classpath updates for 3.2.0-SNAPSHOT
Cherian Mathew [Thu, 11 Apr 2013 15:49:36 +0000 (15:49 +0000)]
added composite table dependency and classpath updates for 3.2.0-SNAPSHOT

11 years agoSnapshot branch for version 3.2.0-SNAPSHOT
Cherian Mathew [Thu, 11 Apr 2013 15:11:40 +0000 (15:11 +0000)]
Snapshot branch for version 3.2.0-SNAPSHOT

11 years agoUpdated version in config files to 3.2.0-SNAPSHOT
Cherian Mathew [Thu, 11 Apr 2013 15:10:58 +0000 (15:10 +0000)]
Updated version in config files to 3.2.0-SNAPSHOT