This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
from 3a6675c Optimize dependencies
new 0083b87 Fix release build
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 0083b8782915591bda66c633d67707d4d5a17fcc
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Tue Sep 13 15:59:33 2016 +0200
Fix release build
Summary of changes:
jaxx-demo/pom.xml | 4 ++--
1 file changed, 2 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 develop in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
from 2528866 Stay on java 6 level
new 3a6675c Optimize dependencies
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 3a6675c90b8661753ee5ddfcd39690c8b310df09
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Tue Sep 13 14:59:03 2016 +0200
Optimize dependencies
Summary of changes:
jaxx-widgets-about/pom.xml | 4 ++--
1 file changed, 2 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 develop in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
from 4efddf4 Mise en place de AboutUI dans la démo (See #4024)
new 2528866 Stay on java 6 level
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 252886681c549ca9d7f1c064dda4e7e3cbc9eef7
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Tue Sep 13 14:34:55 2016 +0200
Stay on java 6 level
Summary of changes:
.../nuiton/jaxx/widgets/about/AboutUIBuilder.java | 26 ++++++++++++++++++++--
1 file changed, 24 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 develop in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
from c8953de Remove unused code
new e14d98a Readd missing i18n
new 0d08206 Introduce a AboutPanelBuilder (See #4024)
new 0b552ae Rename AboutPanel → AboutUI (See #4024)
new 4efddf4 Mise en place de AboutUI dans la démo (See #4024)
The 4 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 4efddf4dcb10018d77814006aebd42e9ec9ad9cd
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Tue Sep 13 14:21:14 2016 +0200
Mise en place de AboutUI dans la démo (See #4024)
commit 0b552ae623c68cca9f212557dab6b41fef9727c4
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Tue Sep 13 13:39:28 2016 +0200
Rename AboutPanel → AboutUI (See #4024)
commit 0d082061890fa74f595b9a1d060042ee18d0f465
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Tue Sep 13 12:29:38 2016 +0200
Introduce a AboutPanelBuilder (See #4024)
commit e14d98a2d20f70184783217eb1fe9d39d748046f
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Tue Sep 13 12:28:42 2016 +0200
Readd missing i18n
Summary of changes:
jaxx-demo/pom.xml | 74 ++++++++
jaxx-demo/src/main/filters/jaxx-demo.properties | 6 +-
jaxx-demo/src/main/java/jaxx/demo/DemoConfig.java | 8 -
.../src/main/java/jaxx/demo/DemoUIHandler.java | 50 +++---
.../feature/nav/tree/NavDemoTreeCellRenderer.java | 8 +-
.../main/java/jaxx/demo/tree/DemoCellRenderer.java | 8 +-
.../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 +-
.../org/nuiton/jaxx/widgets/about/AboutPanel.jaxx | 110 ------------
.../jaxx/widgets/about/AboutPanelHandler.java | 186 --------------------
.../org/nuiton/jaxx/widgets/about/AboutUI.jaxx | 73 ++++++++
.../nuiton/jaxx/widgets/about/AboutUIBuilder.java | 188 +++++++++++++++++++++
.../i18n/jaxx-widgets-about_en_GB.properties | 3 +-
.../i18n/jaxx-widgets-about_es_ES.properties | 3 +-
.../i18n/jaxx-widgets-about_fr_FR.properties | 3 +-
.../src/main/resources/icons/action-close.png | Bin 0 -> 518 bytes
.../resources/i18n/jaxx-widgets_en_GB.properties | 4 +
.../resources/i18n/jaxx-widgets_es_ES.properties | 4 +
.../resources/i18n/jaxx-widgets_fr_FR.properties | 4 +
pom.xml | 54 +++++-
21 files changed, 447 insertions(+), 345 deletions(-)
delete mode 100644 jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutPanel.jaxx
delete mode 100644 jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutPanelHandler.java
create mode 100644 jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutUI.jaxx
create mode 100644 jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutUIBuilder.java
create mode 100644 jaxx-widgets-about/src/main/resources/icons/action-close.png
--
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 https://gitlab.nuiton.org/nuiton/jaxx.git
from df45d8e Introduce a new module jaxx-widget-about + make possible to add as many as wanted tags from resources (Fixes #4024)
new c8953de Remove unused code
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 c8953de87e2338fbf5bf6655f425242335630c95
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Mon Sep 12 21:52:42 2016 +0200
Remove unused code
Summary of changes:
.../main/java/org/nuiton/jaxx/widgets/about/AboutPanelHandler.java | 4 ----
1 file changed, 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 https://gitlab.nuiton.org/nuiton/jaxx.git
from d25b43f [jgitflow-maven-plugin]Updating develop poms back to pre merge state
new df45d8e Introduce a new module jaxx-widget-about + make possible to add as many as wanted tags from resources (Fixes #4024)
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 df45d8e2078dcb712ae7432052c40040022aac18
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Mon Sep 12 21:13:08 2016 +0200
Introduce a new module jaxx-widget-about + make possible to add as many as wanted tags from resources (Fixes #4024)
Summary of changes:
{jaxx-widgets => jaxx-widgets-about}/LICENSE.txt | 0
{jaxx-widgets => jaxx-widgets-about}/README.md | 0
{jaxx-widgets => jaxx-widgets-about}/changelog.txt | 0
.../pom.xml | 39 +++++---------
.../src/license/THIRD-PARTY.properties | 0
.../org/nuiton/jaxx/widgets/about}/AboutPanel.jaxx | 47 ++++-------------
.../jaxx/widgets/about}/AboutPanelHandler.java | 61 ++++++++++++----------
.../i18n/jaxx-widgets-about_en_GB.properties | 4 ++
.../i18n/jaxx-widgets-about_es_ES.properties | 4 ++
.../i18n/jaxx-widgets-about_fr_FR.properties | 4 ++
.../src/site/site.xml | 0
.../java/jaxx/runtime/swing/AboutPanelHandler.java | 2 +
.../resources/i18n/jaxx-widgets_en_GB.properties | 43 ---------------
.../resources/i18n/jaxx-widgets_es_ES.properties | 43 ---------------
.../resources/i18n/jaxx-widgets_fr_FR.properties | 43 ---------------
pom.xml | 1 +
16 files changed, 69 insertions(+), 222 deletions(-)
copy {jaxx-widgets => jaxx-widgets-about}/LICENSE.txt (100%)
copy {jaxx-widgets => jaxx-widgets-about}/README.md (100%)
copy {jaxx-widgets => jaxx-widgets-about}/changelog.txt (100%)
copy {jaxx-widgets-number => jaxx-widgets-about}/pom.xml (81%)
copy {jaxx-widgets => jaxx-widgets-about}/src/license/THIRD-PARTY.properties (100%)
copy {jaxx-widgets/src/main/java/jaxx/runtime/swing => jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about}/AboutPanel.jaxx (61%)
copy {jaxx-widgets/src/main/java/jaxx/runtime/swing => jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about}/AboutPanelHandler.java (82%)
create mode 100644 jaxx-widgets-about/src/main/resources/i18n/jaxx-widgets-about_en_GB.properties
create mode 100644 jaxx-widgets-about/src/main/resources/i18n/jaxx-widgets-about_es_ES.properties
create mode 100644 jaxx-widgets-about/src/main/resources/i18n/jaxx-widgets-about_fr_FR.properties
copy {jaxx-widgets => jaxx-widgets-about}/src/site/site.xml (100%)
--
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.31 in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
was a53f5a8 [jgitflow-maven-plugin]updating poms for branch'release/2.31' 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 annotated tag jaxx-2.31 in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
at 31b2634 (tag)
tagging cb98736eb2d12efa6a6ebda2fc604cf940c19af1 (commit)
replaces jaxx-2.30.1
tagged by Maven Release
on Sun Aug 28 13:38:01 2016 +0200
- Log -----------------------------------------------------------------
[jgitflow-maven-plugin]tagging release 2.31
-----------------------------------------------------------------------
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>.