This is an automated email from the git hooks/post-receive script. New change to branch develop-4.4.x in repository tutti. See http://git.codelutin.com/tutti.git from 4eb3698 on ne fait pas la valeur absolue de la coordonnées (fixes #7984) new 713c84a ajout d'un event quand une ligne est sauvée, pour mettre à jour la liste des validations quand on modifie une ligne (fixes #7972) new 1f7c1e0 le BatchSavedEvent étend EventObject refs #7972 new a50f804 Surcharge de la méthode getSource new 799bf96 Et les listeners doivent étendre EventListener... 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 799bf962dce51e331a052d7028d2ebcc8798836d Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Feb 11 14:32:03 2016 +0100 Et les listeners doivent étendre EventListener... commit a50f8045c463b7e4255263c8da4bd736bf6172a8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Feb 11 14:28:52 2016 +0100 Surcharge de la méthode getSource commit 1f7c1e0915081c64e949ecdd7b88e5ce4fa1190a Author: Kevin Morin <morin@codelutin.com> Date: Thu Feb 11 13:52:53 2016 +0100 le BatchSavedEvent étend EventObject refs #7972 commit 713c84ab10af9890a16be13102ee6b0381a1ed2f Author: Kevin Morin <morin@codelutin.com> Date: Tue Feb 9 14:30:11 2016 +0100 ajout d'un event quand une ligne est sauvée, pour mettre à jour la liste des validations quand on modifie une ligne (fixes #7972) Summary of changes: .../catches/AbstractTuttiBatchTableUIHandler.java | 25 ++++++++++- .../content/operation/catches/BatchSavedEvent.java | 28 ++++++++++++ .../operation/catches/BatchSavedListener.java | 12 +++++ .../accidental/AccidentalBatchUIHandler.java | 1 + .../catches/benthos/BenthosBatchUIHandler.java | 2 + .../IndividualObservationBatchUIHandler.java | 1 + .../marinelitter/MarineLitterBatchUIHandler.java | 2 + .../catches/species/SpeciesBatchUIHandler.java | 2 + .../EditFishingOperationInValidationUIAction.java | 51 ++++++++++++++++++++-- 9 files changed, 119 insertions(+), 5 deletions(-) create mode 100644 tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/BatchSavedEvent.java create mode 100644 tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/BatchSavedListener.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.