Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.plugin / org.gvsig.app / org.gvsig.app.mainplugin / src / main / java / org / gvsig / app / project / documents / view @ 41104

# Date Author Comment
41104 01/30/2014 08:09 PM Joaquín del Cerro Murciano
41098 01/29/2014 07:28 AM Juan Lucas Domínguez

#2232 Restored intersection point snapper but with a strong limitation in the number of geometries involved. Also, prevented snapping computations in map overview

41096 01/28/2014 08:00 AM Juan Lucas Domínguez

#2232 Removed intersection point snapper which was not properly implemented

41094 01/28/2014 04:33 AM Juan Lucas Domínguez

#2243 Changed condition to enable 'paste' option in popup menu

41082 01/25/2014 08:54 PM Joaquín del Cerro Murciano

Simplificacion del API para añadir entradas al menu contextual del TOC de la vista basandose en ActionInfo.

41081 01/25/2014 07:18 PM Joaquín del Cerro Murciano

Añadido API para poder insertar por codigo elementos en el TOC de la vista basados en acciones de gvSIG (ActionInfo).

41054 01/20/2014 11:23 AM Juan Lucas Domínguez

#257 Changing symbol size when drawing inside a rectangle. This is not thread-safe (we already have a case like this when using the 'setCartographicSize' method). In order to prevent problems, the symbol is cloned when drawing it in the TOC. Also, there is a small change to improve how the decorator is drawn, to prevent a half-hidden image at the corner of the rectangle.

41041 01/10/2014 03:50 AM Juan Lucas Domínguez

Preventing overview rectangle when overview has no layers

41040 01/10/2014 03:31 AM Juan Lucas Domínguez

#1826 #1827 Improved GUI layout and threads management

41039 01/09/2014 10:13 AM Juan Lucas Domínguez

#1930 Deleted unnecessary method that was removing listeners

41038 01/09/2014 07:23 AM Joaquín del Cerro Murciano

Añadido soporte para mostrar el azimut en la herramienta de medida
refs #2168

41035 01/08/2014 11:37 AM Juan Lucas Domínguez

#1787 Forcing refreshment of TOC when layer is removed

41020 01/03/2014 04:32 AM Juan Lucas Domínguez

#1347 Setting line and fill color for multi-shape symbol

41000 12/23/2013 08:08 AM Juan Lucas Domínguez

#2162 Catching exception when "unprojecting" is not possible, but we are still not able to "unproject". Perhaps we should be more restrictive with the available units list.

40998 12/20/2013 08:00 AM Juan Lucas Domínguez

Added call to parent's method

40984 12/16/2013 06:22 AM Juan Lucas Domínguez

Improved initialization of file-based clipboard folders

40972 12/06/2013 03:15 AM Juan Lucas Domínguez

Changed folder name to get homogeneous naming: "{user.home}/gvSIG/clipboard-layers" for layer clipboard and "{user.home}/gvSIG/clipboard-documents" for document clipboard. Both are file-based and use the conventional persistence tools.

40954 12/02/2013 12:02 PM Joaquín del Cerro Murciano

Añade al formulario de informacion de un punto la posibilidad de centrar
la vista en la geometria. Falta aun una parte que he dejado comentarizada
en DefaultLayersDynObjectSetComponent marcada como "FIXME: (jjdc)" que esta
pendiente de corregir unas cosas en tools.

40945 11/27/2013 11:16 AM Juan Lucas Domínguez

#1982 Prevented copying a layer twice (a layer will not be copied if an ancestor is copied)

40927 11/21/2013 07:15 AM Juan Lucas Domínguez

#2106 Fixed management of multigeometries and GUI

40871 11/08/2013 07:34 AM Joaquín del Cerro Murciano

Ajustado el tamaño de la ventana, eliminadas las barras de scroll y los botones de navegacion innecesarios, asi como dotado de implementacion al boton de cerrar.

40865 11/07/2013 05:44 PM José Badía

refs 2065
[DynForms] Integrar dynforms con el infobypoint

40769 10/07/2013 05:01 PM Joaquín del Cerro Murciano
40759 10/01/2013 07:59 AM Ignacio Brodín

#1786 Raster layers are not visible if they are inside groups in the TOC

40713 09/17/2013 10:06 AM Juan Lucas Domínguez

#2002 Relevant changes in this commit: Added LayerOrderManager interface; Added "orderManager" field in MapContext class (so it is persisted); FLayers objects will use the order manager of their MapContext; Added methods to MapContextLocator to register order managers; Added two implementations in "mapcontext.impl"; Added layer order preferences page; Current order manager is persisted in main plugin persistence; Layer order manager is set when a new view is created and cannot be changed, so you can have views with different order managers.

40708 09/16/2013 07:23 AM Juan Lucas Domínguez

Small fix in sorting method

40596 08/13/2013 04:55 AM Joaquín del Cerro Murciano

fix license and headers

40558 07/29/2013 05:25 AM Joaquín del Cerro Murciano

Fix headers and license

40435 07/01/2013 07:32 AM Joaquín del Cerro Murciano

Move version 2.1.0 to the trunk