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 c63b675 fixes #3656: Introduce a API to navigate inside a JFormattedTextField using a mask fixes #3655: [AbsoluteCoordinateEditor] Improve navigation of a coordinate Merge branch 'feature/3655' into develop
new 604da5c fixes #3657: [AbsoluteCoordinateEditor] Bad round value when changing quadrant value
new 5fadf82 refs #3657 change coordinate in demo
The 2 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 5fadf821d7049a7262de39c4711fe805cb1a258c
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Mar 22 12:40:12 2015 +0100
refs #3657 change coordinate in demo
commit 604da5c115af4f38dae4d46bc0f57d25bea4dec5
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Mar 22 12:39:42 2015 +0100
fixes #3657: [AbsoluteCoordinateEditor] Bad round value when changing quadrant value
Summary of changes:
.../jaxx/widgets/gis/CoordinatesEditorDemoHandler.java | 6 +++---
.../java/org/nuiton/jaxx/widgets/gis/CoordinateHelper.java | 12 ++++++++++++
.../main/java/org/nuiton/jaxx/widgets/gis/DdCoordinate.java | 2 +-
.../main/java/org/nuiton/jaxx/widgets/gis/DmdCoordinate.java | 2 +-
.../main/java/org/nuiton/jaxx/widgets/gis/DmsCoordinate.java | 2 +-
5 files changed, 18 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/3655 in repository jaxx.
See http://git.nuiton.org/jaxx.git
was 74be8e0 refs #3655 deplace le code pour pouvoir le reutiliser dans d'autres contextes
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/3655 in repository jaxx.
See http://git.nuiton.org/jaxx.git
from 47e023f refs #3655 ajout de classes pour tester le composant
new 74be8e0 refs #3655 deplace le code pour pouvoir le reutiliser dans d'autres contextes
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 74be8e0892b22950d8b7ac73f1cf95253f9c278b
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sat Mar 21 11:31:40 2015 +0100
refs #3655 deplace le code pour pouvoir le reutiliser dans d'autres contextes
Summary of changes:
.../JFormattedTextFieldNavigationManager.java | 337 +++++++++++++++++++++
.../JFormatterTextFieldInternalGroup.java | 92 ++++++
.../JFormatterTextFieldInternalGroups.java | 130 ++++++++
jaxx-widgets-gis/pom.xml | 6 +
.../widgets/gis/CoordinateComponentPosition.java | 78 -----
.../widgets/gis/CoordinateComponentPositions.java | 292 ------------------
.../AbsoluteDdCoordinateEditorHandler.java | 5 +-
.../AbsoluteDmdCoordinateEditorHandler.java | 5 +-
.../AbsoluteDmsCoordinateEditorHandler.java | 5 +-
.../src/test/resources/log4j.properties | 2 +-
10 files changed, 572 insertions(+), 380 deletions(-)
create mode 100644 jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormattedTextFieldNavigationManager.java
create mode 100644 jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormatterTextFieldInternalGroup.java
create mode 100644 jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormatterTextFieldInternalGroups.java
delete mode 100644 jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateComponentPosition.java
delete mode 100644 jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateComponentPositions.java
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
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 3ea13f8 fixes #3651
adds 50c8c53 acept files whose extension is upper case
No new revisions were added by this update.
Summary of changes:
.../src/main/java/org/nuiton/jaxx/runtime/JaxxFileChooser.java | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/3654 in repository jaxx.
See http://git.nuiton.org/jaxx.git
at 50c8c53 acept files whose extension is upper case
This branch includes the following new commits:
new 50c8c53 acept files whose extension is upper case
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 50c8c53d6b3db77244757b6d3b8a922120368d3f
Author: Kevin Morin <morin(a)codelutin.com>
Date: Mon Mar 16 12:32:33 2015 +0100
acept files whose extension is upper case
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
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 8554681 fixes #3650 [UnifiedValidatorMessageWidget] error on validator registration fixes #3651 [UnifiedValidatorMessageWidget] Error on clearValidators fixes #3652 [UnifiedValidatorMessageWidget] add a getDefaultRenderer method
new 3ea13f8 fixes #3651
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 3ea13f85a338612ae1bbf7832feede18f2d2c4e0
Author: Kevin Morin <morin(a)codelutin.com>
Date: Mon Mar 16 12:18:36 2015 +0100
fixes #3651
Summary of changes:
.../validator/swing/unified/UnifiedValidatorMessageTableModel.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
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 abb64d3 [jgitflow-maven-plugin]Updating develop poms back to pre merge state
new 8554681 fixes #3650 [UnifiedValidatorMessageWidget] error on validator registration fixes #3651 [UnifiedValidatorMessageWidget] Error on clearValidators fixes #3652 [UnifiedValidatorMessageWidget] add a getDefaultRenderer method
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 8554681ee4d1a0cba2acd76df3e769b29f95ee1e
Author: Kevin Morin <morin(a)codelutin.com>
Date: Mon Mar 16 10:02:50 2015 +0100
fixes #3650 [UnifiedValidatorMessageWidget] error on validator registration
fixes #3651 [UnifiedValidatorMessageWidget] Error on clearValidators
fixes #3652 [UnifiedValidatorMessageWidget] add a getDefaultRenderer method
Summary of changes:
.../validator/swing/unified/UnifiedValidatorMessageTableModel.java | 1 +
.../validator/swing/unified/UnifiedValidatorMessageWidget.java | 6 +++++-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.