Statistics
| Revision:

gvsig-tools / org.gvsig.tools @ 360

# Date Author Comment
360 12/16/2010 04:39 AM Cristian Martín

Improvement of iterator(String libraryFilterName) function to not discriminate between uppercase and lowercase.

359 12/16/2010 04:35 AM Cristian Martín

Added getPriority functions in AbstractLibrary and improved OrderedLibs for resolving duplicated implementations problems choosing by its priorities. Added getPriority in the Library API as well.

358 12/16/2010 04:32 AM Cristian Martín

Added getPriority functions in AbstractLibrary and improved OrderedLibs for resolving duplicated implementations problems choosing by its priorities.

357 12/15/2010 08:57 AM Francisco Díaz Carsí

Added missing factory assignment in the read method

356 12/14/2010 11:45 AM Jorge Piera

Adding compatibility with the cdc profile

355 12/14/2010 06:46 AM Cesar Ordiñana

Use java generics

354 12/14/2010 06:31 AM Cesar Ordiñana

Add some javadoc comments.

340 11/18/2010 12:25 PM Cesar Ordiñana

Remove invalid space character in the xml version

339 11/18/2010 12:25 PM Cesar Ordiñana

Remove invalid space character in the xml version

338 11/18/2010 12:23 PM Cesar Ordiñana

Remove invalid space character in the xml version

337 11/18/2010 11:28 AM Cesar Ordiñana

While iterating through the cause stack, use Throwable instead of Exception, as there are sometimes Error objects

336 11/12/2010 04:07 AM Francisco Díaz Carsí

Fixed method getValue in JTextFieldComponent when the text of the component is empty.

334 11/11/2010 04:26 AM Francisco Díaz Carsí

Fixed DynObjects editing interface.

331 11/10/2010 06:39 AM Cesar Ordiñana

Create the target folder when downloading the maven base build jar file

330 11/09/2010 02:49 AM Francisco Díaz Carsí

Add persistence support to DynObject.

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.

326 11/03/2010 09:27 AM Cesar Ordiñana

Show exception name in the localized message stack when the exception is not a BaseException.

325 10/28/2010 01:05 PM Cesar Ordiñana

Replace deprecated maven property expression with the good one

318 10/28/2010 11:25 AM Cesar Ordiñana

Set subversion url for each subproject, as maven it is not able to know the subprojects url because of the osor subversion browser expecting a root-project parameter at the end.

317 10/28/2010 11:25 AM Cesar Ordiñana

Set subversion url for each subproject, as maven it is not able to know the subprojects url because of the osor subversion browser expecting a root-project parameter at the end.

316 10/28/2010 11:14 AM Cesar Ordiñana

Ignore eclipse project files

315 10/28/2010 11:13 AM Cesar Ordiñana

Ignore eclipse project files

308 10/18/2010 07:21 AM Cristian Martín

Bug found and solved, in which a HashMap was iterated and each iteration was not correctly casted.

307 10/11/2010 09:35 AM Cristian Martín

Added iterator(string namespace) function to get an iterated list of all the current dynobjects of this specific function.

306 10/11/2010 08:32 AM Cesar Ordiñana

Add flag to create writeable or readonly dynobject components.
Solve image resource loading.

305 10/11/2010 08:31 AM Cesar Ordiñana

Revert class structure

304 10/11/2010 08:30 AM Cesar Ordiñana

Revert class structure

303 10/11/2010 08:30 AM Cesar Ordiñana

Remove commented lines

302 10/11/2010 08:23 AM Cesar Ordiñana

Remove eclipse compilation warnings

301 10/11/2010 08:22 AM Cesar Ordiñana

Allow to create paging helper with a given initial page size

300 10/11/2010 08:22 AM Cesar Ordiñana

Add update and delete methods

299 10/08/2010 10:43 AM Joaquín del Cerro Murciano
298 10/07/2010 11:45 PM Cristian Martín

Formatting cleanup of code

297 10/07/2010 11:26 PM Cristian Martín

Validation errors solved.

296 10/07/2010 11:13 PM Cristian Martín

Validation errors solved.

295 10/07/2010 12:41 PM Cesar Ordiñana

Remove unused imports

294 10/07/2010 12:41 PM Cesar Ordiñana

Remove unused imports

293 10/07/2010 12:16 PM Cesar Ordiñana

Remove unused imports

291 10/04/2010 08:35 AM Cesar Ordiñana

Move taskdef declaration into a target, as the dependencies required are downloaded by other task.

290 10/04/2010 08:31 AM Cesar Ordiñana

Use common static utilities in the BaseException class

288 10/04/2010 03:53 AM Cristian Martín

Compilation error solved: spi module was needed to compile.

286 10/01/2010 06:51 AM Joaquín del Cerro Murciano

Improve error handling in extend method of dynclass.

285 10/01/2010 04:52 AM Cristian Martín

Changes on spinner and javadocs

284 10/01/2010 04:49 AM Cristian Martín

Changes on spinner and javadocs

283 10/01/2010 04:49 AM Cristian Martín

Changes on spinner and javadocs

282 10/01/2010 04:48 AM Cristian Martín

FileChooser optimized

281 10/01/2010 04:47 AM Cristian Martín

Changes on spinner and javadocs

280 10/01/2010 04:43 AM Cristian Martín

Some Javadoc added

279 09/30/2010 11:08 AM Joaquín del Cerro Murciano
278 09/30/2010 08:05 AM Cesar Ordiñana

Extract DynClassName API
https://forge.osor.eu/pm/task.php?func=detailtask&project_task_id=887&group_id=89&group_project_id=380

277 09/29/2010 12:46 PM Joaquín del Cerro Murciano

Fix bugs in persistence of File and improve error handling.

276 09/29/2010 12:44 PM Joaquín del Cerro Murciano

Support for the interface Callable from java 1.5, and a utility class to call callables and collect errores.

275 09/28/2010 04:54 AM Cesar Ordiñana

Update to the org.gvsig.maven.base.build last version

273 09/26/2010 06:08 PM Cristian Martín

Refactor of DynFieldComponentModel into DynFieldModel.

272 09/26/2010 04:19 PM Cristian Martín

Revision of format, headers and javadocs.

271 09/24/2010 04:37 AM Cristian Martín

Minor changes to JDateDynFieldComponent to allow full datetime display.

270 09/23/2010 08:49 PM Cristian Martín

Major formatting process for the org.gvsig.tools.swing and org.gvsig.tools.main modules, according to the formatting conventions stabled by gvSIG

269 09/23/2010 08:17 PM Cristian Martín

Adding date type visualization of dynfields of type DATE, TIME and TIMESTAMP.

268 09/23/2010 08:12 PM Cristian Martín

Adding date type visualization of dynfields of type DATE, TIME and TIMESTAMP.

267 09/23/2010 08:11 PM Cristian Martín

error when commit unsolved with cleanup command

266 09/23/2010 08:09 PM Cristian Martín

Adding date type visualization of dynfields of type DATE, TIME and TIMESTAMP.

265 09/23/2010 08:05 PM Cristian Martín

error when uploading

264 09/23/2010 07:34 PM Cristian Martín

Adding date type visualization of dynfields of type DATE, TIME and TIMESTAMP.

263 09/23/2010 07:28 PM Cristian Martín

Changes made to add JDateDynFieldComponent. This way, you can visualize time datatypes such as DATE, TIME and TIMESTAMP. flib-freixas jar library has been added as well to the swing.serv.field module for the Calendar panel.

261 09/23/2010 03:33 AM Cesar Ordiñana

New DynObjectSet implementation façade for a list of DynObjectSet objects.

260 09/22/2010 08:22 AM Joaquín del Cerro Murciano

Cosmetic. Fix error in ListBaseException message

259 09/22/2010 08:21 AM Joaquín del Cerro Murciano

Fix bugs in the validate of dynfields when fields are type object.

258 09/22/2010 06:06 AM Joaquín del Cerro Murciano

Improve error handling in persistence

257 09/22/2010 12:01 AM Cristian Martín

Misspelling of exception solved.

256 09/22/2010 12:00 AM Cristian Martín

Misspelling of exception solved.

255 09/21/2010 11:59 PM Cristian Martín

Minor changes on layout.

254 09/21/2010 11:57 PM Cristian Martín

Bug on not displaying correct value after saved. Problem solved.

253 09/21/2010 10:01 AM Joaquín del Cerro Murciano

Improve error handling in dynobjects validation

252 09/20/2010 11:05 AM Joaquín del Cerro Murciano

Improve error handling in persistence management

251 09/20/2010 11:03 AM Joaquín del Cerro Murciano

Add validate support for URI, URL and File

249 09/20/2010 07:57 AM Cesar Ordiñana

Some corrections as call invalidate and repaint so the component gets updated when another dynobject is selected to be viewed.

247 09/16/2010 12:03 PM Cesar Ordiñana

For a field label use the name if the description is null or empty

246 09/15/2010 10:01 AM Cesar Ordiñana

Set layout in the constructor

245 09/15/2010 04:20 AM Cesar Ordiñana

New swing component to render DynObjectSet objects

244 09/15/2010 04:19 AM Cesar Ordiñana

Add a default implementation for the DynObjectPagingHelper interface

243 09/15/2010 04:18 AM Cesar Ordiñana

Remove non used package

242 09/15/2010 04:17 AM Cesar Ordiñana

Remove non used package

241 09/15/2010 04:17 AM Cesar Ordiñana

Remove non used package

240 09/15/2010 04:15 AM Cesar Ordiñana

Remove non used package

239 09/15/2010 04:15 AM Cesar Ordiñana

Added pending interface inheritance

238 09/15/2010 04:14 AM Cesar Ordiñana

Data paging related utilities

237 09/13/2010 10:39 AM Cesar Ordiñana

Upgrade to last org.gvsig.maven.base version

235 09/13/2010 05:46 AM Cesar Ordiñana

doCreate method now throws ServiceException

234 09/13/2010 05:40 AM Cesar Ordiñana

Add a throws ServiceException

233 09/13/2010 05:38 AM Cesar Ordiñana

Format, remove comented code and update javadoc

232 09/13/2010 05:23 AM Cesar Ordiñana

Extract Component interface and rename getJComponent to asJComponent

231 09/13/2010 04:12 AM Cesar Ordiñana

Added pending interface inheritance

230 09/13/2010 04:04 AM Cesar Ordiñana

Refactor JComponent interface:

- Move it to the tools.swing.api root package
- Make it extend Service
- Rename it to ComponentService
- Change method to return JComponent instead of Object

229 09/13/2010 03:41 AM Cesar Ordiñana

Format, remove comented code and update javadoc

228 09/13/2010 03:39 AM Cesar Ordiñana

Format, remove comented code and update javadoc

227 09/13/2010 03:37 AM Cesar Ordiñana

Format and remove commented code

226 09/13/2010 03:15 AM Cesar Ordiñana

Re-add the main subproject

225 08/31/2010 07:33 AM Cesar Ordiñana

Remove unused dependencies

224 08/31/2010 07:25 AM Cesar Ordiñana

Replace IOException constructor available only since 1.6