branch develop updated (1c28b096 -> 9e45a567)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 1c28b096 fixes #9670 : Pouvoir régler le zoom des impressions new 2ce622a1 fixes #9671 : Pouvoir paramétrer l'impression de la page de détail par défaut new 8c083719 fixes #9672 : Paramétrage du nombre de caractères mini dans la liste des clients new 9e45a567 Revert Jaxx update to fix client combobox filtering glitches The 3 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 9e45a56796c1ed8bb1a35c00c1d34f7ff8ab7226 Author: Jean Couteau <jean.couteau@gmail.com> Date: Fri Feb 2 11:04:02 2018 +0100 Revert Jaxx update to fix client combobox filtering glitches commit 8c08371947ebc20b9561bb0c9aadfbdf1796fedd Author: Jean Couteau <jean.couteau@gmail.com> Date: Fri Feb 2 10:43:20 2018 +0100 fixes #9672 : Paramétrage du nombre de caractères mini dans la liste des clients commit 2ce622a1e47b39783394c176176114fb0a79f333 Author: Jean Couteau <jean.couteau@gmail.com> Date: Fri Feb 2 10:25:50 2018 +0100 fixes #9671 : Pouvoir paramétrer l'impression de la page de détail par défaut Summary of changes: .../com/franciaflex/faxtomail/FaxToMailConfiguration.java | 8 ++++++++ .../faxtomail/FaxToMailConfigurationOption.java | 14 ++++++++++++++ .../resources/i18n/faxtomail-persistence_fr_FR.properties | 2 ++ .../ui/swing/content/demande/DemandeListUIHandler.java | 4 +++- .../ui/swing/content/demande/DemandeUIHandler.java | 13 ++++++++----- pom.xml | 2 +- 6 files changed, 36 insertions(+), 7 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 9e45a56796c1ed8bb1a35c00c1d34f7ff8ab7226 Author: Jean Couteau <jean.couteau@gmail.com> Date: Fri Feb 2 11:04:02 2018 +0100 Revert Jaxx update to fix client combobox filtering glitches --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a937a8a4..93922066 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ <h2Version>1.3.176</h2Version> <guavaVersion>18.0</guavaVersion> - <jaxxVersion>2.44</jaxxVersion> + <jaxxVersion>2.43</jaxxVersion> <!-- do not upgrade to 1.6.5-1 --> <swingXVersion>1.6.4</swingXVersion> <xworkVersion>2.3.16.3</xworkVersion> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm