Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk @ 447

# Date Author Comment
447 04/19/2011 06:24 AM Joaquín del Cerro Murciano

Fix bugs in TaskStatus utilities and add swing components.

446 04/15/2011 04:00 AM Joaquín del Cerro Murciano

Restore accidentally deleted interface

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.

444 04/14/2011 04:16 AM Joaquín del Cerro Murciano

Remove unused imports

443 04/14/2011 04:16 AM Joaquín del Cerro Murciano

Remove unused imports

442 04/14/2011 04:15 AM Joaquín del Cerro Murciano

Remove unused methods in private class

441 04/12/2011 07:49 AM Joaquín del Cerro Murciano

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

439 04/12/2011 07:49 AM Joaquín del Cerro Murciano

[maven-release-plugin] prepare release 2.1.1

437 04/12/2011 07:32 AM Joaquín del Cerro Murciano

[maven-release-plugin] rollback the release of 2.1.1

436 04/12/2011 07:21 AM Joaquín del Cerro Murciano

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

434 04/12/2011 07:21 AM Joaquín del Cerro Murciano

[maven-release-plugin] prepare release 2.1.1

433 04/12/2011 07:12 AM Joaquín del Cerro Murciano

Cambio de version de org.gvsig.maven.base

418 04/12/2011 04:38 AM Joaquín del Cerro Murciano

Add syncronize to methods in DefaultDisposableManager.

417 04/12/2011 03:27 AM Francisco Díaz Carsí

Added a reference counter in the disposable objects to check when one of these objects should definitely be released.
Removed WeakReferencingDisposableManager class.
gvsig-desktop#15128

414 03/14/2011 07:16 AM Cesar Ordiñana

Change base.pom dependency to the 1.0.7-SNAPSHOT

413 03/11/2011 08:10 AM Cesar Ordiñana

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

411 03/11/2011 08:10 AM Cesar Ordiñana

[maven-release-plugin] prepare release org.gvsig.tools-2.1.0

410 03/11/2011 08:08 AM Cesar Ordiñana

Solve scm URLs for the release:perform plugin

408 03/11/2011 07:48 AM Cesar Ordiñana

[maven-release-plugin] rollback the release of org.gvsig.tools-2.1.0

407 03/11/2011 07:44 AM Cesar Ordiñana

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

405 03/11/2011 07:44 AM Cesar Ordiñana

[maven-release-plugin] prepare release org.gvsig.tools-2.1.0

404 03/11/2011 07:35 AM Cesar Ordiñana

Change base.pom dependency to the 1.0.6 final version

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

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

397 03/10/2011 03:33 AM Cesar Ordiñana

Add slf4j needed test dependencies

395 03/10/2011 02:54 AM Cesar Ordiñana

added slf4j dependency

391 02/16/2011 06:28 AM Cristian Martín

Explanation text in error exception when metadata name contains ":" changed.

390 02/14/2011 08:38 AM Cristian Martín

small bug fixed, in order to be able to remove superDynStructs of a given DynStruct.

389 02/14/2011 05:45 AM Cesar Ordiñana

Correct encoding

388 02/09/2011 10:35 AM Cristian Martín

added remove(DynStruct) to remove superClasses and apply a consolide().

387 02/09/2011 08:21 AM Cristian Martín

Changed DynObject values from Object[] to Map in order to add key names of the fields.

386 02/09/2011 08:09 AM Cristian Martín

DynClass name should avoid programmer erros such as inserting more than one ":" in a fullName, one or mor ":" in a namespace or null values in a name. In those cases, an IllegalArgumentException is thrown.

385 02/09/2011 08:05 AM Cristian Martín

English message correction. Changed "don't" for "didn't"

384 02/03/2011 11:24 AM Cesar Ordiñana

Change found libraries log indentation so it is not confused in the log with an exception stacktrace

381 01/30/2011 05:04 PM Cristian Martín

Changed getName to getFullName at DynObjectException message

380 01/28/2011 09:49 AM Cristian Martín

superClassMap and classes variables were using dynClass.getName() to put values on the map. Changed to getFullName() function

377 01/24/2011 11:18 AM Cesar Ordiñana

Update with the last changes

374 01/10/2011 07:35 AM Cesar Ordiñana

Library parameter being null was not being checked

372 12/21/2010 09:52 AM Cesar Ordiñana

Refactor and add also library of type api when a library of type impl is required, just in case there is an error in the impl library definition.

371 12/21/2010 09:51 AM Cesar Ordiñana

Validate given library classes to be of Library type

370 12/21/2010 07:49 AM Cesar Ordiñana

Format and cleanup

369 12/16/2010 01:50 PM Cesar Ordiñana

Define library dependencies

368 12/16/2010 01:50 PM Cesar Ordiñana

Deprecate empty constructor

367 12/16/2010 01:49 PM Cesar Ordiñana

Deprecate empty constructor

366 12/16/2010 05:50 AM Cristian Martín

isExtendable API added

365 12/16/2010 05:50 AM Cristian Martín

Some source commented.

364 12/16/2010 05:47 AM Cristian Martín

NullPointer Exception solved

363 12/16/2010 05:46 AM Cristian Martín

Improved automatic metadata tabs by showing not "General" by default but the name of the metadata object and " info" on the tab.

362 12/16/2010 05:44 AM Cristian Martín

Indentation fixed

361 12/16/2010 05:28 AM Cristian Martín

isExtendable function implementation added at the end of the class, and corrected standard indentation

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