Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2028 / frameworks / _fwAndami @ 44697

  • svn:ignore: .classpath .project .settings maven-eclipse.xml target bin hs_err_pid* .externalToolBuilders .settings .classpath .project
# Date Author Comment
35599 06/24/2011 09:05 AM Francisco Díaz Carsí

move to frameworks

35562 06/24/2011 08:59 AM Francisco Díaz Carsí

v2_0_0_Build_2028

35350 06/01/2011 09:07 AM Cesar Ordiñana

Change cast to allow adding BaseRuntimeExceptions.
Not directly related but found while solving bug: [gvsig-desktop#15336] Error when opening a table from DB with the JDBCServerExplorer driver

35205 05/24/2011 10:43 AM Joaquín del Cerro Murciano

Fix a bug in the search for the theme to use.
Fix the bug caught for non-stop the load of the application when there are errors in the initialization of an extension.

35190 05/22/2011 01:04 PM Joaquín del Cerro Murciano

- Add utilithy method showWindw
- Modify method addWindow(win,align) to only align when add a new window.

35189 05/20/2011 07:43 AM Nadal Francisco

Installer: Added a typical or custom installation process. Some bug fixes.
Launcher: Notification messages and default installation default settings.

35180 05/18/2011 09:44 AM Cesar Ordiñana

Define the eclipse.project.name to the name of the project folder, as those projects have a name which is not equal to the artifactId

35169 05/17/2011 08:22 AM Cesar Ordiñana

Solve generation of paths pointing to the $HOME/gvSIG folder.
bug gvsig-desktop#15333 (Erro in file path gvSIGgvSIG.log)

35142 05/13/2011 08:54 AM Cesar Ordiñana

Use the new doRegistration Library method instead of the constructor.

35120 05/10/2011 03:34 AM Cesar Ordiñana

Copy theme files to installation on "mvn install"

35119 05/10/2011 03:13 AM Cesar Ordiñana

Reconfigure the maven exec plugin to be able to launch gvSIG with a "mvn exec:exec" command.

35118 05/10/2011 02:59 AM Cesar Ordiñana

Move resources to the resources folder

35117 05/09/2011 09:48 AM Cesar Ordiñana

New i18n property files location

35000 05/05/2011 09:29 AM Cesar Ordiñana

Add antialiasing for the application version text in the splash

34998 05/05/2011 08:35 AM Cesar Ordiñana

Add quick hack to allow more to install a theme in a plugin other than gvSIG

34946 04/23/2011 04:19 PM Joaquín del Cerro Murciano

Add method getApplicationHomeFolder to PluginsManager

34945 04/23/2011 04:00 PM Joaquín del Cerro Murciano

Fix bug when show dialog windows in ToolsWIndowManager

34943 04/23/2011 03:14 PM Joaquín del Cerro Murciano

Add an implementation of window manager of org.gvsig.tools.swing based in the window manager of andami..

34941 04/22/2011 04:19 PM Joaquín del Cerro Murciano

modified error message

34940 04/22/2011 04:18 PM Joaquín del Cerro Murciano

modified error message

34938 04/22/2011 11:24 AM Joaquín del Cerro Murciano

catch errors when exiting the application

34933 04/22/2011 10:32 AM Joaquín del Cerro Murciano

Add support in status bar of andami to monitor TaskStatus.

34925 04/20/2011 06:43 AM Nadal Francisco

gvsig-desktop#1014

A progress bar has been added to show download progress.
A progress bar has been added to Andami.

34898 04/06/2011 08:07 AM Cesar Ordiñana

Store the language selected when in install mode

34833 03/29/2011 04:33 AM Francisco Díaz Carsí

gvsig-desktop#15127
Persistencia de las ventanas.

34818 03/23/2011 10:35 AM Nadal Francisco

Add utility methods for message translation

34724 03/11/2011 07:08 AM Cesar Ordiñana

Add runtime scope to a runtime only dependency

34707 03/10/2011 02:48 AM Cesar Ordiñana

Extract pending external dependencies to the dependencyManagement of org.gvsig.maven.base.pom.
Add all core library dependencies to the org.gvsig.core.maven.dependencies pom, in the dependencyManagement as well as in the dependency, but all with runtime scope....

34669 03/04/2011 04:54 AM Cesar Ordiñana

Add org.gvsig.personaldb dependence to appgvSIG.
Add core dependencies to the org.gvsig.core.maven.dependencies pom file, and correct some pom definitions

34494 02/10/2011 04:50 AM Cesar Ordiñana

Add command line parameters to be able launch the package installer

34487 02/07/2011 09:44 AM Cesar Ordiñana

Refactoring and add parameter to launch the gvSIG installer.

34485 02/07/2011 09:10 AM Cesar Ordiñana

Add utility folder finder methods to the PluginsManager

34483 02/07/2011 03:36 AM Cesar Ordiñana

Remove compiler warnings and use java generics as much as possible without changing the Launcher API

34482 02/03/2011 10:24 AM Cesar Ordiñana

Format and make it compliant with the gvSIG code conventions

34481 02/03/2011 10:22 AM Cesar Ordiñana

Format and make it compliant with the gvSIG code conventions

34480 02/03/2011 10:19 AM Cesar Ordiñana

Use generics and remove warnings

34479 02/03/2011 10:13 AM Cesar Ordiñana

In the storeValues method use the already instantiated iPreferences objects instead of creating them again from through the extensions API.
Before this change all preferences panels where being created two times on each gvSIG run.

34476 02/03/2011 04:21 AM Cesar Ordiñana

Initialize libraries after the locales have been configured, just in case any of the libraries needs any locale related support

34440 01/25/2011 11:15 AM Cesar Ordiñana

Move installer library to andami dependencies

34432 01/25/2011 07:57 AM Cesar Ordiñana

Configure jar manifest file so it contains the andami dependencies in the classpath entry, and the Launcher as the main class, so it can be launched without having to put all depencies jars in the classpath.

34431 01/25/2011 07:55 AM Cesar Ordiñana

Change application name and add README file explaining about the folder contents

34318 01/11/2011 03:59 AM Cesar Ordiñana

Correct Generics definition in methods which expect an IExtension child class

34317 01/11/2011 03:55 AM Cesar Ordiñana

Replace duplicate classes error with a log warning, as there are some jar dependencies which contain the same classes (ex: jython and jruby)

34307 12/22/2010 11:46 AM Cesar Ordiñana

Add method to get the plugin persistence folder

34306 12/22/2010 09:56 AM Cesar Ordiñana

Remove unused imports

34271 12/16/2010 05:32 AM Cristian Martín

Bad English usage of verb "find" on LOG.

34249 12/09/2010 07:54 AM Cesar Ordiñana

Java web start based mechanism to download plugins replaced with the installer plugin remote one.
Also, java web start compilation dependence removed.

34114 11/09/2010 07:27 AM Francisco Díaz Carsí

Añadida nueva gestión de persistencia para los plugins y concretamente para extGeoDB.

34007 11/03/2010 11:05 AM Cesar Ordiñana

Some corrections to the new about usage and pending plugins to migrate to it

33980 10/26/2010 09:41 AM Cesar Ordiñana

Add a resources root folder

33720 10/20/2010 11:27 AM Joaquín del Cerro Murciano

Intento de atrapar errores en la inicializacion de gvSIG.

33659 10/13/2010 07:47 AM Francisco Díaz Carsí

Persistencia de los documentos

33617 09/29/2010 12:50 PM Joaquín del Cerro Murciano

Catch errors in postinitialize of extensions

33614 09/29/2010 06:27 AM Cesar Ordiñana

Disable unit tests
See https://forge.osor.eu/pm/task.php?func=detailtask&project_task_id=888&group_id=89&group_project_id=380

33612 09/29/2010 03:21 AM Cesar Ordiñana

Enable org.gvsig.tools.swing.serv.* dependencies for compilation

33427 09/23/2010 09:23 AM Cesar Ordiñana

Move tools swing dependencies to andami

33397 09/21/2010 10:06 AM Joaquín del Cerro Murciano

fix error messages

33117 07/08/2010 06:37 AM Cesar Ordiñana

Add messages in extensions postInitialization

33115 07/08/2010 03:58 AM Joaquín del Cerro Murciano

log information about the andami-theme to use.

32965 07/05/2010 07:47 AM Joaquín del Cerro Murciano

Add support to define andami-theme in plugins folder.

32880 06/24/2010 08:34 AM Joaquín del Cerro Murciano

- Update to org.gvsig.tools 2.1.0
- separate metadata definition from provider parameters definition.
- Use of xml files to define metadata and persistence in DAL.

32783 06/07/2010 06:38 AM Jorge Piera

Implemented new method hideSeparatorsAndMakeMnemonics
bug #13842

32781 06/07/2010 03:40 AM Jorge Piera

Redundant separators in gvSIG"s menu bar
bug #13038

32699 05/24/2010 07:00 AM Jorge Piera

Add support for plus and minus shortcut keys to Andami
bug #13959

32600 05/11/2010 06:16 AM Cesar Ordiñana

Use getTitle() for the toString() implementation, so child classes may change how the title is handled

32267 03/16/2010 11:45 AM Cesar Ordiñana

Ignore eclipse project files

32264 03/16/2010 03:29 AM Cesar Ordiñana

First approach to set gvSIG core dependencies in the org.gvsig.core.maven.dependencies pom file.

32058 01/27/2010 11:18 AM Cesar Ordiñana

Replace site repository id

31771 12/15/2009 04:06 AM Cesar Ordiñana

Don't install the javaws jar into andami anymore

31609 11/12/2009 10:07 AM Cesar Ordiñana

Extract common maven configuration to a project out of the build

31604 11/12/2009 09:21 AM Joaquín del Cerro Murciano

Separado el launcher de Java web start del normal de gvSIG

31493 11/04/2009 07:19 AM Cesar Ordiñana

Maven repository moved to OSOR.
Change all legacy dependencies with the standard ones, or if not available in the standard repositories, set them into their own groupid. For non standard available dependencies with not known version, set version as "unknown" instead of "gvsig"....

31485 11/03/2009 07:06 AM Vicente Caballero

mostrar los errores con el Joption distinguiendo entre error, warning o info

31413 10/28/2009 06:08 AM Joaquín del Cerro Murciano

Creating a basic PluginsManager

31412 10/28/2009 06:07 AM Joaquín del Cerro Murciano

Changes in logger

31382 10/22/2009 03:15 AM José Badía

Not needed

31350 10/21/2009 02:54 AM Cesar Ordiñana

Remove commented out dependencies

31339 10/20/2009 08:20 AM Joaquín del Cerro Murciano
31330 10/19/2009 10:28 AM Cesar Ordiñana

Ignore eclipse configuration files

31326 10/19/2009 08:57 AM Cesar Ordiñana

Remove eclipse projects configuration. From now on, it will be generated locally with maven.

30839 09/18/2009 09:27 AM Cesar Ordiñana

Update JWizardComponent dependence version

30781 09/14/2009 08:07 AM Jordi Torres

fixed JWizardComponent version

30780 09/14/2009 07:36 AM Jordi Torres

updating WizardPanelWithLogo to jwizardcomponent common

30580 08/26/2009 03:41 AM Cesar Ordiñana

New automatic Library initialization mechanism and Library API refactoring

29784 07/06/2009 07:16 AM Jorge Piera

Refactoring of packages

29783 07/06/2009 07:16 AM Jorge Piera

Refactoring of packages

29782 07/06/2009 07:15 AM Jorge Piera

Refactoring of packages

29781 07/06/2009 07:15 AM Jorge Piera

Refactoring of packages

29780 07/06/2009 07:14 AM Jorge Piera

Refactoring of packages

29752 07/06/2009 05:36 AM Ignacio Brodín

Bug #1867

29593 06/29/2009 11:54 AM Jorge Piera

Refactoring of packages

29447 06/16/2009 07:31 AM Cesar Ordiñana

Move deletion of the gvSIG/extensiones folder to the Andami project, as it is build before any extension

29372 06/11/2009 12:58 PM Cesar Ordiñana

Normalization and refactoring of extensions deployment and configuration

29118 06/01/2009 12:04 PM Jose Manuel Vivó Arnal

Fixed logger error levels

28994 05/26/2009 08:20 AM Cesar Martinez Izquierdo

Merged changeset 28374. Fixes #2037 for v2.0

28985 05/26/2009 04:36 AM Vicente Caballero
28943 05/21/2009 08:50 AM Francisco Díaz Carsí

Arreglado el bug 1176

28712 05/13/2009 06:57 AM Cesar Ordiñana

Active the install-extension profile by default

28575 05/11/2009 10:53 AM Rafa Gaitán

added build-dir properties to all pom files

28372 05/04/2009 12:18 PM Cesar Ordiñana

Configure de mvn exec plugin to be able to launch gvSIG from maven. From the _fwAndami project root folder just do:

mvn exec:exec

You must have a working JVM in your path, with the JAI libraries installed as needed by gvSIG.