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 @ 324

History | View | Annotate | Download (50.2 KB)

# Date Author Comment
324 01/29/2015 12:23 PM Cesar Martinez Izquierdo

Remove unused code

318 11/10/2014 08:10 AM Cesar Martinez Izquierdo

Only refresh the TOC when necessary, use repaint otherwise (fixes: #2985). Set DPIs on the Viewport when printing.

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

303 10/23/2014 07:56 AM Cesar Martinez Izquierdo

Restore some old methods as deprecated for backwards-compatiblity

250 09/08/2014 02:31 AM Cesar Martinez Izquierdo

Add the option to set a fixed scale or extend on FFrameView. Add support for non-modal fframe dialogs.

245 08/24/2014 07:35 PM Cesar Martinez Izquierdo

Avoid introducing a scale change when a pan is triggered from the view

243 08/19/2014 07:55 AM Cesar Martinez Izquierdo

Adapt FFrameOverView to the last changes in FFrameView. Ensure we draw an image not bigger than visible area, to avoid OutOfMemory exceptions when a zoom to paper is done (in the same way it was done to FFrameView)

235 08/14/2014 01:20 PM Cesar Martinez Izquierdo

Declare missing persistence fields

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.

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).

226 08/11/2014 02:00 PM Cesar Martinez Izquierdo

Correct drawing of rotated FFrameViews, which were previously misplaced

225 08/11/2014 01:18 PM Cesar Martinez Izquierdo

Remove redundant extent assignmements

219 08/07/2014 06:47 AM Cesar Martinez Izquierdo

Complete the UI and logic for the new behaviour for View-Layout synchronization. Clean up unused code. Restore definition of unused field for backward compatibility

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