Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
656cc90a 09/06/2018 03:53 PM Patrick Plitzner

fix #7728 Fix initialisation of form toolkit in DateElement

f36a68ee 09/05/2018 12:56 PM Katja Luther

fix #7717: add continued flag to timeperiod ui

e38ddfee 09/21/2017 11:38 AM Katja Luther

fix #6658: remove the indentation from text field of dateElement

82a099cf 09/21/2017 08:56 AM Katja Luther

initial time of date element needs to be UTC timezone

80c710e0 09/18/2017 11:48 AM Katja Luther

ref #6693: add the missing nomenclatural codes for name details view

4883173c 09/14/2017 10:29 PM Katja Luther

revert ZOnedDateTime to joda.DateTime

dc12a332 08/30/2017 10:33 AM Katja Luther

ref #6860: use timezone offset 0 and change joda DateTime to ZonedDateTime, until in lib DateTime is still joda a converter is used

b18418d0 07/28/2017 12:03 PM Andreas Müller

ref #6658 remove 1 when mapping joda.DateTime.month to swt.DateTime (II)

d6e1f8a2 07/28/2017 12:03 PM Andreas Müller

cleanup

754477ec 07/28/2017 11:39 AM Andreas Müller

ref #6658 remove 1 when mapping joda.DateTime.month to swt.DateTime

c892e881 07/28/2017 11:36 AM Andreas Müller

cleanup

2901517f 07/21/2017 02:36 PM Katja Luther

add 1 to the month to get the right date out of the swt.DateTime

b159d907 06/20/2017 11:44 AM Katja Luther

remove pattern string from DateElement when no data are available

dd665bef 06/20/2017 10:59 AM Katja Luther

ref #6658: show actual data in DateElement and add title

97623d1d 06/14/2017 02:49 PM Katja Luther

ref #6658: add calendar widget to dateElement

6430b43e 06/13/2017 11:33 AM Katja Luther

fix #6658: add mediaCreated date field

e3240965 12/20/2016 02:22 PM Andreas Kohlbecker

ref #6190 removing svn property place holder in first line of code - java files

9aa6bde8 02/26/2015 11:56 AM Patrick Plitzner
  • used original label info from facade instead of from the derived unit (fixes #4565)
b85b96a3 10/21/2014 12:41 PM Patrick Plitzner
  • extended DnaQuality details view
    • refactored DateElement creation
39d00bc0 07/07/2014 08:06 AM Patrick Plitzner
  • removed explicit class package
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
854084b7 06/19/2014 02:43 PM Patrick Plitzner
  • made orig. label data field writable
    • save original label data to DerivedUnit
9fdadbb5 06/19/2014 09:45 AM Patrick Plitzner
  • removed branch code from trunk
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
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
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)
4d1c9e9b 04/15/2014 10:20 AM Patrick Plitzner
  • renamed TextWithLabelElement to avoid import/name conflicts (ma be renamed if we fully refactor using MVC pattern)
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
aa2f3cbf 03/17/2014 10:02 AM Patrick Plitzner
  • added isEnabled() method to IEnableableFormElement
af9950d6 02/12/2014 12:40 PM Patrick Plitzner
  • enabled DerivateType filter in DerivateSearchView
2d8f997f 02/12/2014 09:36 AM Patrick Plitzner
  • added combo controller to combo field in DerivateSearchView