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 4f63135 refs-70 #3501: Introduce a new jaxx-widgets-datetime module use nuiton-utils API new f604490 refs-40 #3501: Introduce a new jaxx-widgets-datetime module (date-time editor is ok) The 1 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 f604490760771d13c34f3a8f431b6e11d67e94a3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Sep 10 09:38:50 2014 +0200 refs-40 #3501: Introduce a new jaxx-widgets-datetime module (date-time editor is ok) Summary of changes: .../jaxx/editor/datetime/DateTimeEditorDemo.css | 27 +- .../jaxx/editor/datetime/DateTimeEditorDemo.jaxx | 17 +- .../editor/datetime/DateTimeEditorDemoHandler.java | 35 +-- .../editor/datetime/DateTimeEditorDemoModel.java | 52 ++++ .../main/resources/i18n/jaxx-demo_en_GB.properties | 10 +- .../main/resources/i18n/jaxx-demo_es_ES.properties | 1 + .../main/resources/i18n/jaxx-demo_fr_FR.properties | 10 +- .../jaxx/widgets/datetime/DateTimeEditor.css | 42 +-- .../jaxx/widgets/datetime/DateTimeEditor.jaxx | 17 +- .../widgets/datetime/DateTimeEditorHandler.java | 313 ++++++++++++++++++++- .../jaxx/widgets/datetime/DateTimeEditorModel.java | 13 + 11 files changed, 458 insertions(+), 79 deletions(-) create mode 100644 jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/datetime/DateTimeEditorDemoModel.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.