Statistics
| Revision:

svn-gvsig-desktop / branches @ 35416

# Date Author Comment
35361 06/02/2011 10:25 AM Francisco Díaz Carsí

v2_0_0_Build_2027

35360 06/02/2011 09:51 AM Nadal Francisco

DynObjectManager made a local variable to make it work on 1.11 version.

35359 06/02/2011 09:49 AM Nadal Francisco

Ant install file path corrected (extensions_path/extension_name/install/ant_name)

35358 06/02/2011 09:46 AM Nadal Francisco

Language translation updates.

35357 06/02/2011 09:41 AM Francisco Díaz Carsí
35356 06/02/2011 03:42 AM Joaquín del Cerro Murciano
35355 06/01/2011 11:53 AM Cesar Ordiñana

Clone the Feature when stored into the DynObject facade.
Solves bug: [gvsig-desktop#15327] Error in information tool

35354 06/01/2011 10:49 AM 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

35353 06/01/2011 10:41 AM Cesar Ordiñana

Don't use the JDBCDriver name in the explorer comparison.
Fix related to bug: [#15336] Error when opening a table from DB with the JDBCServerExplorer driver

35352 06/01/2011 10:38 AM Cesar Ordiñana

Escape schema and table names in case they have been created in the database with mixed uppercase and lowercase chars.
Fix related to bug: [#15336] Error when opening a table from DB with the JDBCServerExplorer driver

35351 06/01/2011 10:09 AM Francisco Díaz Carsí

gvsig-desktop#15335 fixed added new condition to use the cached cursor.

35350 06/01/2011 09:07 AM Cesar Ordiñana

Change cast to allow adding BaseRuntimeExceptions.
Not directly related but found while solving bug: [gvsig-desktop#15336] Error when opening a table from DB with the JDBCServerExplorer driver

35349 06/01/2011 08:33 AM Francisco Díaz Carsí

add target to svn:ignore

35348 06/01/2011 08:30 AM Francisco Díaz Carsí

gvsig-desktop#15376 Fixed "Opening a new view, gvSIG crashes. Only in Windows."

35347 06/01/2011 03:53 AM Ignacio Brodín

DataStoreImplementation refactoring

35346 05/31/2011 10:34 AM Jorge Piera

The Geometry interface inherits of the awt.Shape interface and this inheritance is going to be deleted in a future. This commit adds a new method getShape that returns an awt.Shape and replace all the usage of the Shape interface by an invocation of the getShape method. The idea is to have a control of the usage of this method and remove it in a future [gvsig-desktop #15383]

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

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

35344 05/31/2011 07:22 AM Jorge Piera

Keeping the previous DataStoreParameters when the selection of the combo with the stores has not been changed. This change has been made just for a better usability [gvsig-desktop #15358]

35343 05/31/2011 07:15 AM Jorge Piera

The form to display a SRS can be created with a null SRS. In other case it is not possible to create a new data store from scratch [gvsig-desktop #15358]

35342 05/31/2011 05:49 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]

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]

35340 05/30/2011 12:56 PM Cesar Ordiñana

Change test initialization so all needed libraries get initialized.

35339 05/30/2011 11:26 AM Ignacio Brodín

getManager returns a DataManager

35338 05/30/2011 10:55 AM Cesar Ordiñana

Override parent methods so resources are not locked more than once on each call.
This change belongs to the bug: [#15349] Working with a view or table from a PostGIS store is slow

35334 05/27/2011 03:57 AM Jorge Piera

Adding a temporal evaluator when the viewPort has time

35333 05/27/2011 03:46 AM Jorge Piera

Merging the project to the revision 35329 (branch v2_0_0_prep)

35332 05/27/2011 03:45 AM Jorge Piera

Merging the project to the revision 35328 (branch v2_0_0_prep)

35331 05/27/2011 03:39 AM Jorge Piera

Adding the time attribute to the evaluator

35330 05/27/2011 03:38 AM Jorge Piera

Adding the time attribute to the DefaultFeatureTime

35329 05/27/2011 03:33 AM Jorge Piera

Adding a FeatureQuery parameter in the draw method, [gvsig-desktop #15366]

35328 05/27/2011 03:32 AM Jorge Piera

Adding the addAtributeName method to the FeatureQuery [gvsig-desktop #15366]

35326 05/26/2011 09:29 AM Cesar Ordiñana

Cache other geometry types.
Part of the work to solve bug gvsig-desktop#15349: Working with a view or table from a PostGIS store is slow

35325 05/26/2011 08:56 AM Cesar Ordiñana

Optimization in Point and MultiPoligon creation.
Part of the work to solve bug gvsig-desktop#15349: Working with a view or table from a PostGIS store is slow

35324 05/26/2011 04:56 AM Cesar Ordiñana

Optimization: if the selection is empty or full, return true or false, don't need to get the FeatureReference.
Part of the work to solve bug gvsig-desktop#15349: Working with a view or table from a PostGIS store is slow

35323 05/26/2011 04:41 AM Cesar Ordiñana

Revert last change to recommit it with the ticket number

35320 05/26/2011 04:16 AM Cesar Ordiñana

Optimization: if the selection is empty or full, return true or false, don't need to get the FeatureReference.

35307 05/26/2011 04:04 AM Francisco Díaz Carsí

added configuration eclipse project

35297 05/26/2011 03:21 AM Francisco Díaz Carsí

added configuration eclipse project

35296 05/26/2011 03:17 AM Francisco Díaz Carsí

added configuration eclipse project

35295 05/26/2011 03:06 AM Francisco Díaz Carsí

added configuration eclipse project

35294 05/26/2011 03:05 AM Francisco Díaz Carsí

added configuration eclipse project

35293 05/26/2011 03:03 AM Francisco Díaz Carsí

added configuration eclipse project

35292 05/26/2011 03:01 AM Francisco Díaz Carsí

added configuration eclipse project

35291 05/26/2011 03:00 AM Francisco Díaz Carsí

added configuration eclipse project

35290 05/26/2011 02:58 AM Francisco Díaz Carsí

added configuration eclipse project

35289 05/26/2011 02:55 AM Francisco Díaz Carsí

added configuration eclipse project

35288 05/26/2011 02:54 AM Francisco Díaz Carsí

added configuration eclipse project

35284 05/26/2011 02:26 AM Ignacio Brodín

New method getProviderNameList

35209 05/25/2011 06:43 AM Francisco Díaz Carsí

New gvSIG 2.0.0 build 2026

35208 05/25/2011 03:19 AM Ignacio Brodín

indenting

35207 05/24/2011 10:53 AM Joaquín del Cerro Murciano
35206 05/24/2011 10:43 AM Juan Lucas Domínguez

Removed from gvSIG main repo, moved to https://svn.forge.osor.eu/svn/gvsig-mapsheets/trunk/extMapSheets

35205 05/24/2011 10:43 AM Joaquín del Cerro Murciano

Fix a bug in the search for the theme to use.
Fix the bug caught for non-stop the load of the application when there are errors in the initialization of an extension.

35203 05/24/2011 04:25 AM Francisco Díaz Carsí

Arreglos en el generador del instalador relacionado con las nativas.

35201 05/23/2011 08:08 AM Jorge Piera

Merging the project to the revision 35198 (branch v2_0_0_prep)

35200 05/23/2011 08:08 AM Jorge Piera

Merging the project to the revision 35198 (branch v2_0_0_prep)

35199 05/23/2011 08:03 AM Jorge Piera

Replacing the evaluator by time and envelope by other evaluator by time

35198 05/23/2011 08:01 AM Jorge Piera

Adding the AddFilter method to the FeatureQuery and updating the IVectorlegend.draw method to use an evaluator [gvsig-desktop #15366]

35197 05/23/2011 06:17 AM Jorge Piera

Merging the project to the revision 35184 (branch v2_0_0_prep)

35196 05/23/2011 06:17 AM Jorge Piera

Merging the project to the revision 35180 (branch v2_0_0_prep)

35195 05/23/2011 03:14 AM Nadal Francisco

Installer: Added a typical or custom installation process. Some bug fixes.
Launcher: Notification messages and default installation default settings.

35194 05/22/2011 01:18 PM Joaquín del Cerro Murciano

Fix the code to call the managers to create a view and display its main window instead of instantiating the classes directly

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

35190 05/22/2011 01:04 PM Joaquín del Cerro Murciano

- Add utilithy method showWindw
- Modify method addWindow(win,align) to only align when add a new window.

35189 05/20/2011 07:43 AM Nadal Francisco

Installer: Added a typical or custom installation process. Some bug fixes.
Launcher: Notification messages and default installation default settings.

35188 05/19/2011 10:56 AM Jorge Piera

Updating the text.properties location and the icon for the annotation

35187 05/19/2011 10:56 AM Jorge Piera

Updating the text.properties location and the icon for the annotation

35186 05/19/2011 07:25 AM Jorge Piera

Registering the geometry operations using the functionality proposed in [gvsig-desktoop #15350]

35185 05/19/2011 07:24 AM Jorge Piera

Adding a method to the GeometryType to know if its type it inherits of other geometry type. Adding also other method to kwnow if the geometry subtype inherits of other geometry subtype [gvsig-desktoop #15350]

35184 05/18/2011 11:14 AM Jorge Piera

When a tranformation is applied to a table that has an opened layer, the layer tries to reload it. If there is any error, the layer status is updated to unavailable [gvsig-desktop #15334]

35183 05/18/2011 10:41 AM 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"

35182 05/18/2011 09:49 AM Cesar Ordiñana

Change the defaultGeometryAttribute parameter to non mandatory, so a JDBC data store might be used for a table document. If the parameter is empty, the first attribute of geometry type found will be set as the default one, just in case.

35181 05/18/2011 09:47 AM Cesar Ordiñana

Move CRS coerces to the API, as they are not related to any implementation. Otherwise they would have had to be copied to the JCRS project.

35180 05/18/2011 09:44 AM Cesar Ordiñana

Define the eclipse.project.name to the name of the project folder, as those projects have a name which is not equal to the artifactId

35179 05/18/2011 09:06 AM Cesar Ordiñana

Remove unused file

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

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

35177 05/18/2011 06:46 AM Jorge Piera

It was not possible to load a dbf file because a casting fails. I've fixed it

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]

35174 05/18/2011 05:12 AM Jorge Piera

Adding an operation to convert a geometry to the map coordinates. It has been necessary because the spline was not drawn before [gvsig-desktop #15332]

35173 05/18/2011 05:09 AM Jorge Piera

The "add spline tool" has to close the spline if the layer is a surface layer [gvsig-desktop #15332]

35172 05/18/2011 05:07 AM Jorge Piera

Adding support to to write Splines [gvsig-desktop #15332]

35171 05/18/2011 04:57 AM Cesar Ordiñana

Add dependence to the visualc++ 2008 redistributable runtime libraries

35170 05/18/2011 03:06 AM Francisco Díaz Carsí

gvsig-desktop#15335
Fixed pointer disappears in layer edition.

35169 05/17/2011 08:22 AM Cesar Ordiñana

Solve generation of paths pointing to the $HOME/gvSIG folder.
bug gvsig-desktop#15333 (Erro in file path gvSIGgvSIG.log)

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]

35167 05/17/2011 06:36 AM Francisco Díaz Carsí

gvsig-desktop#15326
Fixed error handling when it occurs loading a raw element in a dgn file.

35166 05/17/2011 05:59 AM Francisco Díaz Carsí

gvsig-desktop#15326
Fixed error loading dgn layer

35165 05/17/2011 04:18 AM Francisco Díaz Carsí

gvsig-desktop#15325
Fixed error loading dwg layer

35158 05/16/2011 08:35 AM Cesar Ordiñana

Move escape character to the correct position

35156 05/16/2011 08:28 AM Cesar Ordiñana

Use compile instead of install, which is enough

35155 05/16/2011 07:57 AM Cesar Ordiñana

New group so the preparation of all platform natives gets easier

35154 05/16/2011 03:56 AM Jorge Piera

Enabling the translations for the org.gvsig.exporrto project [gvsig-desktop #15298]

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

add getActiveWindow to the ApplicationManager

35152 05/13/2011 09:38 AM Joaquín del Cerro Murciano

Change name of projects in pom

35151 05/13/2011 09:36 AM Joaquín del Cerro Murciano

Move images to resources folder

35150 05/13/2011 09:34 AM Joaquín del Cerro Murciano

Change name of projects in pom

35149 05/13/2011 09:34 AM Joaquín del Cerro Murciano

Change name of projects in pom

35148 05/13/2011 09:33 AM Joaquín del Cerro Murciano

Change name of projects in pom