Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / ToolsLibrary.java @ 2402

History | View | Annotate | Download (2.06 KB)

# Date Author Comment
2206 03/31/2020 05:18 PM Óscar Martínez

Implementación de NamesTranslator para atributos en el exportador

2022 10/14/2019 05:10 PM Óscar Martínez

Persistencia para Capas de dibujo rapido en proyecto

1886 05/16/2019 08:46 AM Joaquín del Cerro Murciano
1454 02/12/2017 11:06 PM Joaquín del Cerro Murciano

Añadido soporte para la gestion global de ficheros temporales

1405 05/11/2016 01:58 PM Joaquín del Cerro Murciano

Boomb!

1160 09/04/2014 09:26 AM Joaquín del Cerro Murciano

Añadido soporte para manejo basico de identidades (autenticacion y autorizacion). Solo un API/SPI simple, junto con una implementacion "tonta" por defecto. El API es muy muy simple, y probablemente debera ir evolucionando.

802 05/10/2013 08:42 AM Cesar Ordiñana

Add or update headers to the current gvSIG Association one.
Updated while in the Code Copyright Review for the OSGEO incubation process report.

715 10/17/2012 04:50 AM Joaquín del Cerro Murciano

Add support to manage packages in tools library.

513 07/04/2011 07:52 AM Cesar Ordiñana

Replace deprecated constructor usage

445 04/14/2011 04:37 AM Joaquín del Cerro Murciano

- Remove unused clases from org.gvsig.tools.task
- Mark as deprecated org.gvsig.tools.task.Cacellable
and add new interface CacellableTask
- Add support to manage status of task.

220 08/25/2010 06:27 AM Joaquín del Cerro Murciano

- Add support to File/URL/URI in DataTypes, DynObject and persistence.
- Add visibility of PersistentContext through PersistentState.
- Add checks in set of persistent state of types of values.

188 07/06/2010 09:25 AM Joaquín del Cerro Murciano

Add Library methods to specify dependencies with other libraries.

125 05/13/2010 06:42 AM Joaquín del Cerro Murciano

svn keyword test

115 05/07/2010 05:39 AM Cesar Ordiñana

Add javadoc and do some code formatting

114 05/07/2010 05:37 AM Cesar Ordiñana

Set the dummy I18nManager implementation as the default one.

112 05/07/2010 05:02 AM Joaquín del Cerro Murciano
  • Extends DataTypeManager to add coerce methods
    and use this in DynObjects.
  • Remove use of deprecated code.
  • Fix register of DefaultDataTypesManager.
  • Remove deprecated methods of DataTypes
    and back this to an interface.
19 02/23/2010 08:46 AM Cesar Ordiñana
18 02/23/2010 08:45 AM Cesar Ordiñana

New project structure with workspace bootstrapping added