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 / FFrameView.java @ 213

History | View | Annotate | Download (42.6 KB)

# Date Author Comment
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

202 07/28/2014 02:35 PM Cesar Martinez Izquierdo

Correctly handle "Enlace vivo" events

182 07/23/2014 02:22 PM Cesar Martinez Izquierdo

Use a single b_udpating flag for synchronization, in order to avoid infinite loops and simplify logic.
In clone(), ensure the new listener objects are created before any other property is set

181 07/17/2014 12:05 PM Cesar Martinez Izquierdo

Draw only the visible area of the FFrameView

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

168 07/07/2014 11:21 PM Cesar Martinez Izquierdo

Correct some selection problems on TOC, happening only with projects loaded from persistence

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

143 07/02/2014 10:15 AM Cesar Martinez Izquierdo

Ensure clone creates new listeners

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

140 06/27/2014 04:56 PM Cesar Martinez Izquierdo

(Backup commit) AddLayers and Scale control for Layout document

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.

134 06/19/2014 04:56 PM Cesar Martinez Izquierdo

Get DPIs from ViewPort instead of using MapContext static method

110 02/05/2014 10:36 AM Juan Lucas Domínguez

#2290 Catching exception and drawing error message in layout view frame.

93 01/09/2014 03:40 AM Juan Lucas Domínguez

#448 Added warning dialog and restrictions to prevent drawing a view with layers in editing mode

72 06/26/2013 07:07 AM Juan Lucas Domínguez

Added utility method to allow map rotation different from frame rotation

68 06/19/2013 11:41 AM Juan Lucas Domínguez

Protecting against out of memory error

65 06/19/2013 02:33 AM Juan Lucas Domínguez

Increased visibility of some methods for subclasses

64 06/17/2013 05:19 AM Juan Lucas Domínguez

Increased visibility of some methods/fields to allow access from subclass

57 05/24/2013 05:46 AM Juan Lucas Domínguez

#1875 Restored offset and image size in print method

56 05/22/2013 03:18 AM Juan Lucas Domínguez

Changed parameter class to superinterface

54 04/19/2013 08:57 AM Juan Lucas Domínguez

Improved disposal of images

43 11/19/2012 06:01 AM Juan Lucas Domínguez

Fixing and trying to clarify cloning and notifications of FFrameView objects

39 11/12/2012 04:56 AM Juan Lucas Domínguez

#1321 Fixed how view is painted in layout frame

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

Moved gvsig-document-layout-app to new repo