From beeaeff58cabe2ed3d732c7982f821ee9b522120 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 16 Apr 2015 12:11:11 +0000 Subject: [PATCH] Added License git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@114148 82a268e6-3cf1-43bd-a215-b396298e98cf --- config/profile.xml | 29 +++++++++++++++++++++++++ distro/INSTALL | 0 distro/LICENSE | 6 ++++++ distro/MAINTAINERS | 1 + distro/README | 48 +++++++++++++++++++++++++++++++++++++++++ distro/changelog.xml | 40 ++++++++++++++++++++++++++++++++++ distro/svnpath.txt | 1 + pom.xml | 6 +++--- templates/changelog.xml | 10 +++++++-- 9 files changed, 136 insertions(+), 5 deletions(-) create mode 100644 config/profile.xml create mode 100644 distro/INSTALL create mode 100644 distro/LICENSE create mode 100644 distro/MAINTAINERS create mode 100644 distro/README create mode 100644 distro/changelog.xml create mode 100644 distro/svnpath.txt diff --git a/config/profile.xml b/config/profile.xml new file mode 100644 index 0000000..3fb94c2 --- /dev/null +++ b/config/profile.xml @@ -0,0 +1,29 @@ + + + + Service + + Widget that allows visualization of tabular data + PortletsUser + tabular-data-widgetx + 1.7.0-SNAPSHOT + + + Widget that allows visualization of tabular data + tabular-data-widgetx + 1.7.0-SNAPSHOT + + org.gcube.portlets.user + tabular-data-widgetx + 1.7.0-SNAPSHOT + + library + + tabular-data-widgetx-1.7.0-SNAPSHOT.jar + + + + + + + diff --git a/distro/INSTALL b/distro/INSTALL new file mode 100644 index 0000000..e69de29 diff --git a/distro/LICENSE b/distro/LICENSE new file mode 100644 index 0000000..cc51139 --- /dev/null +++ b/distro/LICENSE @@ -0,0 +1,6 @@ +gCube System - License +------------------------------------------------------------ + +The gCube/gCore software is licensed as Free Open Source software conveying to the EUPL (http://ec.europa.eu/idabc/eupl). +The software and documentation is provided by its authors/distributors "as is" and no expressed or +implied warranty is given for its use, quality or fitness for a particular case. \ No newline at end of file diff --git a/distro/MAINTAINERS b/distro/MAINTAINERS new file mode 100644 index 0000000..0bc9be3 --- /dev/null +++ b/distro/MAINTAINERS @@ -0,0 +1 @@ +Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" diff --git a/distro/README b/distro/README new file mode 100644 index 0000000..30921cf --- /dev/null +++ b/distro/README @@ -0,0 +1,48 @@ +The gCube System - tabular-data-widgetx +------------------------------------------------------------ + +This work has been supported by the following European projects: iMarine (FP7-INFRASTRUCTURES-2011-2) + +Authors +------- + +Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, +Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" + + +Version and Release Date +------------------------ + +v. 1.7.0-SNAPSHOT (2015-04-30) + + +Description +----------- + +Widget that allows visualization of tabular data + + +Download information +-------------------- +Source code is available from SVN: + https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx + +Binaries can be downloaded from: + http://software.d4science.research-infrastructures.eu/ + + +Documentation +------------- + +Widget that allows visualization of tabular data + +Documentation is available on-line from the Projects Documentation Wiki: + https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager + + +Licensing +--------- + +This software is licensed under the terms you may find in the file named "LICENSE" in this directory. + + diff --git a/distro/changelog.xml b/distro/changelog.xml new file mode 100644 index 0000000..f88c556 --- /dev/null +++ b/distro/changelog.xml @@ -0,0 +1,40 @@ + + + Updated Inline Filter to support soundex, text begin and text + end + + + Updated to GWT 2.6.1 + Updated to GXT 3.1.1 + Strengthened tabular-data-widgetx now support more rows [issue + #3238] + Fixed SelectionModel to select rows on different pages + + + + Updated for multi tab support + Updated Geometry type support + + + Updated grid behavior + + + Added error colored lines + Updated grid, now shows single view column + + + Added Inline Filter + + + Added GridAndCellSelectionModel + Added getCellValue, checkOnlyColumn and getSelectedRowsId + functions on GridSelectionPanel + + Updated ColumnDefinition + Updated ColumnConfigGenerator + Updated key of rows on GridSelectionPanel + + + First Release + + \ No newline at end of file diff --git a/distro/svnpath.txt b/distro/svnpath.txt new file mode 100644 index 0000000..3895051 --- /dev/null +++ b/distro/svnpath.txt @@ -0,0 +1 @@ +https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx \ No newline at end of file diff --git a/pom.xml b/pom.xml index 413008c..701195d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,15 +10,15 @@ org.gcube.portlets.user tabular-data-widgetx - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT tabular-data-widgetx Widget that allows visualization of tabular data ${project.basedir}/distro - 2015-02-16 - https://gcube.wiki.gcube-system.org/gcube/index.php + 2015-04-30 + https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager templates distro config diff --git a/templates/changelog.xml b/templates/changelog.xml index 427074d..03cb852 100644 --- a/templates/changelog.xml +++ b/templates/changelog.xml @@ -1,9 +1,15 @@ + + Updated Inline Filter to support soundex, text begin and text + end + Updated to GWT 2.6.1 Updated to GXT 3.1.1 - Strengthened tabular-data-widgetx now support more rows [issue #3238] - Fixed SelectionModel to select rows on different pages + Strengthened tabular-data-widgetx now support more rows [issue + #3238] + Fixed SelectionModel to select rows on different pages + Updated for multi tab support