Changes between Version 15 and Version 16 of GROUP_EMBEDDED_BOOKS_R0
- Timestamp:
- 06/05/09 11:18:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_EMBEDDED_BOOKS_R0
v15 v16 79 79 Cyclic 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. 80 80 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. 81 Export 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 83 Refactor 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. 82 84 83 85 Since 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.