Changes between Version 60 and Version 61 of BOOK_WINDOW_R1
- Timestamp:
- 06/02/09 08:01:51 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW_R1
v60 v61 100 100 1. Remove the border from the page work area 101 101 102 Removed the call to setBorder from the setup() method of BookDocumentWindow.swingFrameSync(). This change should be checked on Windows and Linux. It removed the border as requested (and fixed a Mac issue with no title bar)102 Removed the call to setBorder from the setup() method of MDDocumentWindow. This change should be checked on Windows and Linux. It removed the border as requested (and fixed a Mac issue with no title bar) 103 103 104 104 2. Removing the iconified book from the desktop 105 105 106 Added show() to DefaultDocumentWindow which causes the window to become active and visible. When the window is iconified, use userActs to disable the current book. In BookLogic, changed the logic to show the window when a book is selected, causing the book window to show.106 Added show() to MDDocumentWindow which causes the window to become active and visible. When the window is iconified, use userActs to disable the current book. In BookLogic, changed the logic to show the window when a book is selected, causing the book window to show. 107 107 108 108 3. Center the page on the page work area … … 112 112 4. Change the page work area to consider the size of the book window as well as the page 113 113 114 Added minimalViewRect to SceneVisual which is set by the page work area. Added an component listener to DefaultDocumentWindow and a windowSize property. When the event listener is notified that the window was resized, set the windowSize property.114 Added minimalViewRect to SceneVisual which is set by the page work area. Added an component listener to MDDocumentWindow and windowSize property to DefaultDocumentWindow. When the event listener is notified that the window was resized, set the windowSize property. 115 115 116 116 Added a resourceProperty syncWindowSize to PageWorkArea which relies on its BookView windowSize property, if the parent is indeed a BookDocumentWindow. Set the page work area's scene's minimalVIewRect to the content area of the scroll area, which causes the page work area to size properly as well as center on the window. … … 125 125 126 126 [3013] - Commit before merging with trunk 127 127 128 128 129 == Unit Tests ==