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 / gui / DefaultLayoutPanel.java @ 365

History | View | Annotate | Download (23.4 KB)

# Date Author Comment
365 04/17/2015 01:47 PM Cesar Martinez Izquierdo

Zoom to full layout document if rect width <=0. Completes fix for #2905 and #2885

357 04/16/2015 01:18 PM Cesar Martinez Izquierdo

Save the layout visible area (viewport) in screen coordinates, to be able to restore it when the component size changes (fixes #2905 and possibly #2885). Improve documentation.

326 01/29/2015 04:56 PM Cesar Martinez Izquierdo

Correctly load layout templates (fixes #2975: toc no showing when loading templates)

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

299 10/18/2014 07:49 AM Cesar Martinez Izquierdo

Include units in margin (fixes #2886). Rework UI and layout.

297 10/17/2014 01:11 PM Cesar Martinez Izquierdo

Remove the new Layout document if the initial config dialog is canceled. Fixes #2910

237 08/14/2014 01:21 PM Cesar Martinez Izquierdo

Ensure that the page config dialog is only shown the first time the Layout is opened

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

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

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

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)

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

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

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

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.

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

#1230 Added missing methods to restore conventional printing

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

Moved gvsig-document-layout-app to new repo