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 3b49b43 refs #3580 improve enabled
new 13a6581 fixes #3583: Pass a predicate to BooleanCellRenderer
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 13a6581dde15969d9cf2ecb686be3169faf86335
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sat Nov 29 14:27:06 2014 +0100
fixes #3583: Pass a predicate to BooleanCellRenderer
Summary of changes:
.../src/main/java/jaxx/runtime/SwingUtil.java | 6 +++
.../swing/renderer/BooleanCellRenderer.java | 46 +++++++++++++++++-----
2 files changed, 42 insertions(+), 10 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 05cc639 fixes #3581: Fix absolute coordinate editor labels fixes #3582: Improve the dmd editor pattern
new 3b49b43 refs #3580 improve enabled
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 3b49b431fb3e8a13d020f5614a531d54fff2e408
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri Nov 28 17:47:28 2014 +0100
refs #3580 improve enabled
Summary of changes:
.../org/nuiton/jaxx/widgets/editor/bean/FilterableDoubleList.css | 6 ++++--
.../org/nuiton/jaxx/widgets/editor/bean/FilterableDoubleList.jaxx | 8 ++++----
2 files changed, 8 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 develop in repository jaxx.
See http://git.nuiton.org/jaxx.git
from 73fc491 fixes #3580: Introduce a new FilterableDoubleList widget (use Collection api for inputs)
new 05cc639 fixes #3581: Fix absolute coordinate editor labels fixes #3582: Improve the dmd editor pattern
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 05cc6396ef99f56e602511b1a81ab938c81f50a3
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri Nov 28 15:53:27 2014 +0100
fixes #3581: Fix absolute coordinate editor labels
fixes #3582: Improve the dmd editor pattern
Summary of changes:
.../org/nuiton/jaxx/widgets/gis/DmdCoordinate.java | 5 +--
.../AbsoluteDdCoordinateEditorHandler.java | 47 ++++++++++-----------
.../AbsoluteDmdCoordinateEditorHandler.java | 49 ++++++++++------------
.../AbsoluteDmsCoordinateEditorHandler.java | 34 +++++++--------
.../signed/SignedDmdCoordinateEditorHandler.java | 2 +-
.../i18n/jaxx-widgets-gis_fr_FR.properties | 4 +-
.../widgets/gis/DmdCoordinateConverterTest.java | 34 +++++++--------
7 files changed, 81 insertions(+), 94 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 9a8bdfd fixes #3580: Introduce a new FilterableDoubleList widget
new 73fc491 fixes #3580: Introduce a new FilterableDoubleList widget (use Collection api for inputs)
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 73fc4911a0860239d48da6fb337fbcaa46524a79
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri Nov 28 14:35:24 2014 +0100
fixes #3580: Introduce a new FilterableDoubleList widget (use Collection api for inputs)
Summary of changes:
.../org/nuiton/jaxx/widgets/editor/bean/FilterableDoubleList.jaxx | 5 +++--
.../nuiton/jaxx/widgets/editor/bean/FilterableDoubleListModel.java | 5 +++--
2 files changed, 6 insertions(+), 4 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 f534abd refs-90 #3580: Introduce a new FilterableDoubleList widget
new 9a8bdfd fixes #3580: Introduce a new FilterableDoubleList widget
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 9a8bdfdcee261c2e3ccf340c74fa1b45a6ef7767
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri Nov 28 13:38:20 2014 +0100
fixes #3580: Introduce a new FilterableDoubleList widget
Summary of changes:
.../jaxx/editor/FilterableDoubleListDemo.css | 15 +++--
.../jaxx/editor/FilterableDoubleListDemo.jaxx | 10 +++-
.../editor/FilterableDoubleListDemoHandler.java | 65 ++++++++++++++--------
.../jaxx/editor/FilterableDoubleListDemoModel.java | 30 ++++++++++
.../main/resources/i18n/jaxx-demo_en_GB.properties | 2 +
.../main/resources/i18n/jaxx-demo_es_ES.properties | 2 +
.../main/resources/i18n/jaxx-demo_fr_FR.properties | 2 +
.../editor/bean/FilterableDoubleListModel.java | 2 +
8 files changed, 97 insertions(+), 31 deletions(-)
create mode 100644 jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/FilterableDoubleListDemoModel.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 82212b4 fixes #3579 [Table Filter] the "CONTAINS" filter does not work with the upper case words
new f534abd refs-90 #3580: Introduce a new FilterableDoubleList widget
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 f534abd477b11f970dcfe190f2e51268ee7b62e0
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri Nov 28 11:53:16 2014 +0100
refs-90 #3580: Introduce a new FilterableDoubleList widget
Summary of changes:
...leListDemo.css => FilterableDoubleListDemo.css} | 10 +-
...ListDemo.jaxx => FilterableDoubleListDemo.jaxx} | 14 +-
.../editor/FilterableDoubleListDemoHandler.java | 60 +++
.../main/java/jaxx/demo/tree/DemoDataProvider.java | 2 +
.../runtime/swing/model/JaxxDefaultListModel.java | 42 +-
.../swing/model/JaxxFilterableListModel.java | 6 +
.../jaxx/runtime/swing/editor/bean/BeanUIUtil.java | 2 +-
.../widgets/editor/bean/FilterableDoubleList.css} | 24 +-
.../widgets/editor/bean/FilterableDoubleList.jaxx} | 95 ++--
.../editor/bean/FilterableDoubleListConfig.java | 68 +++
.../editor/bean/FilterableDoubleListHandler.java | 550 +++++++++++++++++++++
.../editor/bean/FilterableDoubleListModel.java | 378 ++++++++++++++
12 files changed, 1163 insertions(+), 88 deletions(-)
copy jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/{BeanDoubleListDemo.css => FilterableDoubleListDemo.css} (98%)
copy jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/{BeanDoubleListDemo.jaxx => FilterableDoubleListDemo.jaxx} (90%)
create mode 100644 jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/FilterableDoubleListDemoHandler.java
copy jaxx-widgets/src/main/java/{jaxx/runtime/swing/editor/bean/BeanDoubleList.css => org/nuiton/jaxx/widgets/editor/bean/FilterableDoubleList.css} (89%)
copy jaxx-widgets/src/main/java/{jaxx/runtime/swing/editor/bean/BeanDoubleList.jaxx => org/nuiton/jaxx/widgets/editor/bean/FilterableDoubleList.jaxx} (69%)
create mode 100644 jaxx-widgets/src/main/java/org/nuiton/jaxx/widgets/editor/bean/FilterableDoubleListConfig.java
create mode 100644 jaxx-widgets/src/main/java/org/nuiton/jaxx/widgets/editor/bean/FilterableDoubleListHandler.java
create mode 100644 jaxx-widgets/src/main/java/org/nuiton/jaxx/widgets/editor/bean/FilterableDoubleListModel.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 8309aac [jgitflow-maven-plugin]Updating develop poms back to pre merge state
new 82212b4 fixes #3579 [Table Filter] the "CONTAINS" filter does not work with the upper case words
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 82212b48682b2728491ec248a19397339e40565d
Author: Kevin Morin <morin(a)codelutin.com>
Date: Wed Nov 26 20:01:04 2014 +0100
fixes #3579 [Table Filter] the "CONTAINS" filter does not work with the upper case words
Summary of changes:
.../swing/list/filter/CheckListFilterType.java | 50 +++++++++++-----------
1 file changed, 25 insertions(+), 25 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 release/2.17 in repository jaxx.
See http://git.nuiton.org/jaxx.git
was 0304fb7 [jgitflow-maven-plugin]updating poms for branch'release/2.17' with non-snapshot versions
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 develop in repository jaxx.
See http://git.nuiton.org/jaxx.git
from 0b7ec40 [jgitflow-maven-plugin]updating poms for 2.18-SNAPSHOT development
new ba0f158 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
new b0cfde6 add license headers
new 0304fb7 [jgitflow-maven-plugin]updating poms for branch'release/2.17' with non-snapshot versions
new be79f3c Merge branch 'release/2.17'
new 4f4c452 Merge branch 'master' into develop
new 8309aac [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 8309aac7dd61bb0e90dd6ceb4ddb319d3d9b92ea
Author: Maven Release <maven-release(a)codelutin.com>
Date: Tue Nov 25 11:08:32 2014 +0000
[jgitflow-maven-plugin]Updating develop poms back to pre merge state
commit 4f4c45200362251d8c9a4f8df8d3a2345982938e
Merge: ba0f158 be79f3c
Author: Maven Release <maven-release(a)codelutin.com>
Date: Tue Nov 25 11:08:32 2014 +0000
Merge branch 'master' into develop
commit ba0f158446b73f49d68bedd337859ab5c9ac9be2
Author: Maven Release <maven-release(a)codelutin.com>
Date: Tue Nov 25 11:08:31 2014 +0000
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
commit be79f3c9c7e3c8e47f9279884d338caf15b05585
Merge: a165579 0304fb7
Author: Maven Release <maven-release(a)codelutin.com>
Date: Tue Nov 25 11:08:28 2014 +0000
Merge branch 'release/2.17'
commit 0304fb75f43efb806d3156bbc70c7a2bca22c12e
Author: Maven Release <maven-release(a)codelutin.com>
Date: Tue Nov 25 11:04:55 2014 +0000
[jgitflow-maven-plugin]updating poms for branch'release/2.17' with non-snapshot versions
commit b0cfde6db67b75e0c2ce0fd47b0d0068646fe692
Author: Maven Release <maven-release(a)codelutin.com>
Date: Tue Nov 25 11:04:44 2014 +0000
add license headers
Summary of changes:
.../component/jaxx/editor/NumberEditor2Demo.css | 21 +++++++++++++++++++++
.../jaxx/editor/NumberEditor2DemoHandler.java | 22 ++++++++++++++++++++++
.../jaxx/editor/NumberEditor2DemoModel.java | 22 ++++++++++++++++++++++
.../java/org/nuiton/jaxx/widgets/ModelToBean.java | 22 ++++++++++++++++++++++
.../MutateOnConditionalPropertyChangeListener.java | 22 ++++++++++++++++++++++
.../jaxx/widgets/editor/cell/NumberCellEditor.java | 22 ++++++++++++++++++++++
.../jaxx/widgets/editor/number/NumberEditor2.css | 21 +++++++++++++++++++++
.../widgets/editor/number/NumberEditor2Config.java | 22 ++++++++++++++++++++++
.../editor/number/NumberEditor2Handler.java | 22 ++++++++++++++++++++++
.../widgets/editor/number/NumberEditor2Model.java | 22 ++++++++++++++++++++++
10 files changed, 218 insertions(+)
--
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 annotated tag jaxx-2.17 in repository jaxx.
See http://git.nuiton.org/jaxx.git
at 17618a1 (tag)
tagging be79f3c9c7e3c8e47f9279884d338caf15b05585 (commit)
replaces jaxx-2.16.1
tagged by Maven Release
on Tue Nov 25 11:08:29 2014 +0000
- Log -----------------------------------------------------------------
[jgitflow-maven-plugin]tagging release 2.17
-----------------------------------------------------------------------
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.