Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.library / org.gvsig.symbology / org.gvsig.symbology.lib / org.gvsig.symbology.lib.impl / src / main / java / org / gvsig @ 41435

# Date Author Comment
41435 06/27/2014 08:53 AM Francisco Díaz Carsí

Añadido VERTICAL_LINE_STYLE entre los estilos del SimpleMarkerSymbol.

41421 06/23/2014 04:03 PM Joaquín del Cerro Murciano
41420 06/19/2014 10:36 AM Cesar Martinez Izquierdo

Corregido otro cambio relacionado con el paso del metodo getDPI al view port que se perdieron en el anterior commit.

41419 06/19/2014 09:51 AM Joaquín del Cerro Murciano

Corregidos algunos cambios relacionados con el paso del metodo getDPI al view port que se perdieron en el anterior commit.

41418 06/18/2014 04:01 PM Joaquín del Cerro Murciano

añadidas comprobaciones antes de usar el envelop de una capa para no tenerlo en cuenta cuando sea empty.

41416 06/18/2014 03:48 PM Joaquín del Cerro Murciano

- Añadido get/setDPI al viewport y modificado donde se obtenia de otra forma para que se lo consulte.
- Añadido a andami-theme.xml el tag backgroundcolor
- Modificado el registro de persistencia de TrivialLayerOrderManager para que este cargado cuando se levanta la persistencia del proyecto de app....

41398 06/11/2014 09:42 AM Joaquín del Cerro Murciano

Añadido al ISymbol (v2) la habilidad de recordar el identificador de disco desde el que fue cargado para que lo ofrezca en el cuadro de dialogo correspondiente, junto a su descripcion, cuando se intente volver a guardar el simbolo.

41394 06/09/2014 11:45 AM Joaquín del Cerro Murciano

Fix null pointer exception when geometry of feature is null and labeling is active.

41348 05/25/2014 03:16 PM Joaquín del Cerro Murciano

Fix null pointer error when load a layer with geometries to null.
refs #2541

41196 02/26/2014 10:25 AM Juan Lucas Domínguez

#2356 Added missing filter to feature query

41174 02/19/2014 05:10 AM Juan Lucas Domínguez

#2337 Preventing null value in 'name' and completing initialization of default placement settings for lines

41133 02/11/2014 04:29 AM Juan Lucas Domínguez

#2303 Adding computations to simple labeling to follow line

41124 02/03/2014 03:52 AM Juan Lucas Domínguez

#2240 Preventing the use of 'null' in 'text' field

41085 01/26/2014 08:59 AM Joaquín del Cerro Murciano

Sustituido printstack por llamadas al logger

41055 01/20/2014 12:15 PM Juan Lucas Domínguez

#2212 Fixed condition to accept legend

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.

41016 12/30/2013 04:53 AM Joaquín del Cerro Murciano

add message to log

41015 12/27/2013 04:06 AM Juan Lucas Domínguez

Preventing class cast exception

40985 12/16/2013 08:01 AM Juan Lucas Domínguez

#1340 Fixed draw method (affine transform was ignored in some cases)

40983 12/16/2013 04:02 AM Juan Lucas Domínguez

#1098 This clarifies the current (and strange) behavior of the getScale(minx, maxx, pixels, dpi) method of IProjection. This should be changed (minx and maxx should be in map units instead of meters or simply remove the method from the API)

40981 12/12/2013 01:32 PM Joaquín del Cerro Murciano

Fix null pointer error when compare simbola with "equals".

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

#2106 Fixed management of multigeometries and GUI

40714 09/18/2013 02:24 AM Juan Lucas Domínguez

#1544 Restoring code previously commented out to allow fonts with halo (and with anti-aliasing)

40711 09/16/2013 07:26 AM Juan Lucas Domínguez

Making field non-mandatory and allowing null value

40710 09/16/2013 07:25 AM Juan Lucas Domínguez

Small adjustment to center text vertically in available area

40703 09/13/2013 07:40 AM Juan Lucas Domínguez

#2001 Added explanation of NULL in parameter and fixed default implementation

40701 09/13/2013 04:23 AM Juan Lucas Domínguez

Removed unnecessary separator

40692 09/13/2013 03:57 AM Juan Lucas Domínguez

Fixed Y coordinate

40687 09/12/2013 06:36 AM Juan Lucas Domínguez

Fixed persistence registration of class

40686 09/11/2013 06:04 AM Juan Lucas Domínguez

Added methods in API to access image styles from image symbol

40680 09/09/2013 07:37 AM Juan Lucas Domínguez

#2001 Added creation method to API

40679 09/09/2013 06:27 AM Juan Lucas Domínguez

#2001 Small enlargement of some APIs and updated implementation code to most recent code available in gvSIG 1.X. The changes in API will make it easier to provide new labeling from a plugin.

40676 09/09/2013 06:20 AM Juan Lucas Domínguez

Added missing envelope filter to feature set creation

40560 07/29/2013 05:47 AM Joaquín del Cerro Murciano

Fix headers and license

40491 07/18/2013 03:00 AM Juan Lucas Domínguez

#1935 Fixed printing method when vector layer is reprojected on the fly

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

Move version 2.1.0 to the trunk