ref #9065: add a button to load the image in derived unit facade wizard
ref #9065: derivedUnit wizard should contain media section but without loading the image
cleanup
ref #9148 add commons-imaging-1.0-alpha1 to TaxEditor dependencies and remove sanselan-0.97-incubator
ref #9148 rename ImageInfo to CdmImageInfo in TaxEditor
adapt editor to value of statisticalMeasurementValue as BigDecimal
ref #8129 Handel widget disposed exceptions
ref #8129 Handle all exceptions
ref #8129 Fix potential NPE
ref #8129 minor refactoring
ref #8129 Load images asynchronously in advanced media view
ref #8129 Fix refresh bug when adding a new empty media to a term
ref #8011, #8129 Fix possible NPEs when media URI can not be resolved
ref #8129 i18n
ref #8129 Fix image disposing
ref #8129 Load images asynchronously in media details view
ref #8260 Complete refactoring of expansion state saving
local preferences database specific
add warning for referencing objects in details view and code cleaning
move mediaToggleButton to the top
ref #7706: add warning if media is referenced by more than one object
do not set size etc to 0 if loading meta data fails
workaround for exception in loading image to see the imported meta data
adapt taxeditor to mediaCreated as timePeriod
fix #6330 Add default sorting for all entity collections
fix multiple representation by removing conversation of selection dialog
ref #6913 Remove org.eclipse.ui dependency from AbstractUtility
fix #6658: remove the indentation from text field of dateElement
initial time of date element needs to be UTC timezone
fix #6860: add UTC timezone also to reading from entity in DateElement
revert ZOnedDateTime to joda.DateTime
ref #6860: use timezone offset 0 and change joda DateTime to ZonedDateTime, until in lib DateTime is still joda a converter is used
cleanup and deproxy
ref #6658: add calendar widget to dateElement
fix #6664: set value of mediaCreated correctly
remove unused imports
fix #6658: add mediaCreated date field
ref #6390: adapt details view for misapplied names
Fix typo
ref #6333 Remove framework for exchanging an element in the details view
ref #6333 Add generic support for entity collection sections to allow adding existing entities
ref #6190 removing svn property place holder in first line of code - java files
Fix potential NPE
smaller changes for specimen import and others
add media bulk editor see #4730
Enhance error message for media details view #5587
Set all meta data to null/zero when uri is not resolvable #5312
Set image meta data in simple media view
Refactored image loading
Handle image loading
- add label to indicate that image was not found - refactored code
Add image preview to media simple view
Add selection listener to media detail element to allow showing supplemental data (#3367)
Generalized UriWithLabelElement to use super class
Enhance handling of simple and advanced media view
Display URI parsing errors
Remove comments
Add icon for switching to advanced media view
Show URI parsing exceptions below URI text field (fixes #5055, #5003, #4587)
Refresh view after media view has been switched
Add MediaViewSwitch to media collection elements
Refactored code to use a static method that creates the IAction object. This can be added by the GUI element itself.
Remove duplicate code for advanced media view (#4862)
Refactored code and added interface and abstract class to avoid duplicate code.
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
merged/implemented cdm3.3 model adaptations
merged trunk into branch
refactored NumberWithLabelElement to a single constructor with java.lang.Number as argument
Refactoring of selection elements. Additional minor refactoring. Fixed a bug with Translation Editor (#2752)
refactoring of package names for consistency
Do read width and height form image only when it is created.
Fixes #2525
Fixing problems with image handling.
Improved image handling (fixes #2351); Passwords can now be changed by "admin" user (CAUTION: this is done by checking if the currently logged in user is the user named "admin", this has to change once rights are implemented correctly)
Removed call to obsolete service method
Renaming MediaMetaData to MediaInfo
Print Publisher runs outside of conversations; Fixes a bug with empty selections in SelectFeatureTreeWizard; Added a warn method that accepts throwables; ImageElement does not show error dialogs but logs errors silently;
image mime types are now set automatically. Although this is a bit of a hack.