Statistics
| Revision:

svn-document-layout / trunk / org.gvsig.app.document.layout2.app / org.gvsig.app.document.layout2.app.mainplugin / src / main / java / org / gvsig / app / project / documents / layout / fframes / FFrame.java @ 344

History | View | Annotate | Download (30.3 KB)

# Date Author Comment
308 10/29/2014 06:18 AM Cesar Martinez Izquierdo

Ensure that the persisted scale is correctly recovered when opening the project. Use the extentHistory to access the previous extent. Automatically notify FFrames implementing LayoutPanelListener whenever the LayoutPanel is activated or closed. This allows updating the scale control only when needed

234 08/14/2014 08:36 AM Cesar Martinez Izquierdo

Correctly handle rotation when zooming in and out to the paper

232 08/14/2014 08:15 AM Cesar Martinez Izquierdo

Better handling of selection of rotated frames. Code clean up and documentation.

229 08/14/2014 05:42 AM Cesar Martinez Izquierdo

Consider also negative rotation

228 08/13/2014 12:41 PM Cesar Martinez Izquierdo

Correctly save/restore grid gap from preferences; add units to grid gap; refactor, document and clean up Size and Attributes. Refactor and clean up preDraw and postDraw in FFrameView. Introduce the basis for correct drawing of rotated fframes when zoom to paper is applied (has to be completed).

213 08/05/2014 05:39 AM Cesar Martinez Izquierdo

Added the possibility to add a view from the map configuration options, to be shown when creating a new Layout document

176 07/10/2014 03:35 PM Cesar Martinez Izquierdo

Correctly handle scale when loading Layout documents from Project. Complete some Javadocs and clean up obsolete code

167 07/07/2014 04:53 PM Cesar Martinez Izquierdo

Directly notify frame additions/removals to the Frame instead of using events, as DefaultLayoutContext does not have the full overview of additions/removals.
Don't refresh extent after setting image size as it triggers chained extentChanged events

151 07/07/2014 09:38 AM Cesar Martinez Izquierdo

Move plugin v2 to trunk

149 07/07/2014 09:30 AM Cesar Martinez Izquierdo

Rename plugin name

148 07/07/2014 09:29 AM Cesar Martinez Izquierdo

Rename plugin folder

147 07/07/2014 09:16 AM Cesar Martinez Izquierdo

Backup commit. Complete TOC persistence

146 07/03/2014 08:43 PM Cesar Martinez Izquierdo

Correct synchronization and notification issues. Specify the component to remove from the lateral panel.

145 07/03/2014 04:06 PM Cesar Martinez Izquierdo

Add persistence to TOC object. Correct undo weird behaviour that duplicated restored objects

144 07/02/2014 05:17 PM Cesar Martinez Izquierdo

Add TOC support on Layout

142 07/02/2014 08:03 AM Cesar Martinez Izquierdo

Simplified and centralized the synchronization process between the Layout and the associated View

141 06/29/2014 10:04 PM Cesar Martinez Izquierdo

Backup commit: draw FFrameView using screen size; update the Layout if there is changes on the view

135 06/23/2014 07:56 AM Cesar Martinez Izquierdo

New branch for implementing performance and usability improvements to be integrated on gvSIG 2.2.

125 03/10/2014 12:10 PM Juan Lucas Domínguez

#2394 Fixed refreshment of icon and renamed icon to prevent conflict with icon of another plugin

26 10/01/2012 10:41 AM Juan Lucas Domínguez

#951 Effectively cloning bbox and geometry (adapter) of graphics frame. There are probably a lot of little bugs like this in the management of frames in layout.

5 07/09/2012 07:01 AM Juan Lucas Domínguez

Moved gvsig-document-layout-app to new repo