Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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
40005deb 06/18/2014 09:14 AM Patrick Plitzner
  • added section for "Original Label Data" to DetailsView (#4254)
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)
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
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
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
3d970055 05/13/2014 05:02 PM Patrick Plitzner
  • minor refactoring
15d44593 05/13/2014 03:55 PM Patrick Plitzner
  • disabling event handling for DetailsView of TissueSample
1252b6ea 04/10/2014 08:38 AM Patrick Plitzner
  • commented "Original Label Data" text field because it is not yet used in trunk
8f0f3832 04/07/2014 11:42 AM Patrick Plitzner
  • partially added handling of input fields
71d89d46 04/01/2014 10:03 AM Patrick Plitzner
  • fixed user message
8942ee00 04/01/2014 09:44 AM Patrick Plitzner
  • added gel photo detail element to Amplification wizard
6b06a799 04/01/2014 08:51 AM Patrick Plitzner
  • removed Amplification as a TreeNode from the DerivateView
    • added Amplification to DetailsView of SingleRead as an EntitySelectionElement
1cb96484 03/17/2014 08:51 AM Patrick Plitzner
  • implemented EntitySelectionElement for Primer
    • adapted details views with primer selection element
7d892339 03/05/2014 03:28 PM Patrick Plitzner
  • fixed event handling by creating and linking the missing elements
664a3be9 03/05/2014 01:18 PM Patrick Plitzner
  • adpated DNA DetailsViews according to current development
39b24584 03/04/2014 09:25 AM Patrick Plitzner
  • added code to show icon for Amplification, Sequence and SingleRead (image files still missing)
    • removed text fields for media file in dna DetailsViews
    • added contig file in Sequence DetailsView
3d3c7b7c 03/03/2014 09:48 AM Patrick Plitzner
  • added cascading save to pherogram (Media) of SingleRead
    • added media section to DetailsViews for Amplification (gel photo) and SingelRead (pherogram)
6b5ad34c 02/17/2014 03:48 PM Patrick Plitzner
  • added preference which shows determination section only for FieldUnits in the DetailsView
    • added missing parameters for SingleRead DetailsView
b7acd48e 02/13/2014 01:16 PM Patrick Plitzner
  • added missing parameters for SingleRead DetailsView
629b5079 02/07/2014 12:55 PM Andreas Müller

move elevation back to first page #4037

0fb34a3c 02/04/2014 06:20 PM Andreas Müller

water -> watersurface #4031

dacb59c9 01/28/2014 01:28 PM Patrick Plitzner
  • moved ICdmFormElement to ui.element
913c77b4 01/28/2014 01:19 PM Patrick Plitzner
  • cleaned up package structure
    • removed campanula package
c0ca45cc 01/28/2014 09:31 AM Patrick Plitzner
  • added MediaSpecimen DetailsView
    • added empty element if there is no details view available
37167c98 01/21/2014 03:52 PM Patrick Plitzner
  • added AbstractUnboundEntityCollectionSection which allows adding elements to collection sections without adding them to the model object
27318d2d 01/21/2014 09:30 AM Patrick Plitzner
  • partly fixed sequence reference collection section
87924e53 01/20/2014 03:57 PM Patrick Plitzner
  • added java package for different occurrence/specimen types
    • moved "show field unit" option to "Bulk Editor" preference page
    • added preference to show only type-specific details views for specimens
67ebf787 01/20/2014 09:12 AM Patrick Plitzner
  • added separate section for primer and cloning
    • removed "null" message in data source conversion dialog
5821101b 01/14/2014 08:36 AM Patrick Plitzner
  • fixed potential NPEs in Amplification DetailsView
c27998d8 01/13/2014 08:53 AM Patrick Plitzner
  • added reference collection section to Sequence DetailsView
    • implemented handleEvent() for some DetailsViews
2f08d101 01/07/2014 09:00 AM Patrick Plitzner
  • added elements for Sequence/Amplification/SingleRead DetailsView
4d6286a3 01/06/2014 05:49 PM Patrick Plitzner
  • added reference selection to Sequence DetailsView
4dab7e05 01/06/2014 03:36 PM Patrick Plitzner
  • added element for Sequence DetailsView
dd8c8181 01/06/2014 01:36 PM Patrick Plitzner
  • added support for creating and viewing SingleReads in DerivateView
    • added DetailsViews for SingleReads
238441fa 01/06/2014 10:50 AM Patrick Plitzner
  • added Amplification and Sequence to DerivateView
    • added context menu entry for the creation of both
    • added DetailsViews for both
ea8f8f37 12/18/2013 08:51 AM Patrick Plitzner
  • added amplification section to DNA DetailsView
86f69343 12/17/2013 04:06 PM Patrick Plitzner
  • added DetailsView for PreservedSpecimen which directly work with DerivedUnit instead of DerivedUnitFacade (new classes work in parallel to the ones using DerivedUnitFacades and start with "PreservedSpecimen")
cd7144f7 12/17/2013 09:03 AM Patrick Plitzner
  • added specific DetailsViews that are not based on DerivedUnitFacade for DNA and specimens
1de3b0d0 12/16/2013 08:54 AM Patrick Plitzner
  • added empty DetailViews for all derivate types
fb649daa 11/27/2013 09:02 AM Patrick Plitzner
  • added functionality to context menu for derivate creation
    • fixed a bug where two FieldUnits were created instead of only on
    • added javadoc
acab478b 11/19/2013 08:42 AM Patrick Plitzner
  • added missing wizard pages from trunk
be497f38 11/18/2013 03:17 PM Patrick Plitzner

merge-update of trunk and disabling GUI-Control separation

313a413f 11/05/2013 10:32 AM Patrick Plitzner
  • added DetailsView for FieldUnit (partly fixes #3780)
bc8dace4 10/30/2013 02:02 PM Andreas Müller

rename FieldObservation -> FieldUnit #3566

68b83178 10/30/2013 02:00 PM Andreas Müller

rename FieldObservation -> FieldUnit #3566

148d6ead 10/30/2013 01:54 PM Andreas Müller

rename FieldObservation -> FieldUnit #3566

b8e0a9cc 10/29/2013 03:31 PM Patrick Plitzner
  • added support for editing kindOfUnit in taxeditor for derived units (fixes #3765)
63cadda6 10/28/2013 09:32 AM Patrick Plitzner
  • adapted PreservationMethod comboElement to model changes (FIXME:3.3 #3780)
    • still shows all DefinedTerms
11fe5ce7 10/23/2013 10:49 AM Patrick Plitzner
  • added sex and life stage combo to details view (#3780)
6a9ce9d3 09/25/2013 12:43 PM Patrick Plitzner
  • commented compile errors due to model changes (Ticket #3732)
6ac58758 09/25/2013 12:05 PM Patrick Plitzner
  • commented compile errors due to model changes (Ticket #3732)
a56b89e0 09/02/2013 07:04 PM Patrick Plitzner
  • completed Specimen and FieldObservation view + wizards
39ec02fa 09/02/2013 05:56 PM Patrick Plitzner
  • unified specimen and field observation controller and view elements
a88ca9ac 08/23/2013 10:03 AM Patrick Plitzner
  • adapted derived unit wizards to use adapted WindowBuilder detail elements
1e2ff9ee 08/20/2013 02:56 PM Patrick Plitzner

merged/implemented cdm3.3 model adaptations

3e0994b1 08/16/2013 03:53 PM Patrick Plitzner
  • created specimen general element
    • copied&adapted field observation and specimen section to campanula package
d924f5c6 08/15/2013 05:51 PM Patrick Plitzner
  • converted NamedArea element
2d6180c3 08/15/2013 03:25 PM Patrick Plitzner
  • ordered GUI and control classes in packages
    • converted FieldObservationDetails element
6504f35c 08/15/2013 11:57 AM Patrick Plitzner
  • moved ICdmFormElement to campanula.compatibility
3d78e342 08/14/2013 05:23 PM Patrick Plitzner

removed unused classes

d0d05b06 08/14/2013 05:09 PM Patrick Plitzner
  • created FieldObservation general element completely uncoupled to any controlling/logic class
    • created controller class which then uses the GUI element
    • this way the WindowBuilder can be used much easier
d089cce7 08/12/2013 05:51 PM Patrick Plitzner
  • created GatheringEventDetails element completely uncoupled to any controlling/logic class
    • created controller class which then uses the GUI element
    • this way the WindowBuilder can be used much easier
b0ce5b17 08/12/2013 03:02 PM Patrick Plitzner

merged trunk into branch

a14f5d39 08/07/2013 10:25 AM Patrick Plitzner
  • adapted EntitiySelectionElement to be able to use with WindowBuilder
a223e56b 08/02/2013 09:43 AM Patrick Plitzner
  • changed layout so that two colums are used for label and text field
7c5ba8e0 08/01/2013 01:30 PM Patrick Plitzner
  • extracted design and layout of GUI objects from AbstractCdmFormElement to be able to use WindowBuilder
    • specifically tested it for GatheringEventDetailElement
6a58183a 07/23/2013 05:29 PM Cherian Mathew

GeneralDetailElement : removed elevation element
FieldObservationDetailElement : calling new create function for filling in DefinedTerm combos (still requires a model side update)
GatheringEventDetailElement : added elements for elevation / distance to ground / distance to water surface

89e7a3e1 07/23/2013 01:18 PM Patrick Plitzner
  • reverted accidentally commited changes of campanula branch
dbe52ecb 07/22/2013 05:35 PM Cherian Mathew

SourceCollectionDetailSection : updated construction of DervivedUnit using SpecimenOrObservationType
SpecimenCollectionDetailSection : updated construction of DervivedUnit using SpecimenOrObservationType
GeneralDetailElement : added combo box to choose from known SpecimenOrObservationTypes...

5b087075 07/22/2013 05:09 PM Patrick Plitzner
  • completely removed EntityDetailType enum and all its uses
139902da 07/18/2013 04:36 PM Patrick Plitzner
  • completely removed DetailType enum and all its uses
d2d8e95d 07/10/2013 04:28 PM Cherian Mathew

refactored NumberWithLabelElement to a single constructor with java.lang.Number as argument

124424d0 07/10/2013 04:05 PM Cherian Mathew

updates for 3.3 model changes. Phase two commit, which contains method changes / updates

49a64920 07/10/2013 03:38 PM Cherian Mathew

Aligning Editor with 3.3 model changes. First phase commit which updates only the classes.
Branch not compilable at the moment.

fd6c7492 06/10/2013 01:36 PM Patrick Plitzner
  • removed the use of DetailType enum for the creation of GeneralDetailSection
    • added "enum-free" creation methods for Abstract CdmDetailSection
6a9dd32f 05/27/2013 01:57 PM Patrick Plitzner
  • formatted code
    • fixed warnings
0968b584 07/23/2012 02:47 PM Andreas Müller

integrate 3.0.12 branch and adapt for 3.0.12 release

23783f7a 01/30/2012 12:40 PM Niels Hoffmann

Refactoring of selection elements. Additional minor refactoring. Fixed a bug with Translation Editor (#2752)

78222507 01/18/2012 01:45 PM Niels Hoffmann

refactoring of package names for consistency

b9a0d300 01/16/2012 01:14 PM Lorna Morris

Committing changes to definedtermeditor after merge from branch

842781d0 10/06/2011 05:48 PM Niels Hoffmann

Fixes the specimen part of #2607. Minor layout fixes.

912d3f6e 06/29/2011 03:39 PM Niels Hoffmann

Fixes #2487

c7da1889 06/21/2011 02:41 PM Niels Hoffmann

Fixes #2410

e0b35bf1 06/07/2011 03:10 PM Niels Hoffmann

Refactoring of property change handling. Also fixes #2363

84acaf34 05/25/2011 11:51 AM Niels Hoffmann

Resolves #2403

3d466a77 05/12/2011 06:50 PM Niels Hoffmann

Resolves #2376

7cf1f544 05/12/2011 06:47 PM Niels Hoffmann

Resolves #2376

73a663a3 05/12/2011 02:08 PM Niels Hoffmann

Fixes a problem with TimePeriodElement

054db913 05/12/2011 12:09 PM Niels Hoffmann

working on #2376

87f9934d 05/12/2011 11:44 AM Niels Hoffmann

Editor now uses IIdentifiableEntityServiceConfigurator consistently. Working on #2376

eea5c6dc 05/10/2011 05:50 PM Niels Hoffmann

Temporary fix for #2366; fixes #2368; Refactoring annotations in the name editor

538ca0d5 05/05/2011 11:38 AM Niels Hoffmann

Fixes #2361

35431ac3 05/05/2011 11:30 AM Niels Hoffmann

Removing "collectors number" according to #2269

867110b2 05/04/2011 04:31 PM Niels Hoffmann

Fixes #2360

fc258e37 04/21/2011 01:51 PM Niels Hoffmann
f561b00c 03/29/2011 05:48 PM Niels Hoffmann

Refactoring selection elements so they can be configured