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 / gui / dialogs @ 717

  • svn:ignore: .project .settings .classpath
# Date Author Comment
717 09/28/2017 11:26 AM Joaquín del Cerro Murciano

refs #4687. Faltaba disparar el evento de aceptar en varios cuadros de propiedades del layout

670 06/29/2017 08:55 PM Francisco Díaz Carsí

refs #4508 Fixed some bugs in layout properties panel.

344 03/25/2015 07:01 PM Cesar Martinez Izquierdo

Correctly draw the layout grid (labels and coordinates), fixes #3255. Properly initialize grid dialog properties (num divisions)

343 03/08/2015 02:21 PM Cesar Martinez Izquierdo

Adapt to 2.2: Replace JIncrementalNumberField by JNumberSpinner.

342 03/02/2015 07:04 PM Cesar Martinez Izquierdo

On the grid of the layout (fframegrid), correct the label position so that it never overlaps with the fframeview. Add an anchor option to the dialog to align the center or the corner of the label. Fixes: #3103, #2906. Correctly restore number format: Fixes #3235

341 03/02/2015 06:08 PM Cesar Martinez Izquierdo

Create a new view by default to avoid having non-associated fframeviews unless the user explicitly wants to create an empty one. Disable the add layer tool when the fframeview is non-associated. Don't produce exceptions when trying to zoom on empty fframeviews. Allow a fframeview to be disconnected from a view. Fixes #3185

325 01/29/2015 12:24 PM Cesar Martinez Izquierdo

Correctly clone FFrameText. Fixes #2384. Adjust FFrameTextDialog layout as components are overlapping on Linux

313 10/29/2014 10:55 AM Cesar Martinez Izquierdo

Make the window wider

302 10/23/2014 07:55 AM Cesar Martinez Izquierdo

Load the sync extent checkbox as disabled when scale or extent is fixed. Completes fix for #2930

301 10/23/2014 06:05 AM Cesar Martinez Izquierdo

Deselect sync extent when he checkbox is disabled. Fixes #2930

298 10/17/2014 01:12 PM Cesar Martinez Izquierdo

Reworked layout of GridProperties window. Fixes #2909

291 10/16/2014 05:05 AM Cesar Martinez Izquierdo

Ensure the grid is correctly created even if not configured. Set the newFFrameView from the beginning, so that we can set the mapcontext as soon as we choose a view. Completes the fixes for #2875

280 10/14/2014 05:34 PM Cesar Martinez Izquierdo

Add PreviousZoom tool. Separe tools on different extensions as they require a different isEnabled behaviour. Complete translations. Execute enableControls after zooming, panning and accessing the FFrameView dialog to set the correct status for buttons

279 10/14/2014 05:31 PM Cesar Martinez Izquierdo

Complete translations. Use localized text on units combo

274 10/12/2014 06:05 PM Cesar Martinez Izquierdo

Improve FFrameGrid options, providing sensible defaults, allowing to choose the number of divisions and providing some label settings

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.

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)

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

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

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

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)

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

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

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

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.

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

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

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

Reduced window height

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

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

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

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

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

Moved gvsig-document-layout-app to new repo