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

  • svn:ignore: .project .settings .classpath
# Date Author Comment
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).

227 08/11/2014 02:02 PM Cesar Martinez Izquierdo

Don't set a size nor preferred size for the whole component: it is unnecessary as subcomponents already define their preferred size

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

218 08/06/2014 02:06 PM Cesar Martinez Izquierdo

Adapt dialog to GridBagLayout to prepare it to further changes

217 08/06/2014 02:06 PM Cesar Martinez Izquierdo

Insert a view by default

216 08/06/2014 11:40 AM Cesar Martinez Izquierdo

Show the initial page config dialog when creating a new Layout doc. Add preference options to enable/disable this dialog and the new TOC for layout doc

215 08/05/2014 10:19 AM Cesar Martinez Izquierdo

Layout page properties: set proper window size and position

214 08/05/2014 08:44 AM Cesar Martinez Izquierdo

Correctly compute unit to cm transformation. Consider margins when creating a new view

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

208 08/01/2014 02:07 PM Cesar Martinez Izquierdo

Ensure the LayoutControl gets the focus when it is clicked; limit the key events to LayoutControl and the TOC, to avoid capturing keys if we have open dialogs

207 08/01/2014 02:05 PM Cesar Martinez Izquierdo

Code clean up

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

Correctly handle "Enlace vivo" events

201 07/28/2014 02:34 PM Cesar Martinez Izquierdo

Apply the delete command if the active window is a LayoutControl and ignore source, as the focus may be set on the TOC but we want to delete the frames anyway

183 07/23/2014 02:23 PM Cesar Martinez Izquierdo

Set the select tool as default tool, and always fall back to this tool after adding any fframe (view, scale, north, etc)

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

175 07/10/2014 03:16 PM Cesar Martinez Izquierdo

Don't draw the layout if the component does not have a size > 0

173 07/09/2014 10:50 AM Cesar Martinez Izquierdo

Ensure a font is assigned, as it is a mandatory field

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

158 07/07/2014 11:56 AM Cesar Martinez Izquierdo
153 07/07/2014 10:14 AM Cesar Martinez Izquierdo
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

132 06/17/2014 05:56 AM Francisco Díaz Carsí

Added to svn:ignore .project, .settings and .classpath files

130 05/21/2014 08:59 PM Joaquín del Cerro Murciano

Modificada la extension de las plantillas del layout a ".gvslt".

refs #2524

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

118 02/27/2014 07:29 AM Juan Lucas Domínguez

Reduced window height

112 02/10/2014 06:49 AM Juan Lucas Domínguez

#2308 Using methods instead of fields to prevent null values

111 02/06/2014 04:06 AM Juan Lucas Domínguez

#2291 Added missing computation: from screen coordinates (layout) to true viewport coordinates.

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

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

106 01/17/2014 08:08 AM Juan Lucas Domínguez

#1933 Added missing booleans to persistence

105 01/17/2014 08:07 AM Juan Lucas Domínguez

Refreshing controls after changing layout properties (problem happened after setting layout to non-editable)

104 01/17/2014 07:40 AM Juan Lucas Domínguez

#2003 Fixed snapping to grid in layout

103 01/17/2014 06:36 AM Juan Lucas Domínguez

#1277 Deselecting deleted frames to prevent interference when using deletion tool in command stack

102 01/17/2014 06:34 AM Juan Lucas Domínguez

Setting low flatness temporarily to prevent polygon instead of circle

100 01/17/2014 05:40 AM Juan Lucas Domínguez

#1265 Removed unnecessary automatic resizing of point and set initial color to black

98 01/15/2014 04:25 AM Juan Lucas Domínguez

#1271 Using a new dialog which hides unneeded size option (that is chosen elsewhere)

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

88 12/16/2013 04:20 AM Juan Lucas Domínguez

#1098 Fixed computation of scale in layout document plugin.

85 10/03/2013 07:06 AM Ignacio Brodín

#1847 Layout grid fits the paper limits instead the inserted view limits.

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

Added utility method to allow map rotation different from frame rotation

70 06/19/2013 11:42 AM Juan Lucas Domínguez

Fixed printing of overview

69 06/19/2013 11:42 AM Juan Lucas Domínguez

Added utility method to remove items

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

Protecting against out of memory error

67 06/19/2013 11:40 AM Juan Lucas Domínguez

Do not offer frames which don't have a view associated when adding overview

66 06/19/2013 02:34 AM Juan Lucas Domínguez

Added missing print method and improved drawing of AOI box

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

62 06/03/2013 11:50 AM Juan Lucas Domínguez

Fixed typo in description

60 05/28/2013 10:40 AM Juan Lucas Domínguez

Fixed method call

58 05/24/2013 07:15 AM Juan Lucas Domínguez

Trying to clarify meaning of fields used in layout printing (margins, page size, orientation etc)

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

51 12/28/2012 07:57 AM Juan Lucas Domínguez

#1325 Prevented refreshment of extent when frame not linked to view. Also fixed mouse events coordinates management

44 11/20/2012 07:04 AM Juan Lucas Domínguez

#1397 Fixed drawing and persistence of overview frame in layout

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

Fixing and trying to clarify cloning and notifications of FFrameView objects

40 11/13/2012 05:52 AM Juan Lucas Domínguez

#1231 Fixed management of legend frame. Layer name will be shown if no legend image is available

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

#1321 Fixed how view is painted in layout frame

33 10/25/2012 08:35 AM Juan Lucas Domínguez

#1268 Fixed extension used for map templates and initialized tool to prevent NPE in LayoutEvents

32 10/25/2012 07:37 AM Juan Lucas Domínguez

#1310 Changed persisted value (Rectangle -> Rectangle2D) and persisted text

31 10/23/2012 08:53 AM Juan Lucas Domínguez

#1267 Check field is not null before cloning (that field is permanently being set, so it can be null)

30 10/23/2012 08:28 AM Juan Lucas Domínguez

#1230 Added missing methods to restore conventional printing

27 10/02/2012 03:39 AM Juan Lucas Domínguez

#1047 Added folder with SVG north symbols and fixed path in code

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.

24 09/20/2012 03:16 AM Juan Lucas Domínguez

Fixing icon naming and management in layout-doc plugin

15 09/11/2012 06:52 AM Juan Lucas Domínguez

#974 Fixed bad management of return value (null) when user cancels frame properties dialog

12 09/11/2012 05:05 AM Juan Lucas Domínguez

#1031 Fixed icon names and added i18n files

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

Moved gvsig-document-layout-app to new repo