Project

General

Profile

Download (2.8 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b5b429af 10/15/2017 03:22 PM Patrick Plitzner

ref #6925 Inject context into operations to allow sync/async execution

150b624d 02/23/2017 02:41 PM Patrick Plitzner

ref #4611 complete i18n for taxeditor.editor plugin

  • also created l10n package and moved Messages.java and teh messages.properties files there
e3240965 12/20/2016 02:22 PM Andreas Kohlbecker

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

34530272 09/09/2015 01:22 PM Patrick Plitzner

I18n for derivative module

d4770c1f 06/15/2015 12:46 PM Patrick Plitzner
  • removed inBetween target for Derivative Editor (fixes #4966)
f22ca8aa 11/20/2014 10:42 AM Patrick Plitzner
  • added static method to DerivateLabelProvider to get the derivate text
    • refactored moving of derivates to use the operation framework.
    • immplemented undo/redo
217e7cc8 10/28/2014 07:25 PM Patrick Plitzner
  • adapted derivate hierarchy assembly to cdmlib3.4 changes (TissueSample, DnaSample as one class)
fe371b32 10/22/2014 01:57 PM Patrick Plitzner
  • generalized sample designation GUI elements
    • added sample designation to TissueSample details view
    • added some more parameters to TissueSample details view
3e6de1b7 09/15/2014 09:53 AM Patrick Plitzner
  • fixed possible LazyInitializaitionException in DerivateLabelProvdider
9ddd690d 09/01/2014 04:04 PM Patrick Plitzner
  • fixed typo
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

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
60cbbd60 05/26/2014 12:32 PM Patrick Plitzner
  • removed debug/test 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
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
3865531d 04/15/2014 09:19 AM Patrick Plitzner
  • fixed FactualData view to show data for selection of DerivateView
    • renamed util method
b8c2e7c6 04/07/2014 11:43 AM Patrick Plitzner
  • cleaned DerivateView context menu code and classes
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
ddad535f 03/31/2014 02:19 PM Patrick Plitzner
  • fix cdmlib version number in .classpath (why does maven not generate this anymore?)
    • added "molecular" package to exported packages
    • organize imports for new molecular services
c5bafc99 03/31/2014 10:10 AM Patrick Plitzner
  • used "move derivate" methods of service layer
    • added java doc
5303e44d 03/26/2014 03:37 PM Patrick Plitzner
  • moved move-logic to occurrence service layer
55c3c2c0 03/26/2014 08:39 AM Patrick Plitzner
  • added drag'n'drop support for Sequences
    • added context listener to DerivateSearchView
    • refactored MVC pattern of DerivateSearchView
53e5ba00 03/25/2014 05:08 PM Patrick Plitzner
  • added support for SingleRead drag'n'drop
d312fb84 03/25/2014 02:30 PM Patrick Plitzner
  • implemented drag'n'drop support for SpecimenOrObservationBase in Derivate View
35e7b311 03/25/2014 09:35 AM Patrick Plitzner
  • minor
e09548fb 03/24/2014 04:10 PM Patrick Plitzner
  • minor enhancement
f4705e6f 03/24/2014 11:39 AM Patrick Plitzner
  • added basic drag'n'drop support to DerivateView