Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / dataTypes @ 1995

# Date Author Comment
1995 09/19/2019 09:59 PM Óscar Martínez

Correccion para que el string de fechas incluya horas

1994 09/19/2019 09:54 PM Óscar Martínez

Coerce para fechas por locale

1965 07/30/2019 02:41 AM Joaquín del Cerro Murciano
1946 07/10/2019 08:55 AM Joaquín del Cerro Murciano
1897 06/24/2019 12:40 PM Joaquín del Cerro Murciano
1894 06/18/2019 08:32 AM Joaquín del Cerro Murciano

He ido completando el soporte para el tipo de datos ByteArray, coerce, picker, dynformfield,...

1886 05/16/2019 08:46 AM Joaquín del Cerro Murciano
1882 05/01/2019 11:10 PM Joaquín del Cerro Murciano
1881 04/23/2019 10:30 PM Joaquín del Cerro Murciano

refactoring del los formularios dinamicos de gvSIG para dotarlos de mas funcionalidad

1844 02/19/2019 03:52 PM Óscar Martínez

refs #4987 Coercions, CoerceToDate

1836 02/10/2019 09:17 PM Joaquín del Cerro Murciano
1588 07/09/2017 06:55 PM Joaquín del Cerro Murciano

Fix coerce of boolean values to numeric

1584 06/30/2017 10:32 AM Joaquín del Cerro Murciano

Añadido soporte en Coerce para convertir una fecha a un long (getTime)

1426 06/29/2016 10:50 AM Daniel Martinez

refs #4240 Error de persistencia del tipo NUMERIC de PostgreSQL: Añadido al XMLPersistentStateReader para que identifique el tipo BigDecimal, y se añade a los data types

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

Boomb!

1388 02/25/2016 04:18 PM Francisco Díaz Carsí

refs #4123
- Fixed JDynFormFieldDate to accept null values.
- Attemp (but commented) to read the default values of Postgresql database.

1382 02/11/2016 08:51 AM Francisco Díaz Carsí

refs #4087
- Fixed CoerceToURI
- Added warning to log and UI when some project elements could not be loaded.

1373 01/21/2016 11:12 AM Francisco Díaz Carsí

refs #4017 Fixed CoerceToURI when the value is a String with white spaces and don't have a proper scheme to convert it to an URI with file scheme.

1315 12/16/2015 01:10 PM Francisco Díaz Carsí

refs #3893 Fixed relativize raster layer in project. Compatibilización con proyectos de testing.

1159 08/08/2014 01:41 PM Joaquín del Cerro Murciano
1034 05/25/2014 03:08 PM Joaquín del Cerro Murciano

Fix coercion from empty string

1003 03/21/2014 01:03 PM Joaquín del Cerro Murciano

Add a CoerceToObject coercion to prevent null pointer error when coerce to type object.

989 01/24/2014 05:16 AM Joaquín del Cerro Murciano

Añadido al coerce la posibilidad de especificar un locale de cara al parseo de numeros decimales y a su conversion en cadena.

962 11/20/2013 11:56 AM Joaquín del Cerro Murciano

Fix coercion with null values
refs #2116

931 11/05/2013 12:04 PM Joaquín del Cerro Murciano

Movido el JDynFormField al API y añadidos metodos de utilidad
en el JDynForm para obtener el JDynFormField de un campo por
nombre.

Añadido al JDynForm metodos para asignar y recuperar los valores
de un campo.

Añadido el tipo de datos Version

Añadida al test una configuracion basica para el logger....

883 10/24/2013 11:12 AM Joaquín del Cerro Murciano
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.

728 02/01/2013 04:27 AM Juan Lucas Domínguez

Improving coercion and parsing of type Timestamp

727 01/31/2013 11:04 AM Juan Lucas Domínguez

Added some javadoc about Timestamp coercion

726 01/31/2013 10:48 AM Juan Lucas Domínguez

#1593 Support for editing of Timestamp type fields in attribute table

725 01/31/2013 06:37 AM Juan Lucas Domínguez

Fixed casting in addCoercion method

714 10/17/2012 04:42 AM Joaquín del Cerro Murciano

Add subtype TEXT to suport long/multiline strings.

697 06/25/2012 01:31 PM Joaquín del Cerro Murciano

Añade soporte para que desde el inportador de dynclases desde xml se pueda asignar el valor por defecto a un dynfield. Esto ha llevado consigo que cuando se asigna un valor por defecto a un dynfield este se convierta al tipo del dynfield al hacer la asignacion. Antes esto no se hacia, pudiendo provocar incongruencias en el tipo de datos cuando el tipo del valor por defecto no era del tipo del dynfield. Ahora se provocaran errores en tiempo de ejecucion si se intenta hacer esta operacion.

653 11/28/2011 09:12 AM Cesar Ordiñana

Add new method to get a DataType for a java Class.

645 11/22/2011 10:13 AM Cesar Ordiñana

Format according to the gvSIG code conventions

630 10/21/2011 07:15 AM Cristian Martín

added isDynObject function

602 09/05/2011 04:06 AM Cesar Ordiñana

Add unit tests and correct some Coercion implementations. Also separate the CoerceToDate to three different coercers for DATE, TIME and TIMESTAMP data types.
This fixes bug gvsig-desktop#15643.

398 03/10/2011 04:43 AM Cesar Ordiñana

Remove unneeded check, we need to be able to update basic types coerces too.

329 11/03/2010 10:30 AM Cristian Martín

Added iterator function to loop into the existing DataTypes.

328 11/03/2010 10:12 AM Cristian Martín

Added iterator function to loop into the existing DataTypes.

221 08/27/2010 08:51 AM Joaquín del Cerro Murciano
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.

216 08/23/2010 07:23 AM Joaquín del Cerro Murciano

Add utility method isNumeric to DataType

187 07/05/2010 03:39 AM Joaquín del Cerro Murciano
185 07/02/2010 02:38 PM Cesar Ordiñana

addType was not updated to the change of throwing an exception when a referenced datatype is not registered

184 07/02/2010 02:19 PM Cesar Ordiñana

Throw exception when a referenced datatype is not registered

145 06/23/2010 09:34 AM Joaquín del Cerro Murciano

Refactoring of DataType structure,

144 06/23/2010 09:29 AM Joaquín del Cerro Murciano

Hexadecimal support in conversion of number as string to number

130 05/19/2010 09:54 AM Joaquín del Cerro Murciano

Change the management of containers data types.
Change DYNOBJECT type from CONTAINER to base type.

119 05/10/2010 06:49 AM Joaquín del Cerro Murciano

Add setCoercion method to DataTypesManager

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.
109 05/05/2010 08:50 AM Joaquín del Cerro Murciano
  • Change DataTypes from interface to abstract class.
  • Add to ToolsLocator get/register XmlPullParser.
  • DynObject
    - deprecated method and constants related
    to TheTypeOfAvailableValues
    - Add method coerce to DynField
    - Add method importDynClassDefinitions to ...
73 03/16/2010 11:30 AM Joaquín del Cerro Murciano

Changes in the implementation of persistence. Everything broken.

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