Statistics
| Revision:

root / tags / v2_0_0_Build_2050 / extensions / org.gvsig.installer / org.gvsig.installer.swing / org.gvsig.installer.swing.impl / src / main / java / org / gvsig / installer / swing / impl / DefaultSwingInstallerManager.java @ 38692

History | View | Annotate | Download (8.54 KB)

  • svn:mime-type: text/plain
# Date Author Comment
38692 08/09/2012 02:25 PM Juan Lucas Domínguez

gvSIG 2.0.0 build 2050

38439 06/20/2012 05:40 PM Cesar Ordiñana

Take into account the gvSIG version passed as parameter in the installer urls, and pass the parameter to the addons manager in the installation process.

37822 01/27/2012 02:46 PM Nadal Francisco

Added a list of add-on repositories to the installer manager, and methods to use it. Removed all pluginFolder arguments on the installer.
Fixed a bug when creating a plugin installation package that modified original plugin properties (package.info) when creating the package

37598 01/12/2012 12:55 PM Nadal Francisco

Added translations to messages of the installer.

37498 11/29/2011 10:14 AM fdiaz

gvsig-desktop#16018 Done "Add installURLFile parameter to gvSIG launcher"

37417 11/22/2011 04:32 PM fdiaz
37409 11/22/2011 10:56 AM fdiaz

Fixed dependencies calculator and show unresolved dependencies.

37169 11/04/2011 02:48 PM Nadal Francisco

Added some API features to allow installation and creation of different types of packages.

35979 08/01/2011 12:22 PM Joaquín del Cerro Murciano

Add support to manage dependencies in packages

35767 07/15/2011 06:54 PM Joaquín del Cerro Murciano

Modify the package installation process to just ask once if they have packages that are not final or unofficial verson. Before asking once for each package that was.

34967 04/28/2011 01:41 PM Nadal Francisco

gvsig-desktop#1014
The download bar now show correctly the progress for all downloads.
The installer wizard (progres wizard) does not download the packages if they have been already downloaded on the download wizard (download progress wizard).
Some files have been cleaned and formated.

34925 04/20/2011 12:43 PM Nadal Francisco

gvsig-desktop#1014

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

34005 11/03/2010 02:29 PM Cesar Ordiñana

New option to create simple packages from a plugin, as well as the option to create a package set.
Also set the default file extensions:
- gvspkg: single plugin package
- gvspks: package set, contains one or more packages (gvspkg files)

34003 11/02/2010 06:33 PM Cesar Ordiñana

Add default package download URL

33743 10/25/2010 03:05 PM Cesar Ordiñana

Show already installed packages also in the list of available packages to install.

33736 10/21/2010 01:26 PM Cesar Ordiñana

Remove compiler warnings

33729 10/21/2010 01:13 PM Cesar Ordiñana

Format according to the gvSIG code conventions

33686 10/18/2010 03:43 PM Cesar Ordiñana

New package info fields and bundle files naming using the gvSIG standards as of document:

http://www.gvsig.org/web/projects/gvsig-desktop/docs/devel/gvsig-devel-guide/2.0.0/anexos/proyectos-oficiales-en-gvsig/nombrado-de-binarios-para-un-plugin-de-gvsig

33119 07/08/2010 01:31 PM Jorge Piera

Using the i18n library to translate the strings

32565 05/10/2010 12:18 PM Jorge Piera

Refactoring the name of the services

32512 04/30/2010 10:31 AM Jorge Piera

Adding comments to the API

32269 03/17/2010 09:11 AM Jorge Piera

First commit