This is an automated email from the git hooks/post-receive script. New change to branch develop-5.x in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from 35273c5 Mise à jour des libraries (Fixes #8891) new 07dc206 Rendre le dialogue de désactivation plus explicite (fixes #8879) 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 07dc206cbe7801eb2d4fc1d31b0b941266a1889e Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Dec 16 09:37:34 2016 +0100 Rendre le dialogue de désactivation plus explicite (fixes #8879) Summary of changes: .../ird/observe/application/swing/ui/UIHelper.java | 86 ++++++++++ .../ui/content/ref/ContentReferenceUIHandler.java | 73 ++++---- .../ref/usage/UsageForDeleteUI.jaxx} | 64 +++---- .../content/ref/usage/UsageForDeleteUIHandler.java | 48 ++++++ .../ref/usage/UsageForDesactivateUI.jaxx} | 66 +++---- .../ref/usage/UsageForDesactivateUIHandler.java | 49 ++++++ .../ui/content/ref/usage/UsageForDisplayUI.jaxx | 62 +++++++ .../ref/usage/UsageForDisplayUIHandler.java | 31 ++++ .../content/ref/usage/UsageUIHandlerSupport.java | 171 +++++++++++++++++++ .../swing/ui/usage/UsagesUIHandler.java | 189 --------------------- .../i18n/application-swing_en_GB.properties | 1 + .../i18n/application-swing_es_ES.properties | 1 + .../i18n/application-swing_fr_FR.properties | 1 + 13 files changed, 530 insertions(+), 312 deletions(-) copy application-swing/src/main/java/fr/ird/observe/application/swing/ui/{usage/UsagesUI.jaxx => content/ref/usage/UsageForDeleteUI.jaxx} (53%) create mode 100644 application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ref/usage/UsageForDeleteUIHandler.java rename application-swing/src/main/java/fr/ird/observe/application/swing/ui/{usage/UsagesUI.jaxx => content/ref/usage/UsageForDesactivateUI.jaxx} (53%) create mode 100644 application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ref/usage/UsageForDesactivateUIHandler.java create mode 100644 application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ref/usage/UsageForDisplayUI.jaxx create mode 100644 application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ref/usage/UsageForDisplayUIHandler.java create mode 100644 application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ref/usage/UsageUIHandlerSupport.java delete mode 100644 application-swing/src/main/java/fr/ird/observe/application/swing/ui/usage/UsagesUIHandler.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.