This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git from c83e687 fixes #8373: [OBSERVATION INDIVIDUELLE] autoenregistrer ou forcer l'enregistrement (bouton enregistrer et rester..) tous les 10 lignes pour se préminir des pertes d'info auto-enregistrer est trop long, et donc derangerait l'utilisateur. A la place le bouton devient rouge s'il y a une modification new 1bd69d9 fixes #8048: [OBSERVATIONS INDIVIDUELLES] Navigation efficace pour accéder au trait précédent/suivant de la même espèce 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 1bd69d9a0d107dd8603f5ad3dfb6f2af1f3ebe64 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Sat Jul 30 16:22:05 2016 +0200 fixes #8048: [OBSERVATIONS INDIVIDUELLES] Navigation efficace pour accéder au trait précédent/suivant de la même espèce Summary of changes: .../tutti/persistence/TuttiPersistenceImpl.java | 10 ++ .../persistence/TuttiPersistenceNoDbImpl.java | 10 ++ .../service/CatchBatchPersistenceService.java | 19 +++ .../service/CatchBatchPersistenceServiceImpl.java | 59 +++++++ .../ifremer/tutti/service/PersistenceService.java | 10 ++ .../operation/FishingOperationsUIHandler.java | 4 + .../species/EditSpeciesBatchPanelUIHandler.java | 25 +++ .../species/frequency/SpeciesFrequencyUI.jaxx | 6 + .../species/frequency/SpeciesFrequencyUI.jcss | 10 ++ .../frequency/SpeciesFrequencyUIHandler.java | 8 + .../species/frequency/SpeciesFrequencyUIModel.java | 34 ++++ .../SearchSpeciesInPrevOrNextCatchesAction.java | 183 +++++++++++++++++++++ .../resources/i18n/tutti-ui-swing_en_GB.properties | 9 + .../resources/i18n/tutti-ui-swing_fr_FR.properties | 9 + 14 files changed, 396 insertions(+) create mode 100644 tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/frequency/actions/SearchSpeciesInPrevOrNextCatchesAction.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.