Changes between Version 7 and Version 8 of MEDIA_FRAME_CONTROLS_R0


Ignore:
Timestamp:
04/27/09 14:13:11 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MEDIA_FRAME_CONTROLS_R0

    v7 v8  
    6868 * "Buttons" should be arranged correspondingly in the bottom left corner of the frame in the same order as described above. 
    6969 * Every icon should be scaled to look nicely inside the frame. 
     70 * Media controls will be zoom-able along with the media frame but should not change their size as media frame's size changes. 
    7071 * The changing of the alpha values of the scene elements will be done by a MediaManipulationLogic that is common both for Audio and Video. 
    7172 * The managing of the media playback will be done by two other logics - AudioLogic and VideoLogic: 
    7273[[Image(source:trunk/sophie2-platform/doc/uml-design-diagrams/media-logics-uml.png)]] 
    73   
     74 * Logics will be put in: '''modules/org.sophie2.main.func.media/src/main/java/org/sophie2/main/func/media/logic''' 
     75 * MediaManipulationViews - '''/modules/org.sophie2.main.func.media/src/main/java/org/sophie2/main/func/media/view/controls''' 
    7476 
    7577= Implementation =