Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2009 / libraries / libFMap_mapcontext @ 36129

  • svn:ignore: .classpath .project .settings maven-eclipse.xml target bin hs_err_pid* .externalToolBuilders .settings .classpath .project
# Date Author Comment
33098 07/07/2010 07:40 AM Cesar Ordiñana

gvSIG 2.0.0 build 2009 for developers

32923 07/02/2010 12:17 PM Joaquín del Cerro Murciano

Add to MapContextManager methods to create layers and deprecate this in LayerFactory

32907 06/28/2010 11:40 AM Cesar Ordiñana

Correct import

32906 06/28/2010 09:59 AM Cesar Ordiñana

Use new DataManager utility method

32880 06/24/2010 08:34 AM 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.

32793 06/10/2010 06:16 AM Cesar Ordiñana

Add new methods to the GraphicLayer:
- add more parameters to the addGraphic: an Object tag and a priority
- add a getSymbolId

32736 05/27/2010 07:48 AM Vicente Caballero

cache

32711 05/24/2010 10:40 AM Cesar Martinez Izquierdo

Fixed cloneViewport method (was commented out since the migration to the new persistence model)

32346 04/06/2010 08:01 AM Jorge Piera

It is necessary to set the attribute that uses the graphics layer legend to select the symbol used for drawing

32267 03/16/2010 11:45 AM Cesar Ordiñana

Ignore eclipse project files

32264 03/16/2010 03:29 AM Cesar Ordiñana

First approach to set gvSIG core dependencies in the org.gvsig.core.maven.dependencies pom file.

32058 01/27/2010 11:18 AM Cesar Ordiñana

Replace site repository id

31708 11/25/2009 04:32 AM Juan Lucas Domínguez

fixed persistence

31707 11/25/2009 04:31 AM Juan Lucas Domínguez

fixed typo inToc/visible

31706 11/25/2009 04:30 AM Juan Lucas Domínguez

persistence details

31699 11/24/2009 11:04 AM Cesar Ordiñana

Add new clear method to DynObject

31698 11/24/2009 11:03 AM Cesar Ordiñana

Check if there are any added Rectangles before returning the last one

31697 11/24/2009 10:45 AM Cesar Ordiñana

Update javadoc

31691 11/24/2009 04:58 AM Juan Lucas Domínguez

fixed vp persistence

31687 11/23/2009 09:27 AM Juan Lucas Domínguez

constructor is new Rectangle2D.Double(minx,miny,w,h)

31686 11/23/2009 02:47 AM Juan Lucas Domínguez

That assignment is not allowed in JME (a Rectangle is not a Rectangle2D)

31681 11/20/2009 08:56 AM Juan Lucas Domínguez

using direct rectangle2d persistence

31680 11/20/2009 08:55 AM Juan Lucas Domínguez

fixed typo

31679 11/20/2009 08:44 AM Cesar Ordiñana

New test units for the ExtentHistory class

31678 11/20/2009 08:24 AM Cesar Ordiñana

Revert to previous array based implementation, updating also the persistence

31677 11/20/2009 08:18 AM Cesar Ordiñana

Register the Rectangle2D persistence factory

31631 11/17/2009 04:15 AM Jorge Piera

Moving some classes of the API from org.gvsig.symbology to mapcontext.

31585 11/11/2009 09:47 AM Joaquín del Cerro Murciano
31552 11/10/2009 07:15 AM Joaquín del Cerro Murciano
31551 11/10/2009 07:14 AM Joaquín del Cerro Murciano
31550 11/10/2009 07:14 AM Joaquín del Cerro Murciano
31549 11/10/2009 07:11 AM Joaquín del Cerro Murciano
31548 11/10/2009 07:10 AM Joaquín del Cerro Murciano
31544 11/09/2009 08:57 AM Cesar Ordiñana

Replace Gobernment with Government in the header

31542 11/09/2009 06:59 AM Jorge Piera

Adding cache support

31496 11/04/2009 07:53 AM 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.
31493 11/04/2009 07:19 AM Cesar Ordiñana

Maven repository moved to OSOR.
Change all legacy dependencies with the standard ones, or if not available in the standard repositories, set them into their own groupid. For non standard available dependencies with not known version, set version as "unknown" instead of "gvsig"....

31489 11/04/2009 06:23 AM Juan Lucas Domínguez

added cdc dependencies

31347 10/20/2009 06:45 PM Cesar Ordiñana

Add pending imports

31346 10/20/2009 06:22 PM Cesar Ordiñana

Set dependence with libtools tests to test scope

31340 10/20/2009 08:29 AM Joaquín del Cerro Murciano
31333 10/20/2009 04:47 AM Cesar Ordiñana

Update .classpath only on multi jar projects

31330 10/19/2009 10:28 AM Cesar Ordiñana

Ignore eclipse configuration files

31326 10/19/2009 08:57 AM Cesar Ordiñana

Remove eclipse projects configuration. From now on, it will be generated locally with maven.

31284 10/14/2009 08:56 AM 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.

31280 10/14/2009 03:36 AM Juan Lucas Domínguez

small changes

31279 10/14/2009 03:36 AM Juan Lucas Domínguez

added test dependencies

31223 10/08/2009 03:03 AM Juan Lucas Domínguez

avoid getting manager (possibly not initialized) in static section

31222 10/08/2009 03:03 AM Juan Lucas Domínguez

removed system out

31215 10/07/2009 10:24 AM Cesar Ordiñana

Don't catch exception into test methods

31214 10/07/2009 10:24 AM Cesar Ordiñana

Persist the projection directly

31172 10/06/2009 10:51 AM Vicente Caballero

#2403

31157 10/06/2009 07:15 AM Juan Lucas Domínguez

added tests

31154 10/06/2009 07:03 AM Juan Lucas Domínguez

small changes related to persistence

31074 10/01/2009 12: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

31047 10/01/2009 10:46 AM Juan Lucas Domínguez

removed system out

31017 09/29/2009 05:44 AM Jorge Piera

Updating the project path

30976 09/25/2009 03:04 AM Carlos Sánchez Periñán

fixed classpath

30975 09/25/2009 02:55 AM Carlos Sánchez Periñán

deleted IverUtiles dependency. seems work right at least on cdc.

30950 09/23/2009 07:03 AM Jorge Piera

Updating some classpaths with some resources

30932 09/23/2009 01:49 AM Jorge Piera

The GeometryManager cannot be static because this class can be used when the GeometryManager has not been registered

30899 09/21/2009 10:00 AM Jorge Piera

Generating the .project and the classpath from the pom file

30892 09/21/2009 08:02 AM Cesar Ordiñana

Extract SymbolManager methods from the MapContextManager

30838 09/18/2009 09:20 AM Cesar Ordiñana

Symbology and Legends persistence and clone implementation.
New persistence and dynobjects utility methods.

30816 09/18/2009 04:42 AM Juan Lucas Domínguez

added test dependency

30813 09/17/2009 04:27 AM Javier Carrasco

Solved code failure. Patch provided by aromeu

30779 09/14/2009 07:08 AM Cesar Ordiñana

New persistence factories for java.awt.Font and java.awt.Point2D objects

30770 09/11/2009 08:31 AM Cesar Ordiñana

new Persistence factory for java.awt.Color objects

30769 09/11/2009 08:17 AM Javier Carrasco

Added separated profiles for desktop and mobile

30755 09/09/2009 03:01 AM Jorge Piera

Commented the AFTER_FINISH_EDITION in the update(Observable) method. It is necessary to use the GraphicsLayer.

30754 09/09/2009 02:42 AM Cesar Ordiñana

Added new TestCase extended class with automatic library initialization

30748 09/07/2009 12:50 PM Jorge Piera

Adding the GraphicsLayer

30738 09/04/2009 07:31 AM Carlos Sánchez Periñán

Deleted iverutiles from eclipse buildpath

30633 09/01/2009 08:00 AM Cesar Ordiñana

Small Library API refactoring

30632 09/01/2009 07:59 AM Cesar Ordiñana

Comment out non compiling code till someone solves it

30598 08/26/2009 08:08 AM Juan Lucas Domínguez

removed unused import

30596 08/26/2009 07:32 AM Juan Lucas Domínguez

removed dummy classes from src folder

30595 08/26/2009 07:31 AM Juan Lucas Domínguez

added dummy classes

30594 08/26/2009 07:30 AM Juan Lucas Domínguez

removed registerPersistent for dummy class

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

New automatic Library initialization mechanism and Library API refactoring

30574 08/25/2009 08:16 AM Juan Lucas Domínguez

Updated dummy classes

30509 08/13/2009 06:33 AM Vicente Caballero

#2476

30352 08/07/2009 05:07 AM Jorge Piera

Updated the FLyrVect.update method

30342 08/06/2009 03:17 AM Juan Lucas Domínguez

removed unnecessary nonn compatible classes

30325 08/06/2009 02:51 AM Jorge Piera

The snappers are not on the map context

30304 07/31/2009 09:25 AM Jose Manuel Vivó Arnal

Fixed a refresh problem.

see #2138

30240 07/31/2009 03:58 AM Juan Lucas Domínguez

Fixed little incompatibility

30236 07/31/2009 03:15 AM Juan Lucas Domínguez

Removed unnecessary (and non-compatible) class

30235 07/31/2009 03:12 AM Juan Lucas Domínguez

Removed unnecessary import

30209 07/30/2009 07:12 AM Jose Manuel Vivó Arnal

Fixed compilation problem

30187 07/29/2009 07:55 AM Javier Carrasco

Changed InfoByPoint.getInfo(), now it returns a DynObject Array.
Feature has been modified to extend DynObject.
DynField.setDefaultValue has been changed to setDynDefaultValue.

30183 07/29/2009 06:16 AM Jose Manuel Vivó Arnal
30181 07/29/2009 04:51 AM Juan Lucas Domínguez

Restored Feature parameter

30180 07/29/2009 04:48 AM Juan Lucas Domínguez

Skipped test until details are solved, now install works.

30179 07/29/2009 04:42 AM Juan Lucas Domínguez

Restored InfoByPoint to return XMLItem[]

30178 07/29/2009 03:55 AM Jose Manuel Vivó Arnal
30174 07/28/2009 08:44 AM Juan Lucas Domínguez

Added new persistence

30173 07/28/2009 08:44 AM Juan Lucas Domínguez

Added new persistence

30116 07/23/2009 09:23 AM Cesar Ordiñana

Add Feature as parameter to the ISymbol.draw method

30114 07/23/2009 08:48 AM Cesar Ordiñana

Print method parameter type correction