Changes between Version 11 and Version 12 of BASE_DND_R1


Ignore:
Timestamp:
06/15/09 15:22:40 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_DND_R1

    v11 v12  
    7474   * [source:branches/private/peko/sophie2-platform/modules/org.sophie2.main.func.image/src/main/java/org/sophie2/main/func/image/dnd/ImageTransferable.java ImageTransferable] - transfers image resources, images and the location of the resource. 
    7575   * [source:branches/private/peko/sophie2-platform/modules/org.sophie2.main.app.model/src/main/java/org/sophie2/main/app/model/dnd/HotTextTransferable.java HotTextTransferable] - transfers hot text resources, hot text itself and plain text (using StringData) that represents the plain text representation of the hot text. 
     76   * [source:branches/private/peko/sophie2-platform/modules/org.sophie2.main.app.commons/src/main/java/org/sophie2/main/app/commons/dnd/ResourcesListTransferable.java ResourcesListTransferable] - transfers a list of resources and a string representing their locations divided by new line character. (this is behavior from gnome). 
    7677 
    7778= Implementation =