Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2042 / extensions / org.gvsig.installer / org.gvsig.installer.swing / org.gvsig.installer.swing.impl / src / main / java / org / gvsig / installer / swing / impl / creation / wizard / SelectOutputFileWizard.java @ 37479

History | View | Annotate | Download (5.19 KB)

  • svn:mime-type: text/plain
# Date Author Comment
37479 11/24/2011 04:07 AM Francisco Díaz Carsí

gvsig-desktop build 2042 (alpha2)

37169 11/04/2011 09:48 AM Nadal Francisco

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

36774 10/21/2011 08:15 AM Nadal Francisco

When creating a new plugin installer package, the parents directories of the output install file package and the index file package don't exist. Now a dialog warns the user about it and the wizard does not proceed until fixed.

36773 10/21/2011 07:41 AM Nadal Francisco

gvSIG-desktop#15912
Fixed a bug where, when creating a new plugin installer package, the URL in the output options panel is malformed. Now the user receives this information using a Message Dialog window, and cannot proceed until this URL is correctly formated....

34967 04/28/2011 07:41 AM 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.

34471 02/03/2011 02:35 AM Cesar Ordiñana

Create a package instead of a package set

34444 01/28/2011 11:39 AM Cesar Ordiñana

Add support to generate the installer index package

34005 11/03/2010 09:29 AM 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)

33743 10/25/2010 09:05 AM Cesar Ordiñana

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

33729 10/21/2010 07:13 AM Cesar Ordiñana

Format according to the gvSIG code conventions

33686 10/18/2010 09:43 AM 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

33260 08/10/2010 02:56 AM Jorge Piera

Using the wizard from libUIComponents

32565 05/10/2010 06:18 AM Jorge Piera

Refactoring the name of the services

32451 04/28/2010 08:56 AM Jorge Piera

Adding source code comments and removing not-used imports

32433 04/28/2010 06:30 AM Jorge Piera

Updating the text using the properties file

32296 03/18/2010 11:47 AM Jorge Piera

Adding the ant capability

32286 03/17/2010 07:40 AM Jorge Piera

Adding implementation to compress an extension

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

First commit