Statistics
| Revision:

svn-document-layout / trunk / org.gvsig.app.document.layout2.app / org.gvsig.app.document.layout2.app.mainplugin / src / main @ 772

  • svn:ignore: .project .settings .classpath
# Date Author Comment
772 03/04/2018 01:42 PM Joaquín del Cerro Murciano

refs #4830. No se asignava la imagen sobre la que se pinta la vista en un FFrameView el color de fondo de la vista. Esto solo se hacia evidente cuando la vista tenia puntos con transparencia.

762 02/18/2018 10:24 AM Joaquín del Cerro Murciano

refs #4808, Reformateado de codigo.

761 02/18/2018 10:22 AM Joaquín del Cerro Murciano

refs #4808, Reformateado de codigo.

760 02/18/2018 09:58 AM Joaquín del Cerro Murciano

refs #4808, Corregido un error en la sincronizacion entre el mapa y la vista que se daba al clonar la vista del mapa para meterla en la lista de acciones de deshacer.

754 01/10/2018 01:49 PM Francisco Díaz Carsí

refs #4750 Fixed bug at changing selected view object at layout.

739 10/29/2017 12:38 PM Francisco Díaz Carsí

refs #Fixed "errores al editar objetos en mapa o layout / arror at editing elemento in mapa or layout"

738 10/23/2017 07:35 PM Francisco Díaz Carsí

refs #4687 Arregada asignación de la cuadrícula que sale del panel de propiedades del cuadro de la vista al cuadro de la vista.

724 10/12/2017 06:53 PM Joaquín del Cerro Murciano
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.

660 06/21/2017 04:43 PM Francisco Díaz Carsí

refs #4498 Fixed "duplicated navigation buttons in map mode"

606 02/08/2017 11:12 PM Joaquín del Cerro Murciano

Añadida la entrada de menu "Layout->new layout" y fijado el orden de las barras de herramientas del layout

605 02/08/2017 08:27 PM Joaquín del Cerro Murciano

Añadida la entrada de menu "Layout->new layout" y fijado el orden de las barras de herramientas del layout

567 07/05/2016 10:57 AM Joaquín del Cerro Murciano

refs #3197, añadido control de acceso por usuario a los documentos del proyecto

556 06/21/2016 12:33 PM Francisco Díaz Carsí

refs #4213 Fixed lines in FFrameGrid

550 06/13/2016 09:58 PM Joaquín del Cerro Murciano
529 02/16/2016 02:14 PM Francisco Díaz Carsí

refs #4083 deleted duplicated if.

524 02/11/2016 12:02 PM Francisco Díaz Carsí

refs 4084 Fixed geometries adapters in layout2

436 10/10/2015 12:42 PM Joaquín del Cerro Murciano

Modificado el metodo print para que no trate de forma especial las geometrias de tipo Circle.

433 08/27/2015 06:53 PM Joaquín del Cerro Murciano

Añadidos diversos metodos de utilidad en varias clases, para facilitar la navegacion desde el documento a los fframes

432 08/27/2015 06:32 PM Joaquín del Cerro Murciano

reformateado de codigo

402 06/17/2015 12:41 PM Miguel Company

refs #3514 Modificado el código para que aparezca como filtro de archivo por defecto 'Layout templates (*.gvslt)', en vez de All files

397 06/01/2015 04:39 PM Cesar Martinez Izquierdo

Create the FConfigLayoutDialog using ToolsSwing WindowManager to be able to create it as Modal or non-modal. Fixes: #3491. Correctly store the paper size. Fixes: #3539.

392 05/27/2015 12:48 PM Cesar Martinez Izquierdo

Ensure layoutContext is not null

383 05/19/2015 09:57 AM Francisco Díaz Carsí

Arreglo por cambio de nombre en un método de la clase extentHistory.

376 05/08/2015 12:46 PM Cesar Martinez Izquierdo

Add a specific layout panel to separate generic behaviour that can be extended and specific behaviour that should not. Fixes #2980

371 05/08/2015 11:19 AM Cesar Martinez Izquierdo

Improve handling of paper sizes on Attributes class. Fixes #3358

366 04/24/2015 11:45 AM Cesar Martinez Izquierdo

Add missing i18n strings. Fixes #3357.

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

364 04/17/2015 01:04 PM Cesar Martinez Izquierdo

Draw the moved frame on the top of the cached image. Restore the original clip before writing the handlers and ruler. Fixes #3356.

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.

345 03/27/2015 05:37 PM Cesar Martinez Izquierdo

Enable copy-paste tool for Layouts. Fixes #2840. Reload TOC on atomic events to properly refresh the TOC on legend changes.

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

333 02/23/2015 02:01 PM Joaquín del Cerro Murciano

refs #3200. Corregida la de persistencia de los campos intervalx e intervaly del FFrameGrid

332 02/23/2015 01:57 PM Joaquín del Cerro Murciano

refs #3202. Corregida la definicion de persistencia del campo text del FFrameText

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

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

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

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

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.

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

Make the window wider

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

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

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

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

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

Reworked layout of GridProperties window. Fixes #2909

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

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

296 10/17/2014 01:10 PM Cesar Martinez Izquierdo

Restore pan tool for layout document. Fixes #2888

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

290 10/16/2014 05:03 AM Cesar Martinez Izquierdo

Avoid NullPointerException when no view has been selected yet

289 10/15/2014 04:56 PM Cesar Martinez Izquierdo

Ensure mapcontext is not null. Possibly fixes #2875.

288 10/15/2014 07:12 AM Cesar Martinez Izquierdo

Annotate old methods as deprecated

287 10/15/2014 07:11 AM Cesar Martinez Izquierdo

Restore old methods for keep backward compability

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

273 10/12/2014 05:15 PM Cesar Martinez Izquierdo

Log also the exception to see what is happening

272 10/11/2014 10:21 AM Cesar Martinez Izquierdo

DecimalFormatPanel added

267 10/02/2014 01:09 PM Cesar Martinez Izquierdo

Correct errors on FFrameGrid draw method. Labels and lines were not painted on the right place. Now it has been corrected and we use round nombers. Also, skip drawing if the view still has no extent (no layer added)

262 10/01/2014 01:05 PM Cesar Martinez Izquierdo

Name the document as 'Map' again to be included on official gvSIG release, instead of 'Map v2'

257 10/01/2014 12:16 PM Cesar Martinez Izquierdo

Deleted dirs

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.

249 09/08/2014 02:25 AM Cesar Martinez Izquierdo

Correct bug with layout grid: Use factory defaults when no value has been persisted

247 08/25/2014 06:31 AM Cesar Martinez Izquierdo

Use a specific geometry to print Really Round (TM) circles

246 08/25/2014 06:28 AM Cesar Martinez Izquierdo

Set the default tool after a FFrameGraphic has been added; use mouse clicked instead of mouse released in the point behaviour because we can't change the tool before the mouseClicked event has been dispatched

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

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

244 08/20/2014 02:33 PM Cesar Martinez Izquierdo

Don't rotate landscape pages for PDF export. iText handles it automatically depending on the provided page size

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)

242 08/14/2014 01:54 PM Cesar Martinez Izquierdo

Code clean up

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

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

Code clean up

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

233 08/14/2014 08:34 AM Cesar Martinez Izquierdo

Code clean up

232 08/14/2014 08:15 AM Cesar Martinez Izquierdo

Better handling of selection of rotated frames. Code clean up and documentation.

231 08/14/2014 08:13 AM Cesar Martinez Izquierdo

Improve readibility

230 08/14/2014 08:12 AM Cesar Martinez Izquierdo

Stop being so disruptive when typing a wrong number. Now validation error is only shown when focus is lost or enter is pressed, and only if the text has changed since last error

229 08/14/2014 05:42 AM Cesar Martinez Izquierdo

Consider also negative rotation

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

220 08/07/2014 06:49 AM Cesar Martinez Izquierdo

Refactor preference page to get key names out of the UI part

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

200 07/28/2014 02:32 PM Cesar Martinez Izquierdo

Code clean ups

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