cdm-vaadin.git
9 years agoStatusComposite, IStatusComposite : added font awesome refresh icon, updated checkbox...
Cherian Mathew [Wed, 1 Apr 2015 11:27:59 +0000 (11:27 +0000)]
StatusComposite, IStatusComposite : added font awesome refresh icon, updated checkbox generator
CdmSQLContainer : added methods to disable change ebents and possiblity to add items
LeafNodeTaxonContainer : corrected and split queris for taxon and synonyms
StatusPresenter : moving filter / query logic to container
StatusEditorUI : using new edit theme
CdmQueryFactory : new factory for sql queries
StatusPresenterTest, StatusPresenterTest : added tests for loading synonyms

9 years agoinitial commit for edit theme
Cherian Mathew [Wed, 1 Apr 2015 11:22:41 +0000 (11:22 +0000)]
initial commit for edit theme

9 years agofile h2 db for tests
Cherian Mathew [Wed, 1 Apr 2015 10:54:11 +0000 (10:54 +0000)]
file h2 db for tests

9 years agostarting to implement sql queries...the container is not done yet.
Alexander Oppermann [Fri, 27 Mar 2015 18:07:55 +0000 (18:07 +0000)]
starting to implement sql queries...the container is not done yet.

9 years agoStatusComposite, IStatusComposite : implemented filters and context menu
Cherian Mathew [Wed, 25 Mar 2015 16:20:54 +0000 (16:20 +0000)]
StatusComposite, IStatusComposite : implemented filters and context menu
CdmSQLStringDecorator : empty string decorator
StatusPresenter : added getter methods
CdmVaadinBaseTest, StatusPresenterTest , StatusPresenterTest : added tests

9 years agouse spring version as parameter in vaadin pom
Andreas Müller [Fri, 20 Mar 2015 14:26:18 +0000 (14:26 +0000)]
use spring version as parameter in vaadin pom

9 years agouse parameter for spring version
Andreas Müller [Fri, 20 Mar 2015 01:53:01 +0000 (01:53 +0000)]
use parameter for spring version

9 years agochange vaadin-pom to 3.5.0
Andreas Müller [Fri, 20 Mar 2015 01:03:43 +0000 (01:03 +0000)]
change vaadin-pom to 3.5.0

9 years agoStatusComposite : added ui elements for filtering add / removing taxa
Cherian Mathew [Thu, 12 Mar 2015 15:14:37 +0000 (15:14 +0000)]
StatusComposite : added ui elements for filtering add / removing taxa
styles.css : added custom styles for filter table , grid spacing
StatusEditorUI : changed theme to mytheme

9 years agounitils.properties : reverted back to normal h2 settings
Cherian Mathew [Thu, 12 Mar 2015 12:20:48 +0000 (12:20 +0000)]
unitils.properties : reverted back to normal h2 settings
StatusPresenterTest : using mock status composite

9 years agoadded latest unitils version and p6spy jar
Cherian Mathew [Thu, 12 Mar 2015 10:34:45 +0000 (10:34 +0000)]
added latest unitils version and p6spy jar

9 years agotest classes and datasets for status editor
Cherian Mathew [Thu, 12 Mar 2015 10:34:00 +0000 (10:34 +0000)]
test classes and datasets for status editor

9 years agoFirst commit for Status Editor
Cherian Mathew [Thu, 12 Mar 2015 10:33:34 +0000 (10:33 +0000)]
First commit for Status Editor
StatusEditorUI, StatusEditorView, StatusComposite, IStatusComposite, StatusPresenter : MVP classes for status editor
CdmSQLContainer, CdmSpringContextHelper : using new connection pool method
LeafNodeTaxonContainer : container for status editor
CdmStatementDelegate : sql statement delegate for cdm
AbstractAuthenticatedUI : added method for bypassing authentication (for testing)

9 years agoStatusDTO : corrected set method
Cherian Mathew [Mon, 19 Jan 2015 17:21:48 +0000 (17:21 +0000)]
StatusDTO : corrected set method
DbStatusUI : removed unnecessary "/VAADIN" url pattern
NavigatorTestUI, CdmSpringContextHelperTest : removed umlaut character

9 years agoadded style information
Alexander Oppermann [Thu, 15 Jan 2015 10:21:22 +0000 (10:21 +0000)]
added style information

9 years agofinalize vaadin app to seperate to prepare the next step for separating vaadin from...
Alexander Oppermann [Wed, 14 Jan 2015 15:48:40 +0000 (15:48 +0000)]
finalize vaadin app to seperate to prepare the next step for separating vaadin from cdmlib-remote

9 years agoimproving UsersContainer
Alexander Oppermann [Tue, 13 Jan 2015 23:34:29 +0000 (23:34 +0000)]
improving UsersContainer

9 years agoImplementing UserContainer
Alexander Oppermann [Tue, 13 Jan 2015 19:11:29 +0000 (19:11 +0000)]
Implementing UserContainer

9 years agoimproved table component
Alexander Oppermann [Mon, 12 Jan 2015 22:36:43 +0000 (22:36 +0000)]
improved table component

9 years agoexternal commit
Alexander Oppermann [Mon, 12 Jan 2015 08:34:41 +0000 (08:34 +0000)]
external commit

9 years agotable component
Alexander Oppermann [Thu, 8 Jan 2015 16:07:18 +0000 (16:07 +0000)]
table component

9 years agoMigrating Vaadin into separate Project
Alexander Oppermann [Mon, 5 Jan 2015 16:33:22 +0000 (16:33 +0000)]
Migrating Vaadin into separate Project

* implementing mvp pattern
* creating an app structure
* visual editing via visual designer possible

9 years agofixed launch configuration
Alexander Oppermann [Tue, 16 Dec 2014 14:00:59 +0000 (14:00 +0000)]
fixed launch configuration
fixed layout problems

9 years agoupdated version
Cherian Mathew [Tue, 16 Dec 2014 12:30:13 +0000 (12:30 +0000)]
updated version

9 years agoadded a simple ui just to check that vaading works
Cherian Mathew [Tue, 16 Dec 2014 10:25:14 +0000 (10:25 +0000)]
added a simple ui just to check that vaading works

9 years agoremoved WEB-INF from list of sources for building war.
Cherian Mathew [Mon, 15 Dec 2014 14:21:14 +0000 (14:21 +0000)]
removed WEB-INF from list of sources for building war.
added EDIT maven repo and wagon extensions to allow deployment

9 years agomoved all jetty + cdmlib related stuff (except web.xml) to test
Cherian Mathew [Mon, 15 Dec 2014 13:18:59 +0000 (13:18 +0000)]
moved all jetty + cdmlib related stuff (except web.xml) to test

9 years agochanged version to match cdmlib.
Cherian Mathew [Mon, 15 Dec 2014 11:55:30 +0000 (11:55 +0000)]
changed version to match cdmlib.
changed dependency library to provided scope.
changed maven jetty version to the eclipse one
moved widgetset to vaadin package to have vaddin code in a unique namespace

9 years agoupdated the test dataset to match the new schema
Alexander Oppermann [Mon, 15 Dec 2014 10:22:19 +0000 (10:22 +0000)]
updated the test dataset to match the new schema

9 years agomoved it to backup
Alexander Oppermann [Thu, 11 Dec 2014 12:33:59 +0000 (12:33 +0000)]
moved it to backup

9 years agoAdded spring related repository to pom.xml, in order to let this poject build via...
Alexander Oppermann [Mon, 8 Dec 2014 15:55:00 +0000 (15:55 +0000)]
Added spring related repository to pom.xml, in order to let this poject build via maven

9 years agoupdated cdm-vaadin launch file to include test classes and jetty.xml file
Cherian Mathew [Wed, 3 Dec 2014 15:04:55 +0000 (15:04 +0000)]
updated cdm-vaadin launch file to include test classes and jetty.xml file

9 years agoadded jetty launch file for cdm-vaadin
Cherian Mathew [Wed, 3 Dec 2014 14:49:02 +0000 (14:49 +0000)]
added jetty launch file for cdm-vaadin
svn:ignored widgetsets dir in src/main/webapp/VAADIN

9 years agoinitial commit for project cdm-vaadin
Cherian Mathew [Wed, 3 Dec 2014 13:16:40 +0000 (13:16 +0000)]
initial commit for project cdm-vaadin

9 years agocreating a sub repo for the cdm-vaadin wen frontend
Andreas Kohlbecker [Wed, 3 Dec 2014 12:35:50 +0000 (12:35 +0000)]
creating a sub repo for the cdm-vaadin wen frontend