[jaxx] branch develop updated (7805ec0 -> bf4ce92)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git from 7805ec0 [jgitflow-maven-plugin]updating poms for 2.13-SNAPSHOT development new 508bf16 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new f752439 optimize dependencies + add license headers new 134b19c [jgitflow-maven-plugin]updating poms for branch'release/2.12' with non-snapshot versions new b35cfe8 Merge branch 'release/2.12' new 62d8e2d Merge branch 'master' into develop new bf4ce92 [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit bf4ce9288318579b6a6030eeb5bfdaae3bcda401 Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 11 21:08:20 2014 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 62d8e2d500c853091166aadf958e430c9c1a7f01 Merge: 508bf16 b35cfe8 Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 11 21:08:19 2014 +0200 Merge branch 'master' into develop commit 508bf16dd8b123c35333bc8eb6c7980c64f8cac7 Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 11 21:08:19 2014 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit b35cfe8717e7e3b80e2250f36dfb4246b8f5aba4 Merge: d73743e 134b19c Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 11 21:08:16 2014 +0200 Merge branch 'release/2.12' commit 134b19c308c082127d6e258dd807e1aabc25d14b Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 11 21:04:43 2014 +0200 [jgitflow-maven-plugin]updating poms for branch'release/2.12' with non-snapshot versions commit f752439dcf21f40267d07f2d29704d8f9198ac90 Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 11 21:04:23 2014 +0200 optimize dependencies + add license headers Summary of changes: jaxx-config/pom.xml | 6 ++++++ .../jaxx/editor/datetime/DateTimeEditorDemo.css | 21 +++++++++++++++++++ .../editor/datetime/DateTimeEditorDemoHandler.java | 22 ++++++++++++++++++++ .../editor/datetime/DateTimeEditorDemoModel.java | 22 ++++++++++++++++++++ .../jaxx/editor/gis/CoordinatesEditorDemo.css | 21 +++++++++++++++++++ .../editor/gis/CoordinatesEditorDemoHandler.java | 22 ++++++++++++++++++++ .../editor/gis/CoordinatesEditorDemoModel.java | 22 ++++++++++++++++++++ jaxx-widgets-datetime/pom.xml | 12 ----------- .../jaxx/widgets/datetime/DateTimeEditor.css | 21 +++++++++++++++++++ .../jaxx/widgets/datetime/DateTimeEditor.jaxx | 21 +++++++++++++++++++ .../widgets/datetime/DateTimeEditorHandler.java | 22 ++++++++++++++++++++ .../jaxx/widgets/datetime/DateTimeEditorModel.java | 22 ++++++++++++++++++++ jaxx-widgets-gis/pom.xml | 10 ++++----- .../nuiton/jaxx/widgets/gis/CoordinateFormat.java | 22 ++++++++++++++++++++ .../nuiton/jaxx/widgets/gis/CoordinateHelper.java | 8 ++++---- .../org/nuiton/jaxx/widgets/gis/DdCoordinate.java | 22 ++++++++++++++++++++ .../jaxx/widgets/gis/DdCoordinateConverter.java | 22 ++++++++++++++++++++ .../absolute/AbsoluteCoordinateEditorModel.java | 22 ++++++++++++++++++++ .../AbsoluteDdCoordinateEditorHandler.java | 22 ++++++++++++++++++++ .../absolute/AbsoluteDdCoordinateEditorModel.java | 22 ++++++++++++++++++++ .../AbsoluteDmdCoordinateEditorHandler.java | 22 ++++++++++++++++++++ .../absolute/AbsoluteDmdCoordinateEditorModel.java | 22 ++++++++++++++++++++ .../AbsoluteDmsCoordinateEditorHandler.java | 22 ++++++++++++++++++++ .../absolute/AbsoluteDmsCoordinateEditorModel.java | 22 ++++++++++++++++++++ .../jaxx/widgets/gis/absolute/CoordinateEditor.css | 4 ++-- .../widgets/gis/absolute/CoordinatesEditor.css | 14 ++++++------- .../widgets/gis/absolute/CoordinatesEditor.jaxx | 21 +++++++++++++++++++ .../gis/absolute/CoordinatesEditorHandler.java | 22 ++++++++++++++++++++ .../gis/absolute/CoordinatesEditorModel.java | 22 ++++++++++++++++++++ .../jaxx/widgets/gis/absolute/package-info.java | 24 +++++++++++++++++++++- .../jaxx/widgets/gis/signed/CoordinateEditor.css | 4 ++-- .../jaxx/widgets/gis/signed/package-info.java | 24 +++++++++++++++++++++- .../widgets/gis/DdCoordinateConverterTest.java | 22 ++++++++++++++++++++ .../nuiton/jaxx/widgets/gis/DdCoordinateTest.java | 22 ++++++++++++++++++++ 34 files changed, 616 insertions(+), 35 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git commit f752439dcf21f40267d07f2d29704d8f9198ac90 Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 11 21:04:23 2014 +0200 optimize dependencies + add license headers --- jaxx-config/pom.xml | 6 ++++++ .../jaxx/editor/datetime/DateTimeEditorDemo.css | 21 +++++++++++++++++++ .../editor/datetime/DateTimeEditorDemoHandler.java | 22 ++++++++++++++++++++ .../editor/datetime/DateTimeEditorDemoModel.java | 22 ++++++++++++++++++++ .../jaxx/editor/gis/CoordinatesEditorDemo.css | 21 +++++++++++++++++++ .../editor/gis/CoordinatesEditorDemoHandler.java | 22 ++++++++++++++++++++ .../editor/gis/CoordinatesEditorDemoModel.java | 22 ++++++++++++++++++++ jaxx-widgets-datetime/pom.xml | 12 ----------- .../jaxx/widgets/datetime/DateTimeEditor.css | 21 +++++++++++++++++++ .../jaxx/widgets/datetime/DateTimeEditor.jaxx | 21 +++++++++++++++++++ .../widgets/datetime/DateTimeEditorHandler.java | 22 ++++++++++++++++++++ .../jaxx/widgets/datetime/DateTimeEditorModel.java | 22 ++++++++++++++++++++ jaxx-widgets-gis/pom.xml | 10 ++++----- .../nuiton/jaxx/widgets/gis/CoordinateFormat.java | 22 ++++++++++++++++++++ .../nuiton/jaxx/widgets/gis/CoordinateHelper.java | 8 ++++---- .../org/nuiton/jaxx/widgets/gis/DdCoordinate.java | 22 ++++++++++++++++++++ .../jaxx/widgets/gis/DdCoordinateConverter.java | 22 ++++++++++++++++++++ .../absolute/AbsoluteCoordinateEditorModel.java | 22 ++++++++++++++++++++ .../AbsoluteDdCoordinateEditorHandler.java | 22 ++++++++++++++++++++ .../absolute/AbsoluteDdCoordinateEditorModel.java | 22 ++++++++++++++++++++ .../AbsoluteDmdCoordinateEditorHandler.java | 22 ++++++++++++++++++++ .../absolute/AbsoluteDmdCoordinateEditorModel.java | 22 ++++++++++++++++++++ .../AbsoluteDmsCoordinateEditorHandler.java | 22 ++++++++++++++++++++ .../absolute/AbsoluteDmsCoordinateEditorModel.java | 22 ++++++++++++++++++++ .../jaxx/widgets/gis/absolute/CoordinateEditor.css | 4 ++-- .../widgets/gis/absolute/CoordinatesEditor.css | 14 ++++++------- .../widgets/gis/absolute/CoordinatesEditor.jaxx | 21 +++++++++++++++++++ .../gis/absolute/CoordinatesEditorHandler.java | 22 ++++++++++++++++++++ .../gis/absolute/CoordinatesEditorModel.java | 22 ++++++++++++++++++++ .../jaxx/widgets/gis/absolute/package-info.java | 24 +++++++++++++++++++++- .../jaxx/widgets/gis/signed/CoordinateEditor.css | 4 ++-- .../jaxx/widgets/gis/signed/package-info.java | 24 +++++++++++++++++++++- .../widgets/gis/DdCoordinateConverterTest.java | 22 ++++++++++++++++++++ .../nuiton/jaxx/widgets/gis/DdCoordinateTest.java | 22 ++++++++++++++++++++ 34 files changed, 616 insertions(+), 35 deletions(-) diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index 06a690e..085ebd5 100644 --- a/jaxx-config/pom.xml +++ b/jaxx-config/pom.xml @@ -70,6 +70,11 @@ </dependency> <dependency> + <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-core</artifactId> + </dependency> + + <dependency> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> </dependency> @@ -98,6 +103,7 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> + <dependency> <groupId>commons-beanutils</groupId> diff --git a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/datetime/DateTimeEditorDemo.css b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/datetime/DateTimeEditorDemo.css index 6848bda..1162fa8 100644 --- a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/datetime/DateTimeEditorDemo.css +++ b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/datetime/DateTimeEditorDemo.css @@ -1,3 +1,24 @@ +/* + * #%L + * JAXX :: Demo + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ #configPanel { border:{new TitledBorder(t("jaxxdemo.datetimeeditor.configuration"))}; diff --git a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/datetime/DateTimeEditorDemoHandler.java b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/datetime/DateTimeEditorDemoHandler.java index 2cf2d68..fe4e3b7 100644 --- a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/datetime/DateTimeEditorDemoHandler.java +++ b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/datetime/DateTimeEditorDemoHandler.java @@ -1,5 +1,27 @@ package jaxx.demo.component.jaxx.editor.datetime; +/* + * #%L + * JAXX :: Demo + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import jaxx.runtime.spi.UIHandler; import java.text.DateFormat; diff --git a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/datetime/DateTimeEditorDemoModel.java b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/datetime/DateTimeEditorDemoModel.java index 667244e..d4d96d9 100644 --- a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/datetime/DateTimeEditorDemoModel.java +++ b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/datetime/DateTimeEditorDemoModel.java @@ -1,5 +1,27 @@ package jaxx.demo.component.jaxx.editor.datetime; +/* + * #%L + * JAXX :: Demo + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.jdesktop.beans.AbstractSerializableBean; import java.util.Date; diff --git a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/gis/CoordinatesEditorDemo.css b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/gis/CoordinatesEditorDemo.css index e02c3a8..0cb5f05 100644 --- a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/gis/CoordinatesEditorDemo.css +++ b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/gis/CoordinatesEditorDemo.css @@ -1,3 +1,24 @@ +/* + * #%L + * JAXX :: Demo + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ #config { border: {new TitledBorder(t("jaxxdemo.coordinatesEditor.configuration"))}; diff --git a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/gis/CoordinatesEditorDemoHandler.java b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/gis/CoordinatesEditorDemoHandler.java index a2178ba..8904d7d 100644 --- a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/gis/CoordinatesEditorDemoHandler.java +++ b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/gis/CoordinatesEditorDemoHandler.java @@ -1,5 +1,27 @@ package jaxx.demo.component.jaxx.editor.gis; +/* + * #%L + * JAXX :: Demo + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import jaxx.runtime.spi.UIHandler; import static org.nuiton.i18n.I18n.t; diff --git a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/gis/CoordinatesEditorDemoModel.java b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/gis/CoordinatesEditorDemoModel.java index 8a9a5fa..30227be 100644 --- a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/gis/CoordinatesEditorDemoModel.java +++ b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/gis/CoordinatesEditorDemoModel.java @@ -1,5 +1,27 @@ package jaxx.demo.component.jaxx.editor.gis; +/* + * #%L + * JAXX :: Demo + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.jdesktop.beans.AbstractSerializableBean; /** diff --git a/jaxx-widgets-datetime/pom.xml b/jaxx-widgets-datetime/pom.xml index c9e533c..b27d220 100644 --- a/jaxx-widgets-datetime/pom.xml +++ b/jaxx-widgets-datetime/pom.xml @@ -85,27 +85,15 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-validator</artifactId> </dependency> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-converter</artifactId> - </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - </dependency> - <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - </dependency> <dependency> <groupId>log4j</groupId> diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditor.css b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditor.css index 2f70141..82e8ab1 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditor.css +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditor.css @@ -1,3 +1,24 @@ +/* + * #%L + * JAXX :: Widgets DateTime + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ #title { horizontalAlignment:center; diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditor.jaxx b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditor.jaxx index 2abbd34..b95d5f1 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditor.jaxx +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditor.jaxx @@ -1,3 +1,24 @@ +<!-- + #%L + JAXX :: Widgets DateTime + %% + Copyright (C) 2008 - 2014 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> <JPanel layout='{new BorderLayout()}'> diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorHandler.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorHandler.java index dff94e0..4780196 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorHandler.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorHandler.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.datetime; +/* + * #%L + * JAXX :: Widgets DateTime + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import jaxx.runtime.spi.UIHandler; import org.apache.commons.logging.Log; diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorModel.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorModel.java index 619d101..59258b5 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorModel.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorModel.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.datetime; +/* + * #%L + * JAXX :: Widgets DateTime + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import org.jdesktop.beans.AbstractSerializableBean; import org.nuiton.util.DateUtil; diff --git a/jaxx-widgets-gis/pom.xml b/jaxx-widgets-gis/pom.xml index e5c97a6..0a24aa1 100644 --- a/jaxx-widgets-gis/pom.xml +++ b/jaxx-widgets-gis/pom.xml @@ -65,12 +65,6 @@ </dependency> <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jaxx-widgets</artifactId> - <version>${project.version}</version> - </dependency> - - <dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-common</artifactId> </dependency> @@ -85,6 +79,10 @@ </dependency> <dependency> <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils</artifactId> + </dependency> + <dependency> + <groupId>org.nuiton</groupId> <artifactId>nuiton-converter</artifactId> </dependency> diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateFormat.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateFormat.java index c6eef2a..8df614e 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateFormat.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateFormat.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + /** * Created on 8/31/14. * diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateHelper.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateHelper.java index 821833b..0d042a2 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateHelper.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateHelper.java @@ -5,18 +5,18 @@ * Copyright (C) 2010 - 2011 IRD, Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as + * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * GNU General Lesser Public License for more details. * - * You should have received a copy of the GNU General Public + * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/gpl-3.0.html>. + * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% */ package org.nuiton.jaxx.widgets.gis; diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinate.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinate.java index 9fc9157..a0ac40a 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinate.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinate.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.jdesktop.beans.AbstractSerializableBean; import java.util.regex.Pattern; diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverter.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverter.java index b03560c..e6c8e5e 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverter.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverter.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.apache.commons.beanutils.ConversionException; import org.apache.commons.lang3.StringUtils; import org.nuiton.converter.NuitonConverter; diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteCoordinateEditorModel.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteCoordinateEditorModel.java index d7d1db0..df1bac3 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteCoordinateEditorModel.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteCoordinateEditorModel.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis.absolute; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.jdesktop.beans.AbstractSerializableBean; import org.nuiton.jaxx.widgets.gis.CoordinateFormat; import org.nuiton.jaxx.widgets.gis.DdCoordinate; diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorHandler.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorHandler.java index db97624..1407b1f 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorHandler.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorHandler.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis.absolute; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import jaxx.runtime.spi.UIHandler; import org.nuiton.jaxx.widgets.gis.DdCoordinate; diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorModel.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorModel.java index 836ba5c..8f54937 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorModel.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorModel.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis.absolute; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.nuiton.jaxx.widgets.gis.DdCoordinate; import java.io.Serializable; diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorHandler.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorHandler.java index 3a7c8b0..29ce92f 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorHandler.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorHandler.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis.absolute; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import jaxx.runtime.spi.UIHandler; import org.nuiton.jaxx.widgets.gis.DmdCoordinate; diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorModel.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorModel.java index f04d543..73bba9e 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorModel.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorModel.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis.absolute; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.nuiton.jaxx.widgets.gis.DmdCoordinate; import java.io.Serializable; diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorHandler.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorHandler.java index c792f72..132059b 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorHandler.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorHandler.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis.absolute; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import jaxx.runtime.spi.UIHandler; import org.apache.commons.logging.Log; diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorModel.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorModel.java index 230a9cf..bb8e153 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorModel.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorModel.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis.absolute; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.nuiton.jaxx.widgets.gis.DmsCoordinate; import java.io.Serializable; diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinateEditor.css b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinateEditor.css index 01a428a..b7d85eb 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinateEditor.css +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinateEditor.css @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.css b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.css index 128f3b9..45465cc 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.css +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.css @@ -5,18 +5,18 @@ * Copyright (C) 2008 - 2010 IRD, Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as + * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/gpl-3.0.html>. + * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% */ @@ -193,4 +193,4 @@ AbsoluteDmdCoordinateEditor { value:{CoordinateFormat.dmd}; selected:{model.getFormat() == CoordinateFormat.dmd}; buttonGroup: formatBG; -} \ No newline at end of file +} diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx index f251c45..530c35d 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx @@ -1,3 +1,24 @@ +<!-- + #%L + JAXX :: Widgets Gis + %% + Copyright (C) 2008 - 2014 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> <JPanel id='coordinateEditorTopPanel'> <import> diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorHandler.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorHandler.java index dbb7811..f4dbc3c 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorHandler.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorHandler.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis.absolute; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import jaxx.runtime.spi.UIHandler; import org.nuiton.jaxx.widgets.gis.CoordinateFormat; diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorModel.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorModel.java index b79a8d3..bec23fa 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorModel.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorModel.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis.absolute; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.jdesktop.beans.AbstractSerializableBean; import org.nuiton.jaxx.widgets.gis.CoordinateFormat; import org.nuiton.jaxx.widgets.gis.CoordinateHelper; diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/package-info.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/package-info.java index c78431c..bae2af3 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/package-info.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/package-info.java @@ -5,4 +5,26 @@ * @author Tony Chemit - chemit@codelutin.com * @since 2.12 */ -package org.nuiton.jaxx.widgets.gis.absolute; \ No newline at end of file +package org.nuiton.jaxx.widgets.gis.absolute; + +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/CoordinateEditor.css b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/CoordinateEditor.css index 01a428a..b7d85eb 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/CoordinateEditor.css +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/CoordinateEditor.css @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/package-info.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/package-info.java index 29b5763..9411a19 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/package-info.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/package-info.java @@ -5,4 +5,26 @@ * @author Tony Chemit - chemit@codelutin.com * @since 2.12 */ -package org.nuiton.jaxx.widgets.gis.signed; \ No newline at end of file +package org.nuiton.jaxx.widgets.gis.signed; + +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ diff --git a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverterTest.java b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverterTest.java index 3ff5d31..2f61701 100644 --- a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverterTest.java +++ b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverterTest.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.junit.Assert; import org.junit.Test; import org.nuiton.converter.ConverterUtil; diff --git a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateTest.java b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateTest.java index 8ddc28d..cd25469 100644 --- a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateTest.java +++ b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateTest.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.gis; +/* + * #%L + * JAXX :: Widgets Gis + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.junit.Assert; import org.junit.Test; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git commit 134b19c308c082127d6e258dd807e1aabc25d14b Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 11 21:04:43 2014 +0200 [jgitflow-maven-plugin]updating poms for branch'release/2.12' with non-snapshot versions --- jaxx-application-api/pom.xml | 2 +- jaxx-application-swing/pom.xml | 2 +- jaxx-compiler/pom.xml | 2 +- jaxx-config/pom.xml | 2 +- jaxx-demo/pom.xml | 2 +- jaxx-maven-plugin/pom.xml | 2 +- jaxx-runtime/pom.xml | 2 +- jaxx-validator/pom.xml | 2 +- jaxx-widgets-datetime/pom.xml | 2 +- jaxx-widgets-extra/pom.xml | 2 +- jaxx-widgets-gis/pom.xml | 2 +- jaxx-widgets/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/jaxx-application-api/pom.xml b/jaxx-application-api/pom.xml index f65bba7..e4142ec 100644 --- a/jaxx-application-api/pom.xml +++ b/jaxx-application-api/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-application-swing/pom.xml b/jaxx-application-swing/pom.xml index ca79286..24ce3ff 100644 --- a/jaxx-application-swing/pom.xml +++ b/jaxx-application-swing/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index b23dade..486d0be 100644 --- a/jaxx-compiler/pom.xml +++ b/jaxx-compiler/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index 085ebd5..af64221 100644 --- a/jaxx-config/pom.xml +++ b/jaxx-config/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 78eadb0..58ed171 100644 --- a/jaxx-demo/pom.xml +++ b/jaxx-demo/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index 6bc3b95..1ebc6d8 100644 --- a/jaxx-maven-plugin/pom.xml +++ b/jaxx-maven-plugin/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index ee01ff9..ffe446c 100644 --- a/jaxx-runtime/pom.xml +++ b/jaxx-runtime/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-validator/pom.xml b/jaxx-validator/pom.xml index 79e89cd..0e33e8a 100644 --- a/jaxx-validator/pom.xml +++ b/jaxx-validator/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-datetime/pom.xml b/jaxx-widgets-datetime/pom.xml index b27d220..7ce7009 100644 --- a/jaxx-widgets-datetime/pom.xml +++ b/jaxx-widgets-datetime/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index c93b3fc..be1bbb8 100644 --- a/jaxx-widgets-extra/pom.xml +++ b/jaxx-widgets-extra/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-gis/pom.xml b/jaxx-widgets-gis/pom.xml index 0a24aa1..a9371f3 100644 --- a/jaxx-widgets-gis/pom.xml +++ b/jaxx-widgets-gis/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index 6c752e2..77efdfa 100644 --- a/jaxx-widgets/pom.xml +++ b/jaxx-widgets/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/pom.xml b/pom.xml index be4e557..2b2cdd0 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.12-SNAPSHOT</version> + <version>2.12</version> <modules> <module>jaxx-runtime</module> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git commit b35cfe8717e7e3b80e2250f36dfb4246b8f5aba4 Merge: d73743e 134b19c Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 11 21:08:16 2014 +0200 Merge branch 'release/2.12' jaxx-application-api/pom.xml | 2 +- .../jaxx/application/ApplicationDataUtil.java | 11 + .../jaxx/application/bean/JavaBeanObjectUtil.java | 23 ++ jaxx-application-swing/pom.xml | 2 +- .../application/swing/ApplicationUIContext.java | 6 + .../swing/action/ApplicationUIAction.java | 13 + jaxx-compiler/pom.xml | 2 +- .../jaxx/compiler/tags/DefaultObjectHandler.java | 3 + jaxx-config/pom.xml | 8 +- .../jaxx/runtime/swing/config/ConfigCategoryUI.css | 2 +- .../runtime/swing/config/ConfigCategoryUI.jaxx | 5 +- jaxx-demo/pom.xml | 14 +- .../jaxx/editor/datetime/DateTimeEditorDemo.css | 84 ++++ .../jaxx/editor/datetime/DateTimeEditorDemo.jaxx | 61 +++ .../editor/datetime/DateTimeEditorDemoHandler.java | 80 ++++ .../editor/datetime/DateTimeEditorDemoModel.java | 74 ++++ .../jaxx/editor/{ => gis}/CoordinateDemo.css | 2 +- .../jaxx/editor/{ => gis}/CoordinateDemo.jaxx | 0 .../editor/{ => gis}/CoordinateDemoHandler.java | 2 +- .../jaxx/editor/{ => gis}/CoordinateDemoModel.java | 2 +- .../jaxx/editor/gis/CoordinatesEditorDemo.css | 61 +++ .../jaxx/editor/gis/CoordinatesEditorDemo.jaxx | 53 +++ .../editor/gis/CoordinatesEditorDemoHandler.java | 68 ++++ .../CoordinatesEditorDemoModel.java} | 46 ++- .../main/java/jaxx/demo/tree/DemoDataProvider.java | 16 +- .../main/resources/i18n/jaxx-demo_en_GB.properties | 52 +-- .../main/resources/i18n/jaxx-demo_es_ES.properties | 41 +- .../main/resources/i18n/jaxx-demo_fr_FR.properties | 27 +- jaxx-maven-plugin/pom.xml | 2 +- jaxx-runtime/pom.xml | 2 +- jaxx-validator/pom.xml | 2 +- jaxx-widgets-datetime/LICENSE.txt | 165 ++++++++ jaxx-widgets-datetime/README.txt | 2 + jaxx-widgets-datetime/changelog.txt | 5 + {jaxx-config => jaxx-widgets-datetime}/pom.xml | 39 +- .../src/license/THIRD-PARTY.properties | 20 + .../jaxx/widgets/datetime/DateTimeEditor.css | 67 +++ .../jaxx/widgets/datetime/DateTimeEditor.jaxx | 80 ++++ .../widgets/datetime/DateTimeEditorHandler.java | 450 +++++++++++++++++++++ .../jaxx/widgets/datetime/DateTimeEditorModel.java | 360 +++++++++++++++++ .../i18n/jaxx-widgets-datetime_en_GB.properties | 1 + .../i18n/jaxx-widgets-datetime_es_ES.properties | 1 + .../i18n/jaxx-widgets-datetime_fr_FR.properties | 1 + .../resources/icons/action-coordinate-reset.png | Bin 0 -> 396 bytes jaxx-widgets-datetime/src/site/site.xml | 43 ++ .../src/test/resources/log4j.properties | 31 ++ jaxx-widgets-extra/pom.xml | 2 +- jaxx-widgets-gis/LICENSE.txt | 165 ++++++++ jaxx-widgets-gis/README.txt | 2 + jaxx-widgets-gis/changelog.txt | 5 + {jaxx-config => jaxx-widgets-gis}/pom.xml | 25 +- .../src/license/THIRD-PARTY.properties | 20 + .../nuiton/jaxx/widgets/gis/CoordinateFormat.java | 44 ++ .../nuiton/jaxx/widgets/gis/CoordinateHelper.java | 130 ++++++ .../org/nuiton/jaxx/widgets/gis/DdCoordinate.java | 284 +++++++++++++ .../jaxx/widgets/gis/DdCoordinateConverter.java | 151 +++++++ .../org/nuiton/jaxx/widgets/gis/DmdCoordinate.java | 341 ++++++++++++++++ .../jaxx/widgets/gis/DmdCoordinateConverter.java | 143 +++++++ .../org/nuiton/jaxx/widgets/gis/DmsCoordinate.java | 369 +++++++++++++++++ .../jaxx/widgets/gis/DmsCoordinateConverter.java | 144 +++++++ .../widgets/gis/MaskFormatterFromConverter.java | 75 ++++ .../absolute/AbsoluteCoordinateEditorModel.java | 268 ++++++++++++ .../gis/absolute/AbsoluteDdCoordinateEditor.jaxx | 55 +++ .../AbsoluteDdCoordinateEditorHandler.java | 205 ++++++++++ .../absolute/AbsoluteDdCoordinateEditorModel.java | 103 +++++ .../gis/absolute/AbsoluteDmdCoordinateEditor.jaxx | 56 +++ .../AbsoluteDmdCoordinateEditorHandler.java | 160 ++------ .../absolute/AbsoluteDmdCoordinateEditorModel.java | 119 ++++++ .../gis/absolute/AbsoluteDmsCoordinateEditor.jaxx | 56 +++ .../AbsoluteDmsCoordinateEditorHandler.java | 218 ++++++++++ .../absolute/AbsoluteDmsCoordinateEditorModel.java | 118 ++++++ .../jaxx/widgets/gis/absolute/CoordinateEditor.css | 38 ++ .../widgets/gis/absolute/CoordinatesEditor.css | 196 +++++++++ .../widgets/gis/absolute/CoordinatesEditor.jaxx | 97 +++++ .../gis/absolute/CoordinatesEditorHandler.java | 149 +++++++ .../gis/absolute/CoordinatesEditorModel.java | 328 +++++++++++++++ .../jaxx/widgets/gis/absolute/package-info.java | 30 ++ .../jaxx/widgets/gis/signed/CoordinateEditor.css | 38 ++ .../gis/signed/SignedDdCoordinateEditor.jaxx | 57 +++ .../signed/SignedDdCoordinateEditorHandler.java | 74 ++-- .../gis/signed/SignedDdCoordinateEditorModel.java | 108 +++++ .../gis/signed/SignedDmdCoordinateEditor.jaxx | 58 +++ .../signed/SignedDmdCoordinateEditorHandler.java | 41 +- .../gis/signed/SignedDmdCoordinateEditorModel.java | 125 ++++++ .../gis/signed/SignedDmsCoordinateEditor.jaxx | 58 +++ .../signed/SignedDmsCoordinateEditorHandler.java | 52 ++- .../gis/signed/SignedDmsCoordinateEditorModel.java | 124 ++++++ .../jaxx/widgets/gis/signed/package-info.java | 30 ++ .../services/org.nuiton.converter.NuitonConverter | 3 + .../i18n/jaxx-widgets-gis_en_GB.properties | 17 + .../i18n/jaxx-widgets-gis_es_ES.properties | 17 + .../i18n/jaxx-widgets-gis_fr_FR.properties | 17 + .../resources/icons/action-coordinate-reset.png | Bin 0 -> 396 bytes jaxx-widgets-gis/src/site/site.xml | 43 ++ .../widgets/gis/DdCoordinateConverterTest.java | 117 ++++++ .../nuiton/jaxx/widgets/gis/DdCoordinateTest.java | 130 ++++++ .../widgets/gis/DmdCoordinateConverterTest.java | 102 +++++ .../nuiton/jaxx/widgets/gis/DmdCoordinateTest.java | 136 +++++++ .../widgets/gis/DmsCoordinateConverterTest.java | 105 +++++ .../nuiton/jaxx/widgets/gis/DmsCoordinateTest.java | 131 ++++++ .../gis/signed/SignedDmdCoordinateEditorTest.java | 213 ++++++++++ .../gis/signed/SignedDmsCoordinateEditorTest.java | 215 ++++++++++ .../src/test/resources/log4j.properties | 31 ++ jaxx-widgets/pom.xml | 2 +- .../runtime/swing/editor/NumberEditor2Handler.java | 6 +- .../runtime/swing/editor/NumberEditorHandler.java | 4 +- .../swing/editor/SimpleTimeEditorHandler.java | 4 +- .../runtime/swing/editor/TimeEditorHandler.java | 7 +- .../swing/editor/bean/BeanComboBoxHandler.java | 5 +- .../swing/editor/bean/BeanDoubleListHandler.java | 8 +- .../editor/bean/BeanFilterableComboBoxHandler.java | 5 +- .../swing/editor/bean/BeanListHeaderHandler.java | 4 + .../jaxx/runtime/swing/editor/bean/BeanUIUtil.java | 21 - .../editor/gis/DmdCoordinateEditorHandler.java | 10 +- .../editor/gis/DmsCoordinateEditorHandler.java | 10 +- pom.xml | 20 +- 116 files changed, 7883 insertions(+), 392 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git commit 508bf16dd8b123c35333bc8eb6c7980c64f8cac7 Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 11 21:08:19 2014 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- jaxx-application-api/pom.xml | 2 +- jaxx-application-swing/pom.xml | 2 +- jaxx-compiler/pom.xml | 2 +- jaxx-config/pom.xml | 2 +- jaxx-demo/pom.xml | 2 +- jaxx-maven-plugin/pom.xml | 2 +- jaxx-runtime/pom.xml | 2 +- jaxx-validator/pom.xml | 2 +- jaxx-widgets-datetime/pom.xml | 2 +- jaxx-widgets-extra/pom.xml | 2 +- jaxx-widgets-gis/pom.xml | 2 +- jaxx-widgets/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/jaxx-application-api/pom.xml b/jaxx-application-api/pom.xml index aaf714c..e4142ec 100644 --- a/jaxx-application-api/pom.xml +++ b/jaxx-application-api/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.13-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-application-swing/pom.xml b/jaxx-application-swing/pom.xml index 4550075..24ce3ff 100644 --- a/jaxx-application-swing/pom.xml +++ b/jaxx-application-swing/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.13-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index 78f2d16..486d0be 100644 --- a/jaxx-compiler/pom.xml +++ b/jaxx-compiler/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.13-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index 567e5f0..c528a43 100644 --- a/jaxx-config/pom.xml +++ b/jaxx-config/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.13-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 3e7be19..58ed171 100644 --- a/jaxx-demo/pom.xml +++ b/jaxx-demo/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.13-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index 581d613..1ebc6d8 100644 --- a/jaxx-maven-plugin/pom.xml +++ b/jaxx-maven-plugin/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.13-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index 98b5022..ffe446c 100644 --- a/jaxx-runtime/pom.xml +++ b/jaxx-runtime/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.13-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-validator/pom.xml b/jaxx-validator/pom.xml index 66ee604..0e33e8a 100644 --- a/jaxx-validator/pom.xml +++ b/jaxx-validator/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.13-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-datetime/pom.xml b/jaxx-widgets-datetime/pom.xml index a47483e..004534c 100644 --- a/jaxx-widgets-datetime/pom.xml +++ b/jaxx-widgets-datetime/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.13-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index 955f13c..be1bbb8 100644 --- a/jaxx-widgets-extra/pom.xml +++ b/jaxx-widgets-extra/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.13-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-gis/pom.xml b/jaxx-widgets-gis/pom.xml index 8f34a48..3c5bcb0 100644 --- a/jaxx-widgets-gis/pom.xml +++ b/jaxx-widgets-gis/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.13-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index 13c5a1f..77efdfa 100644 --- a/jaxx-widgets/pom.xml +++ b/jaxx-widgets/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.13-SNAPSHOT</version> + <version>2.12</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/pom.xml b/pom.xml index 8cd22e7..2b2cdd0 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.13-SNAPSHOT</version> + <version>2.12</version> <modules> <module>jaxx-runtime</module> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git commit 62d8e2d500c853091166aadf958e430c9c1a7f01 Merge: 508bf16 b35cfe8 Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 11 21:08:19 2014 +0200 Merge branch 'master' into develop jaxx-config/pom.xml | 6 ++++++ .../jaxx/editor/datetime/DateTimeEditorDemo.css | 21 +++++++++++++++++++ .../editor/datetime/DateTimeEditorDemoHandler.java | 22 ++++++++++++++++++++ .../editor/datetime/DateTimeEditorDemoModel.java | 22 ++++++++++++++++++++ .../jaxx/editor/gis/CoordinatesEditorDemo.css | 21 +++++++++++++++++++ .../editor/gis/CoordinatesEditorDemoHandler.java | 22 ++++++++++++++++++++ .../editor/gis/CoordinatesEditorDemoModel.java | 22 ++++++++++++++++++++ jaxx-widgets-datetime/pom.xml | 12 ----------- .../jaxx/widgets/datetime/DateTimeEditor.css | 21 +++++++++++++++++++ .../jaxx/widgets/datetime/DateTimeEditor.jaxx | 21 +++++++++++++++++++ .../widgets/datetime/DateTimeEditorHandler.java | 22 ++++++++++++++++++++ .../jaxx/widgets/datetime/DateTimeEditorModel.java | 22 ++++++++++++++++++++ jaxx-widgets-gis/pom.xml | 10 ++++----- .../nuiton/jaxx/widgets/gis/CoordinateFormat.java | 22 ++++++++++++++++++++ .../nuiton/jaxx/widgets/gis/CoordinateHelper.java | 8 ++++---- .../org/nuiton/jaxx/widgets/gis/DdCoordinate.java | 22 ++++++++++++++++++++ .../jaxx/widgets/gis/DdCoordinateConverter.java | 22 ++++++++++++++++++++ .../absolute/AbsoluteCoordinateEditorModel.java | 22 ++++++++++++++++++++ .../AbsoluteDdCoordinateEditorHandler.java | 22 ++++++++++++++++++++ .../absolute/AbsoluteDdCoordinateEditorModel.java | 22 ++++++++++++++++++++ .../AbsoluteDmdCoordinateEditorHandler.java | 22 ++++++++++++++++++++ .../absolute/AbsoluteDmdCoordinateEditorModel.java | 22 ++++++++++++++++++++ .../AbsoluteDmsCoordinateEditorHandler.java | 22 ++++++++++++++++++++ .../absolute/AbsoluteDmsCoordinateEditorModel.java | 22 ++++++++++++++++++++ .../jaxx/widgets/gis/absolute/CoordinateEditor.css | 4 ++-- .../widgets/gis/absolute/CoordinatesEditor.css | 14 ++++++------- .../widgets/gis/absolute/CoordinatesEditor.jaxx | 21 +++++++++++++++++++ .../gis/absolute/CoordinatesEditorHandler.java | 22 ++++++++++++++++++++ .../gis/absolute/CoordinatesEditorModel.java | 22 ++++++++++++++++++++ .../jaxx/widgets/gis/absolute/package-info.java | 24 +++++++++++++++++++++- .../jaxx/widgets/gis/signed/CoordinateEditor.css | 4 ++-- .../jaxx/widgets/gis/signed/package-info.java | 24 +++++++++++++++++++++- .../widgets/gis/DdCoordinateConverterTest.java | 22 ++++++++++++++++++++ .../nuiton/jaxx/widgets/gis/DdCoordinateTest.java | 22 ++++++++++++++++++++ 34 files changed, 616 insertions(+), 35 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git commit bf4ce9288318579b6a6030eeb5bfdaae3bcda401 Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 11 21:08:20 2014 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- jaxx-application-api/pom.xml | 2 +- jaxx-application-swing/pom.xml | 2 +- jaxx-compiler/pom.xml | 2 +- jaxx-config/pom.xml | 2 +- jaxx-demo/pom.xml | 2 +- jaxx-maven-plugin/pom.xml | 2 +- jaxx-runtime/pom.xml | 2 +- jaxx-validator/pom.xml | 2 +- jaxx-widgets-datetime/pom.xml | 2 +- jaxx-widgets-extra/pom.xml | 2 +- jaxx-widgets-gis/pom.xml | 2 +- jaxx-widgets/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/jaxx-application-api/pom.xml b/jaxx-application-api/pom.xml index e4142ec..aaf714c 100644 --- a/jaxx-application-api/pom.xml +++ b/jaxx-application-api/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12</version> + <version>2.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-application-swing/pom.xml b/jaxx-application-swing/pom.xml index 24ce3ff..4550075 100644 --- a/jaxx-application-swing/pom.xml +++ b/jaxx-application-swing/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12</version> + <version>2.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index 486d0be..78f2d16 100644 --- a/jaxx-compiler/pom.xml +++ b/jaxx-compiler/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12</version> + <version>2.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index af64221..52b92d7 100644 --- a/jaxx-config/pom.xml +++ b/jaxx-config/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12</version> + <version>2.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 58ed171..3e7be19 100644 --- a/jaxx-demo/pom.xml +++ b/jaxx-demo/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12</version> + <version>2.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index 1ebc6d8..581d613 100644 --- a/jaxx-maven-plugin/pom.xml +++ b/jaxx-maven-plugin/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12</version> + <version>2.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index ffe446c..98b5022 100644 --- a/jaxx-runtime/pom.xml +++ b/jaxx-runtime/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12</version> + <version>2.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-validator/pom.xml b/jaxx-validator/pom.xml index 0e33e8a..66ee604 100644 --- a/jaxx-validator/pom.xml +++ b/jaxx-validator/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12</version> + <version>2.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-datetime/pom.xml b/jaxx-widgets-datetime/pom.xml index 7ce7009..906e106 100644 --- a/jaxx-widgets-datetime/pom.xml +++ b/jaxx-widgets-datetime/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12</version> + <version>2.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index be1bbb8..955f13c 100644 --- a/jaxx-widgets-extra/pom.xml +++ b/jaxx-widgets-extra/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12</version> + <version>2.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-gis/pom.xml b/jaxx-widgets-gis/pom.xml index a9371f3..dad8029 100644 --- a/jaxx-widgets-gis/pom.xml +++ b/jaxx-widgets-gis/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12</version> + <version>2.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index 77efdfa..13c5a1f 100644 --- a/jaxx-widgets/pom.xml +++ b/jaxx-widgets/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.12</version> + <version>2.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/pom.xml b/pom.xml index 2b2cdd0..8cd22e7 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.12</version> + <version>2.13-SNAPSHOT</version> <modules> <module>jaxx-runtime</module> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm