Changes between Version 15 and Version 16 of GROUP_EMBEDDED_BOOKS_R0


Ignore:
Timestamp:
06/05/09 11:18:42 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_EMBEDDED_BOOKS_R0

    v15 v16  
    7979Cyclic embedding - Book A embeds Book B which embeds book A for example, is not an opption since the embedding a book uses the persistence logic for oppening a saved book. If a book is in the local cache it could not be oppened again.  
    8080 
    81 Export base classes for scene button controls from the media logic and extend them to make two new buttons - 'next' and 'previous'. Find appropriate 16px icons with GPL licence for the buttons.    
     81Export base classes for scene button controls from the media logic. Add to the FrameContentView new set of elements - manipulationViews that should render controls. Add contentElement for the rendering of the content itself. The scene element of this view should be constructed by its contentElement and its manipulation elements.  
     82 
     83Refactor the media controls and all other ContentViews. Create two new buttons - 'next' and 'previous' and add then to the BookContentView controls. Find appropriate 16px icons with GPL licence for the buttons.    
    8284 
    8385Since the insertion of a book frame is called by a menu item, there was needed system test. To avoid cyclic dependancies it is located in the org.sophie2.author module.