This is an automated email from the git hooks/post-receive script. New change to branch support/2.x in repository jaxx. See http://git.nuiton.org/jaxx.git from da06f94 on jaxx 2.x, jdk still stay in level 6 + reset 2.x version new 1691d5e Add the property in the converter to display zero when null values (refs #3677) new 7ae9ea0 Add displayZeroWhenNull property in absolute API (refs #3677) new 6f9b277 Add displayZeroWhenNull property in signed API (refs #3677) new 133f5e4 make the changes of property displayZeroWhenNull javabean (refs #3677) new 6566c85 add to demo (refs #3677) new a06ad34 Be able to display zero in coordinate componant editors for null values (fixes #3677) Merge branch 'feature/3677' into support/2.x new 333683b jaxx-compiler tests are using jdk7 api The 7 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 333683b19bf8eff986b9723da8e986e31e885a65 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 22 12:32:58 2015 +0200 jaxx-compiler tests are using jdk7 api commit a06ad3469029ddf7de169601d9131aa794dd60c8 Merge: da06f94 6566c85 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 22 12:32:13 2015 +0200 Be able to display zero in coordinate componant editors for null values (fixes #3677) Merge branch 'feature/3677' into support/2.x commit 6566c85c54f9b56475d91f60e6ef968fb2971921 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 22 12:32:06 2015 +0200 add to demo (refs #3677) commit 133f5e4e903642c41e88e6912e329ba2f4c1066d Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 22 12:31:48 2015 +0200 make the changes of property displayZeroWhenNull javabean (refs #3677) commit 6f9b277d68df5e2ff03b6aa59d932d5f019ed145 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 22 12:10:44 2015 +0200 Add displayZeroWhenNull property in signed API (refs #3677) commit 7ae9ea0de6f6a20f19fe58809f33c1a6dc1c0614 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 22 12:10:30 2015 +0200 Add displayZeroWhenNull property in absolute API (refs #3677) commit 1691d5e5e6e1f48852c900a049dbb7dd58a4ec29 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 22 12:09:56 2015 +0200 Add the property in the converter to display zero when null values (refs #3677) Summary of changes: jaxx-compiler/pom.xml | 11 +++++ .../jaxx/widgets/gis/CoordinatesEditorDemo.css | 6 +++ .../jaxx/widgets/gis/CoordinatesEditorDemo.jaxx | 1 + .../main/resources/i18n/jaxx-demo_en_GB.properties | 1 + .../main/resources/i18n/jaxx-demo_es_ES.properties | 1 + .../main/resources/i18n/jaxx-demo_fr_FR.properties | 1 + .../jaxx/widgets/gis/DdCoordinateConverter.java | 15 ++++--- .../jaxx/widgets/gis/DmdCoordinateConverter.java | 18 +++++--- .../jaxx/widgets/gis/DmsCoordinateConverter.java | 18 +++++--- .../gis/absolute/AbsoluteDdCoordinateEditor.jaxx | 1 + .../AbsoluteDdCoordinateEditorHandler.java | 27 ++++++++++++ .../gis/absolute/AbsoluteDmdCoordinateEditor.jaxx | 1 + .../AbsoluteDmdCoordinateEditorHandler.java | 27 ++++++++++++ .../gis/absolute/AbsoluteDmsCoordinateEditor.jaxx | 1 + .../AbsoluteDmsCoordinateEditorHandler.java | 29 ++++++++++++- .../widgets/gis/absolute/CoordinatesEditor.css | 6 +++ .../widgets/gis/absolute/CoordinatesEditor.jaxx | 2 + .../gis/absolute/CoordinatesEditorModel.java | 48 ++++++++++++++++++++++ .../gis/signed/SignedDdCoordinateEditor.jaxx | 1 + .../signed/SignedDdCoordinateEditorHandler.java | 28 +++++++++++++ .../gis/signed/SignedDmdCoordinateEditor.jaxx | 1 + .../signed/SignedDmdCoordinateEditorHandler.java | 28 +++++++++++++ .../gis/signed/SignedDmsCoordinateEditor.jaxx | 1 + .../signed/SignedDmsCoordinateEditorHandler.java | 28 +++++++++++++ 24 files changed, 283 insertions(+), 18 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.