The JAXX team is pleased to announce the jaxx-2.17 release!
JAXX Project
Documentation of the project can be found here:
https://jaxx.nuiton.org
Changes
-------
Changes in this version include:
New features:
o Add a default directory option in JaxxFileChooser Issue: 3569. Thanks to Tony Chemit. Resolved by tchemit.
o Can save a file giving a starting directory Issue: 3570. Thanks to Tony Chemit. Resolved by tchemit.
o Add a keepCurrentDirectory option in JaxxFileChooser Issue: 3573. Thanks to Tony Chemit. Resolved by tchemit.
o Using best ui to diplay messages in actions Issue: 3575. Thanks to Tony Chemit. Resolved by tchemit.
o Be able to select default value of options Issue: 3504. Thanks to Tony Chemit. Resolved by tchemit.
o Add an action to reset to default value Issue: 3505. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
o Sometimes, the loading ui never closes Issue: 3578. Thanks to Kevin Morin. Resolved by kmorin.
Changes:
o Updates plexus-util to 3.0.21 Issue: 3571. Thanks to Tony Chemit. Resolved by tchemit.
o updates nuitonpom to 1.6 Issue: 3572. Thanks to Tony Chemit. Resolved by tchemit.
Downloads
---------
For a manual installation, you can download files here:
http://forge.nuiton.org/projects/jaxx/files
* jaxx-widgets-extra-2.17-deps.zip - http://forge.nuiton.org/attachments/download/1136
* jaxx-widgets-extra-2.17-full.zip - http://forge.nuiton.org/attachments/download/1137
Maven artifacts
---------------
Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2
Find us at
* http://search.maven.org/#artifactdetails|org.nuiton|jaxx|2.17|jar
Have fun!
-JAXX team
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
at 92ad8c5 Ne pas formatter les petits nombres decimaux en notation scientifique
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>.
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 92ad8c5 Ne pas formatter les petits nombres decimaux en notation scientifique
new 0b7ec40 [jgitflow-maven-plugin]updating poms for 2.18-SNAPSHOT development
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 0b7ec40642c2312e3081f8452d352920142d5320
Author: Maven Release <maven-release(a)codelutin.com>
Date: Tue Nov 25 10:57:58 2014 +0000
[jgitflow-maven-plugin]updating poms for 2.18-SNAPSHOT development
Summary of changes:
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(-)
--
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 f15f1b3 refs #3578
new e8578a8 remove NumberEditor2 (will use ng jaxx package for it (org.nuiton.jaxx...)
new 05879cd introduce NumberEditor2
new 0c910f0 deprecates NumberCellEditor and replace it with new one at org.nuiton.jaxx.widgets.editor.cell package
new 1c67590 add demo for NumberEditor2
new 92ad8c5 Ne pas formatter les petits nombres decimaux en notation scientifique
The 5 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 92ad8c52571e810cae1de7393c2fbfa7ef25e3c2
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Nov 23 19:09:22 2014 +0100
Ne pas formatter les petits nombres decimaux en notation scientifique
commit 1c675903ebe9c1fdee7ee30617bb721b58396784
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Nov 23 18:50:27 2014 +0100
add demo for NumberEditor2
commit 0c910f08b1bba1d705197d3140579180f1e5fe48
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Nov 23 18:50:01 2014 +0100
deprecates NumberCellEditor and replace it with new one at org.nuiton.jaxx.widgets.editor.cell package
commit 05879cdba9b76fe70877b837eb9c8eafd8489ca2
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Nov 23 18:48:57 2014 +0100
introduce NumberEditor2
commit e8578a81104aab18e005938669b5d9df463a6d1a
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Nov 23 18:47:25 2014 +0100
remove NumberEditor2 (will use ng jaxx package for it (org.nuiton.jaxx...)
Summary of changes:
.../component/jaxx/editor/NumberEditor2Demo.css | 94 +++
.../component/jaxx/editor/NumberEditor2Demo.jaxx | 110 ++++
.../jaxx/editor/NumberEditor2DemoHandler.java | 34 ++
.../jaxx/editor/NumberEditor2DemoModel.java | 50 ++
.../main/java/jaxx/demo/tree/DemoDataProvider.java | 14 +-
.../main/resources/i18n/jaxx-demo_en_GB.properties | 6 +
.../main/resources/i18n/jaxx-demo_es_ES.properties | 6 +
.../main/resources/i18n/jaxx-demo_fr_FR.properties | 6 +
jaxx-demo/src/main/resources/log4j.properties | 1 +
.../jaxx/runtime/swing/editor/NumberEditor2.css | 149 -----
.../jaxx/runtime/swing/editor/NumberEditor2.jaxx | 94 ---
.../runtime/swing/editor/NumberEditor2Handler.java | 321 ----------
.../runtime/swing/editor/NumberEditor2Model.java | 196 ------
.../swing/editor/cell/NumberCellEditor.java | 3 +-
.../java/org/nuiton/jaxx/widgets/ModelToBean.java | 13 +
.../MutateOnConditionalPropertyChangeListener.java | 50 ++
.../widgets}/editor/cell/NumberCellEditor.java | 71 +--
.../jaxx/widgets/editor/number/NumberEditor2.css | 140 +++++
.../jaxx/widgets/editor/number/NumberEditor2.jaxx | 131 ++++
.../widgets/editor/number/NumberEditor2Config.java | 82 +++
.../editor/number/NumberEditor2Handler.java | 667 +++++++++++++++++++++
.../widgets/editor/number/NumberEditor2Model.java | 176 ++++++
22 files changed, 1605 insertions(+), 809 deletions(-)
create mode 100644 jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/NumberEditor2Demo.css
create mode 100644 jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/NumberEditor2Demo.jaxx
create mode 100644 jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/NumberEditor2DemoHandler.java
create mode 100644 jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/NumberEditor2DemoModel.java
delete mode 100644 jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/NumberEditor2.css
delete mode 100644 jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/NumberEditor2.jaxx
delete mode 100644 jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/NumberEditor2Handler.java
delete mode 100644 jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/NumberEditor2Model.java
create mode 100644 jaxx-widgets/src/main/java/org/nuiton/jaxx/widgets/ModelToBean.java
create mode 100644 jaxx-widgets/src/main/java/org/nuiton/jaxx/widgets/MutateOnConditionalPropertyChangeListener.java
copy jaxx-widgets/src/main/java/{jaxx/runtime/swing => org/nuiton/jaxx/widgets}/editor/cell/NumberCellEditor.java (63%)
create mode 100644 jaxx-widgets/src/main/java/org/nuiton/jaxx/widgets/editor/number/NumberEditor2.css
create mode 100644 jaxx-widgets/src/main/java/org/nuiton/jaxx/widgets/editor/number/NumberEditor2.jaxx
create mode 100644 jaxx-widgets/src/main/java/org/nuiton/jaxx/widgets/editor/number/NumberEditor2Config.java
create mode 100644 jaxx-widgets/src/main/java/org/nuiton/jaxx/widgets/editor/number/NumberEditor2Handler.java
create mode 100644 jaxx-widgets/src/main/java/org/nuiton/jaxx/widgets/editor/number/NumberEditor2Model.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 a8efffe fixes #3505: Add an action to reset to default value (whatever was the current value of option)
new f15f1b3 refs #3578
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 f15f1b3332cc8a8dba84e6f4fff051b089e9e406
Author: Kevin Morin <morin(a)codelutin.com>
Date: Tue Nov 25 11:28:22 2014 +0100
refs #3578
Summary of changes:
.../swing/action/ApplicationActionSwingWorker.java | 13 +++++++++----
1 file changed, 9 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 feature/3074 in repository jaxx.
See http://git.nuiton.org/jaxx.git
at bfda7bc Ne pas formatter les petits nombres decimaux en notation scientifique
This branch includes the following new commits:
new 2c44ad5 remove NumberEditor2 (will use ng jaxx package for it (org.nuiton.jaxx...)
new 029f7c6 introduce NumberEditor2
new 522e7a5 deprecates NumberCellEditor and replace it with new one at org.nuiton.jaxx.widgets.editor.cell package
new 3f5d85c add demo for NumberEditor2
new bfda7bc Ne pas formatter les petits nombres decimaux en notation scientifique
The 5 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 bfda7bce2deefb1f1f0e6dac274c3c1173b39475
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Nov 23 19:09:22 2014 +0100
Ne pas formatter les petits nombres decimaux en notation scientifique
commit 3f5d85c7b88dab2fb280d6245f6d2a9c6b0c71ba
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Nov 23 18:50:27 2014 +0100
add demo for NumberEditor2
commit 522e7a5547358195aa5868b81394c6ab8e4aa80d
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Nov 23 18:50:01 2014 +0100
deprecates NumberCellEditor and replace it with new one at org.nuiton.jaxx.widgets.editor.cell package
commit 029f7c60a402915f44ca91eca21da8094abb8af8
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Nov 23 18:48:57 2014 +0100
introduce NumberEditor2
commit 2c44ad5df205011aa50ac407229c9c669eea833d
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Nov 23 18:47:25 2014 +0100
remove NumberEditor2 (will use ng jaxx package for it (org.nuiton.jaxx...)
--
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 0c75922 fixes #3504: Be able to select default value of options fixes #3505: Add an action to reset to default value
new a8efffe fixes #3505: Add an action to reset to default value (whatever was the current value of option)
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 a8efffe967ecbae189416dac07ec4382e694e21c
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Nov 23 13:08:24 2014 +0100
fixes #3505: Add an action to reset to default value (whatever was the current value of option)
Summary of changes:
.../main/java/jaxx/runtime/swing/config/ConfigCategoryUIHandler.java | 5 -----
1 file changed, 5 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 78bce32 fixes #3575: Using best ui to diplay messages in actions
new 0c75922 fixes #3504: Be able to select default value of options fixes #3505: Add an action to reset to default value
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 0c75922def8a8f43b1438cb0fc76b229870e1ca0
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Nov 23 12:55:49 2014 +0100
fixes #3504: Be able to select default value of options
fixes #3505: Add an action to reset to default value
Summary of changes:
.../jaxx/runtime/swing/config/ConfigCategoryUI.css | 23 +++
.../runtime/swing/config/ConfigCategoryUI.jaxx | 8 +-
.../swing/config/ConfigCategoryUIHandler.java | 154 ++++++++++++++++++++-
.../resources/i18n/jaxx-config_en_GB.properties | 4 +
.../resources/i18n/jaxx-config_es_ES.properties | 4 +
.../resources/i18n/jaxx-config_fr_FR.properties | 5 +
.../main/resources/icons/action-config-copy.png | Bin 0 -> 309 bytes
.../resources/icons/action-config-reset-option.png | Bin
.../src/main/java/jaxx/runtime/JAXXUtil.java | 18 +++
9 files changed, 213 insertions(+), 3 deletions(-)
create mode 100644 jaxx-config/src/main/resources/icons/action-config-copy.png
copy jaxx-widgets-datetime/src/main/resources/icons/action-coordinate-reset.png => jaxx-config/src/main/resources/icons/action-config-reset-option.png (100%)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.