This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See http://git.codelutin.com/faxtomail.git from 334943b [jgitflow-maven-plugin]Updating develop poms back to pre merge state new b0ca3da fixes #7076 Ajouter l'heure de livraison dans le fichier EDI new f9a175e fixes #7077 Affichage d’une infobulle lorsqu’il y a des éléments groupés 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 f9a175e5ee253abb70bbd68514969fad379a0bbd Author: Kevin Morin <morin@codelutin.com> Date: Thu May 7 12:16:57 2015 +0200 fixes #7077 Affichage d’une infobulle lorsqu’il y a des éléments groupés commit b0ca3da8f375577e1d971e834135b4a044443852 Author: Kevin Morin <morin@codelutin.com> Date: Wed May 6 18:56:08 2015 +0200 fixes #7076 Ajouter l'heure de livraison dans le fichier EDI Summary of changes: .../faxtomail/FaxToMailConfiguration.java | 12 ++ .../faxtomail/FaxToMailConfigurationOption.java | 18 +++ .../i18n/faxtomail-persistence_fr_FR.properties | 2 + .../services/service/EmailServiceImpl.java | 2 +- .../ui/swing/content/demande/DemandesUI.jaxx | 6 +- .../swing/content/demande/DemandesUIHandler.java | 11 +- .../demandgroup/DemandGroupHighlightDialog.java | 138 +++++++++++++++++++++ .../faxtomail/ui/swing/util/CloseButton.java | 68 ++++++++++ .../i18n/faxtomail-ui-swing_fr_FR.properties | 1 + .../src/main/resources/icons/close-white.png | Bin 0 -> 233 bytes 10 files changed, 255 insertions(+), 3 deletions(-) create mode 100644 faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/demandgroup/DemandGroupHighlightDialog.java create mode 100644 faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/util/CloseButton.java create mode 100644 faxtomail-ui-swing/src/main/resources/icons/close-white.png -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.