Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2035 / applications / appgvSIG / src @ 41966

# Date Author Comment
36294 09/01/2011 09:17 AM Francisco Díaz Carsí

gvsig-desktop 2.0.0 build 2035

36007 08/09/2011 07:10 AM Francisco Díaz Carsí

Null pointer exception avoided if the document is null in getActiveDocument method.

35986 08/04/2011 06:09 PM Cristian Martín

Modified to allow initial null value of projection in JCRSDynFieldComponent

35978 08/01/2011 06:21 AM Joaquín del Cerro Murciano

Move show of information of system, java, gvsig version and installed plugins in log to andami.

35974 08/01/2011 04:43 AM Joaquín del Cerro Murciano

Fix error in register IColorTables of ApplicationManager. Now delegate in the registry of SymbologiSwingManager

35769 07/18/2011 02:57 AM Jorge Piera

Adding the org.gvsig.i18n dependence. It is necessary to compile the BaseOperationErrorHaldler class. I've also ordered the imports.

35763 07/15/2011 08:42 AM Francisco Díaz Carsí

gvsig-desktop#15567
Fixed "Error message loading project whose layer is removed from the directory"

35743 07/13/2011 07:05 AM Cristian Martín

DynStruct and DynObject inputs separated to allow null DynObject values.

35639 07/08/2011 01:54 AM Cristian Martín

Code cleaned

35619 06/30/2011 07:44 AM Jorge Piera

Fixing several errors with the shape edition [gvsig-desktop #15414]

35614 06/29/2011 04:24 AM Jorge Piera

Fixing a bug with the snapping tools. It was a problem with the dialog to configure them and the persisntece. I've fix also a bug with the IntersectionPointSnappingTool [gvsig-desktop #15451]

35611 06/27/2011 12:02 PM Cristian Martín

Some JComponents are no longer needed in appgvSIG since their window frame can already be handled by libTools' WindowManager

35610 06/27/2011 12:01 PM Cristian Martín

Some JComponents are no longer needed in appgvSIG since their window frame can already be handled by libTools' WindowManager

35485 06/21/2011 10:02 AM Joaquín del Cerro Murciano

Add support to registry renderers for the info by point tool.

35472 06/14/2011 06:23 AM Jorge Piera

The GeneralPathX uses point's instead of array of doubles. [gvsig-desktop #15384]

35439 06/03/2011 09:22 AM Ignacio Brodín

raster adapting

35345 05/31/2011 08:02 AM Jorge Piera

Updating the constructor because it is not possible to open a table [gvsig-desktop #15339]

35341 05/31/2011 05:48 AM Jorge Piera

Creating a new user control to create a datastore. This control is used to select in the sextante framework to select the output datastore. The DynObjectEditor and the DynViewer classes has been moved form appgvSIG to libFMapControls and all the references has been updated. [gvsig-desktop #15358]

35193 05/22/2011 01:14 PM Joaquín del Cerro Murciano

fix inconsistency in Document and IDocumentWindow hierarchy and fix bug in getMainWindow of document managers that always create a window even if it already exists

35192 05/22/2011 01:06 PM Joaquín del Cerro Murciano

Add utility method createDocument to Project

35191 05/22/2011 01:06 PM Joaquín del Cerro Murciano

Add javadocs and utility methods:
- getActiveDocument
- getDocumentWindow

35178 05/18/2011 08:24 AM Jorge Piera

Setting a minimum width for the nodes of the TOC [gvsig-desktop #15329]

35176 05/18/2011 06:34 AM Jorge Piera

It the displayed table has not a layer, the ZoomToSelectTool has to to be visible [gvsig-desktop #15331]

35168 05/17/2011 07:59 AM Jorge Piera

The zoom to selection tool has to be enabled when the selected window is the table [gvsig-desktop #15331]

35153 05/13/2011 09:42 AM Joaquín del Cerro Murciano

add getActiveWindow to the ApplicationManager

35142 05/13/2011 08:54 AM Cesar Ordiñana

Use the new doRegistration Library method instead of the constructor.

35128 05/11/2011 07:16 AM Joaquín del Cerro Murciano

Remove method DynObject.hasEmptyValues

35124 05/10/2011 06:11 AM Cristian Martín

Added validation exception handling

34978 05/04/2011 08:19 AM Francisco Díaz Carsí

gvsig-desktop##12750
Arreglados problemas en:
- creación de nuevas capas DXF
- edición de capas DXF
- Leyenda de capas DXF
- Relacionado con lo anterior, arreglado también el panel de la leyenda de valores unicos.

34937 04/22/2011 10:36 AM Joaquín del Cerro Murciano

Add support to load layers in background for file and WFS layers

34936 04/22/2011 10:34 AM Joaquín del Cerro Murciano

Fix listeners to be thread safe

34928 04/22/2011 10:23 AM Joaquín del Cerro Murciano

- Remove outofdate comments
- Use logger instead prints
- Fix listeners and some methods to be thread safe

34908 04/12/2011 04:27 AM Francisco Díaz Carsí

Adaptación de addLayer al nuevo control de liberación de disposables
gvsig-desktop#15128

34900 04/06/2011 08:26 AM Jorge Piera

The transformation panel is enabled by default when the CRS panel is created for a dynfield. If it is not enabled, is not possible to select a trasformation for a projection.

34895 04/06/2011 03:58 AM Francisco Díaz Carsí

gvsig-desktop#15128
Añadidos metodos para mover capas entre colecciones de capas.
Se ha arreglado este bug en la agrupación de capas, así como el mismo problema en la desagrupación y en el TOC al meter una capa en un grupo.

34892 04/05/2011 10:31 AM Jorge Piera

Now is possible to make a link of a table for two fields that are not string's [gvsig-desktop #12717]

34891 04/05/2011 06:21 AM Cesar Ordiñana

Show information better for special persistence factories.

34884 04/04/2011 06:27 AM Jorge Piera

The DXF file set the GEOMETRY.SUBTYPE inn its default feature type. This ticket has been used to remove the inherited value GEOMETRY.TYPE.TEXT. This kind of geometry can not exist in new geometry model, because the the TEXT is not a geometry: the TEXT is a type of legend....

34861 03/31/2011 07:31 AM Nadal Francisco

Change file extensions for project and layout template.

34833 03/29/2011 04:33 AM Francisco Díaz Carsí

gvsig-desktop#15127
Persistencia de las ventanas.

34777 03/15/2011 05:18 AM Francisco Díaz Carsí

Faltaba poner el tipo de intervalos en la leyenda auxiliar en el método calculateIntervals.

34661 03/02/2011 09:31 AM Ignacio Brodín

Task 1022: APP-Load images using the selected provider

34631 02/24/2011 07:34 AM Francisco Díaz Carsí

gvsig-desktop#15073

34513 02/14/2011 06:55 AM Cesar Ordiñana

Correct encoding

34489 02/09/2011 09:17 AM Cristian Martín

Comments cleaned

34441 01/25/2011 11:16 AM Cesar Ordiñana

Use the PackageInfo of the appgvSIG plugin to load the gvSIG Version information

34421 01/24/2011 06:32 AM Cesar Ordiñana

Make it compliant with the gvSIG code conventions

34327 01/11/2011 08:40 AM Cesar Ordiñana

New gvSIG 2.0.0 build 2023

34303 12/21/2010 09:44 AM Francisco Díaz Carsí

Fix shape type of legend for multipoint, multicurve and multisurface vectorial layers.

34300 12/21/2010 06:20 AM Francisco Díaz Carsí

Necessary changes to introduce picture symbols to the basic symbology

34288 12/20/2010 05:28 AM Joaquín del Cerro Murciano

Add support to the FilesystemServerExplorer to filter stores by type (All, feature, geometry, raster). Update DAL filesystem server providers and add layer and add table in appgvsig to use this feature.

34287 12/20/2010 05:10 AM Cristian Martín

Minor change for metadata panel to be shown in layer's properties tab window

34280 12/17/2010 02:21 AM Cesar Ordiñana

Fulfill all pending library definitions (API or Impl) and dependencies

34272 12/16/2010 05:38 AM Cristian Martín

Better extension explanation and cleaning of code.

34261 12/13/2010 03:19 AM Cesar Ordiñana

Solve bug gvsig-desktop#14853
"NullPointerException in accept or apply layer properties: Missing check in MetadataInfoManager"

34258 12/10/2010 11:52 AM Cesar Ordiñana

Solve bug gvsig-desktop#14851
"LegendManager Panel doesn't set a IVectorLegend legend if it doesn't implement IClassifiedVectorLegend or ISingleSymbolLegend interface"

34231 11/26/2010 03:33 AM Jorge Piera

The EditableFeaturetype can not be used before to be assigned (NullPointerException)

34228 11/24/2010 06:33 AM Jorge Piera

The layout persistence was not tested before and there were several problems with it. It has been tested in depth and several errors have been fixed.

34169 11/23/2010 10:50 AM Jorge Piera

Checking if the attribute is null before to load it or gets an exception

34165 11/23/2010 10:49 AM Jorge Piera

Adding a constructor without arguments for the persistence

34156 11/23/2010 07:00 AM Cesar Ordiñana

Update build version number

34152 11/19/2010 05:23 AM Jorge Piera

Fixing a bug with the persistence.

34114 11/09/2010 07:27 AM Francisco Díaz Carsí

Añadida nueva gestión de persistencia para los plugins y concretamente para extGeoDB.

34017 11/04/2010 11:32 AM Cesar Ordiñana

Set the viewport CRS as default value when the CRS field of a store parameters is null

34013 11/04/2010 08:06 AM Cesar Ordiñana

Solve some errors

34011 11/04/2010 05:59 AM Cesar Ordiñana

Temporary fix while we develop loading version information from the package.info file

34007 11/03/2010 11:05 AM Cesar Ordiñana

Some corrections to the new about usage and pending plugins to migrate to it

34002 11/02/2010 12:16 PM Joaquín del Cerro Murciano

Changes in the about API

33749 10/26/2010 04:49 AM Cesar Ordiñana

Change LayoutPage instantiation

33748 10/26/2010 04:48 AM Cesar Ordiñana

Organize imports and solve exception message format

33740 10/21/2010 08:18 AM Francisco Díaz Carsí

Patch to fix an array overflow filling in the symbol table.

33685 10/18/2010 09:09 AM Cesar Ordiñana

Add non-static format methods similar to the static ones

33681 10/18/2010 04:38 AM Francisco Díaz Carsí

Persistencia de proyectos con capas vectoriales de archivo y sus correspondientes simbologías.
Persistencia de los hyperenlaces.

33663 10/14/2010 11:06 AM Ignacio Brodín

Export goes to the raster extension

33662 10/13/2010 01:34 PM Cesar Ordiñana

Use the new tools swing DynObjects editor

33659 10/13/2010 07:47 AM Francisco Díaz Carsí

Persistencia de los documentos

33658 10/11/2010 09:02 AM Cesar Ordiñana

Add writable flag

33657 10/11/2010 09:01 AM Cesar Ordiñana

Info by Point implementation improvements

33654 10/11/2010 06:18 AM Cristian Martín

Removed test classes and moved to a separated test project.

33653 10/08/2010 08:26 AM Joaquín del Cerro Murciano
33652 10/08/2010 06:10 AM Joaquín del Cerro Murciano

- Changes in metadata dependencies
- Fix persistence bugs in symbology

33647 10/05/2010 06:04 AM Jorge Piera

Adding persistence for the layout and refactoring

33640 10/04/2010 05:53 AM Jorge Piera

Adding persistence and refactoring

33639 10/04/2010 05:52 AM Jorge Piera

Adding persistence and refactoring

33638 10/04/2010 05:42 AM Jorge Piera

Adding persistence and refactoring

33622 10/01/2010 04:30 AM Cristian Martín

Changes to support appgvSIG with a metadata tab in properties layer panel

33619 09/29/2010 12:55 PM Joaquín del Cerro Murciano

Changes in persistence definitions
Improve mechanism of register persistence definitions, symbols, and legends.

33613 09/29/2010 04:51 AM Francisco Díaz Carsí

Clonado del ViewPort

33602 09/24/2010 05:13 AM Cristian Martín

Update to use JDateDynFieldComponent into the gvSIG platform.

33601 09/24/2010 04:54 AM Cristian Martín

Update to use JDateDynFieldComponent into the gvSIG platform.

33600 09/24/2010 04:52 AM Cristian Martín

Update to use JDateDynFieldComponent into the gvSIG platform.

33599 09/24/2010 04:51 AM Cristian Martín

Update to use JDateDynFieldComponent into the gvSIG platform.

33598 09/24/2010 04:50 AM Cristian Martín

Update to use JDateDynFieldComponent into the gvSIG platform.

33597 09/24/2010 04:50 AM Cristian Martín

Update to use JDateDynFieldComponent into the gvSIG platform.

33429 09/23/2010 09:28 AM Cesar Ordiñana

Info by point implementation based on the tools.swing.dynobject utilities

33420 09/23/2010 04:34 AM Jorge Piera

Adding persistence to the layout and creating interfaces for the LayoutPanel, LayoutContex and LayoutControl

33414 09/22/2010 07:29 AM Joaquín del Cerro Murciano

Se han subido cambios que no compilan. Probablemenete falten por subir mas cosas. He comentarizado los errores de compilacion que habia.

33409 09/22/2010 05:00 AM Francisco Díaz Carsí

Habilitadas las herramientas de selección también en la edición.

33408 09/22/2010 04:59 AM Francisco Díaz Carsí

Añadido el metodo getViewDocument a la interfaz IView

33407 09/22/2010 04:59 AM Joaquín del Cerro Murciano

Fix error in persistence