Statistics
| Revision:

root / tags / v2_0_0_Build_2052 / extensions / extGeoDB / src / org @ 38824

# Date Author Comment
38824 09/04/2012 05:05 PM Juan Lucas Domínguez

gvSIG 2.0.0 build 2052 (devel)

37547 12/29/2011 04:53 PM Jorge Piera

Now is possible to load tables with a composed primary key [gvsig-desktop #142]

36763 10/20/2011 12:36 PM fdiaz

Implemented the inherited abstract method PrepareContext.getViewProjection() in the anonymous class PrepareContextView.

36760 10/19/2011 05:48 PM Ignacio Brodín

getViewProjection in PrepareContext

36713 10/10/2011 03:12 PM Cesar Ordiñana

Solve open table document by default
Solves bug gvsig-desktop#15182: Load table from Database

36196 08/22/2011 12:27 PM Cesar Ordiñana

Add a first default empty value to the list of stored geodb connections.
Solves bug: [#15363] The first GeoDB connection is always opened when the new layer dialog is opened.

35354 06/01/2011 04:49 PM Cesar Ordiñana

Check if the parameters are not valid in the basic connection panel, alert the user and open the advanced properties panel, needed when the user selects the JDBC provider.
Fix related to bug: [#15336] Error when opening a table from DB with the JDBCServerExplorer driver

35341 05/31/2011 11: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]

35183 05/18/2011 04:41 PM Cesar Ordiñana

Correct how the disposal of database layers and stores is done.
One of the corrections for ticket: gvsig-desktop#14886 "Can't open tables from DataBase"

34987 05/04/2011 04:27 PM Jorge Piera

A null pointer exception was thrown if you execute the main project of the org.gvsig.exporrto [gvsig-desktop #15298]. Just check this exception.

34985 05/04/2011 04:19 PM Jorge Piera

Deleting the "Export" extensions. They have been replaced by the org.gvsig.exportto project [gvsig-desktop #15298]

34908 04/12/2011 10:27 AM fdiaz

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

34697 03/10/2011 08:39 AM Cesar Ordiñana

Replace log4j usage with slf4j and organize imports

34127 11/12/2010 10:18 AM fdiaz
34114 11/09/2010 01:27 PM fdiaz

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

34014 11/04/2010 01:07 PM Cesar Ordiñana

Add some needed files

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

Changes in the about API

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

Use the new tools swing DynObjects editor

33331 08/25/2010 02:52 PM Joaquín del Cerro Murciano

- Persistence changes.
- Add persistence factory to AWT Dimension
- Change getType of FeatureAttributeDescriptor to getDataType
to avoid conflict.
- Metadata definition changes.
- Partial remove of HiperLink in fmap and appgvsig.
- Add support in metadata project to MetadataContainers.

33205 07/23/2010 10:38 AM Cesar Ordiñana

Make Feature extend DynObject, FeatureSet extend DynObjectSet and FeaturePagingHelper extend DynObjectPagingHelper, so the main Feature related data interfaces may be used as DynObjects.

Remove the conflicting and empty DisposableIterator from DAL, as now it is available in tools.

32880 06/24/2010 02:34 PM Joaquín del Cerro Murciano

- Update to org.gvsig.tools 2.1.0
- separate metadata definition from provider parameters definition.
- Use of xml files to define metadata and persistence in DAL.

31496 11/04/2009 01:53 PM Joaquín del Cerro Murciano
  • Changes in project and documents model.
  • Add support to project persistence (in course).
  • Rename AppGvSigManager/Locator/Libray to ApplicationManager/Locator/Library.
  • Add new methods to ApplicationManager.
31284 10/14/2009 02:56 PM Cesar Ordiñana

Make sure all disposable objects are disposed, mainly DAL related ones, like FeatureSet and Iterators.
Create a new DisposableManager to manage a register of Disposable objects being bound and released.

31074 10/01/2009 06:24 PM Cesar Ordiñana

Make sure FeatureSet.dispose() and DisposableIterator.dispose() are called each time they aren't needed anymore, even when a cancel is performed or an exception is thrown

30580 08/26/2009 09:41 AM Cesar Ordiñana

New automatic Library initialization mechanism and Library API refactoring

29628 06/29/2009 06:51 PM Jorge Piera

Refactoring of packages