Statistics
| Revision:

gvsig-tools @ 629

# Date Author Comment
629 10/21/2011 07:15 AM Cristian Martín

Added tests

628 10/21/2011 07:14 AM Cristian Martín

Forced setting first type and subtype and then the rest of field properties when importing and creating dynFields.

627 10/21/2011 07:12 AM Cristian Martín

indented correctly.

626 10/21/2011 07:09 AM Cristian Martín

toString function was not displaying the appropriate format.

625 10/21/2011 07:08 AM Cristian Martín

solving a bug issue: combobox was not retrieving the correct value when loaded from the persistence manager.

624 10/21/2011 07:06 AM Cristian Martín

added the option of creating a JBlank panel in the usability swing manager.

623 10/19/2011 09:27 AM Cesar Ordiñana

Add new package info generation parameters also to other installer maven plugins configurations

622 10/19/2011 08:53 AM Cesar Ordiñana

Add new package info generation parameters

621 10/17/2011 07:52 AM Cesar Ordiñana

Add fullInitialize method with ignore errors parameter and update javadoc

620 10/13/2011 03:38 AM Francisco Díaz Carsí

Eliminado el iterador de la clase ComplexNotification, siendo sustituido por la implementación de Visitable, evitando visitadores simultáneos.

619 10/10/2011 11:42 AM Cesar Ordiñana

Solve bug gvisg-desktop#15765.

618 10/10/2011 11:28 AM Cristian Martín

mandatories left out for testing

617 10/10/2011 11:25 AM Cristian Martín

getting correct dynObject value solved

616 10/10/2011 11:24 AM Cristian Martín

checking that if ids are equal isInstance returns true as well.

615 10/10/2011 11:24 AM Cesar Ordiñana

Don't capture exceptions but throw them in the test method

614 10/10/2011 10:03 AM Cristian Martín

Added validation test

613 10/10/2011 06:47 AM Cesar Ordiñana

Replace geotools dependencies version with first final one available in the osgeo maven repository. Also move JCRS own dependencies to its gvSIG plugin.

612 10/07/2011 10:28 AM Cristian Martín

commit has been messed up with automatic indentation. The only modified bit is the one of the 'checkFields()' function to throw an exeption when the user/developer has created a dynobject field in another dynobject without setting its subtype to the className of that dynobject.

611 10/07/2011 10:15 AM Cristian Martín

minor fixes on implementation of DefaultDynfield. Some getters could retrieve null values, but their correspondent setters were not checking this option.

610 10/07/2011 10:13 AM Cristian Martín

Added new exception if a field within a dynObject is a dynObject and its subtype has not been defined.

609 10/07/2011 10:12 AM Cristian Martín

Solving some validation issues

608 10/07/2011 05:12 AM Cristian Martín

comment correction

607 10/04/2011 09:05 AM Cesar Ordiñana

Add support to load libraries from a list of classloaders and better loging

606 10/04/2011 09:03 AM Cesar Ordiñana

Add dependency to the ToolsLibrary

605 10/04/2011 09:02 AM Cesar Ordiñana

Change slf-log4j dependency to runtime so it is used in the main project

604 09/16/2011 04:13 AM Cesar Ordiñana

Add header

603 09/13/2011 03:29 AM Francisco Díaz Carsí

gvsig-desktop#15655

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.

601 09/01/2011 08:14 AM Nadal Francisco

Corrected wrong spelling.

600 09/01/2011 07:40 AM Nadal Francisco

Fixed code when getTitle is null.

599 08/31/2011 07:27 AM Francisco Díaz Carsí

excluded old ant version

598 08/29/2011 08:58 AM Cesar Ordiñana

Use the task name as the thread name, to make task debugging easier.

597 08/22/2011 03:01 AM Cesar Ordiñana

Add some corrected method names and deprecate the old ones

596 08/22/2011 02:55 AM Cesar Ordiñana

Solve usage of deprecated TaskStatus related methods

595 08/22/2011 02:49 AM Cesar Ordiñana

Add some corrected method names and deprecate the bad ones

594 08/22/2011 02:48 AM Cesar Ordiñana

Add some corrected method names and deprecate the bad ones

593 08/17/2011 06:23 AM Jorge Piera

Updating the phase of the animal sniffer to package. If the phase is test, it is not possible to generate the mvn site

592 08/04/2011 08:45 AM Cristian Martín

DynFieldValidation exceptions reviewed

591 08/04/2011 08:45 AM Cristian Martín

Error message handling reviewed.

590 07/28/2011 05:43 AM Jorge Piera

An error in the update method of an observer object, doesn't have to stop the other invocations to the update method of the other observers [gvsig-desktop #15609]

589 07/27/2011 07:52 AM Cristian Martín

solved some information retrieval issues on DynObjects within lists of dynobjects.

588 07/27/2011 07:48 AM Cristian Martín

Indentation fixed

587 07/27/2011 07:47 AM Cristian Martín

solved some information retrieval issues on DynObjects within lists of dynobjects.

586 07/27/2011 07:46 AM Cristian Martín

small fix

585 07/27/2011 07:45 AM Cristian Martín

Partially solved bad behavior when modifying values on already added list elements.

584 07/27/2011 07:39 AM Cristian Martín

solved image rendering bug.

583 07/27/2011 07:26 AM Cristian Martín

minor changes

582 07/27/2011 06:50 AM Cristian Martín

manager variable changed to swingManager

581 07/22/2011 06:43 AM Cristian Martín

small change on creation of components

580 07/22/2011 06:36 AM Cesar Ordiñana

Add animal-sniffer-plugin configuration to validate APIs against Java 1.5

579 07/22/2011 06:36 AM Cesar Ordiñana

Add animal-sniffer-plugin configuration to validate APIs against Java 1.5

578 07/22/2011 06:35 AM Cesar Ordiñana

Solve java 1.5 incompatibilities

577 07/22/2011 05:49 AM Cristian Martín

Changes made to erase incompatibilities with Java 1.5

576 07/21/2011 11:37 AM Cesar Ordiñana

Replace String methods available since java 1.6

575 07/21/2011 10:32 AM Cesar Ordiñana

Formatting

574 07/20/2011 05:38 AM Cristian Martín

Added getValidationMessage function implementation

573 07/20/2011 05:37 AM Cristian Martín

requestFocus unnecesary

572 07/20/2011 05:37 AM Cristian Martín

Buttons changed to usability ones.

571 07/20/2011 05:36 AM Cristian Martín

Indentantion fixed

570 07/20/2011 05:36 AM Cristian Martín

Component replaced into where the rest of the components are.

569 07/20/2011 05:35 AM Cristian Martín

Indentantion fixed

568 07/20/2011 05:34 AM Cristian Martín

Component replaced into where the rest of the components are.

567 07/20/2011 05:33 AM Cristian Martín

Component replaced into where the rest of the components are.

566 07/20/2011 05:30 AM Cristian Martín

little fixes made

565 07/20/2011 05:30 AM Cristian Martín

added getText and setText functions

564 07/20/2011 05:29 AM Cristian Martín

comments removed

563 07/20/2011 05:28 AM Cristian Martín

comments removed

562 07/20/2011 05:27 AM Cristian Martín

Added getValidationMessage function implementation

561 07/20/2011 05:27 AM Cristian Martín

fixed indentation

560 07/20/2011 05:26 AM Cristian Martín

added listener actions and removed commented code

559 07/20/2011 05:25 AM Cristian Martín

Added getValidationMessage function implementation

558 07/20/2011 05:19 AM Cristian Martín

added getText and setText functions

557 07/20/2011 05:18 AM Cristian Martín

Changed indentation

556 07/19/2011 06:33 AM Francisco Díaz Carsí

Add modal support to Window Manager

555 07/13/2011 02:44 AM Cesar Ordiñana

Some configuration wizard improvements

554 07/13/2011 02:20 AM Cesar Ordiñana

Add comment about the new DEPENDS_ON_NATIVE_LIBRARIES file

553 07/13/2011 02:18 AM Cesar Ordiñana

Update to the last available version

552 07/12/2011 08:55 AM Cesar Ordiñana

Improve and correct gvsig-installer property handling and workspace configuration wizard.

551 07/12/2011 03:52 AM Cesar Ordiñana

Update to the last version

550 07/12/2011 03:51 AM Cesar Ordiñana

Move .gvsig.platform.properties check to the prepare-workspace.xml file when launched, and perform the check only if a file called DEPENDS_ON_NATIVE_LIBRARIES exists. Also the maven macro only loads the .gvsig.platform.properties values if the file exists.

549 07/12/2011 03:49 AM Cesar Ordiñana

Run launchers in independent JVM, so they are able to be cancelled.

548 07/08/2011 06:42 AM Cristian Martín

Minor changes in gridbaglayout related to metadata fields GUI visualization related to the metadata panel container.

547 07/08/2011 02:47 AM Cristian Martín

JFileComponent reallocated

546 07/08/2011 02:44 AM Cristian Martín

Code cleaned

545 07/08/2011 02:43 AM Cristian Martín

definition and DynObject value given as separated inputs to handle null DynObject values.

544 07/08/2011 02:40 AM Cristian Martín

Indentation fixed

543 07/08/2011 02:38 AM Cristian Martín

Added getParentDynField function.
Also definition and DynObject value given as separated inputs to handle null DynObject values.

542 07/08/2011 02:37 AM Cristian Martín

Added getParentDynField function.
Also definition and DynObject value given as separated inputs to handle null DynObject values.

541 07/08/2011 02:35 AM Cristian Martín

definition and DynObject value given as separated inputs to handle null DynObject values.

540 07/08/2011 02:34 AM Cristian Martín

definition and DynObject value given as separated inputs to handle null DynObject values.

539 07/08/2011 02:32 AM Cristian Martín

JDynObjectComponent and its StatusLabel component fully reviewed.

538 07/08/2011 02:31 AM Cristian Martín

definition and DynObject value given as separated inputs to handle null DynObject values.

537 07/08/2011 02:30 AM Cristian Martín

DynModel definition changed from DynClass to DynStruct

536 07/08/2011 02:30 AM Cristian Martín

JNDynFieldComponents functionality fully reviewed

535 07/08/2011 02:28 AM Cristian Martín

definition and DynObject value given as separated inputs to handle null DynObject values.

534 07/08/2011 02:25 AM Cristian Martín

DynModel definition changed from DynClass to DynStruct

533 07/08/2011 02:23 AM Cristian Martín

Added getParentDynField function.
Also definition and DynObject value given as separated inputs to handle null DynObject values.

532 07/08/2011 02:22 AM Cristian Martín

Added getParentDynField function

531 07/08/2011 02:21 AM Cristian Martín

definition and DynObject value given as separated inputs to handle null DynObject values.

530 07/08/2011 02:19 AM Cristian Martín

DynModel definition changed from DynClass to DynStruct