Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library @ 501

# Date Author Comment
501 06/27/2011 10:33 AM Cristian Martín

More panels added for testing purposes

500 06/27/2011 09:40 AM Cristian Martín

Code cleaned.

499 06/27/2011 09:40 AM Cristian Martín

Model created at runtime and not at the constructor function.

498 06/27/2011 09:37 AM Cristian Martín

Class has been renamed.

497 06/27/2011 09:35 AM Cristian Martín

Graphic components and models fully reviewed

496 06/27/2011 09:33 AM Cristian Martín

New graphic standard components added.

495 06/27/2011 09:31 AM Cristian Martín

Added WindowManager function to detect any first level component of a frame to be set to unvisible state, in order to make its frame disappear as well.

494 06/27/2011 09:28 AM Cristian Martín

Graphic components and models fully reviewed

493 06/27/2011 09:23 AM Cristian Martín

Added registering functionality of dynObject models

492 06/27/2011 09:16 AM Cristian Martín

New graphic standard components added.

491 06/27/2011 09:16 AM Cristian Martín

Commented function cleaned.

490 06/27/2011 09:15 AM Cristian Martín

Added registering functionality of dynObject models

489 05/31/2011 09:48 AM Cesar Ordiñana

Remove own toString method so the Throwable class default one is used, which shows all the information when it is a ListBaseException

488 05/23/2011 09:49 AM Jorge Piera

Just updating the implementation of some methods for a better performance

487 05/23/2011 07:57 AM Jorge Piera

Adding the AndEvaluator: a new evaluator that is composed by a set of evaluators [gvsig-desktop #15366]

485 05/13/2011 08:46 AM Cesar Ordiñana

Add new method so the libraries may register themselves there instead of the constructor, so the application may continue starting even if there is an error in one of the libraries.

484 05/13/2011 07:46 AM Cristian Martín

Duplicated resource

483 05/13/2011 07:46 AM Cristian Martín

DynObject name can be found at the subType of its dynObject. Solved NullPointerException.

482 05/13/2011 07:45 AM Cristian Martín

NullPointerException on ImageIcon solved.

481 05/11/2011 10:54 AM Cesar Ordiñana

Add to the test the case of dependency to a library of type service.

480 05/11/2011 10:53 AM Cesar Ordiñana

Add libraries of service type also as implementations of themselves

479 05/11/2011 10:52 AM Cesar Ordiñana

Deprecate the require method with two parameters

478 05/11/2011 08:09 AM Cesar Ordiñana

Added new Library.TYPE for service or provider libraries.
Also updated library ordering logic to take the new type into account, solve a bug with priorities, and when a requirement to a library is found, load everything to get a fully functional library: API, implementation and all available services.

477 05/11/2011 04:45 AM Joaquín del Cerro Murciano

Remove method DynObject.hasEmptyValues and use of
exception DynFieldValidateException from the API

476 05/10/2011 11:06 AM Cristian Martín

organized imports

475 05/10/2011 11:00 AM Cristian Martín

code cleaned

474 05/10/2011 10:59 AM Cristian Martín

code cleaned

473 05/10/2011 06:47 AM Cristian Martín

Added LOG and ValidateException handling

472 05/10/2011 06:47 AM Cristian Martín

Added LOG and ValidateException handling

471 05/10/2011 06:43 AM Cristian Martín

Added Exception throws

470 05/10/2011 06:43 AM Cristian Martín

LOG and exceptions handling

469 05/10/2011 06:42 AM Cristian Martín

null values and exceptions handling

468 05/10/2011 06:39 AM Cristian Martín

Added LOG and ValidateException throws

467 05/10/2011 06:37 AM Cristian Martín

Added value that was trying to insert in DynFieldRequiredException to be queryable.

466 05/10/2011 06:36 AM Cristian Martín

Added hasEmptyValues() function to be used at DynObject level

465 05/10/2011 06:35 AM Cristian Martín

- Added hasEmptyValues() function implementation at DynObject level
- Null value check added before looping into the fields

462 04/29/2011 10:50 AM Joaquín del Cerro Murciano

Fix size in DefaultJTasksStatus

461 04/29/2011 04:41 AM Cristian Martín

Adding checking if root for imageIcon exists

460 04/27/2011 02:44 AM Cesar Ordiñana

Change parent version to the 1.0.8-SNAPSHOT

457 04/22/2011 10:39 AM Joaquín del Cerro Murciano

Fix minor bugs in JTasksStatus when not has more task running

456 04/22/2011 08:17 AM Joaquín del Cerro Murciano

Fix incorrect method name terminate in TaskStatus.

455 04/21/2011 05:54 PM Joaquín del Cerro Murciano

FIx some bugs when remove TaskSatus

454 04/21/2011 05:53 PM Joaquín del Cerro Murciano

Add remove button in JTaskStatus

453 04/21/2011 05:52 PM Joaquín del Cerro Murciano

remove unused imports

452 04/21/2011 05:50 PM Joaquín del Cerro Murciano

add autoremove in TaskStatus

451 04/21/2011 03:25 PM Joaquín del Cerro Murciano
450 04/21/2011 03:25 PM Joaquín del Cerro Murciano

- Add method "add" to TaskStatus
- Add javadocs to the API of task .

449 04/20/2011 10:47 AM Joaquín del Cerro Murciano

Add JTasksStatusList and use in JTasksStatus

448 04/19/2011 09:03 AM Joaquín del Cerro Murciano

Add utility methods to JTaskStatus

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

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

[maven-release-plugin] copy for tag 2.1.1

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

[maven-release-plugin] prepare release 2.1.1

438 04/12/2011 07:33 AM Joaquín del Cerro Murciano
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

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

[maven-release-plugin] copy for tag 2.1.1

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

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

[maven-release-plugin] copy for tag org.gvsig.tools-2.1.0

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

409 03/11/2011 07:49 AM Cesar Ordiñana

Release error

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

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

[maven-release-plugin] copy for tag org.gvsig.tools-2.1.0

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.