Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2038 / extensions / org.gvsig.installer / org.gvsig.installer.swing / org.gvsig.installer.swing.impl / src / main / java / org / gvsig / installer / swing @ 37126

# Date Author Comment
37126 10/25/2011 08:11 AM Francisco Díaz Carsí

gvsig-desktop 2.0.0 build 2038

36702 10/10/2011 02:41 AM Cesar Ordiñana

Prepare and copy external files and ant build file only when called from the wizard, as it is not needed when called from the maven plugin.

36637 09/23/2011 07:43 AM Nadal Francisco

Formated

36636 09/23/2011 07:42 AM Nadal Francisco

Corrected a bug in the installer. Now it accepts default packages to "all" operating systems.

36350 09/05/2011 04:15 AM Nadal Francisco

Formated.

36349 09/05/2011 04:15 AM Nadal Francisco

getText now uses the manager, instead to just return the string.

36264 09/01/2011 06:57 AM Francisco Díaz Carsí

Arreglado null en getText

36226 08/26/2011 07:06 AM Francisco Díaz Carsí

Capturada la excepción cuando hay un error de descarga de un paquete.

36120 08/17/2011 08:14 AM Nadal Francisco

The default selection packages now are selected (and painted) correctly when going next and back on the installer menu.

36114 08/17/2011 07:00 AM Nadal Francisco

Fixed some bugs on the installer to allow matches on the default packages.

36107 08/17/2011 03:11 AM Nadal Francisco

Standard installation mode is now selected by default.

35982 08/02/2011 07:43 AM Nadal Francisco

Fixed some bugs in dependencies.

35979 08/01/2011 06:22 AM Joaquín del Cerro Murciano

Add support to manage dependencies in packages

35967 07/29/2011 07:16 AM Nadal Francisco

Plugin creator back button fixed.

35966 07/29/2011 05:06 AM Nadal Francisco

Added three new fields to the package.info file (owner, dependencies and source files url).

35936 07/22/2011 08:15 AM Joaquín del Cerro Murciano

Sort packages by name and show in red packages for others OS in adons manager

35784 07/19/2011 06:46 AM Francisco Díaz Carsí

Quitados caracteres extraños en las cadenas.

35767 07/15/2011 12: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.

35486 06/22/2011 04:25 AM Nadal Francisco

gvsig-desktop#15348

Fixed the creation plugin package extension to allow to copy additional files and folders to the package.

35358 06/02/2011 09:46 AM Nadal Francisco

Language translation updates.

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.

35137 05/13/2011 08:53 AM Cesar Ordiñana

Use the new doRegistration Library method instead of the constructor.

35007 05/06/2011 07:17 AM Nadal Francisco

Fixed the behavior of buttons forward, back and start download.

35005 05/05/2011 10:27 AM Nadal Francisco

The installer doesn't try to download packagesInfos without downloadURL.

34974 05/04/2011 07:13 AM Nadal Francisco

FIxed wrong spell in setAntScript().
Fixed bug in Advanced Mode for creating package installer.

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.

34932 04/22/2011 10:29 AM Joaquín del Cerro Murciano

fix rename of method terminate of 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.

34867 04/01/2011 04:47 AM Nadal Francisco

In the list of packages to install, if the same packages already installed are available to be installed, they are shown also in the list.

Don't show them as this may confuse the user. Only show one entry in bold text, with a check to be able to reinstall if the package is available....

34640 03/01/2011 06:55 AM Francisco Díaz Carsí

Avisos de herramienta en desarrollo y de complementos no oficiales y/o no finales.

34475 02/03/2011 04:19 AM Cesar Ordiñana

Update i18n resources location and content

34474 02/03/2011 03:39 AM Cesar Ordiñana

Show a bigger ant script text pane by default

34473 02/03/2011 03:11 AM Cesar Ordiñana

Order the plugin infos list by code

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

34420 01/24/2011 06:30 AM Cesar Ordiñana

Unneeded method call removed

34278 12/17/2010 02:21 AM Cesar Ordiñana

Fulfill all pending library definitions (API or Impl) and dependencies

34025 11/08/2010 04:29 AM Cesar Ordiñana

Use installation status instead of hascode as the last comparison resort for package infos

34021 11/08/2010 03:13 AM Cesar Ordiñana

Distinguish between the same package when it has been installed and is available to install, and they appear as two distinct objects in the TablePackageInfo's set.

34020 11/08/2010 02:59 AM Cesar Ordiñana

Solve gvspkg (package) file creation and installation support

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)

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

Add default package download URL

33982 10/27/2010 05:03 AM Cesar Ordiñana

Add option to install packages from a URL

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

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

33737 10/21/2010 07:50 AM Cesar Ordiñana

Use SwingInstallerManager API instead of implementation

33736 10/21/2010 07:26 AM Cesar Ordiñana

Remove compiler warnings

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

Format according to the gvSIG code conventions

33726 10/21/2010 07:06 AM Cesar Ordiñana

Some UI sizes corrections

33725 10/21/2010 06:33 AM Cesar Ordiñana

Format according to the gvSIG code conventions

33724 10/21/2010 06:27 AM Cesar Ordiñana

Format according to the gvSIG code conventions

33723 10/21/2010 03:06 AM Cesar Ordiñana

Solve icon finding as resource

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

33267 08/11/2010 06:07 AM Jorge Piera

Deleting old classes that are not used

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

Using the wizard from libUIComponents

33119 07/08/2010 07:31 AM Jorge Piera

Using the i18n library to translate the strings

32639 05/12/2010 07:31 AM Jorge Piera

The tree for the selection of resources supports recursive selection from a parent node

32637 05/12/2010 07:16 AM Jorge Piera

The selected resources uses absolute paths

32636 05/12/2010 07:08 AM Jorge Piera

Checking if the ant file is a valid XML file

32635 05/12/2010 06:33 AM Jorge Piera

Refactoring of names

32634 05/12/2010 06:28 AM Jorge Piera

Updating the wizard icons

32633 05/12/2010 06:12 AM Jorge Piera

If there is not a plugin selected, the installtaton wizard have not continue

32632 05/12/2010 05:19 AM Jorge Piera

Adding cancel and finish actions to the wizard

32627 05/12/2010 03:30 AM Jorge Piera

Adding a listener for the finish action

32566 05/10/2010 06:21 AM Jorge Piera

Refactoring the name of the services

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

Refactoring the name of the services

32517 04/30/2010 06:00 AM Jorge Piera

Adding a method to start teh execution wizard from the default directory

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

Adding comments to the API

32498 04/30/2010 03:41 AM Jorge Piera

Adding comments to the API and movving methods to the provider services

32467 04/29/2010 06:30 AM Jorge Piera

Adding comments to the source code

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

Adding source code comments and removing not-used imports

32435 04/28/2010 07:12 AM Jorge Piera

Adding some UI restrictions

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

Updating the text using the properties file

32424 04/28/2010 04:26 AM Jorge Piera

Adding xml syntaxhighlighter

32406 04/27/2010 05:51 AM Jorge Piera

Adding "reading" for the creation installer service

32401 04/26/2010 05:58 AM Jorge Piera
32333 03/29/2010 03:54 AM Jorge Piera

Adding some comments to the source code

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

Adding the ant capability

32290 03/18/2010 08:56 AM Jorge Piera

It is possible to copy some external fields

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

Adding implementation to compress an extension

32285 03/17/2010 05:10 AM Jorge Piera

Updating the creation interface

32284 03/17/2010 04:36 AM Jorge Piera

Adding some methods for the API

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

First commit