Statistics
| Revision:

gvsig-tools @ 162

# Date Author Comment
162 06/24/2010 06:18 AM Cristian Martín

Initial import

161 06/24/2010 06:16 AM Cristian Martín

Initial import.

160 06/24/2010 06:14 AM Cristian Martín

Initial import

159 06/24/2010 06:12 AM Cristian Martín

Initial import.

158 06/24/2010 06:11 AM Cristian Martín
157 06/24/2010 03:52 AM Cesar Ordiñana

Replace simple for loops with while ones

156 06/24/2010 03:50 AM Cesar Ordiñana

Correct javadoc

155 06/24/2010 03:38 AM Cesar Ordiñana

Remove unneeded imports

154 06/24/2010 03:28 AM Cesar Ordiñana

Add chmod configuration with permission to all people while OSOR IT guys try to solve the group related permissions issue.

153 06/24/2010 02:56 AM Cesar Ordiñana

Comment non existing dependencies while the required code is prepared to be commited by cmartin.

152 06/24/2010 02:46 AM Cesar Ordiñana

Comment non compiling code while the required code is prepared to be commited by cmartin.

151 06/24/2010 02:36 AM Cesar Ordiñana

Upgrade to org.gvsig.maven 1.0.5 version

150 06/23/2010 10:41 AM Joaquín del Cerro Murciano

Fix on initialization errors

149 06/23/2010 10:40 AM Joaquín del Cerro Murciano

Add support to continue initialization on errors.

148 06/23/2010 10:38 AM Joaquín del Cerro Murciano

More logging and better exception management

147 06/23/2010 10:35 AM Joaquín del Cerro Murciano

Fix message generation in BaseListException

146 06/23/2010 10:34 AM Joaquín del Cerro Murciano

Fix bugs in the namespace management.

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

143 06/23/2010 07:53 AM Cristian Martín
142 06/23/2010 07:52 AM Cristian Martín

DynObjectComponentAction modified to accept JDynField and JDynObject components

141 06/23/2010 07:39 AM Cristian Martín

Added readOnly attributes, as well as some minimal bugs related to ElementType's creation when the field is a Container, in which case the type was mistakenly assigned.

140 06/23/2010 02:56 AM Cesar Ordiñana

Formatting

139 06/17/2010 08:16 AM Cesar Ordiñana

[maven-release-plugin] prepare for next development iteration

138 06/17/2010 08:16 AM Cesar Ordiñana

[maven-release-plugin] copy for tag 1.0.5

137 06/17/2010 08:16 AM Cesar Ordiñana

[maven-release-plugin] prepare release 1.0.5

136 06/17/2010 08:05 AM Cesar Ordiñana

Change downloaded jar version to the 1.0.5 final

135 05/28/2010 08:04 AM Cesar Ordiñana

If there is not any provider registered the extension point may be null.

134 05/27/2010 11:41 AM Cesar Ordiñana

Upgrade org.gvsig.maven.base.pom version

133 05/26/2010 01:57 PM Cesar Ordiñana

Checkstyle finetunning to comply with gvSIG code conventions

132 05/26/2010 01:57 PM Cesar Ordiñana

Site generation updates

131 05/26/2010 08:44 AM Cesar Ordiñana

Solve some site generation errors:
- New checkstyle version configuration incompatibilities
- Tags plugin needs to be run after the JXR one

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.

129 05/18/2010 11:36 AM Ignacio Brodín

new sextante version 0.6.0

128 05/18/2010 04:08 AM Joaquín del Cerro Murciano

Fix problems when import dynclass definition from XML with namespaces

127 05/18/2010 04:06 AM Joaquín del Cerro Murciano

Change the name of constant DYNCLASS_NAMESPACE
to PERSISTENCE_NAMESPACE.

126 05/18/2010 03:59 AM Joaquín del Cerro Murciano

Add contructors to support chained list of exceptions

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

svn keyword test

124 05/12/2010 12:55 PM Cesar Ordiñana

Upgrade org.gvsig.maven.base.build dependence to 1.0.5-SNAPSHOT

123 05/12/2010 12:47 PM Cesar Ordiñana

Add two new mvn tasks and launchers: dependency:tree and any maven goal

122 05/12/2010 06:16 AM Cesar Ordiñana

Update scm configuration

121 05/12/2010 04:06 AM Cesar Ordiñana

Make the complex notification reentrant

120 05/10/2010 06:58 AM Joaquín del Cerro Murciano

Add attribute hidden to DynField

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

Add setCoercion method to DataTypesManager

118 05/10/2010 03:24 AM José Badía

removing user's cancel panel

117 05/08/2010 05:37 AM Cesar Ordiñana

Update ToolsLocator to contain only the comma list of xml pull parser implementations to be used with the XmlPullParserFactory

116 05/07/2010 07:26 AM Joaquín del Cerro Murciano
  • Fix bug in namespace/name dynclass lookup
  • Add to persistence manager getDefinition(name)
    to retrieve registered a definition class in
    persistence manager by name.
  • Add throw exception in addDefinition when redefine
    a persistence definition.
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.

113 05/07/2010 05:33 AM Cesar Ordiñana

Add encoding to the xml definition header

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

Remove dead code

110 05/06/2010 07:06 AM Cesar Ordiñana

Corrected end xml document parsing

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 ...
108 04/28/2010 05:01 AM Ignacio Brodín

check path

107 04/28/2010 03:59 AM Ignacio Brodín

check path

106 04/28/2010 02:26 AM Ignacio Brodín

Sextante version

105 04/26/2010 10:25 AM Cesar Ordiñana

Initial API definition for a DynObjectSet and a DynObjectPagingHelper extracted from the Feature related ones.

104 04/21/2010 09:09 AM Cesar Ordiñana

Remove buttons

103 04/21/2010 09:04 AM Cesar Ordiñana

Add a todo having to add all supported types

102 04/21/2010 09:02 AM Cesar Ordiñana

Return the name as description if none is provided

101 04/21/2010 09:01 AM Cesar Ordiñana

Add field component registration support

100 04/21/2010 09:00 AM Cesar Ordiñana

Add a new manager for usability components, having a button with standard sizes for now

99 04/21/2010 07:52 AM Cesar Ordiñana

Add support for the multiple service implementation model

98 04/19/2010 10:56 AM Cesar Ordiñana

Add Dummy I18nManager implementation just in case there is not any implementation registered

97 04/16/2010 04:44 AM Cesar Ordiñana

Remove dummy eclipse warning

96 04/16/2010 04:39 AM Cesar Ordiñana

Add serialUIDs to the exceptions

95 04/16/2010 04:37 AM Cesar Ordiñana

Ignore maven and eclipse project folders and configuration files

94 04/16/2010 04:22 AM Cesar Ordiñana

Add the swing and main modules

93 04/16/2010 04:20 AM Cesar Ordiñana

Create tools swing library with dummy DynObject swing api and implementation

92 04/16/2010 03:49 AM Cesar Ordiñana

Reimplement the toString method to show the DynObject atribute values

91 04/09/2010 04:30 AM Cesar Ordiñana

[maven-release-plugin] prepare for next development iteration

90 04/09/2010 04:30 AM Cesar Ordiñana

[maven-release-plugin] copy for tag 1.0.4

89 04/09/2010 04:30 AM Cesar Ordiñana

[maven-release-plugin] prepare release 1.0.4

88 04/09/2010 04:28 AM Cesar Ordiñana

We are having problems to create a tag with jbadia user, return to previous one to try it myself

87 04/09/2010 04:25 AM José Badía

[maven-release-plugin] prepare release 1.0.5

86 04/09/2010 04:24 AM José Badía

UP to 1.05 release

85 04/09/2010 04:18 AM José Badía

[maven-release-plugin] prepare release 1.0.4

84 04/09/2010 04:15 AM José Badía

Revert 1.0.4 release

83 04/09/2010 04:01 AM José Badía

[maven-release-plugin] prepare release 1.0.4

82 04/09/2010 03:53 AM José Badía

Added wizard to configure the gvSIG profile in the 'prepare-workspace.xml' process

81 04/09/2010 03:53 AM José Badía

Added wizard to configure the gvSIG profile in the 'prepare-workspace.xml' process

80 04/09/2010 03:52 AM José Badía
79 03/25/2010 08:47 AM Cesar Ordiñana

[maven-release-plugin] prepare for next development iteration

78 03/25/2010 08:46 AM Cesar Ordiñana

[maven-release-plugin] copy for tag 1.0.3

77 03/25/2010 08:46 AM Cesar Ordiñana

[maven-release-plugin] prepare release 1.0.3

76 03/25/2010 08:33 AM José Badía

Add an antform to the prepare-workspace target

75 03/23/2010 08:26 AM Cesar Ordiñana

Move platform configuration to an external file per user

74 03/16/2010 11:32 AM Joaquín del Cerro Murciano

Changes in the implementation of persistence. Everything broken.

73 03/16/2010 11:30 AM Joaquín del Cerro Murciano

Changes in the implementation of persistence. Everything broken.

72 03/16/2010 10:36 AM Joaquín del Cerro Murciano
71 03/16/2010 09:55 AM Joaquín del Cerro Murciano
70 03/16/2010 09:47 AM Joaquín del Cerro Murciano

Change persistence implementation phase1

69 03/16/2010 07:20 AM José Badía

Modifications on Service before the implementation of FortuneCookie's project

68 03/16/2010 07:18 AM José Badía
67 03/16/2010 05:51 AM José Badía
66 03/16/2010 03:20 AM Cesar Ordiñana

Don't use timestamped snapshots, as they won't work with our current JNI maven mechanism

65 03/15/2010 07:58 AM Ignacio Brodín

org.gvsig.maven.base.tools 1.0.3 version

64 03/04/2010 09:16 AM Cesar Ordiñana

Add the reference to the gvSIG maven repository, or it won't be able to download the org.gvsig.maven.base.pom parent dependency

63 03/02/2010 10:10 AM Cesar Ordiñana

[maven-release-plugin] prepare for next development iteration