Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9f7e89bc 12/01/2014 10:43 AM Patrick Plitzner
  • refactored LanguageStringWithLabelElement (isMultiLine flag)
090dd9ba 11/26/2014 12:45 PM Patrick Plitzner
  • set multiline flag for LanguageStringWithLabelElement #2248
902350ad 11/24/2014 11:16 AM Patrick Plitzner
  • removed unused code
11c03192 11/11/2014 02:11 PM Patrick Plitzner
  • moved OriginalLabelData section to 2nd position
    • made text field fill horizontally
a6b6b197 10/29/2014 11:38 AM Patrick Plitzner
  • added elevation to section title
63b961d3 10/27/2014 11:50 AM Patrick Plitzner
  • fixed possible NPE when entering DnaQuality data
b85b96a3 10/21/2014 12:41 PM Patrick Plitzner
  • extended DnaQuality details view
    • refactored DateElement creation
e4428955 10/20/2014 10:47 AM Patrick Plitzner
  • added sampleDesignation section to DnaSample details view (#4237)
    • added sampleDesignation to DerivateLabelProvider
59be9831 09/09/2014 01:15 PM Patrick Plitzner

merge-update from trunk

2a7820b7 09/08/2014 03:34 PM Patrick Plitzner
  • added label to EmptyElement
    • added EmptyElement to NonViralNameDetailSection if taxon.getName() is null (fixes #4221)
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
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
1694322e 08/26/2014 11:57 AM Patrick Plitzner

merge-update from trunk

f73eb844 08/26/2014 08:04 AM Patrick Plitzner
  • remove control characters from TextFields (fixes #2248)
47f905cb 08/25/2014 01:53 PM Patrick Plitzner

merge-update from trunk

b4d54b9b 08/25/2014 10:29 AM Patrick Plitzner
  • separated user interface to add media into two classe (#3339)
    • added it to MediaSpecimenGeneralDetailElement
1987e065 08/21/2014 09:52 AM Patrick Plitzner
  • generalized simple user interface to add media (#3339)
e9a2a0fa 08/20/2014 05:01 PM Patrick Plitzner
  • added toggle button to simple media user interface (#3339)
1bf80c0c 08/19/2014 03:35 PM Patrick Plitzner

merge-update from trunk

c9203353 08/18/2014 10:07 AM Patrick Plitzner
  • fixed adding of child to parent ICdmFormElement in else clause
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

b9e77111 07/21/2014 10:35 AM Patrick Plitzner

merge-update from trunk

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

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

ada4a758 07/03/2014 05:47 PM Patrick Plitzner

merge-update from trunk

7084aeff 07/03/2014 02:32 PM Patrick Plitzner
  • added support for term retrieval by TermVocabulary
    • adapted MediaSpecimen DetailsView
e458e14a 06/24/2014 10:00 AM Patrick Plitzner
  • changed "Original Label Data Field" to use data binding
    • added property change listener support for the field
a14d1bae 06/23/2014 12:41 PM Patrick Plitzner
  • added property change listener to original data label
    • fixed conversation binding when getting derivate labels
40005deb 06/18/2014 09:14 AM Patrick Plitzner
  • added section for "Original Label Data" to DetailsView (#4254)
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
a0d3e1a7 05/08/2014 10:35 AM Patrick Plitzner
  • fixed toggling of title cache lock
50a05434 04/15/2014 10:14 AM Patrick Plitzner
  • added interfaces and classes for MVC pattern
    • implemented/adapted MVC pattern for TextWithLabelElement and EnumTermCombo element
8942ee00 04/01/2014 09:44 AM Patrick Plitzner
  • added gel photo detail element to Amplification wizard
aa2f3cbf 03/17/2014 10:02 AM Patrick Plitzner
  • added isEnabled() method to IEnableableFormElement
1cb96484 03/17/2014 08:51 AM Patrick Plitzner
  • implemented EntitySelectionElement for Primer
    • adapted details views with primer selection element
1c29bd52 03/05/2014 06:15 PM Andreas Kohlbecker

fixing setEnabled method

8475fe50 03/05/2014 01:24 PM Patrick Plitzner
  • added missing DNA Quality section
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)
db88d819 02/26/2014 05:25 PM Andreas Kohlbecker

protecting editing capabilities of names references and authors - #4055 (action enablement adapts to the users granted authorities)

abe42729 02/26/2014 12:02 PM Andreas Kohlbecker

implementing the CommandHandlerButton and using it as button to open the OpenFeatureTreeEditorWizard - #4055 (action enablement adapts to the users granted authorities)

82dfc775 02/13/2014 01:15 PM Patrick Plitzner
  • added option to set text limit for TextWithLabelElement
ca9fc8ea 01/29/2014 08:58 AM Patrick Plitzner
  • implemented SynonymRelationship detail section for the DetailsView of Synonyms (#3588 #3589)
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
aa5d76aa 01/28/2014 09:36 AM Patrick Plitzner
  • commented not-yet-existing SynonymRelationShip DetailsView classes
c0ca45cc 01/28/2014 09:31 AM Patrick Plitzner
  • added MediaSpecimen DetailsView
    • added empty element if there is no details view available
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
c27998d8 01/13/2014 08:53 AM Patrick Plitzner
  • added reference collection section to Sequence DetailsView
    • implemented handleEvent() for some DetailsViews
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
7d0ff89c 11/26/2013 08:59 AM Patrick Plitzner

merge-update from trunk

865bf5e0 11/20/2013 09:13 AM Patrick Plitzner
  • removed "hexagesimal" (fixes #3879)
be497f38 11/18/2013 03:17 PM Patrick Plitzner

merge-update of trunk and disabling GUI-Control separation

715f0f50 11/08/2013 06:37 PM Cherian Mathew

added [m] for Elevation, Dist. to ground, Dist. to Water in MinMaxTextSection
added check for editable terms to build term editor menu

7f0121d9 11/06/2013 09:41 PM Patrick Plitzner
  • fixed initial setting of toggle lock icon
ee1d621e 11/06/2013 04:02 PM Patrick Plitzner
  • replaced "Edit" text with lock icons for title cache fields
    • we need to link back to the source for license reasons:

" Silk icon set 1.3


Mark James
http://www.famfamfam.com/lab/icons/silk/
_________________________________________...

3481be2b 11/05/2013 02:19 PM Patrick Plitzner
  • quick-fix to avoid NumberFormatException (#3743)
313a413f 11/05/2013 10:32 AM Patrick Plitzner
  • added DetailsView for FieldUnit (partly fixes #3780)
a8a021da 11/04/2013 12:06 PM Patrick Plitzner
  • sorting/ordering on all hierarchy levels (#3736)
07e8f52b 11/01/2013 05:20 PM Andreas Müller

unknown change in NumberWithLabelElement

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

48631e6b 10/28/2013 09:27 AM Patrick Plitzner
  • added supportsXYZ flags for Features (#3207)
f6a8dc56 09/25/2013 11:00 AM Patrick Plitzner

merged model adaptions to cdmlib 3.2.4 from campanula branch

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
e42715ba 08/21/2013 04:54 PM Patrick Plitzner
  • adapted detail views to new cdm3.3 model
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
0073a9a0 08/15/2013 01:03 PM Patrick Plitzner
  • moved campanula package to parent package
6504f35c 08/15/2013 11:57 AM Patrick Plitzner
  • moved ICdmFormElement to campanula.compatibility
b50ab815 08/15/2013 11:48 AM Patrick Plitzner
  • converted Browse, Edit, Delete functionality of EntitySelection
    • adapted layout of detail elements to fill up the horizontal space
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
0bea4cdb 08/12/2013 03:05 PM Patrick Plitzner

merged trunk into branch

ec3294a5 08/12/2013 03:05 PM Patrick Plitzner

removed unused GUI class

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
9dda5772 07/23/2013 05:24 PM Cherian Mathew

CdmFormFactory : added createmethods for GatheringEventUnitElement, MinMaxTextSection and createDefinedTermComboElement
MinMaxTextSection : new section for the min / max / text values of elevation / distance to ground / distance to water surface of the gathering event part of the DerivedUnitFacade...

8b178e73 07/22/2013 06:13 PM Patrick Plitzner

added comments

c25ddfcf 07/22/2013 06:07 PM Cherian Mathew

changed TimePeriod object to TimePeriodParser

5a26bee6 07/22/2013 05:55 PM Cherian Mathew

NumberWithLabelElement : added getDouble method
CdmFormFactory : updated create methods for creating elements for DefinedTerm and DerivedUnit objects
DateDetailSection : FIXME:3.3MC tag
EnumComboElement : added SpecimenOrObservationType and OriginalSourceType to the data holders list and the default label method...

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
c6fe549a 07/11/2013 02:19 PM Patrick Plitzner
  • simplified code/refactoring
    • fixing warnings
d2d8e95d 07/10/2013 04:28 PM Cherian Mathew

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

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.