Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2040 / frameworks / _fwAndami / src / org @ 37231

# Date Author Comment
37231 11/11/2011 07:14 AM Francisco Díaz Carsí

gvsig-desktop 2.0.0 build 2040

36738 10/18/2011 04:00 AM Francisco Díaz Carsí

Ignorados los errores en la inicialización de las librerías.

36710 10/10/2011 08:22 AM Joaquín del Cerro Murciano
36709 10/10/2011 08:20 AM Joaquín del Cerro Murciano

Add utility method to access the plugin of the extension

36691 10/05/2011 04:21 AM Cristian Martín

logger message was not printing properly. This logger class needs to use "{}" instead of "{1}" in order to substitute the given message with the correspondent input parameters.

36688 10/04/2011 09:27 AM Cesar Ordiñana

Change libraries initialization process: now all libraries (the ones available in andami as well all the plugins) are loaded and initialized in one step. The extensions initialization is performed afterwards.

36687 10/04/2011 09:25 AM Cesar Ordiñana

Add toString implementation

36006 08/09/2011 07:07 AM Francisco Díaz Carsí

Captured errors initializing menus, controls and skins of the plugins.

36003 08/08/2011 06:02 AM Jorge Piera

Fixing a small to load the plugins-persistence file. This functionality is needed to load and save the edition preferences [gvsig-desktop #15641]

35978 08/01/2011 06:21 AM Joaquín del Cerro Murciano

Move show of information of system, java, gvsig version and installed plugins in log to andami.

35606 06/27/2011 08:41 AM Nadal Francisco

Added support to align window position.

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.

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.

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

Move resources to the resources folder

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

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

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.

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

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

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

Separado el launcher de Java web start del normal de 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

31339 10/20/2009 08:20 AM Joaquín del Cerro Murciano
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

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

Bug #1867

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

Refactoring of packages